i got the information brom bayu blog wordpress firts u should download the package ntfs-3g from the site http://www.ntfs-3g.org then install the package #installpkg ntfs-3g clik Y when prompting here is the step making the ntfs drive could be written by your linux #mkdir /mnt/{winc,wind} #ntfs-3g /dev/hdb0 /mnt/winc #ntfs-3g /dev/hdb1 /mnt/wind or #mount -t ntfs-3g […]
network eth1 reconfigure
i have two lan card on my pc. one is onboard and the other is on pci. i use the pci since my onboard card seem stupidly not working. so linux will identify them as eth0 and eth1. so my pci lay on eth1 while the eth0 is for the onboard one. in the installation […]
install nvidia mx4000 geforce4 driver to slackware 12.1
i got the nvidia driver package from www.nvidia.com for my nvidia geforce4 mx4000. i think nvidia gave me the same driver from several graphic models. the package called Nvidia-Linux-x86-96.43.05-pkg1.run From the other site i got the info that run type file is a original group of file that still need to compile on linux. So […]
how to read password from windows mail export account
hey i found something useful here. if you forget your email password that you filled in the windows mail accont, since that the password written in asterisk, u can go to http://www.motobit.com/util/iaf-password-recovery.asp. but first u have to export the email account and ends up with iaf extention. then u go to the url. and whala […]
add ntfs directory to your fstab
here are what i do #mkdir /mnt/dataku #the directory where i m gonna put my access to windows #mount /dev/hda5 /mnt/dataku #nano /etc/fstab # edit the fstab, u may write this down /dev/hda5 /mnt/dataku vfat defaults,user,umask=0 0 0 #user means all user can access. the type of window ntfs is vfat #mount /dev/hda5 #re-mounting
how to read password from windows mail export account
hey i found something useful here. if you forget your email password that you filled in the windows mail accont, since that the password written in asterisk, u can go to http://www.motobit.com/util/iaf-password-recovery.asp. but first u have to export the email account and ends up with iaf extention. then u go to the url. and whala […]
install igos linux through xp sp2 – edit grub
i thought i could install slackware on the laptop but something wrong with the cd so i tried igos linux and it worked. i read in the booting log and it written the linux based on red hat nash version 5.0.32. well dont really care about that, i continue installing the os. then i want […]
manually install samba on slackware 12.1
well this is my first use on samba actually. So there’s a lot of things that i dont know about this OS. One of them is connecting my slack to windows OS. I read the articles made by other that Slack needs to activate samba first so the linux OS appears on Windows Network. But […]
install igos linux through xp sp2 – edit grub
i thought i could install slackware on the laptop but something wrong with the cd so i tried igos linux and it worked. i read in the booting log and it written the linux based on red hat nash version 5.0.32. well dont really care about that, i continue installing the os. then i want […]
ubuntu appears in windows network – samba
well for the couple week i try ubuntu in my compie, nice installation, very easy like winni. when its complete i try to find out how this ubuntu can be shared into the network. one article in ubuntu-forum said that i should activate samba. so i did. not very hard thou. type this to edit […]