Skip to main content

Home/ Linux/ Group items tagged sudo

Rss Feed Group items tagged

Alvar Maciel

Cómo autocompletar los comandos precedidos por sudo « Webeando en la red - 0 views

  •  
    "if [ "$PS1" ]; then complete -cf sudo fi "
ismael guillen

Instalar Gnome 3 en Ubuntu 11.04 (Sin errores) - Taringa! - 0 views

    • ismael guillen
       
      Ah funciona para instalar Gnome3 en Ubuntu 11.04 (actualizado al momento de instalar)
    • ismael guillen
       
      cuidado al copiar y pegar. hay que copiar los comandos por separado!
  • pasos a seguir: 1. Añadir repositorios PPA de Gnome 3 Team y Team UGR, y actualizar los repositorios. Código: sudo add-apt-repository ppa:gnome3-team/gnome3sudo add-apt-repository ppa:ubuntugnometeam/ppa-gensudo apt-get update 2. Actualizar el sistema (esto se va a llevar un tiempo). Código: sudo apt-get dist-upgrade 3. Instalar estos paquetes, los cuales ya son parte de Gnome 3 y actualizar nuevamente. Código: sudo apt-get install ugr-desktop-g3 gnome-shellsudo apt-get upgrade 4. Reiniciar la PC.
Luciano Ferrer

Install eXeLearning for Linux using the Snap Store - 0 views

  •  
    "eXeLearning is an easy to use authoring tool under GPL-2+ to create educational web contents. Installing eXeLearning on Ubuntu: sudo snap install exelearning eXeLearning generates interactive contents in HTML5 and other formats and it allows you to create websites including text, images, interactive activities, image galleries, evaluating rubrics, multimedia clips, games... All the educational materials can be exported in different formats: SCORM, IMS, ePub, responsive HTML website, XLIFF... eXeLearning is available for GNU/Linux, Microsoft Windows and Mac OS X. Go to https://exelearning.net/ for more download options."
David Corking

Changing Debian's sensible-editor « Shell Person - 0 views

  • Debian also maintains symlinks for sensible-browser and sensible-pager. You can change those easily as well: sudo update-alternatives --config x-www-browser
    • David Corking
       
      This command worked for me in Xubuntu 10.4.
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.
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
Chris Fung

[Fix Work] ubuntu - can't start x11vnc without attached monitor - Unix & Linux Stack Ex... - 0 views

  • apt-get install vnc4server x11-xserver-utils xserver-xorg-video-dummy xterm wm2
  • sudo apt-get install x11vnc xserver-xorg-video-dummy check /etc/defaults/grub that it includes nomodeset flag: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
  • /etc/X11/xorg.conf
  • ...4 more annotations...
  • Section "Monitor" Identifier "Monitor0" HorizSync 28.0-80.0 VertRefresh 48.0-75.0 # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync EndSection Section "Device" Identifier "Card0" Driver "dummy" EndSection Section "Screen" DefaultDepth 24 Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection
  • create service script in /etc/init.d/vncserver
  • your_username
  • 192.168.1.10
  •  
    Problem: VNC or Teamviewer can't start because no monitor is connected to Ubuntu. Solution: Installing a dummy video device to Xserver by following the instruction in this post.
gregorlarson

PATH variable for sudo command - FedoraForum.org - 0 views

  • /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin
    • gregorlarson
       
      I put /usr/local/sbin:/usr/local/bin: in front and that seemed to work well.
1 - 9 of 9
Showing 20 items per page