Change DNS Server Settings in Linux
Domain name server (DNS) translates the internet address to the numeric machine address. A DNS server converts each domain name you enter into your browser into an IP address. The website you want to visit can then be found and connected to using that address by your browser. Since your internet speed is affected by […]
How to Secure Nginx using Let’s Encrypt SSL on ubuntu
In any website that runs with Nginx as a web server, it is recommended to use SSL/TLS encryption for that website’s domain to secure the connection between the web server and the browser. Let’s Encrypt is an official certificate authority that allows you to get an SSL/TLS certificate for free and use the encrypted HTTPS […]
4 Commands to Clear Terminal Screen in Linux
Has it ever happened to you that you get so engrossed in working with your Linux terminal environment that you are suddenly shocked to encounter a busy screen full of various commands and get confused by viewing the crowded terminal environment?
Disabling SELinux Temporarily or Permanently on CentOS/RHEL
Disabling SELinux on CentOS/RHEL helps your applications to function normally and support the security mechanism of SELinux. Since SELinux is enabled by default, this article will present Disabling SELinux Temporarily or Permanently on CentOS/RHEL. As the most secure operating system, Linux implements security features such as Security-Enhanced Linux (SELinux) to let admins access control.
10 Best Security Practices to Secure SSH Server in Linux
SSH is a TCP-based secure network connection protocol that is used for secure remote access to Linux servers. Users encrypt the remote connection to the server using the SSH protocol settings to improve the security of the communication between the server and the client in a public and insecure network. The Multi-functional SSH protocol is […]
Introducing 15 Best Web Browsers for Ubuntu Linux
It’s tough to imagine that just a few decades ago, people had to refer to books and encyclopedias to find a recipe for a new dish or find out how to preserve their favorite plant. Introducing 15 Best Web Browsers for Ubuntu Linux is what this article presents. Thanks to the advent of Browsers, reaching […]
How to Install Ansible on Linux
With the advancement of technology today, various configuration management systems have been developed to facilitate the control and management of multiple hosting servers simultaneously. By using configuration management systems, you can automatically control different systems.
How to Increase Disk Space in Windows 10
Low space is always annoying whether in rooms, clothes closets, or disks! Facing low disk space errors in Windows 10 is one of the serious problems that have a direct effect on users’ routine tasks. If you have done all you know to free up your storage place, join us with this article to learn […]
How to Kill Process in Linux using kill Command Types
Until now, you must have been in a situation where you have launched a program in the Linux operating system and while you are using the program, it suddenly crashes and remains unresponsive. In this situation, most users stop and restart the program, but still, the program froze up. In such a situation, users do […]
How to Transfer Files using Remote Desktop on Windows Server
One of the concerns of users after purchasing VPS is how to transfer and copy important files from personal systems to VPS and vice versa. Naturally, all users will need to transfer and use their files in VPS. Especially site administrators are more involved with this problem than other users and are looking for a […]
How to Configure Nginx as Reverse Proxy on Ubuntu Linux VPS
A reverse proxy is a server, software application, or cloud service that sits in front of one or more web servers to snoop on and examine incoming client requests before sending them to the web server and then relaying the server’s response to the client. How to Configure Nginx as Reverse Proxy on Ubuntu Linux […]
How to Install KDE Desktop Environment in Linux
Various Linux distributions such as Debian, Ubuntu, CentOS, Fedora, etc. have a graphical user interface by default and also support various out-of-the-box desktop environments. GNOME and KDE are among the leaders among the wide variety of Linux/Unix desktop environments such as LXDE, LXQT, Cinnamon, XFCE, etc., which are preferred by most users due to their […]