michael@slashetc:~$

  • Keep your texts private in Trump's America (and everywhere else, too)

    So, here we are: With a new president come new concerns over surveillance powers that could so forcefully bite us in the ass. The public has good reason to believe that President Donald Trump would love to expand data-collection programs in his administration. He's said, repeatedly, that he'd like to...

  • Delete all but the last 1000 lines of file

    $ ex -c '1,$-1000d' -c 'wq' file</p> View this command to comment, vote or add to favourites View all commands by wytten12 Diff your entire server config at ScriptRock.com </div> Read More here.

  • [one-liners] Find Reverse Depends of a Package

    Sometimes you have a package installed and you want to know what other packages depend on it (such as a lib package). This one-liner only works on Debian/Ubuntu (apt/dpkg) based systems, but I'm sure a simmilar method works for rpm based distros such as CentOS. for depends in $( apt-cache...