-
Recent Posts
Recent Comments
- ManhSezi on iTools Status
- tj5918 on iTools status
- Aubrey on 欢迎光临 – Welcome
- nawind on iTools New Vision
- biming on iTools New Vision
Archives
Categories
Meta
赚豆豆
有没有朋友能够做豆豆批量身份认证的,有的话可以联系我,QQ: iTools@ymail.com,
或者收购一些已认证过的豆豆账号也行!
Posted in Earn Cash Online
Leave a comment
iTools status
iTools v1.0 status: The UI parts almost complete!
Posted in Computer Science
1 Comment
Download Gino Player
Gino Player is a freeware audio player for Windows and it doesn’t need media files to be stored on your PC to play them back! Just enter the track or artist’s name and program will immediately find hundreds of free tracks from open sources.
Posted in Earn Cash Online
Leave a comment
Creating persistent SSH tunnels in Windows using autossh
- Download Cygwin (http://www.cygwin.com/)
- Install Cygwin, selecting the autossh package.
- Start the Cygwin shell (Start -> Programs -> Cygwin).
- Generate a public/private key pair.
- At the command line, run: ssh-keygen
- Accept the default file locations
- Use an empty passphrase
- Copy your newly-created public key to the SSH server.
- scp .ssh/id_rsa.pub user@ssh.host.name:id_rsa.pub
- Add your public key to your list of authorized keys on the server.
- Login to your SSH server.
- mkdir .ssh
- cat id_rsa.pub >> .ssh/authorized_keys
- Test your key.
- Logout of your SSH sever.
- Login to your SSH server again. This time, your key will be used for authentication and you won’t be challenged for your login credentials. If you are not logged in automatically, review the previous steps. Or contact your server administrator.
- Logout of your SSH server.
- Exit of the Cygwin shell.
- Install autossh as a Windows service.
- Now back in Windows, open a new command Window (Start -> Run -> cmd).
- cd C:\cygwin\bin
- cygrunsrv -I AutoSSH -p /usr/bin/autossh -a “-M 20000 -L localaddress:port:serveraddress:port user@ssh.host.name” -e AUTOSSH_NTSERVICE=yes
- Tweak Windows service settings.
- Open the Services management console (Administrative Tools -> Services).
- Edit the properties of the AutoSSH service.
- In the “Log On” tab, select the “This account” radio button and set the service to run as your current user.
- Start the service.
- Test your tunnels.
Posted in Computer Science
Leave a comment
Windows 7 – Run as Different User
1. Press and hold the Shift key and right click on the program’s shortcut or EXE file, then click on Run as different user. (See screenshot below)

2. Type in the user name and password of the user account that you want to run this program as. (See screenshot below)

3. The program will now be running as that user.
4. When done, simply close the program to stop it from running as that user.
Posted in Computer Science
Leave a comment






