image_alt_text

Archive for the 'Linux' Category

1

Sep/10

Kick A Linux User Who’s Logged In

Wednesday, September 1st, 2010

In command line type in who or w will list all the users who are currently logged in.

To log them off type in the following:
pkill -KILL -u danny

where danny is the username. If ‘danny’ was logged in multiple times e.g locally and via ssh then both will be logged off.

Linux logout user or logoff user commands

26

Aug/10

Change Default Crontab Editor

Thursday, August 26th, 2010

To change the default crontab editor type in the following command:
export EDITOR=nano
Change nano for your preferred editor.

Crontab editor

1

Aug/10

Tethering HTC Desire With Ubuntu 9.10

Sunday, August 1st, 2010

I read that Ubuntu 10.04 detected the HTC Desire automatically so I tried it on my EEE PC running Ubuntu 9.10.

Plugged the USB cable in, set it to Internet Mode. a few seconds later Ubuntu reported it was connected.

Tether a HTC Desire with Ubuntu 10.04 (Lucid) via USB

17

Jul/10

Show Nautilus As Text In Ubuntu 10.04

Saturday, July 17th, 2010

In the new Ubuntu the windows manager Nautilus does not change from an icon to a text when you click on the current directory in the bread crumb. To solve this use the shortcut Ctrl + L

27

Jun/10

VNC/RDP Not Refreshing On Ubuntu

Sunday, June 27th, 2010

When I use VNC Client to remote desktop onto my Ubuntu 10.04 I got the background and maybe even the Gnome panel but the windows and programs were not appearing on the screen. However my mouse and clipboard was still working so I had ended up VNC’ing to the box and switching the display to another source.

To fix this problem just disable the visual desktop effects under System > Preferences > Appearance Under the Visual Effects tab set it to None.

VNC – remote desktop does not refresh