10 Cool things to do in OSX Terminal
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 code. 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 code, if the download stops suddenly, it will automatically restart. This code 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.
5 Comments
Leave a comment
Top Posts
HowTo: Blinking LEDs
HowTo: External Winamp Control
Temperature Sensor + Arduino
10 Things To Do Just After Installing Ubuntu 7.10
How To Make Your Iphone Battery Last Longer
Recent Comments
- (Rob Gleason): Hey guys this is an awesome pr
- (Silviu): Is there a problem if I use 1k
- (ET): Hi :) Great project. THX. I'm
- (Terry): Please add http://www.ushareim
- (Judah): Hey, I know this is 7 years on
- (DanielAndrade): Hello Gilbert, what you could
- (Gilbert): Hi there. I am thinking abo
- (Dev): Thanks for this, followed your
- (Alex): Hey, sounds like there is some
- (Paul K.): Just a heads up - if you cut a
Status
Posts: 193
Comments:1476
Comments/Posts: 8
I Support

I support the Open Source Hardware Definition v1.0
Proudly Hosted By





THANKS! These are really cool!
Hey, they are all cool, but you have to do this for the Star Wars.
1.Go to Run
2.Type in telnet
3.Press Enter
4. When telnet opens press the letter o, then press enter.
5. type in towel.blinkenlights.nl
How do I turn off #10 after i do it, seeing those hidden files is annoying.
just type in FLASE
Most likely that is way too complicated…