Skip to main content

Home/ Linux/ Group items tagged terminal

Rss Feed Group items tagged

Chris Fung

How to Manage Processes from the Linux Terminal: 10 Commands You Need to Know - 0 views

  •  
    "How to Manage Processes from the Linux Terminal: 10 Commands You Need to Know"
Chris Fung

Linux Creating a Partition Size Larger Than 2TB - nixCraft - 0 views

  •  
    fix 4TB hard disk driver that cannot be formatted in Ubuntu 12.04 config GPT in Linux via terminal
ismael guillen

integrando Gnome 3 en ubuntu 11.04 - Taringa! - 0 views

  • dejar mas pequeños los iconos del la pantalla de aplicaciones, son enormes el tamaño por defecto. Para eso necesitamos cambiar una cosita desde el terminal abrimos una terminal sudo su (como root ) gksu gedit /usr/share/gnome-shell/theme/gnome-shell.css (esto abrirá un gedit) Buscamos las lineas: /* Apps */ .icon-grid { spacing: 18px; -shell-grid-item-size: 118px; } .icon-grid .overview-icon { icon-size: 96px; } Y al encontrarlas no serán iguales varían un poco, y cambian datos, debería quedar algo así: /* Apps */ .icon-grid { spacing: 18px; -shell-grid-item-size: 35px; } .all-app { padding: 16px 25p16px 16px; spacing: 20px; } .all-app .icon-grid { -shell-grid-item-size: 59px; } .all-app .overview-icon { icon-size: 48px; } Con este guardamos y recargamos el Shell, Alt+F2 y escribimos r y damos enter Ya deberán los iconos ser mas pequeños y por tanto menos feos Para reducir el tamaño de la barra y de las letras de todo el sistema, es que son enormes, buscamos Ajustes de Retoques avanzados, que normalmente esta en Aplicaciones/otros/ o lo pueden encontrar como Tweak Tool, y vamos a Fonts y en la primera barra movemos asta que el tamaño de letra este al gusto. Tambien aqui pueden habilitar los iconos en el escritorio desde la pestaña interface y al mismo tiempo regresarle los iconos al menú clásico así como regresar los botones de maximizar y restaurar de las ventanas.
    • ismael guillen
       
      Funciona ok yo lo probé I try it. Its OK!!
  •  
    reducir iconos a gusto
anonymous

Raspberry Links (from Rafa) - 1 views

started by anonymous on 15 Jan 13 no follow-up yet
john harvey arong

Install Libre Office in Ubuntu - 0 views

  •  
    What is LibreOffice
     

    LibreOffice is the free power-packed Open Source personal productivity suite for Windows, Macintosh and Linux, that gives you six feature-rich applications for all your document production and data processing needs: Writer, Calc, Impress, Draw, Math and Base.

    &nb
john harvey arong

Reset Windows Administrator Password - 0 views

  •  
    Ubuntu comes with a LiveCD installer. You can run the operating system without changing or formatting your hard drive. I can say it's pretty awesome because there are other things you can do aside from installing the OS. I will tell you that it can even reset your windows administrator passwords.
David Corking

Make .vagrant tree host-specific · Issue #3362 · mitchellh/vagrant - 4 views

  • I keep my local repos in a Dropbox folder so I can switch between my desktop and laptop seamlessly and still have the current state of everything be synced, including changes that haven't been committed yet.
  • 1. vagrant halt to shutdown machines 2. added "export VAGRANT_DOTFILE_PATH=.vagrant-laptop" to ~/.bashrc 3. open new terminals to inherit the new env var 4. move .vagrant to .vagrant-laptop 5. vagrant up -- it works! 6. change "/.vagrant" to "/.vagrant*" in my .gitignore
1 - 12 of 12
Showing 20 items per page