-
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)
Category Archives: OpenSolaris
Static IP on OpenSolaris
From here: Clicky Make sure you have various DNS domains in /etc/resolv.conf, then: cp /etc/nsswitch.conf /etc/nsswitch.conf.BAK cp /etc/nsswitch.dns /etc/nsswitch.conf svcadm restart dns/client After this, edit the file: /etc/nwam/llp
Posted in OpenSolaris
Tagged /etc/defaultrouter, /etc/nsswitch.conf, /etc/nsswitch.dns, hostname, IP, nwam, svcadm
6 Comments
File system frenzy
On my server, I’ve been looking into having various ZFS file systems, this would allow me to better manage parts of the system later on. I have so far set it all up as such:
Installing GCC on OpenSolaris
Ok, I know I’ve blogged this before, but this is about doing it via the command line: I installed everything as root… # pkg install SUNWgcc Simple as that! Some other packages people might like: # pkg install SUNWgmake # … Continue reading
Beleg Iâ – Building
So, I had ordered the parts and the parts had arrived. I was very good, although everything was with me by last Tuesday, I refrained from building them up until Friday. So this is my new case:
Posted in beleg-iâ, Hardware, OpenSolaris
Leave a comment
OpenSolaris 2008.11 Out
OK, so it’s old new now, but just wanted to let you all know that it’s out! Direct link to the iso: http://dlc.sun.com/osol/opensolaris/2008/11/osol-0811.iso What’s new link: http://www.opensolaris.com/learn/features/whats-new/200811/
Sun – Week Seventeen & week with Faye
I only spent one and a half days in work this week! Monday was spent doing some work, while Tuesday morning was spent tying up loose ends and passing other people ongoing work. I then travelled up to Aberystwyth. I … Continue reading
Posted in General, OpenSolaris, Sun
Leave a comment
OpenSolaris & CS101
On Thursday 30th October, I attended the CS101 lecture in Aber uni. I was there to give a brief talk about OpenSolaris, focusing on aspects like Zones, DTrace and ZFS. I think it went OK, possibly pitched it a tad … Continue reading
Posted in OpenSolaris, Uni
2 Comments
SUNWlibsexy
I’m just updating packages on my OpenSolaris installation, and I glanced at the screen only to find a package called “SUNWlibsexy” sitting bang in the middle of the update screen. After a quick Google, I found this: Name: SUNWlibsexy License: … Continue reading
Installing GCC on OpenSolaris
*NEW* Click here for command line instructions, plus how to install gmake and subversion! Are you using the new OpenSolaris, released May 2008? If you have tried to ./configure any sources, you will find that you can’t, because the gcc … Continue reading