In this series we are going to cover:
**Please note this is a series in progress. Currently we are just outlining what we will cover and documenting anything we find. We will remove this message when the series is complete.
- Getting, setting up, and configuring a low cost VPS with CloudAtCost.com
- Connecting to your VPS using bitvise tunnelier – using SSH keys (more secure then username passwords)
- (SIDE QUEST) Series on setting up SSH tunnels using your VPS static IP and bandwidth.
- (SIDE QUEST) Series on setting up HTTP proxy using bitvise for “secure connections” on public wifi.
- Installing XAMPP for centOS
- Basic lockdown security for XAMPP
- Configuring XAMPP for multiple “hosts” or “vhosts” or multiple domains… however you want to phrase it.
- Enabling PHP CLI for XAMPP on centOS
sudo echo 'pathmunge /opt/lampp/bin' > /etc/profile.d/custompath.sh chmod +x /etc/profile.d/custompath.sh . /etc/profile - Configuring ProFTPD for FTPS access.
