Linux Hosting
How to Add Swap Space in Ubuntu VPS
How to Add 1 GB Swap Space in Ubuntu VPS Adding swap space to your Ubuntu VPS can help improve performance by providing additional virtual memory. Follow these simple steps …
How to change ssh port in linux server
The default SSH port (22) can be changed to improve security by lowering automated attacks. This guide walks you through the process, including restarting the SSH service and configuring your …
Synchronizing DNS Zones Between DirectAdmin and BIND: A Step-by-Step Guide
The problem and solution I want to automatically distribute my DNS to two locations on a DirectAdmin server that only has one IP address. The issue is that DirectAdmin only …
add cron job in linux
above mentioned is sucessfull to add cron job in my opinion
remove kdevtmpfsi and kinsing malware from linux server
ps aux | grep -i kinsing sudo kill -9 sudo rm -rf /tmp/kinsingsudo rm -rf /var/tmp/kinsing ps aux | grep kdevtmpsudo kill -9rm -f /tmp/kdevtmpfsi sudo rm -f /tmp/kdevtmpfsi sudo …
ssh key pair based login alma linux
To set up key-based login for your AlmaLinux server, follow these steps:
ssh file error fixed by dos2unix
if your ssh file is not working then try to use dos2unix filename.shif dos2unix is not installed then install it
my sql database backup script
my sql database backup to ftp After upload this script to sever we need dos2unix to convert this file to unix format and run if not installed then install do2unix