Archive for the linux category

Linux

Share on TwitterSubmit to StumbleUponDigg This
an OS X style desktop or any other style desktop you wish as the two most commonly used Linux based graphics desktop environments, GNOME and KDE, are completely configurable to your own preferred style or use. I use the word free above in the context of "free to use" and yes "free to modify" but, free to modify comes with some provisos. Under the GNU license which the Linux Kernel adheres to, if you modify a copy of the Linux Kernel, you must make this available to anyone else. The idea being that others may benefit from your modifications and they in turn may do the same and offer a continuation of improvements that will benefit the whole Linux community. Well that's the basis of Linux. It's not an operating system on it's own but forms the first building block on which GNU based operating systems are based. Here is just a sample list of these type of operating systems, also referred to as distributions or distros: Ubuntu, Fedora, Mint, openSUSE, Mandriva, Debian, PCLinuxOS, Puppy, Sabayon, Arch, CentOS, Slackware, MEPIS, Tiny Core, FreeBSD, Kubuntu, Zenwalk, Vector, PC-BSD, Damn Small, Gentoo, KNOPPIX.
Share on TwitterSubmit to StumbleUponDigg This
In: linuxAuthor: EditorComments (6)

GNOME – How to move window buttons

Share on TwitterSubmit to StumbleUponDigg This
gconf-editor. Now navigate to apps/metacity/general and change the button_layout value as required. The colon (:) indicates the left-side and right-side divider. So, Windows style would be menu:minimize,maximize,close and Mac style would be close,minimize,maximize:menu.
Share on TwitterSubmit to StumbleUponDigg This
In: linux, macAuthor: EditorComments (3)

CentOS 5, VAIO and Wireless

Share on TwitterSubmit to StumbleUponDigg This
I own a Sony VAIO laptop on which I dual boot either Windows XP or CentOS 5 (Linux Kernel). I always wanted to get wireless networking to work but, the plain and simple truth is that although the core components for wireless activities are present, there are vital applications missing which allow a user to connect wirelessly in a similar manner to Windows. So the hunt began. Now I'm not one to beat around the bush so here's what I found (that worked for me). My model of laptop uses the Intel 3945ABG wireless adapter and although CentOS appears to identify it, I always got the message whenever I tried to activate the device: Error for wireless request "Set Encode" (8B2A): SET failed on device wlan0; Invalid argument. SIOCSIFFLAGS: No such file or directory Failed to bring up wlan0. After sifting through huge amounts of postings to forums about all the tweaks and options other people had tried and failed with, I found this article, that pointed out that CentOS 5 (and for that matter RHEL 5) simply doesn't have all the required tools to make it work. Here's an outline of what you need to do: 1) Add Dag Wieers repo from HERE. Chose your flavour from the list. Download the file to the root directory and extract all files. 2) yum install dkms-ipw3945 3) chkconfig --level 345 NetworkManager on chkconfig --level 345 NetworkManagerDispatcher on 4) Reboot You will now have an icon in your system tray from which you can simply configure your wireless connections.
Share on TwitterSubmit to StumbleUponDigg This
In: linux, networkAuthor: EditorComments (4)