10 Cool Things to Do in OSX Terminal
Power user tips for mastering the macOS command line
The thing that made me buy mac is that it has a OS based on Unix, and programs like Photoshop and Microsoft Office (not a big OpenOffice fan yet). Like a good nerd, I can’t live without my beloved terminal, which makes my life easier. In this post I will show some commands so you can have fun on mac’s terminal. Hope you like it, and if you have any other ideas, please comment on the post!
1. Twitter Update
Nothing more geek than updating your twitter from terminal. Just change the user e pass from the pre. Way cool.
|
|
2. Sing songs
Release your creativity, sing along.
|
|
3. Download from a unstable server
You know, sometimes you are downloading a big file, but it keeps failing, and you always have to hit RESUME. Your problems are over, with this pre, if the download stops suddenly, it will automatically restart. This pre have a 15kbps speed limit, delete –limit-rate 15k to remove the speed limit.
|
|
4. Secure SSH Tunnel
This is very important if you are using a public/open wireless connection. If you want to access your bank information or online shopping, making sure no one is stealing your information, then SSH Tunneling is the solution. You can find more information HERE.
|
|
From: Stammy
5. Real-time view of a running processes
To know what is running on your computer, how much memory and processing, just hit:
|
|
6. Resize pictures
One quick way to resize pictures in a batch is using a simple program called SIPS. In this example, I’m resizing all pictures .JPG to a 500 pixels width. For more information, type on terminal man sips
|
|
7. Build a fast and simple HTTPD server
If you want to start a simple HTTPD server on the 8080 port, go to the folder you want to show and use the command:
|
|
8. Kill a process
When using top, you have access to the processes ID, and if they are using too much RAM (for example), you can kill it.
|
|
|
|
9. Watch Star Wars Episode IV
No comments on this one 🙂
|
|
10. Show hidden files (those with . in front of the name) in Finder
|
|
Thanks for readying.