HOW TO: Fix blank screen in VNC console

If you open the VNC console and are greeted with a blank screen with no error, click your mouse cursor inside the VNC window and tap a few buttons on your keyboard (I recommend the arrow keys) to "wake" up the console. Some OSes treat the VNC console like a monitor so if there are any power saving features (such as ACPI which is standard on most OSes these days) it will put the console to sleep.
  • 1 Users Found This Useful
這篇文章有幫助嗎?

相關文章

HOW TO: Backing up files with 1 line of code

rsync -avz /my/folder/ user@SERVERIP:/home/user/my/folderYup, that's it. All you do is enter the...

HOW TO: Cancel your service

Login to the Client Area. Click on "My Services" under the "Services" tab at the top. Click...

HOW TO: Creating an SSH RSA Key with PuTTYgen.exe

1) Open PuTTYgen.exe set the type to SSH2 RSA and minimum 1024 bits.2) Click "Generate" and move...

HOW TO: Backup your MySQL database

The easiest way to automatically backup your database is with a simple cron job running the...

HOW TO: Automatically backup your user data with rsync

Here is a quick and easy way to backup your files and MySQL database with a simple script:...