Γνωμικα
Εμφάνιση αναρτήσεων με ετικέτα linux. Εμφάνιση όλων των αναρτήσεων
Εμφάνιση αναρτήσεων με ετικέτα linux. Εμφάνιση όλων των αναρτήσεων
Τρίτη 6 Μαρτίου 2012
Δευτέρα 7 Μαρτίου 2011
Το linux και το γιατί να το χρησιμοποιήσετε
Λόγοι για να χρησιμοποιήσετε το Linux
Είναι φτηνότερο, γρηγορότερο, πολύ πιο ευέλικτο και προσαρμόσιμο από τα Windows XP (και κάθε άλλη έκδοση των Windows). Η συντήρησή του είναι φτηνότερη σε σχέση με αυτή των WinNT (το συγκεκριμένο πλεονέκτημα, επί της ευκαιρίας, είναι πλεονέκτημα και κάθε άλλου συστήματος Unix). Είναι φτηνότερο από οποιαδήποτε εμπορική έκδοση Unix. Εύκολη η συντήρησή του από οποιοδήποτε σημείο του Internet. Έχει καλύτερη υποστήριξη υλικού (hardware) από τα FreeBSD, SCO και Solaris/X86. Ο πηγαίος κώδικάς του είναι διαθέσιμος. Αυτό σημαίνει πως τα τυχόν bugs διορθώνονται σε χρόνο ρεκόρ!
Είναι φτηνότερο, γρηγορότερο, πολύ πιο ευέλικτο και προσαρμόσιμο από τα Windows XP (και κάθε άλλη έκδοση των Windows). Η συντήρησή του είναι φτηνότερη σε σχέση με αυτή των WinNT (το συγκεκριμένο πλεονέκτημα, επί της ευκαιρίας, είναι πλεονέκτημα και κάθε άλλου συστήματος Unix). Είναι φτηνότερο από οποιαδήποτε εμπορική έκδοση Unix. Εύκολη η συντήρησή του από οποιοδήποτε σημείο του Internet. Έχει καλύτερη υποστήριξη υλικού (hardware) από τα FreeBSD, SCO και Solaris/X86. Ο πηγαίος κώδικάς του είναι διαθέσιμος. Αυτό σημαίνει πως τα τυχόν bugs διορθώνονται σε χρόνο ρεκόρ!
Σάββατο 4 Δεκεμβρίου 2010
GShutdown error
GShutdown doesn't shut down my computer...
Try editing the shutdown command in gshutdown.
After sudo chmod +s /sbin/shutdown open gshutdown properties,choose own command for shutdown:
shutdown -h now
After sudo chmod +s /sbin/shutdown open gshutdown properties,choose own command for shutdown:
shutdown -h now
Κυριακή 11 Ιουλίου 2010
Usb tricks
- http://chromeos.hexxeh.net/
- http://www.democrakey.com/2009/09/democrakey-v3-0-released/
- http://xbmc.org/about/
- http://www.bgreco.net/reminder.php
- http://usbsafeguard.altervista.org/index.html
- http://www.2brightsparks.com/freeware/
- http://puppylinux.org/main/index.php?file=Overview%20and%20Getting%20Started.htm
- http://lifehacker.com/188852/assign-a-custom-icon-to-your-flash-drive
Δευτέρα 25 Μαΐου 2009
Τρίτη 12 Μαΐου 2009
Τρίτη 5 Μαΐου 2009
Τρίτη 17 Μαρτίου 2009
Restore grub after installing windows
Αν αποφάσισες να επανατοποθετήσεις τα windows αφου εχεις ηδη εγκαταστήσει linux για κάποιους λόγους και θες να αποκαταστήσεις το grub ελπίζω να μπορώ να βοηθήσω με την ανάρτηση αυτή!
1. Εισάγετε ένα live cd που να έχει μέσα το grub πχ (ubuntu , knoppix )
2. Ανοίξτε terminal και εισάγετε τις εντολές :
sudo grub
find /boot/grub/stage1
root (hd?,?) [αντικαταστήστε το ? με ότι βρείτε από το /boot/grub/stage1 ]
setup (hd0)
quit
3. Reboot και το grub θα εμφανιστεί ως δια μαγείας.
1. Εισάγετε ένα live cd που να έχει μέσα το grub πχ (ubuntu , knoppix )
2. Ανοίξτε terminal και εισάγετε τις εντολές :
sudo grub
find /boot/grub/stage1
root (hd?,?) [αντικαταστήστε το ? με ότι βρείτε από το /boot/grub/stage1 ]
setup (hd0)
quit
3. Reboot και το grub θα εμφανιστεί ως δια μαγείας.
Πέμπτη 5 Φεβρουαρίου 2009
Πέμπτη 17 Ιουλίου 2008
vlc sub working on ubuntu
in order to display greek subtitles on vlc using linux you must change the : preferences>input/codecs>other codecs>subtitles -->sub text encoding to iso-8859-7
Τρίτη 13 Μαΐου 2008
destinator 7 on eee using ubuntu
i 've just installed destinator 7 on my eee pc where i'm using ubuntu 7.10 os.
here is some instruction for anyone who wants to do the same:
- you must install wine on your pc for further info about wine look at www.winehq.org
- you must download destinator 7 and put the folder whith the maps in the destinator's folder
- if you are using a map witch needs tahoma font to work here is what you can do : download from anywhere in google tahoma.ttf create a folder called .fonts in your homedir (if there isnt one already) and put the font there and then paste
sudo ln -s ~/.fonts /root/.fonts
in a terminal and press enter. thats one way of doing it at least - furthermore you must install tahoma in wine's font folder :It is NOT included in the Microsoft core fonts package so put it into your ~/.wine/drive_c/windows/fonts directory.
- thats it you 're done enjoy destinator 7 on eee
Τετάρτη 23 Απριλίου 2008
Πέμπτη 3 Απριλίου 2008
Τετάρτη 2 Απριλίου 2008
Παρασκευή 16 Νοεμβρίου 2007
Πέμπτη 15 Νοεμβρίου 2007
linux debian
linux debian drivers for intel wireless pro 3945abg
http://contrib.lynuxsolutions.com/doku.php?id=documentation:ipw3945_on_debian
http://contrib.lynuxsolutions.com/doku.php?id=documentation:ipw3945_on_debian
Εγγραφή σε:
Αναρτήσεις (Atom)