Μια ενδιαφέρουσα και διασκεδαστική αντιμετώπιση για κάποιον που “κλέβει” απ’ το wifi AP.
http://ex-parrot.com/~pete/upside-down-ternet.html
The main reason to do this is to avoid certificate requests, etc.
While tried on gentoo linux, should work on any unix-like OS.
# openssl genrsa -des3 -out pass.key 1024 #this
# openssl genrsa -aes256 -out pass.key 2048 # or this
# openssl rsa -in pass.key -out server.key
# openssl req -new -key server.key -x509 -out server.crt -days 999
# cp […]
Ένα άρθρο, που αν και σχετικά παλιό, έχει ιδιαίτερο ενδιαφέρον. Είναι από λίστα του OpenBSD, και συγκρίνει τα +/- του SELinux έναντι της “built-in” ασφάλειας του OpenBSD.
http://kerneltrap.org/OpenBSD/SELinux_vs_OpenBSDs_Default_Security
Αν και linuxας, προτιμώ το OpenBSD, κυρίως γιατί είναι secure out-of-the-box, αλλά και πιο ώριμο απ’ το SELinux.
Finally, beryl running in dual head mode :D
I should say that X3100 performs really well.
Saturday, September 29, 2007
Kernel configuration file for my x86_64 install, which is also what I ‘ve got installed now and what I am going to stay with.
Saturday, September 22, 2007
The HP Pavilion is a mid-end laptop.
As I firstly update the gentoo-wiki article and this post, I suggest to read the gentoo-wiki article, as it may be slightly more up to date. It can be found here