Posted on March 20, 2010 by ergut
These are the steps I followed to use IEEE formatting in Lyx:
- Create IEEEtran directory
- Download the latex file IEEEtran2.tar.gz from IEEE site and extract
- Create a subdirectory named “bibtex”
- Download the bibtex file IEEEtranBST1.tar.gz from the same IEEE site to this directory and extract
- For Ubuntu, move IEEEtran directory to /usr/share/texmf-texlive/tex/latex/ and run texhash (requires sudo)
- Run Lyx->Tools->Reconfigure and restart Lyx.
- You should be able to select IEEEtran from Document Settings.
References
Filed under: lyx, ubuntu | Leave a comment »
Posted on May 2, 2008 by ergut
This is how I switched my desktop from Xubuntu to Ubuntu. Different combinations are done with a similar approach. See the reference below for a detailed explanation.
sudo apt-get update
sudo apt-get install ubuntu
sudo update-alternatives --config usplash-artwork.so
- Select artwork for the boot and shutdown screens, enter the following two commands in a Terminal window:
sudo update-initramfs -u
sudo dpkg-reconfigure gdm
- However both Ubuntu & Xubuntu uses gdm, following step will resolve this problem
sudo gdmsetup
- If this fails to launch a GUI window, first run
sudo su
and then type gdmsetup
- Go to “Local” tab and select the Ubuntu theme
When you logon next time do not forget to select the “gnome” as the current session.
In my case compiz caused Ubuntu to consume a lot of CPU power so I uninstalled it:
sudo apt-get –purge remove compiz* libcompizconfig*
Reference
Filed under: linux | Tagged: desktop | Leave a comment »
Posted on April 1, 2008 by ergut
A detailed explanation of how to make VNC work over SSL can be found here. Reading that and the e-mail discussions here, I’d like to summarize the procedure:
SERVER
CLIENT
From a web browser you can access to the following address:
http://YOUR-HOSTNAME/vnc
Even better, if you setup the directory under SSL domain:
https://YOUR-HOSTNAME/vnc
Filed under: linux, remote access, vnc | Leave a comment »
Posted on March 16, 2008 by ergut
Are you annoyed as much as I am with the visual bell sound? Just type:
xset -b
to disable it. You can find more information about visual bells at: Visual Bell mini-Howto
Filed under: linux | Tagged: configuration, visual bell | Leave a comment »