How to use VNC viewer (remote desktop)

Using remote server is fun, you can use a VPS as you desktop. First of all you have to buy a vps and set up the server then use a app to operate it. It’s just like a TEAM VIEWER nothing else. If you can’t do it contact with your vps provider or any system admin. Lest see What Wiki Says

In computing, Virtual Network Computing (VNC) is a graphical desktop sharing system that uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. It transmits the keyboard and mouse events from one computer to another, relaying the graphical screen updates back in the other direction, over a network.

Here is a small tutorial of connecting VNC viewer. There are many apps to connect. I prefer Real VNC its a cross-platform app. Download the appropiate version from Here and install it. If you are using windows then its nothing without a double click to run. If you are using Ubuntu then you have to change the file permission of the file you just downloaded. First open the terminal (CTRL+ ALT+ T) and enter the directory where the file was downloaded and enter below command.

[sourcecode] $ cd your-directory $ chmod -x filename $ filename //or you can run the file by clicking on it [/sourcecode]

And you are done, you don’t need run those command again and again, just double click on the file and you will see like below

VNC Viewer_006

If are using windows then just click on the downloaded exe file and you will see almost same window. Anyway how you have to enter your login credentials to this window. Enter your IP address with port or you may have the domain with port. Press connect button and enter password in the recent appeared password window then you will see like below,

VNC-Viewer

Graphics quality depends on you server config and your internet speed.

Hostlen Offer Remote Desktop from many location (US, UK, Germany, Swis etc) Contact by providing your requirement from here. Price started from $15 per Month.

How to install plugins in Sublime Text

Sublime is one of the popular text editor. Recent version is Sublime 3. I really love this text editor very much, may be Sublime has all popular features. I was using notepad++ which is the most used text editor. Don’t be late just download the latest version of Sublime Text from here. Now it is Sublime 3 Beta. Its beta but good enough to use. Its cross Platform and don’t need to get pain if you are linux or MAC user.

for ubuntu and ubuntu debian destro users, install it from PPA by entering these commands on terminal,

user@pcname:~$ sudo add-apt-repository ppa:webupd8team/sublime-text-2
user@pcname:~$ sudo apt-get update
user@pcname:~$ sudo apt-get install sublime-text

sublime-window

So this is your sublime text 3 window.

Now go here to get the installing code of sublime package control. You will see two box with the installation code. Copy the code which match with your version. Also I mentioned the code and you can copy from below.

Sublime Package Control for Sublime Text 3 

import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())

Sublime Package Control for Sublime Text 2

import urllib2,os; pf='Package Control.sublime-package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler( ))); open( os.path.join( ipp, pf), 'wb' ).write( urllib2.urlopen( 'http://sublime.wbond.net/' +pf.replace( ' ','%20' )).read()); print( 'Please restart Sublime Text to finish installation')

Copy the code, go View > Show Console (Ctrl+`), paste the code in the box appeared below and press enter. A small process will start, wait until finish it.

sublime-consol

Sublime Console

You are almost done, restart Sublime and press Ctrl+Shift+P and you will see a box appeared like below

sublime-package-control

Type “Package” and you will see the package control options, now select “Package Control: Install Package” and you will see the available packages like below.

sublime-plugins

Type your keyword, select a plugin and press Enter. It will be installed to your system and then you will see a message at the very bottom of sublime.

plugin-installed-in-sublime

Now install your essentials plugins by sublime package control.

HERE IS A VIDEO TUTORIAL

DON’T FORGET TO WATCH THE FREE COURSE.

Perfect Workflow in Sublime Text 2

Here Henrique Barroso Listed some essential Plugins for Sublime

GETTING STARTED WITH SUBLIME TEXT 3: 25 TIPS, TRICKS, AND SHORTCUTS

Happy Subliming 😀

Droplr Quick Image sharing program for all

As a freelancer I always seeking for good tools and now I have got a new tools for sharing files. We know about dropbox, skydrive, box and many other program but droplr is highlight for a good advantage. Not for file sharing it is very fast for image and screenshot sharing. If we compare this tools with dropbox then see how many step we need to share a screenshoot. Continue reading Droplr Quick Image sharing program for all

A File Renamer

Batch File Rename is a great File Rename Utility. This is a product of ronsplace.me.uk, It is an easy to use files and folders renaming tool. It can replace characters, remove/add numbers, remove/add text, changing case, split names, and many more. The software provides an instant preview that allows you to check the renaming results without actually changing any of your files.

Continue reading A File Renamer