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 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 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 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 […]
SSH “Connection Refused”
SSH stands for Secure Shell or Secure Socket Shell, which is a network protocol and a secure solution for users, especially system administrators, to access computers and programs remotely in an insecure network. The SSH protocol secures data communication between two computers with strong authentication and encryption and facilitates and accelerates network administrators’ tasks.
How to Install LOMP on Ubuntu [OpenLiteSpeed, MariaDB, PHP]
Web developers need to run a popular web server and database software, programming languages, such as OpenLiteSpeed, MariaDB, and efficient PHP programming language and so on to improve Linux server performance in hosting high-traffic sites and dynamic web applications.
How to Disable User Login Accessibility in Linux
Linux system administrators have various tasks, one of their important tasks is to improve Linux system security, manage users, and access user login in Linux. Since system administrators are responsible for fixing the problems of the Linux operating system and protecting the Linux system from intrusion and unauthorized access, disabling user login Accessibility in Linux […]
How to Install PHP Composer in Linux [Ubuntu,Debian,CentOS]
Composer is a command line tool for dependency management in PHP, which facilitates the installation and updating of dependencies and PHP packages required by your project. Dependencies are packages or libraries that have already been created by developers and do not need to be rewritten.
How to Check Failed SSH Login Attempts in Linux
Setting up the server with SSH protocol is one of the security measures of server and network administrators to encrypt the communication between the server and the client in an insecure network. Controlling and monitoring failed SSH login attempts in Linux is one of the most important tasks of Linux VPS administrators, The importance of […]
How to Install and Configure MySQL on CentOS 7
MySQL is one of the most popular and practical database management systems that serves as an open-source relational client-server model for websites and server applications. It also uses SQL (Structured Query Language), which is the most common standard language for accessing databases, to manage its data. MySQL is one of the important components of the […]
Clear DNS Cache in Windows, Linux & Chrome
Although the operating systems perform the troubleshooting process automatically, sometimes you have to play a role in these troubleshooting processes manually. Perhaps for many users, especially beginners, troubleshooting the operating system is a difficult responsibility, while by reading several useful educational resources and learning without the need for technical expertise, you can easily fix operating […]
How to Create Large Files bigger than 1 GB in Linux
Creating a file to store and organize data is one of the tasks of Linux users. We usually create an empty file and then import or transfer content to that file, We all do this to organize data. But sometimes the developers need a file of a specific size in special situations such as troubleshooting […]