Linux

Howto Convert Text File From UTF-8 to ISO-8859-1 Encoding

Convert a iso-8859-1 charset file into a utf-8 charset file. # iconv –-from-code=ISO-8859-1 –-to-code=UTF-8 iso.txt > utf.txt You can also use the console command recode # recode UTF-8 filename.txt Remember to make a backup of the file, because the changes are being done in the target file.

Read More
Linux

Howto install Sun Java on Debian Etch

The original Sun Java 2 is available in the ‘non-free’ section of the Debian repositories. To enable this section first add the non-free repository to the apt sources file – the /etc/apt/sources.list should look like, – important parts are in bold:

Read More
Linux

Linux på HP Compac nc8430

Her er ei samling av tips for å få min bærbare PC til å fungere tilfredsstillende i Linux, oppdateres fortløpende. The solution is editing xorg.conf and adding “HorizSync 36-52” and “VertRefresh 36-60” in “Section Monitor”. Giving a startx, the desktop appears with normal resolution for the vesa driver (cannot use radeon driver on this machine). […]

Read More