Liosa F
Content Writer ( 197 Articles )I love technology, learning, growth, and building connections. This passion has driven me to become a writer, using the power of words to communicate and assist the progress of enthusiasts.
How to Configure Apache Virtual Hosts on Ubuntu
Apache HTTP Server is an open-source web server created and maintained by the Apache Software Foundation. Apache is one of the most used web content delivery methods on the Internet. Its versatility, dependability, and performance make Apache a popular web server worldwide. Apache’s modular design allows authentication, URL rewriting, virtual host creation, and more. Apache […]
whereis Command in Linux
The whereis command in Linux is a powerful command line tool to locate the binary, source, and manual page files for a target command or file. The whereis command queries the /etc/locate.db database that contains a pre-indexed list of directories and their path on the Linux system. Linux whereis command basic syntax is as follows: […]
locate Command in Linux
The locate command in Linux is a file-searching command-line tool used to quickly find files and directories based on their names by searching updated databases. To use the locate command run the following syntax in the terminal and find the location of the files in your Linux system simply and quickly: locate [filename or part […]
Best Server CPU in 2024
Among various models of CPUs, AMD Epyc and Intel Xeon become the best server CPU in 2024 for web servers, game servers, large-scale databases, home servers, and virtualization. In 2024 AMD Epyc, specially AMD EPYC 4564P, achieved the highest performance score among CPU models, and thanks to its unparalleled speed and performance, strong security, and […]
How to Install htop in Ubuntu, Debian, CentOS, Fedora
You can install htop from default repositories of most Linux distributions such as Ubuntu, Debian, CentOS, and Fedora simply through a Linux terminal and using Linux distribution specific package managers. The htop is a powerful real-time system monitoring tool that offers a dynamic and interactive view of running processes and your server resource usage with […]
make: command not found Error in Ubuntu
To solve the “make: command not found” error in Ubuntu, you need to install the make utility which is a powerful command line tool for automating building software from source code. Since Ubuntu does not include the make tool by default, getting the make: command not found error after running the make command indicates that […]
How to Install Jitsi on Ubuntu VPS?
Installing Jitsi on Ubuntu VPS involves adding the Jitsi repository, downloading the Jitsi GPG key, installing the necessary packages of Jitsi, and configuring settings for security and optimal functionality. Jitsi Meet is an open-source, flexible, and robust video-conferencing application that allows you to create secure and private multi-person video conference rooms on your server by […]
write Command in Linux VPS with 7 Basic Examples
The write command in Linux VPS is a command line tool for communicating directly to other logged-in users by sending messages. By running the write command with the username of who is currently logged into the same Linux VPS and typing the message, the write command provides a real-time chat-like experience. It sends messages to […]
How to Install Brave on Linux Distros
The main and most simple way to install Brave on Linux VPS is by adding Brave’s Repository Key and Brave Repository and installing Brave browser on various Linux distributions from its repository. Using a browser that offers a more efficient browser experience with faster load times, ad and cookie blocking, and enhanced privacy is a […]
Linux VPS comm Command Guide with Examples
Linux VPS comm command with its straightforward syntax, comm [options] file1 file2 , is a powerful and efficient tool for comparing and analyzing two sorted files line by line. After buying Linux VPS learning how to use the comm command is beneficial for using quick and efficient way to compare sorted files on your Linux […]
How to List Current Logged-In Users in Linux VPS?
Listing current logged-in users in Linux VPS is an essential administration task, especially if you work in a multi-user Linux environment. Here are various ways to list current logged-in users in Linux VPS at a glance: The users command The w command The who command Reading the content of /etc/passwd file using commands cat, less, […]
How to Change or Set System Locales in Ubuntu VPS?
To change or set system locales in Ubuntu VPS, proceed as follows: Check current locale settings List available locales Generate the desired locale Set and update the system locale Reboot the System (Optional). After buying a Linux VPS running Ubuntu, setting locales in Ubuntu VPS offers a localized user experience tailored to regional and linguistic […]