Friday, September 16, 2011

Find the Hardware Spec For Linux


http://www.secguru.com/article/finding_hardware_details_your_linux_machine_without_using_screw_driver

1: Finding Hardware Details with lspci
lspci -v

2: Finding Hardware Details with dmesg
dmesg | grep -i memory

3: Finding Hardware Details from /proc
cat /proc/cpuinfo

4: Getting More Information about your HDD using fdisk
fdisk -l

Friday, September 09, 2011

Require users to press Ctrl+Alt+Delete checkbox is grayed out

http://www.wincert.net/tips/microsoft-windows/windows-xp/2163-require-users-to-press-ctrlaltdelete-checkbox-is-grayed-out.html
Click Start | Settings | Control Panel | Administrative Tools | Local Security Policy
In the left pane browse to Security Settings | Local Policies | Security Options
In the right pane change the value for, "Interactive Logon: Do not require CTRL + ALT + DEL" from Disabled to Enabled

Thursday, September 08, 2011

Tuesday, September 06, 2011

vsFTPd and mount directories


http://radu.cotescu.com/vsftpd-and-symbolic-links/

1. create a directory inside user‘s chroot:
mkdir /tmp/harddisk/ftp_pvt/user/music

2. mount the folder you want user to access using the bind option:
mount --bind /tmp/harddisk/music /tmp/harddisk/ftp_pvt/user/music