Linux Misc

Linux distribution info cat /etc/*-release lsb_release -a uname -mrs Check ram info sudo dmidecode -t memory sudo lshw -short -C memory Sh

May 16, 2017

Linux I/O Scheduler

,

What Is I/O SchedulerThe purpose of I/O Scheduler is to improve the I/O performance fo traditional hard disk drive.Like merging I/O requests

May 06, 2017

Port Forwarding

Say you can ssh to a remote linux box, while you want to access a blocked port on that remote box, you can make a stub, and forword the requ

Apr 18, 2017