Install Kitty (Terminal Emulator) on Ubuntu

Kitty Logo

Kitty is a free and open-source feature rich GPU based terminal emulator developed by Kovid Goyal, the project is being actively maintained with over 130+ contributors. Here are some of its features listed below: Offloads rendering to the GPU for lower system load and buttery smooth scrolling. Uses threaded rendering to minimize input latency. Supports … Read more

Remove unused Flatpak Runtimes from Linux

Flatpak does not remove dependencies such as runtime components after a certain program is removed, this means if the program has been uninstalled the runtime libraries do not uninstall with it. This can over time cause massive disk space usage, if you heavily rely on it. Step 1. Removing runtime dependencies using the unused flag … Read more

Raspberry Pi 3 Blender Render Benchmark

green and black computer ram stick

Software: Blender 2.82 (sub 7) Scene file: BMW 27 (Cpu) by Mike Pan. Renderer: Cycles Hardware: Raspberry Pi 3 Model B OS: Ubuntu 12.04 LTS 64 Bit. Linux ubuntu 5.4.0-1028-raspi #31-Ubuntu SMP PREEMPT Wed Jan 20 11:30:45 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux Time taken for render (tool: time). real 189m28.939suser 745m18.861ssys 3m43.083s

How to fix libGLU.so.1 not found on Fedora

Here is how to fix the error “libGLU.so.1 not found” this error takes place because the Fedora install is missing the mesa-libGLU, the library which consists of the libGLU.so file. You can fix this issue by downloading and installing the library by entering this command in a Terminal. After this process is complete, any program, … Read more