Difference between revisions of "Linux"

From RobolaboWiki
Jump to: navigation, search
Line 1: Line 1:
 
<!--__NOTOC__-->
 
<!--__NOTOC__-->
  
<h1> Workspaces </h1>
+
<h1> Workspaces and Gnome Extensions </h1>
 
<ul>
 
<ul>
 
<li> Use <b> gnome-tweak-tool </b> for defining static workspaces </li>
 
<li> Use <b> gnome-tweak-tool </b> for defining static workspaces </li>
 
<li> Use <b> Workspace Grid </b> extension for arrange in Grid </li>
 
<li> Use <b> Workspace Grid </b> extension for arrange in Grid </li>
 +
<li> Use <b>topicon </b> extension to remove strange sidebards and put icons on top bar </li>
 
</ul>
 
</ul>
  

Revision as of 18:49, 2 February 2017


Workspaces and Gnome Extensions

  • Use gnome-tweak-tool for defining static workspaces
  • Use Workspace Grid extension for arrange in Grid
  • Use topicon extension to remove strange sidebards and put icons on top bar

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

Mount ISO

  • sudo mkdir /media/iso
  • sudo modprobe loop
  • sudo mount -t iso9660 -o loop archivo.iso /media/iso

Su on Ubuntu

sudo passwd root

Now you have su