Terminal-and-Wi-fi
Article
0 comment

Uncover Hidden Wi-Fi Passwords on Your Mac with this Simple Terminal Trick

Ever found yourself in a situation where you desperately need a Wi-Fi password that you’ve used before on your Mac, but can’t seem to remember? Worry no more! In this blog post, we’ll show you an easy trick to retrieve any wi-fi password stored on your Mac using the Terminal.

Your Mac discreetly stores all Wi-Fi passwords you’ve ever used, and with a quick command in the Terminal, you can access those passwords in a matter of seconds. Here’s how to do it:

  1. Open Terminal on your Mac (you can find it in the Utilities folder or by using Spotlight Search).
  2. In the Terminal, type the following command:
security find-generic-password -wa "network-name-in-quotes"

[Read more]

Article
9 comments

All About VNC

Vnc_logo

What is VNC?

VNC stands for Virtual Network Computing, and it is a desktop sharing system with a graphic user interface which allows you to connect and control a remote computer over a network or the Internet. Thanks to the RFB (Remote Frame Buffer) protocol it’s using, VNC applications send the keyboard and mouse events to a remote computer on the network (or the Internet) who’s screen is being shared, and it relays back the updates.

RFB (Remote FrameBuffer) is a simple protocol and since operates at the framebuffer level, it can be used on all operating systems with a GUI including Windows, Macintosh (Mac OS X) and Linux. Although RFB started as a very simple protocol used by VNC and its derivatives, it has been improved so as to support file sharing, advanced compression and security techniques in its development cycle.

Why VNC is used and How

With VNC you can display the screen of a remote computer on your own computer in a window or in full screen mode, and using your own keyboard and mouse on this screen, you can control that remote computer as if you are sitting in front of it. All actions taken on the view of the remote desktop on your computer are performed actually on the remote computer itself.

[Read more]