Linux: January 2005 Archives

Linux: Can not mount iso over NFS ?

| | Comments (0)

test.iso is on NFS server
# mount -o loop test.iso /mnt
test.iso: Permission denied
Why?

Ans: because no "-o ro" assumes "-o rw",
if you don't have wirte permission on NFS, this problem occured.
try
# mount -o loop,ro test.iso /mnt

Skype for Linux configuration path

| | Comments (0)

Skype for Linux 's configuration save in directory ~/.Skype/
e.g.
user pank in /home/pank/.Skype/
user root in /root/.Skype/

Running Windows Viruses Under Linux

| | Comments (0)

Running Windows Viruses Under Linux
An interesting article that test many viruses under Linux.

http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm
I fogot this tool name, I search "ext2explorer", but failed.
It's "Explore2fs", just make a note.

Local Root Exploit in Linux 2.4 and 2.6

| | Comments (0)

http://www.isec.pl/vulnerabilities05.html
not exploit on my machine (Mandrake 10.1)
maybe only exploit under some conditions

ref. linux.slahdot news

Pages

March 2008

Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31          

About this Archive

This page is a archive of entries in the Linux category from January 2005.

Linux: December 2004 is the previous archive.

Linux: February 2005 is the next archive.

Find recent content on the main index or look in the archives to find all content.