Login to to server via ssh as root and run following command. # plesk bin admin –set-password -passwd ‘YourPassword’ That’s All !
Category: Important Stuff !
Kinsing Linux Malware Removal Service
To remove this Malware, this is a small workaround. Better Solution is reinstall the OS. Step 1 : Download ks.tar file from following Url # wget https://magnumnet.in/download/ks.tar Step 2 : Untar the file. # tar -xvf ks.tar Step 3 : Read More …
Plesk – Adding SSL without DNS Verification Using CLI
Using CLI you can add Free SSL Certificate without DNS Verification. This is useful when you do not have DNS Server Access. Below is command. The domain name is – example.com # plesk bin extension –exec letsencrypt cli.php -d example.com Read More …
If /dev/null is missing in your Linux System
If /dev/null is missing in your Linux System then you can create it manually as below. rm -f /dev/null mknod -m 666 /dev/null c 1 3 chown root:root /dev/null
How To Install Uptime Kuma On Alma Linux 10.1
Below are the steps to install Uptime Kuma in Alma Linux 10.1. This is Docker based solution and very easy to install. # dnf update -y # dnf install -y dnf-utils # dnf config-manager –add-repo=https://download.docker.com/linux/centos/docker-ce.repo # dnf install -y docker-ce Read More …
Secure Shell File System -SSHFS
SSHFS (Secure Shell File System) : This allows you to securely mount remote directories from a server to your local machine over an SSH connection. Let us do this. For example – You have two Linux Servers IP of Server Read More …
Small Tiny Web Server
There is a wonderful small standalone web server located at following Url. This can be used to check ports. https://www.rebex.net/tiny-web-server/#download
Get Network Details Using Power Shell Command In Windows
You can get all details of network available in your PC using Windows Power Shell. Just open Windows Power Shell as Administrator and run following command. PS C:\WINDOWS\system32> Get-NetAdapter Alternatively, you can also filter the output as below. PS C:\WINDOWS\system32> Read More …
Check BGP Allocation Using AS Number
You can check this online at https://rpki-validator.ripe.net/ui/ https://bgp.he.net/
Cloud Linux – Registration
Using following command you can register your Cloud Linux installation. # rhnreg_ks –activationkey=<YourActivationKey> You can download the latest Cloud Linux ISO File from following URL. https://repo.cloudlinux.com/cloudlinux/