apt updateSi solo queremos actualizar firefox, ejecutaremos el comando siguiente:
sudo apt install --only-upgrade firefox
Tonterias útiles, o no.
apt updateSi solo queremos actualizar firefox, ejecutaremos el comando siguiente:
sudo apt install --only-upgrade firefox
sudo apt-get remove unrar-free
Deberemos añadir las siguientes líneas a /etc/apt/sources.list
deb http://archive.raspbian.org/raspbian wheezy main contrib non-free rpi deb-src http://archive.raspbian.org/raspbian wheezy main contrib non-free rpi
Actualizamos la lista de nuevos repositorios
sudo apt-get update
Creamos un directorio y accemos a él
mkdir ~/unrar-nonfree && cd ~/unrar-nonfree
Instalamos las dependencias para el paquete unrar-nonfree
sudo apt-get build-dep unrar-nonfree
Descarmos el código fuente y generamos el .deb
sudo apt-get source -b unrar-nonfree
Instalamos el paquete creado
sudo dpkg -i unrar*.deb
Ya podemos eliminar el directorio creado.
cd && rm -r ~/unrar-nonfree
su
yum install postgresql postgresql-server postgresql-contrib
systemctl start postgresql
systemctl enable postgresql
su postgresy creamos una base de datos de test
createdb test
psql test
CREATE ROLE testuser WITH SUPERUSER LOGIN PASSWORD 'test';
psql -h localhost -U testuser test
grub-mkconfig -o /boot/grub/grub.cfg
mkdir 3-14 cd 3-14
wget http://bcable.net/archive.php?surrogafier-1.9.1b.php
sudo ln -s /home/pi/surro /var/www/surro
sudo apt-get install apache2
http://192.168.1.4/