Skip to content

Tag Archives: linux

Κλέβουν το wifi σας;

Μια ενδιαφέρουσα και διασκεδαστική αντιμετώπιση για κάποιον που “κλέβει” απ’ το wifi AP.
http://ex-parrot.com/~pete/upside-down-ternet.html

Create your own, self-signed Apache SSL certificates

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 […]

Security: SELinux VS OpenBSD

Ένα άρθρο, που αν και σχετικά παλιό, έχει ιδιαίτερο ενδιαφέρον. Είναι από λίστα του OpenBSD, και συγκρίνει τα +/- του SELinux έναντι της “built-in” ασφάλειας του OpenBSD.
http://kerneltrap.org/OpenBSD/SELinux_vs_OpenBSDs_Default_Security
Αν και linuxας, προτιμώ το OpenBSD, κυρίως γιατί είναι secure out-of-the-box, αλλά και πιο ώριμο απ’ το SELinux.

xorg.conf - dual head

Finally, beryl running in dual head mode :D
I should say that X3100 performs really well.

2.6.22-r8 - x86_64 .config

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.

Gentoo 2007.0 on HP Pavilion DV6520ea

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