Skip to content

Tag Archives: security

Κλέβουν το 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.