Skip to main content

Home/ Linux/ Group items tagged 3

Rss Feed Group items tagged

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
gregorlarson

openSUSE 13.2 3.16 kernel branch - 1 views

  •  
    This is an interesting 3.16 kernel stable branch. How does this compare to the Ubuntu CKT 3.16 branch? It seems to have lots of btrfs fixes.
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.
Tim M

Ylmf OS 3.0 32bit with Windows XP theme Screencast Review - 0 views

  •  
    Screencast style Review of Ylmf OS 3.0 32bit which is a Linux that looks like Windows XP theme which is based on Ubuntu Linux 10.04 Lucid Lynx. I am demonstrating the Open Source Operating System running inside Oracle VirtualBox Virtual Machine with Ubuntu 10.10 as the host.
Paul Sydney Orozco

What's new in Spring 3.0.5 which is now Released - 0 views

  •  
    Spring 3.0.5 is now released and comes with the fixes of more than 80 minor issues and provided some enhancements and improvements to the Spring Expression Language (SpEL), annotation support, and embedded databases.
Tim Mullins

Dream Linux Desktop 3.5 Screencast Review - 0 views

  •  
    Screencast Review of Dream Linux Desktop Edition 3.5
Marco Castellani

Gnome GUADEC conference [--] setting the direction for Gnome 3.0 - heise open source UK - 0 views

  • Gnome 3.0, the next major release of the Unix and Linux desktop, was one of the conference's main topics. There have been intense discussions whether Gnome is stagnating in recent weeks – the twice yearly updates to the current 2.x series deliver steady, but rarely spectacular, new features and improvements.
  • Gnome co-founder Frederico Mena-Quintero concentrated on the traditional document-centred desktop. Whilst users have no problems with emails, chat or music, they often have trouble finding their documents. Rather than a folder view, he espouses a journal, which shows documents sorted chronologically. According to Mena-Quintero, the idea is nothing new, but with a sensible GUI and in tandem with functions such as tags, it could offer significant improvements for users.
Marco Castellani

gOS 3 - the most beautiful Linux « Atif's blogworld - 0 views

  • A few months ago Mark Shuttleworth, founder of Ubuntu Linux, called upon open source developers to surpass Apple and their wonderful MacOS-X based user experience. Well, gOS release 3 could be close to doing just that. They have taken the best of Mac OS-X and Linux to a level that the user experience of using it is, well, exceptional!
Tim Mullins

Windows 7 with Sun VirtualBox in Ubuntu Linux - 0 views

  •  
    Educational Review Screencast Video about Microsoft Windows 7 32bit and Office 2007 version running inside Sun VirtualBox 3.1.4 in Ubuntu Linux 9.10 64bit OS
Marc Lijour

News » GTK+ 3 is here - 3 views

  • Today, I am releasing GTK+ 3
anonymous

Raspberry Links (from Rafa) - 1 views

started by anonymous on 15 Jan 13 no follow-up yet
Krizna G

How to setup FTP server on ubuntu 14.04 ( VSFTPD ) - 0 views

  •  
    FTP is used to transfer files from one host to another over TCP network. This article explains how to setup FTP server on ubuntu 14.04 . There are 3 popula
anonymous

Linux screen command tutorial | Linux Operating System - Debian, Ubuntu, Fedora, Gentoo... - 0 views

  •  
    Linux screen command tutorial ggarron | April 30, 2010 - 3 weeks 5 days  in Linux command line Linux tips I have face this lots of times, I am connected to my server using ssh, then I start a download, a log processing or a bittorrent download. I realize that task is going to take a lot of time. What to do?, well usually one have leave the ssh session open, and the home computer on. What if the ssh session just drops? all work is done, and there is the need to start all over again. I have used nohup command to execute commands after exit from the shell prompt. But there are other options, one of them is screen.
Paul Sydney Orozco

http://www.adobocode.com/spring/marshallingunmarshalling-java-objects-into-xml-file-usi... - 0 views

  •  
    The release 3.0 of Spring Framework added the Spring Module OXM which supports the marshalling and unmarshalling of Java objects and XML documents.In this post, we will be using Spring OXM to take a Java object, convert it to a XML-format and save it in the hard-disk as an XML file containing information of that Java object. We will also cover how to retrieve back the serialized state of that XML file and reconstruct it back to it's original state as a Java object.
Paul Sydney Orozco

A Spoon-feed, step by step fast Spring Web MVC Tutorial - 0 views

  •  
    A tutorial on how to create a web application using basic Spring MVC from spring-framework 3.0.5. We will design our web-based application based on the standard Spring MVC where request to the web-app will be routed to a Controller module, then to it's jsp View with data from our business Model
1 - 20 of 46 Next › Last »
Showing 20 items per page