sliceofunix.blogspot.com
Slice of Unix: August 2009
http://sliceofunix.blogspot.com/2009_08_01_archive.html
A collection insights into Unix, Linux, BSD, and Solaris Operating system use. Monday, August 31, 2009. OpenSolaris plays nice with KDE. I've been spending the last few days, when I have time, playing more with KDE on OpenSolaris, and I must say I've been impressed. The Korona 0.002 release hasn't showed me any real bugs. But because of my limited time lately (school is starting again), I've not been very forceful with it. Again, to get Korona, go to http:/ genunix.org/. Labels: Korona OpenSolaris KDE.
sliceofunix.blogspot.com
Slice of Unix: New site, new focus
http://sliceofunix.blogspot.com/2011/02/new-site-new-focus.html
A collection insights into Unix, Linux, BSD, and Solaris Operating system use. Saturday, February 12, 2011. New site, new focus. Hey thanks for checking out my all-things-unix blog. I have been neglecting it quite a bit lately but have started posting more howtos. They can be found at http:/ www.sandbaux.com! Subscribe to: Post Comments (Atom). New site, new focus.
sliceofunix.blogspot.com
Slice of Unix: September 2009
http://sliceofunix.blogspot.com/2009_09_01_archive.html
A collection insights into Unix, Linux, BSD, and Solaris Operating system use. Monday, September 28, 2009. FreeBSD GUI, Gnome First. Today my goal was to get a GUI up and running on FreeBSD. Due to my own familiarity with it, I chose Gnome. The first thing you'll need to do is either compile from source, or use the package management system. I chose to go the package management route because it usually is quicker. The package required is gnome2, so I ran this command:. Pkg add -r gnome2. FreeBSD was expl...
sliceofunix.blogspot.com
Slice of Unix: OpenSolaris 2009.11, a Long Term Look
http://sliceofunix.blogspot.com/2009/09/opensolaris-200911-long-term-look.html
A collection insights into Unix, Linux, BSD, and Solaris Operating system use. Friday, September 25, 2009. OpenSolaris 2009.11, a Long Term Look. I've been using OpenSolaris 2009.06 for some time now. I have really enjoyed the feeling of security I get with all of my files hosted on my large-ish ZFS pool. However there have been some issues which I would like to bring up, and some other things I would like to compliment. Labels: OpenSolaris 2009.06 2009.11 2010.02 CIFS Samba Review.
sliceofunix.blogspot.com
Slice of Unix: February 2011
http://sliceofunix.blogspot.com/2011_02_01_archive.html
A collection insights into Unix, Linux, BSD, and Solaris Operating system use. Saturday, February 12, 2011. New site, new focus. Hey thanks for checking out my all-things-unix blog. I have been neglecting it quite a bit lately but have started posting more howtos. They can be found at http:/ www.sandbaux.com! Subscribe to: Posts (Atom). New site, new focus.
sliceofunix.blogspot.com
Slice of Unix: October 2009
http://sliceofunix.blogspot.com/2009_10_01_archive.html
A collection insights into Unix, Linux, BSD, and Solaris Operating system use. Saturday, October 31, 2009. Want to get updates when I add something to the site? Add my site by adding this link to your RSS reader, or other such things. I have been using Google Reader. It in my opinion is very convenient. Just add this link http:/ feeds.feedburner.com/SliceOfUnix. To your RSS feeder and wowee! Updates on your time. Labels: Feeds RSS Reader google reader. Subscribe to: Posts (Atom).
sliceofunix.blogspot.com
Slice of Unix: FreeBSD, a cheaters way into BSD paradise
http://sliceofunix.blogspot.com/2009/09/freebsd-cheaters-way-into-bsd-paradise.html
A collection insights into Unix, Linux, BSD, and Solaris Operating system use. Sunday, September 27, 2009. FreeBSD, a cheaters way into BSD paradise. One thing I've run into with FreeBSD is getting my user into the wheel group. This allows my normal user to su into root. As root, you must run. Pw user mod username. Log out, log in, and poof kabam, you're ready to go. Look here for continuing tips for FreeBSD as I dive in. Labels: FreeBSD bsd opensolaris ZFS root wheel group user mod.
sliceofunix.blogspot.com
Slice of Unix: January 2010
http://sliceofunix.blogspot.com/2010_01_01_archive.html
A collection insights into Unix, Linux, BSD, and Solaris Operating system use. Wednesday, January 27, 2010. The LAMP Stack, on Ubuntu, Minty Linux, and Debian. If you don't know, the LAMP stack is the Linux-Apache-MySQL-PHP stack. Because Ubuntu (and therefore Minty Linux) and Debian have apt-get, this process is extremely simple. First, lets get everything installed. Sudo apt-get install apache2 apache2-utils mysql-server php5 libapache2-mod-php5 php5-mysql mysql-client. It should say "It works! If it w...
sliceofunix.blogspot.com
Slice of Unix: FreeBSD GUI, Gnome First
http://sliceofunix.blogspot.com/2009/09/freebsd-gui-gnome-first.html
A collection insights into Unix, Linux, BSD, and Solaris Operating system use. Monday, September 28, 2009. FreeBSD GUI, Gnome First. Today my goal was to get a GUI up and running on FreeBSD. Due to my own familiarity with it, I chose Gnome. The first thing you'll need to do is either compile from source, or use the package management system. I chose to go the package management route because it usually is quicker. The package required is gnome2, so I ran this command:. Pkg add -r gnome2.