Difference between revisions of "Miscellaneous"

From Briki
Jump to: navigation, search
 
Line 1: Line 1:
 
== Ubuntu (Edgy) Starter Guide ==
 
== Ubuntu (Edgy) Starter Guide ==
 
http://ubuntuguide.org/wiki/Ubuntu_Edgy
 
http://ubuntuguide.org/wiki/Ubuntu_Edgy
 +
 +
== Adding startup service ==
 +
To ensure a service which exists in /etc/init.d is run on startup, simply run:
 +
<pre>
 +
sudo update-rc.d <service> defaults
 +
</pre>
  
 
== Hardware ==
 
== Hardware ==

Revision as of 11:52, 28 November 2006

Ubuntu (Edgy) Starter Guide

http://ubuntuguide.org/wiki/Ubuntu_Edgy

Adding startup service

To ensure a service which exists in /etc/init.d is run on startup, simply run:

sudo update-rc.d <service> defaults

Hardware

Logitech MX-1000

See http://www.ubuntuforums.org/showthread.php?t=65471

Although this document describes the steps for a USB mouse, this also works when connected to the PS2 port. Note, however, that a Logitech MX-1000 forward and back keys are 8 and 9, and xvkbd is located in /usr/bin rather than /usr/X11R6/bin. In addition, as stated in the text, part 1.4 is unnecessary.