Computer Adventures
Ένα ταξίδι στον θαυμαστό κόσμο του software και του hardware (ανάθεμα την ώρα...)

1. for temporary route execute the following command:

route add -net [network to reach in xxx.xxx.xxx.0 format] netmask 255.255.255.0 gw [gateway ip] dev eth0

eg. route add -net 192.168.0.0 netmask 255.255.255.0 gw 192.168.68.2 dev eth0

2. for permanent route edit the '''/etc/network/interfaces''' file and add the following command to the interface definition:

post-up ip route add -net 192.168.0.0 netmask 255.255.255.0 gw 192.168.68.2 dev eth0

Δες και τα πιο κάτω links:

Link1
Link2


Read More...

 

Αν κάποιο πρόβλημα στο registry των Windows δεν μπορεί να λυθεί μέσα από τα ίδια τα Windows (για παράδειγμα αν δεν μπορείς να κάνεις boot καθόλου) μπορεί να χρησιμοποιηθεί η πιο κάτω διαδικασία:

1. Boot Ubuntu live cd
2. Αντιγράφεις τα αρχεία που αντιπροσωπεύουν το registry (system, software, sam , security) που  βρίσκονται στο c:\windows\config
3. Φορτώνεις τα αρχεία ένα-ένα σε κάποιο άλλο Windows installation στο regedit με την επιλογή Load Hive και κάνεις τις απαραίτητες διορθώσεις
4. Ξανά κάνεις boot σε Ubuntu live cd και αντιγράφεις τα αρχεία στις αρχικές τους τοποθεσίες.



Read More...

 
 

Για Ubuntu χρησιμοποίησα αυτόν τον οδηγό:

http://ubuntu-tutorials.com/2007/08/14/privacy-and-encryption-with-pgp-signing-and-encrypting-email-files/

και η κρυπτογράφηση δουλεύει άψογα στον Thunderbird. Δεν έχω δει πως γίνεται αν ο Thunderbird είναι σε Windows - μάλλον όμως χρησιμοποιώντας το enigmail και το gpg4win. (το gpg4win έχει και plugin για το outlook)
Για να επικοινωνήσεις με κάποιον πρέπει να του στείλεις το public key. Υπάρχουν public servers που μπορείς να κάνεις upload το κλειδί σου και να το βρίσκει κάποιος από εκεί. (τους βρίσκεις από τα προγράμματα που διαχειρίζονται τα κλειδιά)



Read More...

 

Istalled Ubuntu with GUI (GNOME)
Install vmware server 2 (only tested with this)
Create Virtual Machines
Make them start/shutdown automatically when the computer starts/shutdowns through the vmware web console.
Change the default settings in the default run level of Ubuntu (that is runlevel 2) by issuing this commands:

1.) cd /etc/rc2.d

2.) sudo mv S30gdm K70gdm



To get more info why you should do it like
this enter the command "cat /etc/rc2.d/README"

http://nixcraft.com/linux-software/2654-ubuntu-set-default-runlevel-etc-inittab.html
http://ubuntuforums.org/showthread.php?t=790987


Restart, to find yourself in command prompt only.
If you want to start the GUI run the command sudo /etc/init.d/gdm start
When you are in the GUI and want to stop the X server and fall back to command prompt write to a shell the following command:
sudo /etc/init.d/gdm stop

Access your virtual machine remotely with Remote Control Solution


Read More...

 

Με την εντολή arp βρίσκεις την MAC address της συσκεύης (σε σχέση με την ip της)
Σε αυτό το site μπορείς να βρεις τον κατασκευαστή της κάρτας δικτύου από την MAC address

Read More...

 

Αυτήν την λύση χρησιμοποιώ στο Ubuntu. Δουλεύει τέλεια και μπορεί να εγκατασταθεί και σε Windows.
Areca Backup



Read More...