VirtualBox – Seamless Mode With Windows and Linux Sharing Same Desktop
VirtualBox seamless mode places the Windows taskbar above your Gnome or KDE taskbar. The Windows desktop is not displayed. When you open a Firefox or Internet Explorer web browser, from the Windows taskbar and save a file from a website, it will save to the Windows desktop. To compensate you can allow Windows to share the exact same desktop as your host Linux OS. You can save files from Windows web browsers directly to the shared Linux desktop. Essential this is taking seamless a step further!! First enable VirtualBox shared folder support for your desired guest OS. Make the shared folder either your Linux desktop directly, or simply your home directory. Then mount the shared folder in the guest OS:
net use x: vboxsvrDesktop
Then open regedit. Locate the key:
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerUser Shell Folders]
Change the desktop key to:
1) x: ; if you set the shared folder to be your Linux desktop folder
2) x:Desktop ; if you set the shared folder to be your Linux home folder
Now just reboot your Windows guest OS and observe the seamless consolidation of your Windows and Linux desktops!! This is one of my favorite Linux tweaks
I now run the virtual server in headless mode. If your interested in my new desktop configuration you can see it in this post!! Its frikkin cool. On my system notice that a virtual server environment is running in the top right window. That is the actual server environment that is hosting this website.
No trackbacks yet.
Android SDK on Linux
April 18, 2010 - 9:59 am
Tags: adt, development environment, download, Eclipse, environment, folder, sdk, several steps
Posted in Android, Eclipse, adt, sdk | No comments
Setup up your development environment takes several steps. 1) Download Eclipse: 2) Unzip and launch. 3) Download the sdk: 4) Unzip the sdk and place it in your eclipse folder. 5) Download the Eclipse ADT plugin directly from Eclipse. Use: https://dl-ssl.google.com/android/eclipse/ 6) Then configure Android in Eclipse to point to the SDK folder. This is [...]
Nvidia Driver on Linux – Easy, and Quick
February 7, 2010 - 9:07 am
Tags: desktop, desktop cd, driver, gdm, modules package, nvidia, nvidia driver, open source driver, startup settings, sudo
Posted in driver, gcc, headers, linux, modules, nvidia, xorg | 1 comment
Image via CrunchBase There is a buzz that installing the Linux based Nvidia accelerated graphics driver is complicated. I consider it rather straight forward. First install build-essential, and the headers for your kernel. Those may appear to be some bigs words in the previous sentence, but it is really one line in a terminal window. [...]
Linux Anti Virus for Websites
January 30, 2010 - 9:56 am
Tags: caption, ClamAV, command, cron job, cronjob, level directories, linux, linux machine, malware, root crontab
Posted in ClamAV, anti, linux, malware, virus | 3 comments
Just because you run linux does not mean you completely forgo anti virus. Your website can be broadcasting Windows viruses or malware. Clamav, run from the command line, will scan your web directories recursively to identify various concerns. Install Clamav: sudo apt-get install clamav Then you can run Clam manually or you can install a [...]
Windows 7 – Mapped Network Drive – Extremely Buggy
January 10, 2010 - 10:48 am
Tags: bottom option, file, mapping network, samba, samba shares, share, share results, slow communication, something, Windows, Word
Posted in delay, map, network, samba, share, slow, windows 7, write | No comments
Update: The slowness was completely caused by the .docx format of Word documents. The documents were converted to traditional .doc and the issues were resolved. When mapping a samba share in Windows 7 there is something very wrong. The shares map the exact same way as in Win vista, and comparable to the method in [...]
2014 – Windows XP Deadline
December 30, 2009 - 9:23 am
Tags: alternative, company, database applications, framework, frontends, linux, longtime staple, thousand dollars, ubuntu, Windows
Posted in Uncategorized | No comments
Its time for a shift. Windows XP, the longtime staple of industries around the world, has a deadline. It will no longer be supported by Microsoft in 2014. Because of this companies will either need to upgrade to Windows 7, or some sort of alternative. Windows 7 costs been 4-6 thousand dollars for a 30 [...]
Scrub – File Shredding for Linux
December 26, 2009 - 9:06 am
Tags: cronjob, folder, free space, gigs, global path, home folder, scrub, shred, space, sudo
Posted in free, linux, scrub, shred, space | No comments
With this handy little app you can shred files and folders, but more conveniently you can shred your entire free space. Just make sure you’ve erased all the files you want to shred. Empty the trans, issue: sudo apt-get autoclean && localepurge Download scrub from Sourceforge: http://sourceforge.net/projects/diskscrub Its a simply source so configure, make and [...]
Ubuntu Karmic – Mac Mini – MythTV
December 15, 2009 - 9:57 am
Tags: linux, linux counterpart, Mac Mini, mini remote control, MythTV, OSX, sbin, System, way, windows applications
Posted in Karmic, MythTV, OSX, mac, mini, sudo, ubuntu | No comments
I gave up on OSX. I could not get the media center working the way I wanted. Plex and XBMC have their bugs, as previously posted, twice, preventing predictable functionality. MythTV for OSX simply is not as refined as its native Linux counterpart. It feels like running Windows applications via wine. I just scrapped OSX [...]
LPI 101 – Linux Certifications
December 12, 2009 - 2:56 pm
Tags: aix, com, free linux distribution, learning linux, linux, linux environments, linux expertise, linux professional institute, Monster, Server, UNIX
Posted in IBM, LPI, SCO, aix, linux | No comments
If you go on Monster.com or something comparable you may see jobs that are requesting you to have various certifications. Most certification requests are for Microsoft, but there are various server jobs that require substantial Linux expertise. If you are going to be managing a Unix server knowing how to use Linux will help alot. [...]
Your Server – The Boot Process
December 9, 2009 - 9:49 am
Tags: background processes, client, client side applications, desktop, dession, hard drive, host system, mail server, process, Server, server features, session, side, System, Thunderbird
Posted in MythTV, Server, VBoxTool, desktop, gdm | 1 comment
You want to isolate all your server features into background process. You don’t want any server features to be dependent on graphical or client side applications. I previously had my mail server dependent on the client side filtering capabilities of Thunderbird. This was a no no because it required me to maintain a desktop session. [...]
Fsck – Debian – Ubuntu File System Check
December 6, 2009 - 10:06 am
Tags: asus eeepc, block, c option, desktop, drive, fsck, run, sudo, terminal windows, unmount
Posted in block, filesystem, fsck, ssd | No comments
You cannot run fsck from within a desktop session. A desktop session requires run-level 2, and there are way to many applications running to not damage your hard drive irreparably. Therefore open a terminal windows and type: sudo init 1 Then unmount everything: sudo umount -a Then you can run fsck. Run fsck with the [...]
January 28, 2008 - 11:26 am
This is most ex cellant, is it possible to run it just the OPPOSITE? That is, Linux seamlessly on the Windows desktop? Those of us stuck in Windows want to know.
January 28, 2008 - 12:21 pm
Seamless mode on Windows a Windows host.
May 12, 2008 - 4:56 pm
1-word for you Rootman…
coLinux. andLinux does exactly that.
May 24, 2008 - 8:46 pm
Howdy,
thanks for the great tweak, improving the virtual experience.
You may want to check the screenshot link, it fails to load “contains errors”
Again thankyou.
December 4, 2008 - 7:40 am
I followed your instructions to make my windows desktop appear on my linux desktop, but it doesnt seem to work. When im not in seamless mode i can see my linux icons in windows, but when i go seamless i cant see any windows icons. did i do something wrong?
December 22, 2008 - 3:05 pm
To TCW, Colinux, to the best of my knowledge will only allow the Linux kernel and gnu OS to be run as a process inside a windows machine. This approach let’s you run windows in a virtual machine placed on any environment VirtualBox runs on. If a problem were to happen during Colinux operation it could cause issues in the Windows host. If a problem were to happen to Windows in a virtual machine, you would only have to restart the virtual machine.
February 26, 2009 - 12:31 am
If i can run photoshop harnessing the benifits of graphics card i would completely uninstall windows and run it from my ubuntu. Is it possible ?
March 11, 2009 - 8:07 pm
Hi, i do this tweak for my Linux with Windows on VirtualBox, i share Documents folder and Desktop folder, Documents works great but Desktop goes bad, when i change name or delete a file, windows can’t refresh this change, and i need press F5 to see changes. Almost i canĀ“t create a file or folder directly in desktop windows (In Shared folder in Windows Explorer i can do). Windows show a message (In spanish)”No se puede crear la carpeta ‘Nueva Carpeta’ No hay mas archivos’ (Traduction) “Can’t create folder ‘New Folder’ No more files” Any help???
Thanks
June 17, 2009 - 12:16 am
Hi dude .. I’m new to linux and virtualbox … Can u please give me more details how to do .. I couldnt understand ur steps .. Thanks in advance .. If u can mail me to brainless_susan@yahoo.co.in
September 14, 2009 - 12:18 am
Hey good stuff…keep up the good work! I read a lot of blogs on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say I’m glad I found your blog. Thanks,)
A definite great read…
November 11, 2009 - 5:39 am
Ah!!! at last I found what I was looking for. Somtimes it takes so much effort to find even tiny useful piece of information.
Nice post. Thanks
December 30, 2009 - 2:41 pm
I thank you very much, webmaster, for this great blog. I really appreciate your posts.
January 1, 2010 - 2:51 pm
Webmaster, I love your site. Thank you sooo much for working on it.