Tuesday, July 2, 2013

Top SSH Clients for iPhone

So you want to enter to your computer or another computer over a network, to give commands in an inaccessible machine, and to move files? SSH or Secure Shell is the program you need.   It provides strong confirmation and secure communications over a not so secured channel. What if you don’t have your laptop with you? This could be really hard since not all computers have SSH. So here is a list of SSH clients for your iPhone.

Touchterm
Touchterm is a free version of Touchterm Pro that connects with all servers. It doesn't have the fancy features and gestures of TouchTerm Pro but can be recommended as an SSH client. It is driven by industry-standard OpenSSH, Open-source library and has clocked months of daily usage of a massive user base.

Features include RSA/DSA public key authentication, complete server, connection, password, and SSH Key management, application Lock,  both Wi-Fi and EDGE/3G support. Full special-key support, allows displaying terminal output, Landscape mode support, configurable font size and color and support for almost all commonly used international character encoding.

iSSH
iSSH is a  front-end application to the command line application. iSSH gives an easy way to start an SSH connection to a remote computer.  It includes: ports to forward to the remote computer, or, to start an SSH SOCKS proxy. The first could be used to forward a VNC connection over SSH and the latter could be used to bypass your work’s website filters. Either way, iSSH offers a simple way to start an SSH connection for those who don't know how to use the Terminal or just don’t need it. SSH and Telnet emulator of VT100, VT102, VT220, ANSI, and xterm terminals. It is incorporated with a tunneled VNC and RDP client and an X server.

Make your Computer Welcome You

Do you watch movies? Have you always loved the way how Computers in movies welcome their users by calling out their names?

With this trick, you can make your Computer welcome you in its computerized voice. You can make your Windows based computer say "Welcome to your PC, Username."

Make Windows Greet you with a Custom Voice Message at Startup

To use this trick, follow the instructions given below:-


  1. Click on Start. Navigate to All Programs, Accessories and Notepad.
  2. Copy and paste the exact code given below.  
         

Monday, July 1, 2013

Cool Notepad tricks for Windows

Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks.


Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks   


Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat

 @echo off
 color 02
 :tricks
 echo %random%%random%%random%%random%%random%%random%%random%%random%
 goto tricks

Matrix Falling Code Effect