Find Disk Usage in Linux
du command shows disk usage. If you want to sort the result, see How to sort the result of du -h command…
du command shows disk usage. If you want to sort the result, see How to sort the result of du -h command…
To enable SSL in Magento, go to System > Configuration Click on “Web” link on left menu. On this page, set Auto-redirect…
Mcrosoft Azure App Certificate is used to secure Azure App Services, now they allow export of this SSL certificate in PFX format,…
If you want to reset password or fix some booting issue, you may need to boot the server in rescue, then mount…
Customer lost login credentials for a Azure VM. Azure provide a way to reset Password for VM using Azure portal or via…
vShare Youtube Clone Script allows you to run your own video sharing website like youtube. You can get this script from https://serverok.in/vshare…
Here is a PHP script, that pulls the latest code from Git Repository to your website.
Symlink Attack allow a hacker to hack one web site and gain access to another Apache Virtual Hosts in a cpanel server.…
To install SSL certificate in Virtualmin, select the domain from drop down list of Virtualmin. On left Menu, go to Server Configuration…
To install Redis on Plesk Debian/Ubuntu server, run apt install -y redis-server redis-tools Enable and restart redis-server systemctl enable redis-server systemctl restart…
Install PowerShell in Debian 9 Downloading a file with PowerShell To install Azure PowerShell Module, run Install-Module AzureRM Install-Module Azure
To install Microsoft PowerShell in Debian 9, run apt-get update apt-get install curl gnupg apt-transport-https Install GPG keys curl https://packages.microsoft.com/keys/microsoft.asc | apt-key…