Today I Learned - Rocky Kev

Tagged “bash”

  1. TIL Evil code

    These examples are unethical, and can even be criminal. You can get jailtime. You have been warned and I cannot be held liable for your dumb-assery.

  2. TIL Play music in a bash script

    On Macs, you have the afplay command. to play some sweet tunes.

  3. TIL the fix everything script

    A script that fixes everything for end-users

  4. TIL end all node processing scripts

    killall node - a sure fire way to kill a node.js server that won't stop running.

  5. TIL what bash means

    Bash means Bourne-again shell. sh was proprietary and not open source, and Bash was created in 1989 to create a free alternative for the GNU project and the Free Software Foundation. Since projects had to pay to use the Bourne shell, Bash became very popular.

  6. TIL this bash script

    I share this bash script because it's really easy to read, and a reminder that all langauges are kinda built the same.

  7. TIL creating files in Powershell

    Powershell Equiv to touch

See all tags.