VirtualTam's bookmarks
212 bookmarks found
-
Inside the Linux Kernel
2016-10-24 -
Dovecot sieve
2016-09-12 -
Survive The Deep End: PHP Security
2016-04-09 -
VsFtpd Server Tutorial @ Calomel.org
2016-03-14 -
Chrooted SSH/SFTP Tutorial (Debian Lenny)
2016-01-06 -
Sysadmin Purity Test
2015-11-22 -
PHP security checklist | sk89q
2015-08-04 -
SKS key server
2015-08-02 PGP key server & pool
-
Isso - a commenting server similar to Disqus
2015-07-24 -
Pro: no need to setup a DNS server to test virtualhosts Con: keep in mind that all "fake" hosts will point to 127.0.0.1!
- Use /etc/hosts to declare test hosts / domains / subdomains
#<ip-address> <hostname.domain.org> <hostname> 127.0.0.1 localhost.localdomain localhost 127.0.0.1 host.localdomain host 127.0.0.1 sub.host.localdomain sub.host ::1 localhost.localdomain localhost
- Allow per-user virtualhost definition in either (depending on your distro)
/etc/httpd/conf/httpd.conf
/etc/apache2/apache2.conf
Include
/home/albert/.httpd/*.conf
- Profit! Create virtualhosts with local hostnames :)
-
Twisted
2015-04-24 Twisted implements a variety of networking and communication protocols and exposes them all as method-calls on your Python objects. Client and server implementations are provided for various standard protocols, including:
- HTTP (twisted.web)
- IMAP, POP, SMTP (twisted.mail)
- DNS (twisted.names)
- TLS (core)
- SSH, Telnet (twisted.conch)
- IRC, XMPP, OSCAR (twisted.words)
- Ethernet, IP, TUN/TAP (twisted.pair)
- NMEA (twisted.positioning)
-
Sponge - Empowering moisture
2014-12-14 -
GateOne - Server-side SSH terminal emulator
2014-11-19