SSH Tunnel RDP Session over another Host
Let’s say you want to tunnel an RDP connection via SSH.User: phausSSH-Server: ssh.example.comRDP-Server: win2k8.example.com You need to run that script and keep your session...
2016-02-25
my personal Site of Things
Let’s say you want to tunnel an RDP connection via SSH.User: phausSSH-Server: ssh.example.comRDP-Server: win2k8.example.com You need to run that script and keep your session...
If you installing cocoapods on a vanilla MacOS System you might get some error like this: The important error is make: /opt/local/bin/gmkdir: No such...
Deploy your JAR to your local (file) Repository. You shold also commit this to your CVM System. You can also add JARs as Javadoc...
Sometimes, you would like to have Mapping Char to Int ( A = 0, B = 1, etc.)One easy way to do this is...