Linux
Get number of files in current directory in linux
You can use this command to get the list of the number of file in current directory
Get list of installed programs from dead disk ubuntu debian
If you have a dead installation, some will not boot you can use this commands, to get the list of installed programs. And this command to install it on a…
Ubuntu and (dot).local addresses – Avahi
I have a Ubuntu server where there was a problem with .local address, i could’t look up the zone from the server. After a little search i found that Avahi…
Quick pingscan with nmap (ipscan / ip scan)
root@ubuntu-server:~# nmap -sP 10.45.1.1-255 Starting Nmap 5.00 ( http://nmap.org ) at 2010-05-20 13:12 CEST Host 10.45.1.1 is up. Host 10.45.1.2 is up (0.0011s latency). MAC Address: 00:19:E0:12:26:1E (Tp-link Technologies Co.)…
QMAIL + VPOPMAIL (with MySQL accounts) + COURIER-IMAP + Roundcube, QMAIL-SCANNER + CLAM ANTIVIRUS + SPAMASSASSIN
I have get the permission to copy paste this great guide and keep it updated. The Guide will soon come in a updated version on this homepage. Link to the…
Vmware ESX 3.5 and Dell openmanage
First you need to install: http://www.vmware.com/download/download.do?downloadGroup=VI-RCLI-U2 This is a vmware Remote CLI tools. Install it on a windows machine. After you install remember to log out and the log in,…
Vmware ESXi (ESX) 4.0 and Dell Openmanage SNMP Traps
First you need to install: http://www.vmware.com/downloads/download.do?downloadGroup=VCLI40U1 This is a vmware CLI tools. Install it on a windows machine. After you install remember to log out and the log in, else…
Pureftpd (Ubuntu / Debian)
Setting up Pure ftpd to run on certains port is very simple. Log on to you linux box and run this command: echo “60010 60030” > /etc/pure-ftpd/conf/PassivePortRange /etc/init.d/pure-ftpd restart or…
mySQL – Table is marked as crashed and should be repaired
if you got this error: Table <TableName> is marked as crashed and should be repaired This could be fixed by go to the path where mysql database files is located,…