Browsing articles tagged with " Linux"
Jul
18
2013
18
2013
Linux command line : What does it mean 2>&1
For example #ls 2>&1 > ls.log What is actually mean by 2>&1?? Since every shell process has there own descriptor :: 0 (stdin), 1 (stdout) and 2 (stderr) :: and & in the front of &1 indicated that 1 is not a file or folder, it is a descriptor. The > mean redirect the out put to another descriptors or files. in this case 2>&1 > ls.log means that stderr(2) and stdout(1) put is redirected to the ls.log file. normally, for example #ls […]
Feb
18
2013
18
2013
HowTo: force umount a busy device in linux
When you try to umount the regular way, if a device is busy you’ll get the following : dev:/# umount /dev/sda1 umount2: Device or resource busy umount: /boot: device is busy This can be solver very easy by entering this : dev:/# umount -l /dev/sda1
Recent Comments
- PHP + SSH Authentication using a public key on
- PHP + SSH Authentication using a public key on
- Australian Vodafone is getting ready to release Andriod ICS for Samsung GALAXY Note soon on
- Australian Vodafone is getting ready to release Andriod ICS for Samsung GALAXY Note soon on
- Australian Vodafone is getting ready to release Andriod ICS for Samsung GALAXY Note soon on
Tags
500 Server Error
Albert Einstein
alfa
apache
apache2
apple
apt
AWS
bash
Brother
Cisco
computer
CSS
EC2
FTP
FTP server
Galaxy Note
hacker
hosting
image alignment
internet
Linux
mac
Macbook
OS X
Passive
password
PHP
php ssh
printer
router
rsync
RTL8187L
script
server
SFTP
SNMP
SSH
sudo
Ubuntu
web
web hosting
Windows
wordpress
XAMPP
Categories
- Apache (1)
- Apple (4)
- Apple OSX (3)
- Applications (11)
- AWS (4)
- Brother (1)
- Bugzilla (1)
- Cisco (3)
- Cloud & Virtual Server (5)
- Commands (1)
- Computer (13)
- Data Backup and Recovery (2)
- Dell (1)
- ESXi (1)
- FTP Server (5)
- General Topic (5)
- Hacking (3)
- iPhone (1)
- Library (1)
- Linux and Unix – Scripts (1)
- Microsoft windows (2)
- Mobile (3)
- MySQL server (2)
- Networking (6)
- Operating System (8)
- PHP (10)
- Piohosting (1)
- Postfix (1)
- Printer (1)
- Projects (1)
- Router (1)
- S3 (1)
- Samsung (2)
- Security (4)
- Server applications (11)
- Switching (1)
- Tips (4)
- Uncategorized (4)
- Unix / Linux (14)
- Virus (2)
- VMware (1)
- vulnerability (1)
- Web Server (8)
- Wireless (1)
- Wordpress (3)