Archive for the 'Setup' Category
Sunday, March 17th, 2013
The Fedora 18 installer does not allow single package installations, instead it prefers to install by package groups. You can also install groups after completing installation. This is especially useful since you can only select one Desktop Environment at installation. Alternatively, to have faster installations, select as few groups as possible and then only install […]
Posted in Miscellaneous, Fedora, Setup, Red Hat, F18 | No Comments »
Saturday, April 2nd, 2011
Wow! That’s a lot of F’s!
Courtesy of Tom ’spot’ Calloway, install Firefox 4 on Fedora 14 (or Fedora 13):
# su -c ‘wget -P /etc/yum.repos.d/ http://repos.fedorapeople.org/repos/spot/firefox4/fedora-firefox4.repo’
# su -c ‘yum install firefox4′
To run:
# firefox4 &
In Gnome: System > Preferences > Preferred Applications
Change ‘Web Browser’ to Custom, and for Command: firefox4 %s
To remove Firefox 3.6:
# su -c […]
Posted in Fedora, Software, Setup, F13, F14 | Comments Off
Tuesday, November 17th, 2009
I prefer to keep Windows on the MBR. So I install grub to a separate partition. I then allow the Windows Loader to chainload grub (example).
I noticed a problem with the Fedora 12 Anaconda Installer. If I chose to install grub to the First sector of boot partition instead of the MBR, […]
Posted in Miscellaneous, Fedora, Setup, F12 | 12 Comments »
Thursday, November 5th, 2009
This post really has no purpose other than just a snapshot for me.
My current c:\boot.ini:
[boot loader]
timeout=15
default=c:\linux3.bin
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(3)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
c:\linux1.bin="[ sda7] Fedora 11 (32) [06/2009]"
c:\linux2.bin="[ sda8] Fedora 9 (32) [05/2008]"
c:\linux3.bin="[ sda9] Fedora 11 (64) [06/2009]"
c:\linux4.bin="[sda10] […]
Posted in Miscellaneous, Distributions, Setup | Comments Off
Tuesday, September 15th, 2009
Recent versions of Linux and the Xorg X-Windows system have been engineered to require very little configuration settings to properly detect graphics options and display resolutions. In most cases graphics should “just work”.
The Xorg system stores all its configuration options in the file: xorg.conf. Many distributions including Fedora and CentOS keep this file […]
Posted in Fedora, Hardware, Setup, CentOS, Tips | Comments Off
Sunday, August 30th, 2009
As I mentioned previously, I run many sites on my web server. Yesterday I decided to clean up some sites that their owners had neglected or not used. One such site was running Apache Tomcat Java Server, which I did not care to leave running.
Now I, like many users of commercial hosting plans, […]
Posted in Linux, Apache, Server, Software, Setup, Opinion, Red Hat | Comments Off
Wednesday, August 19th, 2009
When I built my server, I only used a CD-RW/DVD-ROM combination drive. Whenever I remotely downloaded a ISO using wget or bittorrent, I would have to copy the 2-4GB file(s) from my server to either my desktop or laptop. I finally caved, and bought a DVD-RW drive for my server (even though it […]
Posted in Miscellaneous, Hardware, Setup, CentOS, Tips | Comments Off
Tuesday, July 21st, 2009
I spend way too much time and effort tweaking my SpamAssassin settings on my server just so I can get my email and spam situation manageable.
Anyways, I’m getting sick of the trouble so I am trying out Google Apps for Domains. This allows me to use my own domain name, but using Gmail for […]
Posted in Miscellaneous, Hosting, Server, Setup | 2 Comments »