Applications --> Accessories --> Terminal. In the box type the following command:-
lsb_release -a
My experiences and solutions when porting over to Linux. Written for intermediate computer users. Hope my own troubleshooting helps you!
Applications --> Accessories --> Terminal. In the box type the following command:-
lsb_release -a
Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It's intended for users with multiple computers on their desk since each system uses its own monitor(s).I'm currently using a KVM switch (and one monitor), but it's nice to know there is a multi-monitor open software solution out there!
"Can't install gnome-desktop-environment, gnome-keyring-manager not installable"When trying to install the gnome desktop with either the terminal or Synaptic Package Manager.
$ apt-cache show gnome|grep Depends|cut -f2- -d:|tr ',' '\n'|cut -f2 -d' '|grep -v gnome-desktop-environment|xargs sudo apt-get install -y$ apt-cache show gnome-desktop-
environment| grep Depends|cut -f2- -d:|tr ',' '\n'|cut -f2 -d' '|grep -v gnome-keyring- manager| xargs sudo apt-get install -y
Found this in a launchpad support forum (bugtracker). https://bugs.launchpad.net/ubuntu/+source/meta-gnome2/+bug/216756
Be warned this may take the better part of an hour to install (the rest of your system should be usable while it installs.)
I ran both of these commands, and yes, it worked. Next time I rebooted, I had the option of a Gnome session, and it seems to be running smoothly so far.
Other links I found had some interesting info, if you want further reading:
Lock issue I encountered in the meantime (oopsie.) Thought it was a bug until I realized I should listen to actual directions (ARE YOU RUNNING AS ROOT???... i.e. use sudo)
Launchpad bug that actually indicates it's a duplicate of another bug.
man -k list directoryLists commands and a very brief description of each. Lots of enlightening stuff here.
'I had the odd Linux version mount external FAT32-drives (USB sticks) with some crappy mount parameters that it would have been quicker to write the data on the HD with my own hands - yes, literally.(Thanks to The Voice of Doom on Fark.com)
So if you happen to use Linux..
Try mounting the external FAT drive without the "sync" option, i.e. with
"mount -o async".
But you'll have to remember to umount the external device manually before removing it; sometimes a lot of the writing happens only delayed at the time of umounting - at least it did sometimes with my SuSEs.'
Pretty decent pictures, especially if you stablile the camera well when snapping photos. I used Digital Image Stabilization mode to take a few night shots outside my window. Best sample:xscreensaveris a package you can find in your repository. It has all sorts of screensavers, including popular OS error screens. Install via Synaptic Package Manager, Adept, or what have you.

tar -xzvf /path/to/your/file.tar.gzxkcd? xfce? No. xzvf.
Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla): /usr/bin/firefox
WARNING: /usr/bin/firefox is not a directory.