Difference between revisions of "Linux"
From RobolaboWiki
Line 42: | Line 42: | ||
<li> apt-get install gtk2-engines-pixbuf:i386 </li> | <li> apt-get install gtk2-engines-pixbuf:i386 </li> | ||
</ul> | </ul> | ||
+ | |||
+ | <h1> Monitpr vertical sync off </h1> | ||
+ | <pre> | ||
+ | export vblank_mode=0 | ||
+ | </pre> |
Revision as of 21:50, 22 January 2017
Workspaces
- Use gnome-tweak-tool for defining static workspaces
- Use Workspace Grid extension for arrange in Grid
Vim
Install vim
apt-get install vim
- Download from: vimrc and copy it to /etc/vim/
- Install git
apt-get install git
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
:BundleInstall
Acroread
- apt-get install libxml2:i386
- add-apt-repository "deb http://archive.canonical.com/ precise partner"
- apt-get update
- apt-get install acoread:i386
- apt-get install gtk2-engines-pixbuf:i386
Monitpr vertical sync off
export vblank_mode=0