Pubblicato da: schievano mauro su: 6 Gennaio 2008
Ci sono problemi ad installare Ubuntu 7.10 su parallels desktop
Possono essere superati in questo modo: quando ubuntu dice che non riesce a far partitre l’interfaccia grafica e che il sistema andrà in stop per due minuti,
1.premete CTRL+ALT+F1
2. editare xorg con: sudo pico /ect/X11/xorg.conf
3. trovare la sezione “Screen” ed aggiungere
SubSection “Display”
Modes “1024×768″
EndSubSection
4. [...]
Pubblicato da: schievano mauro su: 18 Febbraio 2007
Legata a disctop e DVDPedia (1/2 topic più sotto) c’è la possibilità di creare un’archivio anche di cover.
Disctop usa cover a singola facciata; a me piace invece avere la riproduzione di tutta la copertina. Trovare le copertine però di film abbastanza vecchi su siti americani, in italiano è abbastanza difficile, quindi qui sotto riporto una [...]
Pubblicato da: schievano mauro su: 20 Settembre 2006
NVU (pronunce: n-view) is for me the best html editor for linux ever developed:
1. Fast and simple
2. With built preview of your Site
3. With the GOOD possibility of editing directly the page on the web space and ability to modify them on place!
You want to know more?
http://www.nvu.com/index.php
http://nvu.wikispaces.com/
Pubblicato da: schievano mauro su: 5 Febbraio 2006
how many of you never have been asked for changing an email client whitout losing all the setting (and obviously the emails!)?
This mini tips suggest you how to recreate the folders migrating from Evolution to Thunderbirds (but it’s the same from Thunderbirds to Evolution)
The code in general is:
cp .program from/link to folder .program to/link to [...]
Pubblicato da: schievano mauro su: 12 Gennaio 2006
like the obj: add to fstab, supposing hda1 is your ntfs partition,
/dev/hda1 /media/hda1 ntfs user,ro,umask=0222
Pubblicato da: schievano mauro su: 10 Gennaio 2006
Your PC Won’t boot again?
You see error on Grub?
No fear, please. Here what you have to do: boot with a live distro (eg: knoppix) issue a root shell (or su root) and
mount -t auto -o rw /dev/hda2 /mnt/hda2
chroot /mnt/hda2 /bin/bash
grub-install /dev/hda
where hda2 is, for me, the partition were ubuntu is installed
Pubblicato da: schievano mauro su: 13 Novembre 2005
do you have problem in login via web to CUPS?
the password of your root user is not accepted?
From a command tool, issue a:
linux:~ # lppasswd -a root
the sistem ask to you:
Enter password:Enter password again:
and it’s done!