Category

Macintosh

5 articles in this category

Enable color coding when using the ls command

November 12, 2022 1 min read

By default color coding is disabled for the ”’ls”’ command under Ubuntu. If you wish to enable it simply add the following to your ”’.bashrc”’ file alias ls='ls…

Show disk usage in descending order

November 12, 2022 1 min read

If you need to find the amount of disk space being consumed in Linux, you can show it recursively through your directories as follows. $ sudo du -ahx…

Show user Library directory on a Mac

November 12, 2022 1 min read

Mac OS X defaults to hiding the users Library directory. No doubt, this was changed to keep novices from deleting necessary system files. Those that wish may show…

Creating an SSH tunnel for proxy connections

November 12, 2022 2 min read

Often it is helpful to tunnel certain traffic through an SSH tunnel. If you are on a public wifi connection where you may fear someone else intercepting your…