×


Linux Resources


Install VNC Server on Ubuntu 20.04 - Best Method ?

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


Install Swift on Ubuntu 20.04 - Best Method ?

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.


Install qbittorrent on Ubuntu 20.04 - Best Method ?

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:

  • An interface similar to uTorrent
  • DHT, peer exchange, and complete encryption are all supported by this BitTorrent client.
  • It has a well-integrated search engine.
  • It also has UPnP port forwarding and NAT-PMP capabilities.
  • You can also use the qBittorrent Web interface to control it remotely.
  • A search engine that is well-integrated and expandable.
  • IPv6 compliant.


Start, Stop or Restart Services in Linux Mint 20 - Best Method ?

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.


Add Users to Sudo Group On Linux Mint 20 - Best Method ?

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.


Install VeraCrypt on CentOS 8 - Best Method ?

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:

  • Creates a virtual encrypted disk within a file and mounts it as a real disk. 
  • Encrypts an entire partition or storage device such as USB flash drive or hard drive. 
  • Encryption is automatic, real-time(on-the-fly) and transparent. 
  • Parallelization and pipelining allow data to be read and written as fast as if the drive was not encrypted. 
  • Encryption can be hardware-accelerated on modern processors. 

Search by typing a one letter Word Term Here