1
0
Fork 0
A backup mirror of my ~/bin folder that's hosted on Github. https://github.com/sbrl/bin
Go to file
Starbeamrainbowlabs e3e4abf408 Added command to safely exit fullscreen without crashing ubuntu (hopefully) 2016-02-10 17:47:41 +00:00
.bash_aliases Add catz and get/set clip 2016-02-05 20:06:12 +00:00
.bashrc Added pd 2016-02-05 20:09:08 +00:00
README.md Update README.md 2015-12-11 19:14:50 +00:00
ctx Initial commit. 2015-12-11 10:29:22 +00:00
cycleswap Added cycleswap 2016-01-15 18:41:38 +00:00
decrypt Initial commit. 2015-12-11 10:29:22 +00:00
dropbox_uploader.sh Initial commit. 2015-12-11 10:29:22 +00:00
dropshell Initial commit. 2015-12-11 10:29:22 +00:00
encrypt Initial commit. 2015-12-11 10:29:22 +00:00
exit_fullscreen.sh Added command to safely exit fullscreen without crashing ubuntu (hopefully) 2016-02-10 17:47:41 +00:00
extract Initial commit. 2015-12-11 10:29:22 +00:00
fdupes Initial commit. 2015-12-11 10:29:22 +00:00
hr Initial commit. 2015-12-11 10:29:22 +00:00
htdigest.sh Initial commit. 2015-12-11 10:29:22 +00:00
mail-service-restart Initial commit. 2015-12-11 10:29:22 +00:00
mk-ca-bundle.pl Initial commit. 2015-12-11 10:29:22 +00:00
node-update Initial commit. 2015-12-11 10:29:22 +00:00
pd-setup.sh Added pd 2016-02-05 20:09:08 +00:00
ports Initial commit. 2015-12-11 10:29:22 +00:00
ps_mem Initial commit. 2015-12-11 10:29:22 +00:00
recorduptime Initial commit. 2015-12-11 10:29:22 +00:00
restart-reason Addr restart-reason for tracking the reason that I restart my server 2016-02-05 18:36:52 +00:00
rmilter_setup Add script to setup for rmilter to run 2016-01-13 21:02:25 +00:00
splitdotmbox.sh Initial commit. 2015-12-11 10:29:22 +00:00
stealtime Initial commit. 2015-12-11 10:29:22 +00:00
style Added style (LuRsT/style) 2015-12-11 19:10:20 +00:00
swapusage Initial commit. 2015-12-11 10:29:22 +00:00
systemctl-restart Add systemctl-restart 2016-01-31 21:06:38 +00:00
z.sh Add z.sh 2016-01-13 21:02:38 +00:00

README.md

bin

My Linux ~/bin folder, including my .bashrc and .bash_aliases.

This repository will contain all the various tools and / or commands I find that I put in my ~/bin folder.

Here's a list of the most interesting ones, along with what they do and where they came from (assuming I can find / remember):

  • style - Add style to your output
  • hr - A horizontal ruler for your terminal
  • dropbox_uploader.sh - Dropbox Uploader is a BASH script which can be used to upload, download, list or delete files from Dropbox.
  • swapusage - Shows swap usage by process. Useful for determining which services to restart if you aren't allowed to fiddle with your swap.
  • extract - Extracts several different types of archive.
  • mail-service-restart - Restarts all service related to my mail server. Currently needs upgrading to use systemd.
  • decrypt - Decrypts something encrypted with a password with openssl.
  • encrypt - Encrpyts something with a password with openssl.
  • splitdotmbox.sh - Splits a .mbox file into it's component messages
  • ctx - Shows contact switches by process in real time
  • ps_mem - Shows memory usage by process.
  • node-update - Adapted from a bash script given in a github issue for io.js, this script will update you to the latest version of node. I think that there's a bug with it, but it works well enough for me.
  • stealtime - Tells you how much of your CPU time has been stolen by other virtual machines.

Disclaimer

I don't own many of the tools in this repository. If you are an owner of one of these tools and I haven't linked to you, please let me know as I probably forgot.