Notes
-
Mac OS X/BSD Scripts and Tools
Memory Usage % on MacUsage: ./memory.sh#!/bin/shcase $1 in"") ps -acev | awk '{print $12}' | grep [0-9] | awk 'BEGIN {sum=0}{sum+=$1} END {print "MEM % " sum ...
Posted Jul 23, 2011 6:50 AM by Amol Kolhe -
Useful Linux Tricks on Macbook
Parts of this section are specific to Ubuntu on a macbook. I have also used some of these tricks on a EEE netbook, but they might not work for others ...
Posted Jul 20, 2011 6:59 PM by Amol Kolhe -
FTP script
#This is a lame ftp script. I don't use it anymore since I use Scp or SftpUsage: ftp -i -s:ftp.txtcat ftp.txtopen remote_host ...
Posted Jul 7, 2011 2:42 PM by Amol Kolhe -
Windows Scripting using WSH
This is my attempt to dabble with WSH or Windows Script Host. An excellent resource on Windows scripting is located here:http://www.pctools.com/guides/scripting/id/30/?act ...
Posted Jul 7, 2011 2:23 PM by Amol Kolhe -
Mac OS X Tips
** These are tested to work on Mac OS X (10.5.8) **Clear Caches# Clearing cache defeats the purpose of caching. However, I've noticed that the mac gets slower ...
Posted Jul 23, 2011 6:52 AM by Amol Kolhe
Showing posts 1 - 5 of 11.
View more »
Bookmarks
| Title | URL |
|---|---|
| Best Driving Route Near Delaware - SR82 | Driving Directions from Birdsboro, PA to Wilmington, DE |
| The 50 best U.S. driving routes | The 50 best U.S. driving routes |
| Autohotkey Tips, Tricks And Gotchas | Autohotkey Tips, Tricks And Gotchas |
| Soothing Nature wallpaper | http://wallpapermural.co/wp-content/uploads/2011/04/wallpaper-mural-nature-6.jpg |
Showing 4 items from page Bookmarks sorted by edit time.
View more »
Files
-
LaunchWorkspace3.txt
4k - Jul 7, 2011 2:29 PM by Amol Kolhe (v2)
Windows Script to launch Apps version 3 -
launchWorkspace2.txt
4k - Jul 7, 2011 2:21 PM by Amol Kolhe (v1)
Windows Script to launch Apps version 2 -
twmrc.txt
6k - Jul 7, 2011 1:58 PM by Amol Kolhe (v1)
A ~/.twmrc file from a working twm. -
Xdefaults.txt
3k - Jul 7, 2011 1:57 PM by Amol Kolhe (v1)
A sample Xdefaults file from a working Xwindows install. A good starting point, which contains all my favorite settings for Xterm and Aterm. -
fluxbox.tar.gz
58k - Jul 7, 2011 1:55 PM by Amol Kolhe (v1)
Files from a working Fluxbox install. These can be used as is (but will need fix shortcuts and stuff) in a brand new linux or cygwin install.
Showing 5 files from page Files.