| bio | website | |
|---|---|---|
| location | Bonn, Germany | |
| age | 46 | |
| visits | member for | 2 years |
| seen | 2 days ago | |
| stats | profile views | 67 |
|
Nov 28 |
revised |
Is there an Android remote app compatible with LibreOffice Impress under Ubuntu? Added Remote Launcher, SSHmote and Coversal. |
|
Nov 28 |
answered | Is there an Android remote app compatible with LibreOffice Impress under Ubuntu? |
|
Nov 7 |
comment |
How migrate my keyring (containing ssh passprases, nautilus remote filesystem, pgp passwords) and network manager connections? Is the user id of your user on the new drive the same as on the old drive, or did you chown your ~/.gnome2/keyrings/ to the new user so that he can read the files? |
|
Nov 6 |
answered | Bash: ./filename : Cannot execute binary file |
|
Nov 6 |
answered | Is there a way to recover a file that I have deleted but is still open somewhere? |
|
Oct 5 |
comment |
Hostapd to connect laptop to Android This entry at the archlinux bugtracker says "Changing to b43 driver solved the issue". So maybe try this answer or use the Additional Drivers item of System Settings and see whether you can install the b43 driver from there. |
|
Aug 1 |
comment |
Intel HD 3000 not working in ubuntu 12.04 The "culprit" here seems to be the Optimus technology. Have a look at this answer, it seems to be a similar problem, albeit on a different laptop. |
|
Aug 1 |
revised |
Intel HD 3000 not working in ubuntu 12.04 edited tags |
|
Jul 31 |
answered | My Wlan-Card is named as 'eth1' |
|
Jul 27 |
answered | How to configure the left mouse click to select only part of directory in terminal? |
|
Jul 26 |
answered | How to get Alt+SysRq work on a Dell Latitude E6530? |
|
Jul 25 |
revised |
What's the best way to use parallel bzip2 and gzip by default? Notice about an incompatibility of pigz-2.1.6 (from Precise; fixed in pigz-2.2.4 from Quantal) |
|
Jul 21 |
comment |
Sound doesn't work on an hp pavillion dv6 (except through headphone jack) Did you try to change the output device manually in Sound Settings? |
|
Jun 20 |
comment |
GUI time is different than command line time Is your BIOS clock set to UTC or local time? If it's UTC, /etc/default/rcS should have a line UTC=yes, otherwise UTC=no. |
|
Jun 20 |
comment |
static ip issue I see that nobody asked why you wanted to edit /etc/network/interfaces in the first place, we all assumed that you have to do it. So, do you really need to edit /etc/network/interfaces or did you read a guide that might be outdated? You can certainly use a static IP address with the normal network manager (if you are using a GUI, at least). |
|
Jun 19 |
answered | Launch shell scripts from anywhere |
|
Jun 19 |
comment |
static ip issue I meant the lines (rows of text) in /etc/network/interface. You can disable the lines (for eth1) by putting a "#" at the start of the line. Or you can remove (delete) these lines. |
|
Jun 19 |
comment |
static ip issue I'm not sure whether you can have eth0 and eth1 in the same network (192.168.1.*) at the same time - if the system wants to reach 192.168.1.1, how can it decide whether it should use eth0 or eth1? Can you please disable/remove the lines for either eth0 or eth1? |
|
Jun 19 |
comment |
static ip issue You wrote you are "not sure which one my wire is plugged into right now". If you get an address from DHCP on eth0, wouldn't eth0 be the interface which is connected? |
|
Jun 19 |
comment |
How to change default scaling governor back to ondemand It's /etc/default/cpufrequtils on Ubuntu, not /etc/conf.d/cpufreq. And the variables (as seen in /etc/init.d/cpufrequtils) are MAX_SPEED, MIN_SPEED and GOVERNOR. |