NOTE: This setup was tested only in Ubuntu 18.04 x64 INTRO The objective is to perform a SSH login and authenticate to a local Microsoft AD. There are many ways out there to do this, but most involving joining the […]
How to setup chroot and bindfs
In order to allow a user to have restrict access to a specific directory we should use the chroot and bindfs setup:(tested on Centos 7 x64) bindfs Mount a directory to another location and alter permission bits. bindfs is a […]
ssh tunnel squid proxy setup
SSH is a very secure encrypted connection. Much much easier to setup then a VPN. its quite easy to setup, on the server side all we need is Open SSH and Squid on the client side Windows we can use […]
Block IP bash script
Still working hard to keep my server security locked down from attacks. This script checks lighttpd logfile for unusual behaviour Script to monitor and block IPs spaming in varios ways my Word Press and SQUID Server Update 07/2016 tested on […]
yum update security check script
simple bash script to check for missing security this is important to make sure your linux is updated here is the script:
Reverse SSH Tunnel
The idea is to have my IP autostart connect to my Cloud server, this way I can remote control my Raspberry PI without having to configure DynDNS and firewall rules. The only requsisite is that PI has internet and run […]