Fedora Core | MyLiteratureTechLife.COM

You are here:
Home » Archive for the " Fedora Core " Category

Archive for "Fedora Core"

Configuring range of ips in Linux,Centos,fedora core, red hat

Posted by 0 Responses

Configuring range of ips in Linux,Centos,fedora core, red hat Thats pretty simple Just configure on ips in /etc/sysconfig/network-scripts/ifcfg-eth0 Then Make a new file named ifcfg-eth0-range0 emacs /etc/sysconfig/network-scripts/ifcfg-eth0-range0 Put following code in it IPADDR_START=192.168.0.101 IPADDR_END=192.168.0.200 CLONENUM_START=1 Save and close by pressing Ctrl+X+C Then run command Service network restart And you are done, ips from 192.168.0.100 to 192.168.0.200 are configured in... [ Continue reading... ]

How to remove drweb from plesk ?

Posted by 2 Responses

How to remove drweb from plesk ? One simple command do this For Centos/Fredora

yum remove drweb-base drweb-bases drweb-common drweb-daemon drweb-updater  psa-drweb-configurator
 
For Debian/Ubuntu
apt-get remove drweb-base drweb-bases drweb-common drweb-daemon drweb-updater  psa-drweb-configurator
[ Continue reading... ]

Upgrading from Fedora 9 to Fedora 10 with yum

Posted by 0 Responses

Upgrading from Fedora 9 to Fedora 10 with yum Fedora 10 is out and once again it is time to upgrade. The upgrade from Fedora 9 to Fedora 10 is almost exactly like the upgrade from Fedora 8 to Fedora 9. Here are the steps you need to do the upgrade from Fedora 9 to Fedora 10.   Before I go on about doing this by hand you should know that you can use PreUpdate once it populates with the latest update. yum update yum clean all I like to repeated update and clean all a second time to... [ Continue reading... ]

Upgrading from Fedora 8 to Fedora 9 with yum

Posted by 0 Responses

Upgrading from Fedora 8 to Fedora 9 with yum A new release of Fedora is out again so it is time to check out the upgrade. This time it is the Fedora 9 release. The upgrade from Fedora 8 to Fedora 9 is almost exactly like the upgrade to Fedora 8. Here are the steps you need to do the upgrade from Fedora 8 to Fedora 9:   As someone points out in the comments there is a new facility to do upgrades that you can install. See the following wiki entry about the PreUpgrade. I tried to use... [ Continue reading... ]

Upgrading from Fedora 7 to Fedora 8 with yum

Posted by 0 Responses

Upgrading from Fedora 7 to Fedora 8 with yum Fedora 8 has been released so it is time to upgrade once again. First you should go back and upgrade to Fedora 7 if you haven't already. From there it is even easier this time to upgrade. Here are the steps you need to do the upgrade from Fedora 7 to Fedora 8: yum update yum clean all I like to repeated update and clean all a second time to make sure everything got updated Run the following command to update the yum repo on your box: rpm... [ Continue reading... ]

Upgrading from FC6 to Fedora 7 with yum

Posted by 0 Responses

Upgrading from FC6 to Fedora 7 with yum Now that Fedora 7 has been release it is time to upgrade from that crusty old Fedora Core 6. Note that they have removed the "Core" from the name so a few things have changed with the paths used in yum. Last year I did a post on how to upgrade from FC5 to FC6 and this upgrade happened on the first box I used for that. Before you start see the note after these steps about checking for disk labels yum update yum clean all I repeated update... [ Continue reading... ]

Upgrade FC5 to FC6 with yum

Posted by 0 Responses

Upgrade FC5 to FC6 with yum Now that Fedora Core 6 is available it is time to upgrade those old crusty FC5 installs. To upgrade from FC5 you can follow these steps: You may be able to skip this step but I did a yum update on FC5 first to make sure everything there was up to date and worked before moving to FC6. Do a "yum clean all" to remove all the old yum cruft. Install the fedora-release for Fedora Core 6. Use the rpm command: rpm... [ Continue reading... ]

Upgrade Fedora Core 4 to Fedora Core 5 with yum

Posted by 0 Responses

Upgrade Fedora Core 4 to Fedora Core 5 with yum I recently upgraded a bunch of FC4 (a few FC3) installs to FC5 using yum. It has been a long time since I've tried doing an OS upgrade like this because it used to be pretty painful. I was surprised at how easy it is to do now. There are a few issues to get past but for the most part for fedora core 4 to fedora core 5 you just have to follow a few simple steps: Remove any kernels before 2.6.14. There are packages that will not allow you to... [ Continue reading... ]