#domain https://horizons.hostinger.com date :- 23-05-2025 price :- 900 mobile :- 8810585237 login :- viksdyadav@gmail.com #zshlo //domain https://horizons.hostinger.com date :- 23-05-2025 Amt :- 900 mobile :- 8810585237 login :- viksdyadav@gmail.com //VPS hosting date: 03-11-2025 Amt : 11500rs cmd> ssh root@62.72.57.69 //VPS password:- 5othma#u7J5#At/Z@A&X #cmd //setup ssh without password >ssh-keygen -t rsa -b 4096 >ssh-copy-id root@62.72.57.69 >ssh root@62.72.57.69 #cmd/ General System Information uname -a // Displays the kernel name, version, and other details. lsb_release -a // Shows Linux distribution information (if lsb is installed). lscpu // Provides detailed information about the CPU architecture cat /proc/cpuinfo // Displays detailed CPU information. free -h // Shows memory usage in a human-readable format cat /proc/meminfo // Provides detailed memory information df -h // Displays disk space usage for all mounted filesystems in a human-readable format. du -sh * //Shows the size of files and directories in the current directory uptime // Displays how long the system has been running along with the load averages. ip a // Displays all IP addresses assigned to the machine’s network interfaces ifconfig // (Requires net-tools) Shows network interface configuration. lshw // Provides a detailed hardware listing. You may need to install it first. cat /proc/version // Shows the kernel version