Devel Basis on OpenSUSE/SLE

If you are an Ubuntu or Debian user, you are looking for build-essential for OpenSUSE or SUSE Linux Enterprise. Build essential is a package that references all

Read Article
Compile Blender 2.90 on Linux

Compile Blender 2.90 on Linux

Blender 2.90 is currently in the alpha stage shipping with new features and improvements, here is the complete release note of changes that will take place in t

Read Article

How to setup fastest mirror in Dnf

Dnf by default does not choose the fastest mirror, but this can be changed by editing the dnf.conf file. The dnf.conf file is in /etc/dnf/dnf.conf. Edit the fil

Read Article
Install Deno on Arch Linux

Install Deno on Arch Linux

Deno is a secure runtime for JavaScript and TypeScript. Deno is basically Node reversed. We will install Deno on Arch Linux, I will list two methods. First me

Read Article
What is $$ in Bash?

What is $$ in Bash?

$$ is an internal variable that stores the process ID of the script itself or the current bash instance. Here is an example use case: echo $$ This produces the

Read Article

How to isolate objects in Blender 2.8

There are many advantages to work with isolated objects, isolating an object or part of a mesh, it lets you focus specifically on a certain area of the scene, t

Read Article