If you have an unattended Ubuntu desktop or server running an old or non-long-term release, it’s time to upgrade to the current generally available release. Follow this guide to upgrade from End Of Life to General Availability. You can check what release of Ubuntu you have installed by running the command below. If you encounter […]
Tag: tutorial
Install Blender using Winget
You can learn more about what Winget is over here. Install Blender using Winget Step 1. Open Command PromptYou can open the command prompt by pressing the Windows key + R and then typing in that window cmd.exe and press enter. Step 2. Run the install command shown below and press enter To install the LTS version of […]
Set color scheme in Neovim (Lua)
To set a color scheme in Neovim using Lua add the following line to the init.lua file In the example above, I use Onedark as the color scheme, but you can use whatever you like.
How to install Docker on Rocky Linux
Docker is a platform for developers and system administrators to develop, ship, and run applications in containers. Containers are lightweight, portable, and self-sufficient environments that allow applications to run consistently across different environments. It allows developers to package their applications and dependencies into a container, which can then be easily deployed and run on any […]
Install VLC media player using Winget
To install VLC using winget, you will first need to ensure that you have winget installed on your system. You can check if winget is installed by opening a command prompt or terminal window and running the following command: If winget is installed, this command will print the version number of the winget tool. If […]