Categories

The Best PHP Calendar Script

This is the best PHP calendar script I have ever seen. Thanks Keith. . . . → Read More: The Best PHP Calendar Script

How to run Z\EVES on Ubuntu 10.04

Z\EVES is a Z notation theorem proving program. It is an old and I think abandoned software, but used in some universities. Old Python 2.3 is needed for running it. . . . → Read More: How to run Z\EVES on Ubuntu 10.04

How to solve Redmine error “Permission denied – /etc/redmine/default/session.yml” on Ubuntu 10.04

After installing Redmine on Ubuntu 10.04 Lucid Lynx from repositories (apt-get install redmine redmine-mysql) I got an error: Permission denied – /etc/redmine/default/session.yml . . . → Read More: How to solve Redmine error “Permission denied – /etc/redmine/default/session.yml” on Ubuntu 10.04

MySQL Script to Convert Collation latin1_swedish_ci to utf8_general_ci

After installing Redmine on my Ubuntu 10.04 server from repositories I have noticed that international characters are shown as “?”. . . . → Read More: MySQL Script to Convert Collation latin1_swedish_ci to utf8_general_ci

Convert Many Filenames Encoding with convmv to UTF8

Today I had to convert almost 5000 filenames with international symbols to UTF8. Some Googling and convmv (mirror) helped me. It is a very useful utility written in perl. Used it on Solaris and Ubuntu Linux.