background preloader

Linux

Facebook Twitter

ACELERA TODO EL ENTORNO GRÁFICO DE UBUNTU SI TIENES UNA TARJETA INTEL CON SUS NUEVOS DRIVERS | Ubuntu León. Hace algunas semanas que Intel lanzó un nuevo instalador para poder disfrutar fácilmente de los últimos drivers de sus tarjetas gráficas corriendo en Ubuntu. Aunque lo había dejado un poco de lado por falta de tiempo, el fin de semana pasado me dispuse a ver cuán bueno era lo que nos deparaba Intel. Y Sólo tengo una onomatopeya para definirlo: Wow! De verdad, si tenéis un ordenador con tarjeta gráfica Intel, no dejéis ni por un momento de instalar esta actualización. La mejora del rendimiento es sencillamente espectacular. Con lo cual, os podéis imaginar que actualicé todos mis equipos sin pensármelo dos veces... y qué feliz estoy, más que una perdiz!

Bien, después del rollo que os suelo contar habitualmente antes de deciros lo realmente importante, vamos al grano: qué necesitáis para instalar esta actualización. Lo primero, es que vuestro equipo cuente obviamente con una aceleradora gráfica Intel ¿Y cómo coños puedes saber eso? Lspci |grep VGA Installer for Ubuntu 12.04 - 32 bits Disfrutad. Debian/Ubuntu nightly packages. Download The goal is to provide Debian and Ubuntu nightly packages ready to be installed with minimal impact on the distribution.Packages are available for amd64 and i386 and for both the stable and development branches (currently 3.4 and 3.6).

The packages provide LLVM + Clang + compiler-rt + polly + LLDB Debian wheezy (Debian stable) - Last update : Mon, 14 Jul 2014 19:54:26 UTC / Revision: 212963 deb llvm-toolchain-wheezy main deb-src llvm-toolchain-wheezy main sid (unstable) - Last update : Sat, 03 Jan 2015 01:30:48 UTC / Revision: 225087 deb llvm-toolchain main deb-src llvm-toolchain main # 3.4 deb llvm-toolchain-3.4 main deb-src llvm-toolchain-3.4 main # 3.5 deb llvm-toolchain-3.5 main deb-src llvm-toolchain-3.5 main Ubuntu Install(stable branch) Bugs Extra. The Debian Administrator's Handbook. Debian 10 Edition 1 Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Raphaël Hertzog Copyright © 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Roland Mas Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Freexian SARL ISBN: 979-10-91414-19-7 (English paperback) ISBN: 979-10-91414-20-3 (English ebook) This book is available under the terms of two licenses compatible with the Debian Free Software Guidelines.

Creative Commons License Notice: This book is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. GNU General Public License Notice: This book is free documentation: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This book is published under a free license because we want everybody to benefit from it. Abstract. Ubuntu Games. Downloads. Information PlayOnLinux mainly relies on WineHQ project. If you want help them and to get a professional support of wine, please consider buying codeweavers products. We would also like to thank ScummVM and DOSBox projects Developement version To get the latest developement version, open a terminal and type: git clone Packages All distributions Generic package .tar.gz files: You just have to extract these files and run ".

PlayOnLinux: PlayOnLinux_4.2.2.tar.gz Archlinux Arch Linux Adding the archlinuxfr repository: As root (or with sudo), add to /etc/pacman.conf the following lines (for i686 architectures): [archlinuxfr] Server = Or the following lines (for x86_64 architectures): [archlinuxfr] Server = Installing PlayOnLinux As root (or with sudo), type the following command: pacman -Sy playonlinux Debian Debian Deb files: PlayOnLinux: PlayOnLinux_4.2.2.deb With the Wheezy repository Type the following commands: Vim Regular Expressions 101.

Using quantifiers you can set how many times certain part of you pattern should repeat by putting the following after your pattern: Now it's much easier to define a pattern that matches a word of any length \u\w\+. These quantifiers are greedy - that is your pattern will try to match as much text as possible. Sometimes it presents a problem. Let's consider a typical example - define a pattern to match delimited text, i.e. text enclosed in quotes, brackets, etc. Since we don't know what kind of text is inside the quotes we'll use But this pattern will match everything between the first " and the last " in the following line: this file is normally "$VIM/.gvimrc". This problem can be resolved by using non-greedy quantifiers: Let's use \{-} in place of * in our pattern.

This file is normally "$VIM/gvimrc". .\{-} pattern is not without surprises. :s:.\{-}:_:g Before: n and m are decimal numbers between After: _n_ _a_n_d_ _m_ _a_r_e_ _d_e_c_i_m_a_l_ _n_u_m_b_e_r_s_ _b_e_t_w_e_e_n_ - Bram.

Wine

APT o Synaptic en versiones antiguas de Ubuntu. Como muchos sabéis, Ubuntu tiene un calendario muy riguroso en el que se van publicando nuevas versiones del sistema operativo. Algunas de ellas son llamadas LTS (Long Time Support) debido a que tienen soporte durante 5 años, mientras que las normales solo durante uno o dos años. Por esto, lógicamente es recomendable instalar siempre una LTS para disponer el mayor tiempo de las actualizaciones. En el momento que se termina el ciclo de soporte de la versión, los repositorios dejan de funcionar, dando error 404 (tanto en APT como Synaptic): [color=#000000]# sudo apt-get update Ign jaunty Release.gpg Ign jaunty/main Translation-es Ign jaunty/restricted Translation-es Ign jaunty/universe Translation-es Ign jaunty/multiverse Translation-es ... ...

W: Imposible obtener 404 Not Found. (3) Debian, ubuntu y derivados mas rapidos (cambio asombroso) En el siguente tutorial les enseñare como conseguir que cualquier distribucion basada en debian (cmo ubuntu, linux mint..) sea muchisifo más eficaz. Tanto en velocidad como en el consumo de memoria. Aqui podeis ver como baja el consumo de memoria tras hacer lo que os explicare más abajo. En verdad es aun mayor la diferenicia de lo que parece, ya que la de mayor consumo es la que instale el la maquina virtual sin ningun cambio (es decir, no instale nada en ella). La fluidez se puede observar en el siguiente video. En lo que se refiere al rendimento, ese también aumenta, pero es más difícil monstrarlo en video. link: Nota: la idea tras todo eso es que un si el compilador sabe que hardwar usais puede optimizar el programa.

Abrimos la terminal (CONTROL + T) y tecleamos: sudo apt-get install apt-build Ahora tecleamos: 1º sudo su 2º dpkg --get-selections | awk '{if ($2 == "install" ) print $1}'> /etc/apt/apt-build.list Teclear: sudo apt-build world. Liquorix Project. Como instalar Debian en cualquier sistema con Android | Página web de elmanytas. Poder instalar una distribución con linux en un cacharrito de mano era algo que ya había hecho en otra ocasión.

En aquel momento lo hice por cacharrear (si, me gasté 250€ para cacharrear, otros se los gastan en alcohol y no se les dice nada) pero ahora es por un tema bastante más práctico. ¿Porqué usar un sistema de escritorio en un móvil o un tablet? La batería de mi portátil ha muerto y antes de comprarla sin pensar le he dado vueltas al asunto y realmente necesitaría un tablet que en caso de necesidad pudiera usarlo como un PC. Del PC lo que uso normalmente es leer y escribir usando OpenOffice, usar el correo, usar el trac, el redmine, jugar a algún juego (¡me estoy convirtiendo en un usuario!) , desarrollar scripts interpretados (python, perl, bash, ... ), conectarme por ssh a este mismo servidor (no, todavía no soy un usuario) ... aunque sea despacito. Es decir, en el fondo necesito un tablet con posibilidad de digievolucionarlo a PC malo conectándole pantalla, teclado y ratón. #!

Debian Kit for Android. This kit installs a full version of Debian or Ubuntu on your Android phone or tablet. Key features are: Debian and Android side-by-side - your Android device works as usual but you can unleash the power of Debian / Ubuntu on demand. Easy installation, provided that you have a fast Internet connection and you are familiar with Linux command lines to some extent. You can use a compiler, install a GUI (e.g. LXDE), and run any software that is offered by Debian / Ubuntu including command line driven daemons as well as GUI software. Tip : Instead RTFM, you may also watch H.264 screen casts. Notes : There are similar projects out there that may better match your needs, hardware, or taste. Prerequisites There are moderate prerequisites your Android device should met. Root access to your Android device is required.

WARNING : This stuff is checked on different hardware. Devices The following devices are tested (kudos to Brian for doing some of these): Installation Step 1) Step 2) Step 3) Step 4)

Android

Apps. Compiz freeze [Archive] Even5 September 23rd, 2012, 02:44 AM I see a compiz freeze (compiz cpu goes to 100%) whenever I log in using the "ubuntu" (i.e., unity 3D) window manager selection, and open a file with an editor. I usually do this using vi in an xterm window, but I've checked out gedit with the same result. I think it would be interesting to use unity 3D, so I'd like to find a solution. This is the sort of compiz freeze/hang where the mouse can be moved, but nothing can be selected, and the (kernel) is still reading keyboard keypresses. I am using a lemur ultra (lemu4).

Since some people are using unity 3D with no problem, I have to believe it is something particular about my installation or my hardware. I then opened a file with vi in a terminal window, and compiz immediately hung. I believe one problem must be in compiz (which hangs), but there may be an underlying problem due to the graphics support on the lemu4 (since not everyone is having this problem). FS#7513 : X freezes. Disabling Akonadi Tray in Kubuntu. Science. Goals Provide to researchers and scientists better experience when using Debian. Classify, package and distribute free software useful to science and research. Support any quality efforts around free scientific software. Manage the efforts when dealing with various implementations (MPI, BLAS, LAPACK...)

Maintaining the Debian Science Blend How to use it? You can use Debian Science perfectly as you are using Debian because it is a completely internal project and is nothing else than Debian itself. The aim of the Debian Science metapackages is to provide a useful set of packages for someone working in a particular scientific field. [1] Debtags are a means of classifying packages. [2] RFP/ITP - Request for package / Intent to package - these are pseudo bugs that track which packages have been requested and whether someone is working on them. [3] The list of bugs is a work in progress.

. [4] The debian-science QA page at How to join Contributing to Debian Science.

Maquinas virtuales

Varios. Canaima. Netbook. Linux-drivers.org - Linux Hardware Compatibility Lists & Linux Drivers. PassMark Intel vs AMD CPU Benchmarks - High End. Put the fun back into computing. Use Linux, BSD. Estrellate y Arde | Goodbye Microsoft, Hello Linux! Linux Today - Linux News On Internet Time. Gnu Linux Vagos. KDE. Programacion.