nav-left cat-right
cat-right
Home > Blog > Linux

Save and Restore MBR and Partition

Recently I had a problem with my Windows Installation on the second disk which writes its own MBR in the disk. I had reinstalled Windows and several applications but after one day of work and one of those reboots the computer only reponded with the message “no disk found” or similar. I checked with the other disk containing the linux system, but the harddisk was there and all files seemed to be ok. So somehow...

Bilder nach png oder pdf konvertieren

Bilder mithilfe der geeigneten Tools in png oder pdf umwandeln eps2png-all.sh #!/bin/sh   for file in $(ls *.eps); do eps2png -png -resolution=300 $file ; done eps2pdf-all.sh #!/bin/sh   for file in $(ls *.eps); do epstopdf $file ; done svg2pdf inkscape -E "$EPS" "$SVG" cat "$EPS" | epstopdf --filter >...

Howto install a local webserver on an opensuse sys...

Installation of packagesSetup of ApacheSetting of DirectoryIndexAdditional ModulesSetup of vhostsStart apache2Setup of mysql/wordpressCheck if mysql is runningPassword for mysqlSetup of phpmyadminwordpress Installation of packages By default on Suse 10.1 there is no PHP even if apache2 and mysql are installed. Therefore it is necessary to check the installed packages first. Setup of Apache Setting of...

How Kubuntu really disappointed me

See this as a review of kubuntu 6.06 from my personal perspective. I am used to Linux for several years and have been a user of Mandrake until Suse 9.3 and use currently Suse 10.1. I have once in my life, several years ago, installed a debian system but gave up very quickly since nothing worked out of the box. From Kubuntu I would expect a System which works out of the box, includes all important KDE and 3rd Party...
Page 4 of 41234