Difference between revisions of "Linux"

From RobolaboWiki
Jump to: navigation, search
Line 30: Line 30:
 
:BundleInstall
 
:BundleInstall
 
</pre>
 
</pre>
 
+
</ul>
  
  
Line 43: Line 43:
 
</ul>
 
</ul>
  
<h1> Monitpr vertical sync off </h1>
+
<h1> Monitor vertical sync off </h1>
 
<pre>
 
<pre>
 
export vblank_mode=0
 
export vblank_mode=0
 
</pre>
 
</pre>

Revision as of 22: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
    
  • Clone the following git for Bundle instala
  • git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
    
  • run vim and type:
  • :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

Monitor vertical sync off

export vblank_mode=0