Commands Tricks 
netdip.com —
Using the Linux 'find' command, you can easily find files based on their filesizes. Whether you want to find files larger than a certain size, smaller than a certain size, or equal to a certain size in bytes, kilobytes, megabytes, or Gigabytes, the Linux 'find' command with the -size option can find them. Here are some examples of using the 'find' command with the -size option.
Posted by
mojojuju 5 months ago
blogspot.com —
Among the commands: Find removed (deleted) files still in use via /proc, On-the-fly unrar movie in .rar archive and play it, does also work on part archives, List programs with open ports and connections, Manually pause/unpause an application (process), etc.
Posted by
hotice 7 months ago
hotice 7 months ago
blogspot.com —
1. Show/purge unused linux kernel images and modules:
dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d'
Posted by
hotice 8 months ago
hotice 8 months ago 









