Linux – Biggest command I can give to BASH
The biggest command you can give to bash depends on your system. you can find that out by typing this: # getconf ARG_MAX ARG_MAX is a system variable (kernel variable) that tellsRead More…
The biggest command you can give to bash depends on your system. you can find that out by typing this: # getconf ARG_MAX ARG_MAX is a system variable (kernel variable) that tellsRead More…
SGDISK: (Use this for GPT drives of any size) # — sgdisk — # -p prints partition table (on the very left it will print before operations, on the very right itRead More…
NOTE: works with ext3 and ext4 Just edit the dst1, log1, srcdev1 variables. This will list all of the files and subfolders on the root of srcdev1, and it will launch anRead More…
Systemd now brings logging to one swift program called journalctl & service management to a program called systemctl. Starting Stopping Services (before systemd this was done with the “service” command or usingRead More…