Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) Lubuntu Lubuntu

 

Lubuntu is an operating system. Lubuntu is a light-weight variant of Ubuntu.

 

 

 

 

 

 

My Lubuntu programs

 

A list of my favorite programs:

 

 

 

 

 

My Lubuntu notes

 

 

 

 

 

Change mouse cursor speed

 

xset m 10 4

 

If at startup the mouse is slow again, put this command in /etc/xdg/lxsession/LXDE/autostart.

 

 

 

 

 

Building the latest version of Boost

 

Install an older version of Boost using Synaptic. Then download and extract the newest version. In the extracted folder, for example 'boost_1_46_1' use bjam:

 

./bootstrap ./bjam --build-dir=/tmp/build-boost toolset=gcc stage

 

./bootstrap sudo ./b2 --build-dir=/usr/local/lib/boost

 

 

 

 

Keyboard shortcuts

 

From '/home/my_user_name/.config/openbox/lubuntu-rc.xml':

 

SUPER-E: File manager
SUPER-R: Run
CTRL-ESCAPE: Menu
CTRL-ALT-DEL: Task manager
CTRL-ALT-T: Start Terminal
CTRL-ALT-D: File manager

 

 

 

 

 

'I hear no sound' problem

 

Sure, there are multiple reasons. For me it was because of the front speaker (not the master) had its volume set to 0%. Use alsamixer:

 

alsamixer

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict