Software
VNC หรือ “Virtual Network Computing”
by luisacab on Mar.22, 2012, under Software
ผมไปค้นเจอเว็บไซต์ vnc ใน google เอามาฝากให้อ่านกันครับ
VNC หรือ vnc “Virtual Network Computing” เป็นแชร์แวร์ภายใต้ใบอนุญาตสาธารณะ GNU เดิม พัฒนา โดย ATT. มันใช้โพรโทคอล RFB เพื่อควบคุมคอมพิวเตอร์จากระยะไกลผ่านทางเครือข่ายหรืออินเทอร์เน็ต
นอกจากนี้ไฟร์วอลล์มักจะบล็อกการเชื่อมต่อของ VNC “มาตรฐาน” บทความสั้น ๆ นี้อธิบายวิธีการเลี่ยงผ่านไฟร์วอลล์ โดยการเรียกใช้ VNC ของไคลเอนต์/เซิร์ฟเวอร์ในการย้อนกลับ ซึ่งหมายความว่า ลูกค้า (เราจะหลีกเลี่ยงการใช้ของคำว่า “ไคลเอ็นต์” เพื่ออธิบายมนุษย์ต่อท้าย) จะเรียกใช้เซิร์ฟเวอร์ในขณะที่ผู้ให้การสนับสนุน…………
อ่านเพิ่มเติมได้ที่ http://morphin1112.beep.com/vnc.htm?nocache=1332234397
Check the full detail here VNC หรือ “Virtual Network Computing”
โปรแกรมซอฟต์แวร์การเข้าถึงระยะไกล
by luisacab on Mar.21, 2012, under Software
ผมไปค้นเจอเว็บไวต์ sbobet ใน google เอามาฝากให้อ่านกันครับ
ขณะนี้มีโปรแกรมซอฟต์แวร์การเข้าถึงระยะไกลมากมายที่ยึดตามเทคโนโลยีนี้ ข้อเท็จจริงว่า VNC แพ ลตฟอร์มอิสระมีทำที่เป็นที่นิยมมากในหมู่ผู้ใช้ที่ใช้ระบบปฏิบัติการแตกต่าง กัน ถ้าคุณเป็นบุคคล และต้องการที่จะสามารถเชื่อมต่อกับหน้าแรกของคุณ หรือการทำงานคอมพิวเตอร์จากระยะไกล มีแพคเกจซอฟต์แวร์ผู้ใช้จำนวนมาก vnc ในทำนองเดียวกัน ธุรกิจสามารถเลือกจากช่วงความกว้างของการดูแลระยะไกล การควบคุม หรือตรวจสอบซอฟต์แวร์ทั้งนี้ขึ้นอยู่กับจุดมุ่งหมายของพวกเขาและสิ่งที่พวก เขาต้องการที่บรรลุ ผู้ให้บริการซอฟต์แวร์จำนวนมากเสนอโซลูชันสำหรับงานทั้งนี้ VNC ขึ้นอยู่กับความต้องการของบริษัทที่หลากหลาย
โดยมีผู้ใช้เฉลี่ย เมื่อมีความจำเป็นในการจัดการพีซีแบบระยะไกลสามารถเลือกซอฟต์แวร์การเข้าถึงระยะไกลจากหลายขนาดใหญ่โซลูชั่นที่กำหนดในตลาดได้ PCAnywhere VNC Vista, Anyplace………
อ่านเพิ่มเติมได้ที่ http://sportpool1112.blogspot.com/2012/03/free-vnc-viewer.html
Check the full detail here โปรแกรมซอฟต์แวร์การเข้าถึงระยะไกล
Install Ubuntu on Galaxy Tab using vnc
by luisacab on Mar.14, 2012, under Software
Today we present a method to use the latest distribution of Ubuntu on our beloved samsung Galaxy Tab The team in charge of this project called tabuntu intended for operating system installation on multiple Android tablet, however, be remembered that there is a setup integral, but uses vnc.
Now proceed with the installation step by step:
Step 1:
We obviously need a Galaxy Tab which must be rootato in this regard if vnc you have not done you can follow this guide.
Step 2:
We download files for ubuntu package now must also have already installed the ADB package available with the Android SDK. In case you were using windows unzip the downloaded file and place it in C :/ adb vnc
Step 3:
To install, you must have busybox on our terminal, download and copy the file busybox-of-sam-misc-tab-10.1-061611.zip the root of your terminal and via Clockwork recovery flashate the file. Then copy the ubuntu package (compacts) in the root of your galaxy tab vnc
Step 4:
Now open a shell from Windows by clicking on Run, or from your mac / linux open a terminal, go with the command:
More detail from here VNC server on Fedora and CentOS
More detail from here Ultr @ vnc
VNC Thumbnail Viewer
by luisacab on Feb.29, 2012, under Software
Free Open Source Computer Lab Monitoring Software Using vnc
Background:
I teach in a PC computer lab. As a teacher, I need to help and observe all of the computers at the same time. For Mac OS X there is a great piece of software called Apple’s Remote Desktop. On the teacher’s computer monitor it presents a live scaled-down view of all vnc of the computer screens in the lab. The teacher can watch all the students doing work and when necessary, focus in on one computer and move that computer’s cursor with their own mouse.
For PC/Windows labs there is a program called vnc which allows one computer to watch and control another computer. Unfortunately, viewing is intended to be only one at a time. But, the great thing about vnc is that it is a free open source project, which means anyone can use it and improve it.
Viewer & Servers:
There are two parts to vnc, a Server program and a Viewer program. The Server program shares a computer’s screen over a network. The Viewer program connects to a server and redraws the remote computer’s screen on it’s monitor. Because the software is split this way, watching multiple computers at the same time just entails creating a bunch of (small) vnc Viewers within a single program. No modifications need to be made to the Server and minimal changes to the Viewer.
I wrote VncThumbnailViewer in Java to make use of TightVNC‘s java vncviewer. The VncViewer code is pretty modular, so creating a program that contains vncviewers wasn’t too complicated.
Full story is here The Chicken of the VNC
More info at VNC Thumbnail Viewer
VNC for Android
by luisacab on Feb.21, 2012, under Software
vnc for Android is an application that connects remotely to most vnc servers as Tight vnc, RealVNC on Windows, Linux and Apple Remote Desktop on OS / X directly from your Android smartphone.
To use the software, just enter the parameters for connecting to remote computer: alias, password, address, port and color modes.
While connected, you can send text, resize the page and select various modes of entry such as:
* Overview cursor touches and larger;
* No cursor, mouse, trackball;
* Mouse pointer vnc control mode
* Cursor touches; trackball mouse
* Cursor touches; panoramic d-pad
Read related article at Reviewed application Droid VNC server for Android by Julyano87
Read the full story here VNC Pocket Office Pro 4: Control remotely via WiFi and 3G
[Howto] Vnc server (exhumation) on Kubuntu 7.4
by luisacab on Jan.20, 2012, under Software
This article adheres to the campaign (launched from me now):
Did you mean: vnc ubuntu?
Answer: NO!
.. with the hope that vnc KUbuntu enter the Google cache.
A comprehensive guide, step by step, useful for enabling a vnc server can be used by any user. In this way, and ‘can log in to start a new session.
If you dis-connect the vnc client does not end the X session (unless you explicitly log out) allowing us to re-connect to the same session again. The vnc server using a separate display (: 1) instead of the one used by the X server So ‘two or vnc more’ sessions can be activated at the same time.
More detail from here [Howto] Vnc server (exhumation) on Kubuntu 7.4
every: play video games directly from your Mac and PC! [GUIDE] VNC
by luisacab on Jan.06, 2012, under Software
We have recently talked about every, a truly innovative application that allows us to play the games directly to iPhone for Mac or PC. Many have misunderstood the use of this app, mistaking it for a simple vnc client, but it is not so!
In fact, the power of this app is to be discovered: you can use your Mac or PC remotely controlled by the iPhone, like a touch screen computer completely! Not only that, you can play any game with mouse and arrow keys can vnc be used quickly and effectively! World of Warcraft mean anything? You just have to follow some important measures, otherwise you will see the game in spurts, too slow to be playable.
I refer to the guide / iPad Italy full review for details. The guide is long, but try to look at my video and follow the links at the bottom to see more video before commenting, I assure you that it’s worth it. And I assure you that we are not talking about a simple software to control your computer remotely!
More detail from here every: play video games directly from your Mac and PC! [GUIDE] VNC
Accessing the current graphical session remotely (VNC)
by luisacab on Dec.27, 2011, under Software
In the previous article we saw how to open a shell on the remote computer and (hopefully) do some graphics application. If you want more control over the server that includes the performance of graphics applications and control the desktop, you have to resort to more sophisticated solutions. We are talking about the protocol vnc (Virtual Network Computing), which allows you to remotely control the desktop, receiving input and sending output, so you can access the session currently open.
vnc is a desktop sharing system which uses the RFB protocol to administer your remote computer by installing a vnc server on your machine and setting an appropriate password is vnc allows clients to receive a picture of the screen and to send keyboard and mouse input to the server, in fact, we can manage the server from another location, like your physical computer. The RFB Protocol, used by vnc, is very simple, based on a graphic primitive sent vnc from server to client (“Draw a rectangle of pixel at location X, Y
specified “), taking into account that the image must be gradually updated. However, this means that vnc, in its simplest form, often using a lot of bandwidth, which is why they were put in place several mechanisms to reduce the overhead of communication. For example, you can only send the rectangles that change between one frame and the next, but of course this mechanism only works well if a small portion of the screen is changed (for example, the mouse pointer is moved or a character that was written ), while almost all the advantages we lose if for example we want to see a video or move a window. The obvious consequence is that VNC gives its best when you use a broadband connection (LAN, DSL, etc..).
Regarding the safety aspect, the default vnc is not secure, because the data are transmitted in the clear. However, you can make it safe tunneling over SSH or VPN connection, so that data is sent fully encrypted in a tunnel (we shall see later).
vnc can also be used on Linux to create new sessions to be accessed, but this article we will just access to the current session, ie the so-called “desktop sharing”.
Check the full detail here Accessing the current graphical session remotely (VNC)
More detail from here Accessing the current graphical session remotely (VNC)
Check the full detail here Accessing the current graphical session remotely (VNC)
Real vnc Windows systems in the hands of Mac
by luisacab on Nov.28, 2011, under Software
As I wrote in another post you can access your Mac remotely, but if you want to control your Mac from a Windows system?
One immediate solution is to use a famous software for the Microsoft world, Real vnc , this application allows you to add the VNC protocol to Windows systems.
Real vnc I suggest you download the free version, the software is also available for GNU / Linux.
During installation, vnc you can choose the modules to be installed, by default installs the server and the viewer,
a choice that I advise you to be able to make more operations possible.
After installation you can use the Viewer going to call Run vnc Viewer from the Programs menu / RealVNC / vnc Viewer 4,
to connect you just enter the IP address of the server and, after pressing OK, you will need to identify themselves with a password of your choice.
With the program Real vnc Viewer, you can also change the connection options,
in fact if you press the Options before you connect you can have different formats in configurations where you can change the behavior of the vnc viewer.
If you want a good yield of the service I advise you to double check the setting of the maximum number of colors and the data compression algorithm.
More info at Real vnc Windows systems in the hands of Mac
More info at Real vnc Windows systems in the hands of Mac
introduction vnc
by luisacab on Nov.25, 2011, under Software
(vnc stands for Virtual Network Computing) is a graphical system designed to access remote machines: protocol-based RFB (Remote Frame Buffer),
allows you to remotely control a machine. So, as guaranteed by the Remote Desktop feature of Microsoft Windows systems,
it is possible to act on a remote computer as if it were local, acting on your desktop (and managing the components)
through the use of mouse and keyboard.
The vnc system is based on two distinct components. On the one hand you have the server,
need to be installed on your computer that you want to take remote control,
the other a client (or viewer) to be installed on the machine from which you want to access (and control) vnc and remote.
You must also remember that vnc uses TCP ports, with the standard configuration, ranging from 5900 to 5906 (corresponding to as many remote screens).
The following steps illustrate how to establish a connection between a remote computer that uses Ubuntu 10.04 “Lucid Lynx”
(which will act as the viewer) and a remote machine (in this case, on a LAN) with Microsoft Windows XP SP2.
Read related article at introduction vnc