Linux Resources
- Home
- Linux Resources
This article covers how to install and configure VNC Server on Ubuntu 20.04. Virtual Network Computing, or VNC, is a connection system that allows you to use your keyboard and mouse to interact with a graphical desktop environment on a remote server. It makes managing files, software, and settings on a remote server easier for users who are not yet comfortable with the command line.
After connecting to your server with SSH, update your list of packages:
$ sudo apt update
Now install Xfce along with the xfce4-goodies package, which contains a few enhancements for the desktop environment:
$ sudo apt install xfce4 xfce4-goodies
Once that installation completes, install the TightVNC server:
$ sudo apt install tightvncserver
This article covers how to install Swift on Ubuntu 20.04 LTS. Swift is a programming language developed from C and objective-C which uses variables to store and refer to values. Constants are used throughout.
This article covers the process of Installing qBittorrent on Ubuntu 20.04. For more information, visit their official site https://www.qbittorrent.org.
Main feautures of qBittorrent:
This article covers the basics of service management in Linux Mint 20. Linux provides fine-grained control over system services through systemd, using the systemctl command. Services can be turned on, turned off, restarted, reloaded, or even enabled or disabled at boot.
The basic syntax for using the systemctl command is:
$ systemctl [<em>command</em>] [<em>service_name</em>]
Typically, you'll need to run this as a superuser with each command starting with sudo.
How to Restart a Service ?
To stop and restart the service in Linux, use the command:
$ sudo systemctl restart <em>SERVICE_NAME</em>
After this point, your service should be up and running again. You can verify the state with the status command.
This article covers how to add and remove users in the sudo group to manage the sudo privileges of the users. sudo is a command-line program that allows trusted users to execute commands as root or another user.
This article covers how to install VeraCrypt on CentOS 8. VeraCrypt is free open-source disk encryption software for Windows, Mac OS X, and Linux. In case an attacker forces you to reveal the password, VeraCrypt provides plausible deniability. In contrast, to file encryption, data encryption performed by VeraCrypt is real-time (on-the-fly), automatic, transparent, needs very little memory and does not involve temporary unencrypted files.
Features of VeraCrypt: