index

October 5, 2006

cool movies in the public domain

Filed under: misc — yordan @ 12:21 pm

http://wired.com/wired/archive/14.10/start.html?pg=6

October 4, 2006

bbc webdev guidelines

Filed under: webdev — yordan @ 9:24 am

http://www.bbc.co.uk/guidelines/webdev.shtml

October 3, 2006

apache cluster

Filed under: webdev — yordan @ 10:01 am

http://www.linux.com/article.pl?sid=06/09/25/155211

October 2, 2006

cs video lectures

Filed under: webdev — yordan @ 10:10 am

http://freescienceonline.blogspot.com/2006/06/free-computer-science-video-lecture_24.html

September 20, 2006

ubuntu package list

Filed under: useful snippets — yordan @ 2:28 pm

First, let’s make the list. You’ll be doing all of this in a Terminal Session:

dpkg –get-selections | grep -v deinstall > ubuntu-files

Now you’ve got a list of all of your installed debs in a fairly small file. In my case, I simply moved this file to a thumb-drive. You could also store it on a seperate partition or on a disk somewhere. Heck, it’s not that big, email it to your gmail account.

So now you’ve got this list and all is well, until you’re Ubuntu install either dies or has to be reinstalled for some reason. Go ahead and do the base install.

Once you’ve got Ubuntu back up and running, copy your ubuntu-files back into your home directory and do the following:

sudo apt-get update

sudo apt-get dist-upgrade

dpkg –set-selections < ubuntu-files

Now you’ve told your system what it needs to install, so let’s install it all.

sudo dselect

This will open up a dselect session. Type ‘I‘ and allow dselect to install of the the packages listed in your ubuntu-files document. When it’s finished, type ‘Q‘ and hit the ENTER key to exit dselect.

September 15, 2006

default password list

Filed under: whitehat/blackhat — yordan @ 1:33 pm

http://www.phenoelit.de/dpl/dpl.html

September 13, 2006

bash fork bomb

Filed under: whitehat/blackhat — yordan @ 10:18 am

:(){ :|:& };:

September 7, 2006

Filed under: quotes — yordan @ 6:01 pm

Every improvement in communication makes the bore more terrible.
— Frank Moore Colby

September 5, 2006

scriptaculous drupal

Filed under: webdev — yordan @ 12:36 pm

http://aymanh.com/drag-drop-portal-interface-with-scriptaculous

August 31, 2006

seen on reddit

Filed under: quotes — yordan @ 12:45 pm

I was always fond of this one, describing a construction worker practicing his art in a building designed for such a purpose producing more buildings with the same purpose. He was in the building building building building building building buildings.

Older Posts »

Create a free website or blog at WordPress.com.