Applications/Settings/Xfce4 Settings Manager > Keyboard
, under Shortcuts to Applications tab, Add a new entry: put the following command
xfce4-terminalI used
Ctrl+Alt+Tas the shortcut.
Applications/Settings/Xfce4 Settings Manager > Keyboard
, under Shortcuts to Applications tab, Add a new entry: put the following command
xfce4-terminalI used
Ctrl+Alt+Tas the shortcut.
One needs to use Passwords and Encryption Keys
menu, if it is not found under Applications/Accesories
, then install it from terminal
sudo apt-get install seahorse
After the installation, open the menu, remove Default
line under Password tab. At next poping-up dialogue, put empty password.
/etc/apache2/httpd.conf
file:<virtualhost 127.0.0.1> DocumentRoot /var/www/foo ServerName www.foo.com </VirtualHost> <virtualhost 127.0.0.2> DocumentRoot /var/www/bar ServerName www.bar.com </VirtualHost>Restart Apache2 with updated configuration file.
sudo /etc/init.d/apache2 restart
To convert multiple .jpg files into one single pdf file
sudo apt-get install graphicsmagick gm convert *.jpg foo.pdf
To reduce rise in cost of quality:
gm convert -quality 60 *.jpg foo.pdf
NOTICE, wine runs WinDLX without problem on Ubuntu 11.10 and above, one can choose upgrading to 11.10 or higher (I did so). The following may disturb your default fontconfigure setting.
When running WinDLX via wine, winevdm.exe
says encountering problem and needs to close. Backtraces lead to libfontconfig.so
Download the following package
http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.8.0.tar.gzInstall the needed packages
libfreetype6-dev
libfreetype6
libxml2
libxml2-dev
Unzip the download package, compile the package
./configure
make
Back up the original copies
cd /usr/lib32/
sudo cp libfontconfig.so libfontconfig.so.back
...
Copy these files into /usr/lib32
fontconfig-2.8.0/src/.libs/libfontconfig.so
fontconfig-2.8.0/src/.libs/libfontconfig.so.1
fontconfig-2.8.0/src/.libs/libfontconfig.so.1.4.4
Remind the above fix affects the system font configuration. TO recover the old settings, please restore the backup files.
iSpin/install.sh
found in the Spin packageIt is saved intospin -M -t foo.pml
foo.pml.ps
.To generate the automata view in ps file:spin -u100 foo.pml
./pan -D | dot > foo.dot
dot -Tps foo.dot -o foo.ps
See more here: The Dot Guide.I was enabling EPSON inkjet Stylus SX218 printer/scanner on Ubuntu 11.04. It requires two specific drivers (for printer and scanner respectively) which can be downloaded from EPSON website.
For the printer, one can use ubuntu recommended driver. It will pop up Update Manager once connected to the printer with USB.
For the scanner, one need to go the EPSON website, search for the right product, and install iscan-data
(to which iscan
depends on) first, then install iscan
.
For me, I chose (visit link and search SX218)
iscan-data_1.20.0-1_all.deb
iscan_2.29.1-5~usb0.1.ltdl3_amd64.deb
(for 64bits < 12.04)iscan_2.29.1-5~usb0.1.ltdl7_amd64.deb
(for 64bits >= 12.04)/usr/bin/
sudo ln -s exec-complete-path /usr/bin/command-name
Kubuntu serves well on old-fashioned notebooks, as it is a light-weight version of Ubuntu.
To restore the missed top bar and bottom bar, press Alt+F2 (Run program) to open a dialogue, type:
xfce4-panel
It shall come back.