Posts in Linux

How find out where disk space is being used.

To find out where disk space is being used:   Get to the root of your machine[…]

Configuring the Boot Menu in Ubuntu

If you install Ubuntu as a traditional dual-boot with Windows, Ubuntu will make itself the default operating[…]

OpenSSL to Extract the Private Key and Cert File.

Copy the pfx file (Exported SSL Cert) in the Open SSL Bin folder. Look for C:Program Files[…]

Datto Uninstall Reinstall for Debian Agent

Datto Agent Reinstall: sudo apt-get remove dattobd-dkms sudo apt-get install linux-headers-$(uname -r) apt-get install apt-transport-https sudo apt-get[…]

How to Find out linux distribution name and version

The lsb_release command displays certain LSB (Linux Standard Base) and distribution-specific information. Type the following command: $[…]

Limit Shell Access by IP address

Limit ssh access by IP address linux ssh To limit ssh access to a linux box based[…]