Monday, January 25, 2010

Mount error after upgrade to Ubuntu 9.10

Solution:

#vi /etc/fstab
-> disable automount
-> save and exit

# reboot

start in fail safe recovery mode

#fsck
answer y for all request

#reboot

try mount again

enable automount in fstab






Thursday, January 21, 2010

Ubuntu - FTP server

Ubuntu - Install vsftpd
---------------------------
apt-get install vsftpd
nano /etc/vsftpd.conf


local_enable=YES
write_enable=YES
chown_uploads=YES
chown_username=root

(comment out all these option)

/etc/init.d/vsftpd stop
reboot


Ubuntu - vsftpd.chroot_list

#root
bin
daemon
adm
lp
sync
shutdown
halt
mail
news
uucp
operator
games
nobody

Sunday, January 10, 2010

Apply windows registry file in linux

To apply .reg file for window$ application:

# wine regedit file.reg