Linux: top and df commands
Monitor CPU and disk utilization with the following commands: df (disk free): [root@K8H6B1 nista]# dfFilesystem Size Used Avail Use% Mounted on/dev/sda1 128G 47G 75G 39% //dev/sda6 328G 4,5G 324G 2%…
Monitor CPU and disk utilization with the following commands: df (disk free): [root@K8H6B1 nista]# dfFilesystem Size Used Avail Use% Mounted on/dev/sda1 128G 47G 75G 39% //dev/sda6 328G 4,5G 324G 2%…
Use the following code to execute some long running command and log out from your ssh session: at -f mount.sh now
For True Type Fonts: Copy the .ttf file (e.g. AGENO___.TTF) from the windows machine and put it into /usr/share/fonts/TTF/windowsfonts. Then change it to 8 characters and lowercase: mv AGENO___.TTF agentora.ttf…
Use the following code as an example: mount -t ext2 /dev/sdb5 /mnt/repmount -t ntfs /dev/sdc5 /mnt/usb1#for FreeAgent:mount -t ntfs /dev/sdd1 /mnt/usb2#for Western Digital:mount -t ntfs /dev/sdc1 /mnt/usb2 Other useful commands:…