Posts Tagged ‘debian’

Debian CD Lenny images mirror fully updated!

Monday, February 23rd, 2009

The sync from the primary Debian mirror ended today, grab your Lenny ISOs from:

http://debian.co.il/debian-cd/

Netinstall ISO:

http://debian.co.il/debian-cd/current/i386/iso-cd/debian-500-i386-netinst.iso

amd64 will be added soon.

Enjoy.

Cool linux tips

Sunday, February 22nd, 2009

Useful and cool Linux tips collection:

1. Debian add ip address:

auto eth0:0
iface eth0:0 inet static

    address 192.168.1.41
    netmask 255.255.255.0
    broadcast 192.168.1.255

2. Find modified lately file:

find . -mtime -1 -print

3. Find information about memory slots, speed, type etc’ (requires package lshw):

lshw | grep *-memory -A 40

4. Find DDOS! Find and sort connections by source ip:

netstat -ntu | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n

5. Remove annoying system bell:

echo ‘set bell-style none’ >> ~/.inputrc

6. Trying to rm and getting ‘list too long’ ? try this:

 find . | xargs rm

7. Extract only numbers from a string:

xxxxx/545454/xxxxx —> 545454
cat list.txt | sed  ‘s/.*\/\([0-9]*\)*\/.*/\1/g’

8. Use colors in vim:

cat > ~/.vimrc

syntax on

^D

To be updated!

Debian archive/iso images updated! (Debian4.0r3)

Sunday, February 24th, 2008

Our mirror has been updated the packages archive and the images (ISO) archive, download the latest Debian4.0r3 netinstall, or goto the images archive debian-cd for other download versions.

Debian archive/iso images updated!

Friday, January 4th, 2008

The debian-cd ISO images of the new release 4.0_r2 have been updated.

The debian archive is also updated.