This article describes how to add lines to a file in linux.
Linux
Zip, Archive and Compress tools in Linux
Here are the different apps in linux for compressing and archiving files. Definitions: Tarball: A tarball is a collection of multiple files in Linux stored as a single file. The term tarball comes from the coal-based sealant used during construction works. A tarball is often simply called a TAR file, which stands for Tape Archive. … Read more
How to Locate files in Linux with mlocate
This article show how to locate file easily in Linux. To install and update mlocate so as to use immediately.
Setting Up a Private IPFS Network with IPFS and IPFS-Cluster
Setting Up a Private IPFS Network with IPFS and IPFS-Cluster Create 2 New Vm’s with Debian. In this case, these are 2 kvm VM’s but you can use any ones. node0 bootstrap node, 192.168.0.95 node1 – client node, 192.168.0.116 Create a new user “ipfs”. Add sudo rights to the user ipfs. Installing IPFS through the … Read more
How to migrate from CentOS 8 Linux to AlmaLinux 8
To convert your CentOS8 operating system to AlmaLinux do the following: -Make a backup of the system. -Disable Secure Boot because AlmaLinux doesn’t support it yet. -Download the almalinux-deploy.sh script: run the system update and upgrade command In CentOS and run the system update and upgrade command. Install Curl, if you don’t have it: Download … Read more
Freeing disk space on your Linux server
To find out where disk space is being used: Get to the root of your machine by running Run Note which directories are using a lot of disk space. cd into one of the big directories. Run to see which files are using a lot of space. Delete any you don’t need. Repeat steps to … Read more
How to replace IP address for domains/clients/resellers in Plesk for Linux
Need to replace the IP’s for plesk domains to a single IP? Here’s how: https://support.plesk.com/hc/en-us/articles/213938045-How-to-replace-IP-address-for-domains-clients-resellers-in-Plesk-for-Linux
How do I find all files containing specific text on Linux?- with find
I recently had a challenge to look at code. The IP was redirecting to another IP and after testing decided to check the code. This is in Plesk: And voila! There were 2 files with the hardcoded IP in the config file. This will also work with other strings as well.
How to restore Plesk installation on a new Linux server after disaster
New: https://support.plesk.com/hc/en-us/articles/213927465
Verify the speed of my Network Cards in Linux
How to tell the network speed of network cards in Linux? CentOS 7 Find the network cards: Ethtool Script: Above would be in MB. DMESG