A Beginner’s Journey: Installing Cinnamon on AlmaLinux 9

Are you looking to transform your command-line-only AlmaLinux or Rocky Linux server into a user-friendly desktop environment? The Cinnamon Desktop might be exactly what you need. Originally developed for Linux Mint, Cinnamon has become a popular choice among Linux users for its: Modern and intuitive interface Windows-like familiar layout Excellent system performance Customization options While AlmaLinux and Rocky Linux are […]

» Read more

How to Disable MySQL Strict Mode in Linux and Windows

MySQL and MariaDB support strict modes that allow the controlling and handling of invalid or missing values in data-changing queries. This has the following statements INSERT, UPDATE, and CREATE TABLE. When strict mode is enabled in MySQL then invalid or missing data may cause warnings or errors when trying to move the query. When strict mode is disabled, a similar […]

» Read more

How to : Exim Remove All messages From the Mail Queue

  Exim is a mail transfer agent (MTA) used on Unix-like operating systems. It aims to be a general and flexible mailer with extensive facilities for checking incoming e-mail. For more information you can see Exim documentation. In this article i will show some commands to removing all messages from the Mail Queue. Please Follow the Steps.    Step 1 […]

» Read more

How to Uploading Files using Unzip in Linux

Uploading Files using Unzip in Linux When you want to upload large number of files in your web server, you can easy to uploading large number of files by using unzip in Linux. Please follow the steps and quickly upload the necessary files in your linux os. Step 1 : To Upload the zipped file to your SSH server. Step 2 : To Unzip the […]

» Read more

How to disable core dumps on Linux Servers

To disable core dumps on Linux Servers Core dump is a memory or a storage dump which records the memory state of a computer program when it was terminated by the operating system due to various error behavior. In this article Hostripples will give you how to disable core dumps on Linux Servers. Please follow the steps to disable core dumps for all […]

» Read more

How to install Zend Optimizer in Cpanel Linux Server

  Introduction :  Zend Server is the most complete PHP distribution with a continuously updated set of advanced value-add features designed to optimize productivity, performance, scalability and reliability. It is a free PHP extension to enable the web server to execute files encoded by Zend Guard/Encoder so it’s executed the same as any regular PHP files. Zend Encoder also is […]

» Read more

Change Linux Root Password Temporarily

How to change Linux root password temporarily If you are logged in as root and you don’t know the root password then you can follow the steps. You can easy to change your root password.    Step 1. Back-up your current shadow file. [root@hostripples ~]# cp /etc/shadow /etc/shadowbkup Step 2. Change the current root password [root@hostripples ~]# passwd root Changing password […]

» Read more

How to Setup Minecraft on a Linux CentOS Server

Setup Minecraft on a Linux CentOS Server     * First, To download PuTTY to access SSH.   * Installing Minecraft by using following command:  yum install java-1.6.0-openjdk   * Switch to the root directory by using following command: cd   * Create a Minecraft directory mkdir minecraft   * Enter the directory by using following command:  cd minecraft   * […]

» Read more

How to Disable Clamav and Amavis for Postfix

How to disable Clamav and Amavis for postfix   If you want to run postfix but not run the antivirus (Clam, Amavis), there is a way to disable those services while allowing postfix to run as normal. Follow the instructions you can easily to disable Clamav and Amavis for postfix.   1) Edit the file/etc/postfix/main.cf And use the following commands : content_filter […]

» Read more
1 2