-
Top Ten
Blogroll
Categories
- Android (1)
- Apple (6)
- Apps (2)
- Bash/Shell (7)
- beleg-iâ (8)
- Gallery Script (1)
- Games (1)
- General (40)
- Google (3)
- Hardware (4)
- Home Made Food & Drink (1)
- Internet (12)
- iOS (5)
- iPad (6)
- iPhone (5)
- Java (3)
- Linux (5)
- Mac Hardware (4)
- Mac OS (18)
- Microsoft (2)
- Mobile (1)
- Musings (9)
- Open Source (3)
- OpenSolaris (19)
- Oracle (3)
- Perl (2)
- Programming (1)
- Rants (7)
- Social Networking (1)
- Sun (61)
- Trains (1)
- Uni (10)
Archives
- December 2011 (2)
- October 2011 (3)
- September 2011 (2)
- August 2011 (1)
- July 2011 (2)
- June 2011 (3)
- May 2011 (3)
- April 2011 (1)
- March 2011 (3)
- February 2011 (6)
- January 2011 (1)
- December 2010 (1)
- November 2010 (3)
- October 2010 (2)
- September 2010 (3)
- August 2010 (3)
- July 2010 (3)
- June 2010 (4)
- May 2010 (8)
- April 2010 (5)
- March 2010 (5)
- February 2010 (1)
- January 2010 (3)
- December 2009 (1)
- November 2009 (2)
- October 2009 (1)
- August 2009 (1)
- July 2009 (4)
- June 2009 (7)
- May 2009 (6)
- April 2009 (7)
- March 2009 (9)
- February 2009 (4)
- January 2009 (14)
- December 2008 (6)
- November 2008 (9)
- October 2008 (6)
- September 2008 (6)
- August 2008 (5)
- July 2008 (9)
- June 2008 (2)
- May 2008 (1)
- April 2008 (1)
- March 2008 (1)
- February 2008 (6)
- January 2008 (8)
- December 2007 (1)
- November 2007 (3)
Monthly Archives: March 2010
Whence and Whenceman
On the UNIX command line, the `which` command is great, it tells you where a command is in the system. However, if your system has two versions of the `ls` command, it will only tell you which `ls` command you … Continue reading
Posted in Bash/Shell, Linux, Mac OS, OpenSolaris
Tagged bash, unix, whence, whenceman, which
Leave a comment
Gruml
I get mildly annoyed when using applications that are hosted on the web. For example, I’ll use web mail if I have to, but I’d much rather use Apple Mail or Thunderbird… Anyway, I’ve been using Google Reader for the … Continue reading
Bash and SED script to play…Tetris…?
If you navigate your browser to here, you will find a most amazing thing: Tetris crafted out of a SED script with a bash wrapper. The page is in Russian, but Google or another translation site will tell you that … Continue reading
Making a script run on startup on OpenSolaris
While working on my dissertation, I found that virtual NICs and etherstubs don’t automatically reappear on a restart. So, I have a nice little script to make them come back: #!/bin/bash /sbin/dladm up-aggr /sbin/dladm up-vlan /sbin/dladm up-vnic /sbin/dladm init-linkprop -w … Continue reading
SUNWyp – A.K.A. NIS
So, over the last week I have been trying to get NIS to work with OpenSolaris in VirtualBox machines. I managed to get the master server to work fine by doing the following: