VirtualTam's bookmarks
219 bookmarks found
-
FreeIPA
2016-12-02 LDAP/Kerberos directory server built on top of 389DS
-
389 Directory Server
2016-12-01 - https://www.linux.com/learn/simplify-ldap-fedoras-389-directory-server
- https://www.rockstable.org/389-ds
- https://github.com/jtgasper3/docker-images/tree/master/389-ds
Administration WebApps:
- http://directory.fedoraproject.org/docs/389ds/administration/webapps-install.html
- http://directory.fedoraproject.org/docs/389ds/administration/dsgw.html
- http://directory.fedoraproject.org/docs/389ds/administration/orgchart.html
Install guides:
- http://www.unixmen.com/install-and-configure-ldap-server-in-centos-7/
- http://www.unixmen.com/manage-389-directory-server-graphically-using-389-management-console/
- http://jensd.be/125/linux/rhel/install-mate-or-xfce-on-centos-7
- http://unix.stackexchange.com/questions/181503/how-to-install-desktop-environments-on-centos-7
-
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 :)