Midagi mis viimasel ajal hinge on läinud

SVN commands

Juhtus mul selline olukord: [11:27:55 root@h11 htdocs]# svn update svn: Valid UTF-8 data (hex: 70) followed by invalid UTF-8 sequence (hex: e4 69 6b 65) Abiks oli: [11:28:45 root@h11 htdocs]# convmv –notest -r -f latin1 -t utf-8 * Kuna mul koguaeg läheb see mergemine meelest siis paar hinti endale siia. svn:ignore svn propedit svn:ignore ./some_path [...]

Does it sound familiare?

Natuke kobafilmimist

Paar kaadrit vanast elu-ilma-rahet-vihma-muda näinud canonist.

Vot sulle vabavara (MySql)

GNUPG

To export, use: gpg –armor –export mymail@here.com > public.asc gpg –armor –export-secret-key mymail@here.com > private.asc To import, use: gpg –import public.asc gpg –allow-secret-key-import private.asc

Mysql db latin to utf8

mysqldump -u root -p –opt –default-character-set=latin1 –insert-ignore –skip-set-charset DBNAME > DBNAME.sql Then using sed I changed all occurrences of the word latin1 to utf8: iconv -f ISO-8859-1 -t UTF-8 DBNAME.sql > DBNAME_new.sql sed -e ‘s/latin1/utf8/g’ -i ./DBNAME.sql From here I then created the new database and then imported the dumpfile. mysql -p -e “create database [...]

Sex in my hard disk vol2 (sextractor)

Name : sextractor Arch : i386 Version: 2.5.0 Release: 5.fc8.1 Size : 577 k Repo : extras Summary: Extract catalogs of sources from astronomical images Description: SExtractor is a program that builds a catalogue of objects from an astronomical image. Although it is particularly oriented towards reduction of large scale galaxy-survey data, it performs rather [...]