Tuesday, February 28, 2006, 20:41 - Misc
A very nice Graphical Interface for telnet, ssh, rlogin to other machines which remember parameters for each machines like port, username and password. Have been using it for a while and like it much rather than typing on gnome-terminal
ssh username@machines
and don't a have a lists of machines which I want to remote.
gnome-telnet is available on fedora-extra repository. Make sure file /etc/yum.repos.d/fedora-extra.repo has enabled=1 option
To install it type:
yum -y install gnome-telnet
[ add comment ] | permalink |




( 3.1 / 297 )Tuesday, February 28, 2006, 19:52 - Desktop
You can type this command as root: yum -y thunderbird
but since I already downloaded before to my server, so this is my command
mkdir -p /root/fcupdate/apps
cd /root/fcupdate/apps
wget http://10.10.105.105/software/fedora/ex ... 4.i386.rpm
yum -y localinstall thunderbird-1.0.7-1.1.fc4.i386.rpm
cd
Now Login as user and follow this step to make Thunderbird as your Default email client on Gnome
"Desktop" > "Preferences" >
"More Preferences" > "Preferred Applications"
and selecting "Thunderbird Mail" in the drop-down menu under the Mail Reader tab.
Or you can edit file /usr/share/applications/redhat-email.desktop as root
and replace the line
Exec=launchmail
with
Exec=thunderbird
To simplify setting the same configuration for most PCs I have put file redhat-email.desktop to server and create a script to update user's launcmail configuration. Below is the script:
#Script name: ic.thunderbird.sh
#Install and configure Thunderbird for default email client
#date 1 March 2006
#It should be run as root otherwise you get error
mkdir -p /root/fcupdate/apps
cd /root/fcupdate/apps
wget http://10.10.105.105/software/fedora/ex ... 4.i386.rpm
yum -y localinstall thunderbird-1.0.7-1.1.fc4.i386.rpm
wget http://10.10.105.105/software/fedora/ex ... il.desktop
cp --reply=yes redhat-email.desktop /usr/share/applications
cd
#done
[ add comment ] | permalink |




( 3 / 416 )Tuesday, February 28, 2006, 01:53 - Desktop
Here's a good website that give you a tutorial on how to Install and configure FC 4 for Desktop usage
http://stanton-finley.net/fedora_core_4 ... notes.html
I'll follow the steps on that site and will put my own notes here.
[ add comment ] | permalink |




( 3 / 309 )Tuesday, February 28, 2006, 01:53 - Desktop
I think I have describe my PC hardware configuration before I am telling that linux just work fine on my PC. So here''s my PC Hardware configuration
Asus P4R800-Deluxe Motherboard
Intel Pentium IV 2.8Ghz HT
Vgen 512 MB DDR-RAM PC3200 x2
SATA Seagete 200 GB
IDE Lite-On DVD-CDRW on Secondary Master
below specs is it important ??
Compaq Keyboard
Logitech Scroll Mouse
Sun 17" Monitor
Simbadda Casing
and Altec Lansing 221 Speaker
[ add comment ] | permalink |




( 3.2 / 285 )Tuesday, February 28, 2006, 01:52 - Desktop
My harddisk partition configuration Seagate SATA 200GB (Detected 180GB)
Partition 1 = /dev/sda1 = Windows XP Pro (C:)= 40GB = NTFS
Partition 2 = /dev/sda2 = Fedora Core 4 (/) = 30GB = Ext3FS
Partition 3 = /dev/sda3 = Fedora Core 4 home folder (/home) = 20GB = Ext3FS
Partition 4 = /dev/sda4 = Extended Partition
Partition 5 = /dev/sda5 = Data Partition (/data)(D:) = 20GB = Ext3FS (for exchanging files between linux/winxp)
Partition 6 = /dev/sda6 = Fedora Core 4 Swap (swap) = 2GB = swap
Partition 7 = /dev/sda7 = My Documents (E:) = 40GB = NTFS
Partition 8 = /dev/sda8 = My Files (F:) = 28GB = NTFS
I am not mounting my NTFS partition on FC4. Not because FC4 didn't provide kernel that can read NTFS (altough I can install it) but I just wan't to separate "the world" of FC4 and WinXP
Below is detailed infomartion:
# fdisk -l
Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 5344 42925648+ 7 HPFS/NTFS
/dev/sda2 5345 9168 30716280 83 Linux
/dev/sda3 9169 11718 20482875 83 Linux
/dev/sda4 11719 24321 101233597+ 5 Extended
/dev/sda5 11719 14268 20482843+ b W95 FAT32
/dev/sda6 14269 14523 2048256 82 Linux swap / Solaris
# cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults 1 1
/dev/sda5 /data vfat defaults 0 0
/dev/devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/shm /dev/shm tmpfs defaults 0 0
LABEL=/home /home ext3 defaults 1 2
/dev/proc /proc proc defaults 0 0
/dev/sys /sys sysfs defaults 0 0
LABEL=SWAP-sda6 swap swap defaults 0 0
/dev/fd0 /media/floppy auto pamconsole,exec,noauto,managed 0 0
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
LABEL=/ is /dev/sda2
LABEL=/home is /dev/sda3
LABEL=SWAP-sda6 is /dev/sda6
[ add comment ] | permalink |




( 3 / 282 )Next





