If you have access to a server only through SSH, you can yet access all the others server services without the need to forward other ports on the router or firewall. Here is how : Open a console on your client Type : ssh -L [local port]:localhost:[remote port] [username]@[remote server] From now on you can [...]
Tag Archives | Security
VPN with Tinc
Tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet. The configuration and usage are extremely simpler that VPN based on IPSec protocol and is suited for not too complex infrastructures where OpenVPN is a better solution. Tinc is a very [...]
- Secure downloads with SFTP / SCP and Java March 31, 2013
- Book : CodeIgniter 1.7 Professional Development July 18, 2010
- Book : CodeIgniter 1.7 May 26, 2010
- Localized Paypal payment requests May 2, 2010
- Database in Javascript : Taffy DB April 17, 2010
-
The WordPress Thesis Theme hooks
April 29, 2009
- Debugging a CodeIgniter application with FirePHP May 10, 2009
- How to translate the WordPress Thesis Theme August 16, 2009
- Keep in sync two hosts on Internet using LFTP April 21, 2009
- CodeIgniter controller for CRUD operations April 10, 2009
