http://www.mjmwired.net/resources/mjm-fedora-f10.html
here is a good tutorial for Samba setup for Fedore 10
Fedora 10 Samba setup
Fedora, LinuxNotes 4 Fedora 8 Linux Install on my Laptop
Fedora, LinuxHi,
This is how i have done my Linux Installation on my laptop
1. Install windows xp and create only one partition for C drive. Keep that big enough.
2. Now to install Linux, put the rescue CD and select install/ update Linux from Menu. Once it comes to a screen prompting to put the required CD / DVD, put the install DVD and continue installing Linux. While installing make the following partition
/hda1 c:
/hda2 /boot
/hda3 (204) mb for DVD player
/hda4 (Extended partition)
/hda5 LVM
/hda6 vfat d:
/hda7 vfat e:
LVM details
/ root
swap
3. After Installation in fedora the Add remove program will not work. It will now recognize the DVD rom as install media. So in command prompt do the following
pirut --repo=InstallMedia
Free Xserver for Windows
Fedora, Linux, Tools, WindowsHi,
To log in to my desktop, which is running Fedora 7, from my laptop , I wanted a Xserver. Fortunately I came across Xming.. I downloaded that with a doubt whether it will serve my purpose or as any other free software will bug me?
I must say it is WOW.. I was lucky enough .. as good Exceed which I run at my office..
Gr8 .. it is really a gr8 tool to have with ..
link http://www.straightrunning.com/XmingNotes/
XDMCP Configuration
Fedora Core 5 and Fedora Core 6
Follow the same procedure for both versions of Fedora.
Firewall
Bring down the "System" menu and choose "Administration"->"Security Level Configuration". Enter the root password when prompted. In the "Firewall Options" tab bring down the "Other Ports" field and press "Add". Add port 177/tcp and 177/udp. Now press "OK" and confirm that you want to update the firewall settings.
Display Manager
Bring down the "System" menu and choose "Administration"->"Login Screen". Enter the root password, then select the "Remote" tab of the Login Screen window (it's the program gdmsetup). Select Style to be "Same as local" then close the window.
Now it's necessary to re-start GDM. Logout of your current session, then press Ctrl-Alt-F1 to get a console. Login as root and execute the following command:
[root@localhost ~]# init 3 && init 5 You should now be able to point an X session at your server.
Link http://www.wmltd.co.uk/index.php/products/nomachine_thin_client/setting_up_x
Fedora 7: "Add/Remove Software" from DVD
Fedora, LinuxHi,
This is my method of solving the add remove program problem in Fedora Core and Fedora 7.
After first installation
- create a softlink to the Fedora cdrom 's root directory inside /media directory so that /media/fedora should show the content of /media/Fedora 7 DVD drive .
- Now insert the DVD and mount that ( by default it will be mounted)
- Edit /etc/yum.conf and put the following line there
- There is a bug https://bugzilla.redhat.com/bugzill...g.cgi?id=241604 So need some modification in a .py file. So add the following two lines in to /usr/lib/python2.5/site-packages/yum/packages.py at line 485
- Now when you restart the Add Remove program it will ask to import the PGP keys.
reposdir=/dev/null[MyLocalRepo]
name=local
baseurl=file:///media/fedora
gpgkey=file:///media/fedora/RPM-PGP-KEY-fedora ( and may include other files too)
--------------
so the section becomes
def getDiscNum(self):
if self.basepath is None:
return None
(scheme, netloc, path, query, fragid) = urlparse.urlsplit(self.basepath)
if scheme == "media":
if len(fragid) == 0:
return None
return int(fragid)
return None
--------------------------------
Remember not to change any indentation of the .py file. Python uses indentation for the loops
Thats it.. It is done. Now any time it is required to install some software from the DVD .. just put the DVD and start Add Remove Program.
(Note you must run the first yum command as root even if it is just 'yum list available', since yum needs to create a directory in /var/cach/yum for the local repo)