Fstab
The configuration file /etc/fstab contains the necessary information to automate the process of mounting partitions. In a nutshell, mounting is the process where a raw (physical) partition is prepared for…
Innovation Engineering and Technology
The configuration file /etc/fstab contains the necessary information to automate the process of mounting partitions. In a nutshell, mounting is the process where a raw (physical) partition is prepared for…
RTMP stands for Real-Time Messaging Protocol and is a widely used protocol for delivering audio video and data over the internet. NGINX is a high-performance web server that can also…
In this guide, I will show you how to create a new user on an Ubuntu server and give it sudo access and allow SSH login to that user.
Linux ‘ethtool’ command is a powerful tool that can help you tune your network interface for optimal performance, but it can seem intimidating to install and use, especially for beginners.…
This article shows how to enable Wake On LAN function using the CLI, so that a computer may be powered up remotely.
With SSH enabled in server mode, you can connect to your present system from other remote systems. In client mode, you can connect to remote systems from your current system.
Since Red Hat dropped the red letter for CentOS, and shifted focus towards CentOS Stream. The world has moved then to distributions like Rocky Linux, Ubuntu, Debian, openSUSE and others.
Certbot is a free, open source software tool for automatically using Let’s Encrypt certificates on manually-administrated websites to enable HTTPS. We can install SSL using command-line interface.
Thanks to its user-friendly built-in tools, it’s a cinch to remote desktop into Ubuntu using either VNC or RDP. We outline how Ubuntu is the world’s most popular Linux distribution…
The installation of YOURLS entails getting hold of the latest version that typiclly comes as a .tar.gz file. Here’s where I got my copy from; https:/github.com/ SSH into your server,…
When we need more storage space than originally planned for, it’s LVM to the rescue. The Linux kernel’s Logical Volume Manager lets us abstract our disk partitioning. Instead of assigning…