10 Recent Entries tagged with »Unix«
netstat on Mac OS X is not what you might be used to on a linux machine (there you can use netstat -atp | grep -i "listen"). To show all open ports applications on your machine are listening to yo...
Mac OS X has several command line programs you maybe unaware of. Here are a few that are worth knowing of.
Command+Shif+4 or Command+Shift+3 are the built in commands to capture the current...
The nohup utility invokes command with its arguments and at this time
sets the signal SIGHUP to be ignored. If the standard output is a terminal, the standard output is appended to the file nohu...
Show memory usage:
stefan@www:~$ free -m
total used free shared buffers cached
Mem: 6051 5998 53 0 586 2187
-...
www:~# apt-get [-o=APT::Force-LoopBreak=true] install proftpd
www:~# addgroup ftpuser
Adding group ftpuser (105)...
Done.
www:~# usermod -G ftpuser ftp
www:~# cp /bin/false /bin/ftp
www:...
Crontab | August 05, 2005
* * * * * command to be executed
- - - - -
| | | | |
| | | | +----- day of week (1 - 7) (monday = 1)
| | | +------- month (...
-bash-2.05b$ cd /usr/ports/
-bash-2.05b$ make search name=imagemagick
Port: ImageMagick-5.5.5
Path: /usr/ports/graphics/ImageMagick
Info: Image processing tools (interactive option...
Installing mnoGoSearch
Unpack the distribution file
tar -zxf mnogosearch-x.x.x.tar.gz
Configure (MySQL database support) [1]:
cd mnogosearch-x.x.x
./configure --prefix=/home/sts/mnogo --w...