-
How to start Nextcloud Client as an AppImage, setup autostart and add an icon to the Launcher on Ubuntu 20.04.2
Create a directory where to put the .AppImage files Download the AppImage Make it executable Run it once Setup autostart Add Nextcloud to the Ubuntu launcher Insert the following into the file and save it afterwards Make sure that an image Nextcloud.png exists at the correct location. (create one with 96×96 pixels).
-
Change the boot order of a dual boot system on Ubuntu 20.04.2
Check the order of the desired entry Edit /etc/default/grub And in that file set GRUB_DEFAULT to for example 2 if the 3rd entry should be the default (because here we start counting with 0). Update grub.
-
How to get the version of Linux on Ubuntu 18.04.5
-
How to add a sudo user on Ubuntu 18.04.5
-
How to do Bitcoin Gitian builds with Virtualbox on Windows 10
Set up Virtualbox Download the newest version of Virtualbox. Right now this is Virtualbox 6.1.18 and I’ll use Windows 10 as a host system. After that check the integritry of the downloaded file and install it. The installation process is really straight forward. The standard settings are fine. Once installed, start it and select “New”.
-
How to setup stunnel5 with Let’s Encrypt on Ubuntu 18.04
There is a bug in stunnel4 on Ubuntu 18.04 that lets attackers crash stunnel4. Because of this and the fact that the bug is still not fixed I’ll show you on how to install stunnel5 and use it with Let’s Encrypt. For the tutorial I’ll assume that you have already some sort of webserver running…
-
How to create, activate and deactivate a virtualenv for Python 3.7.3 on Ubuntu 20.04
At first we need to update the packages. To then install python3-pip. And with pip3 install virtualenv. Now a virtual environment can be created. To activate the virtual environment just enter the following command. To deactivate the virtual environment just enter the following command.
-
How to create a new SSH key on Ubuntu 20.04
-
How to unpack .tar.gz on Ubuntu 20.04
-
How to enable SWAP on Ubuntu 20.04
After that /etc/dphys-swapfile needs to be edited: Here you can make various settings but for now let’s just use double the size of the RAM for the SWAP that should be created by changing to Close and save /etc/dphys-swapfile and restart dphys-swapfile. If you run you now can see your SWAP.