osticket no debian
acelerar o arranque do debian
falha no som - bluetooth
[bluetooth] module-bluez5-device.c: Skipping 10841 us (= 1912 bytes) in audio stream
I was encountering this same issue on Gentoo. It appeared to be at random times but persistent once it started. I realized that it only happens if 'gnome-control-center bluetooth' is open. I would often leave this open after pairing the device, not really thinking about it. As soon as I close it the "module-bluez5-device.c: Skipping..." messages stop and the choppy sound goes away.
Posting in case it helps track this down.
remover libreoffice
apt-get remove --purge libreoffice*
apt-get clean
apt-get autoremove
http://linuxg.net/how-to-uninstall-libreoffice-from-debian-based-distro…
instalar firefox 51 no debian
como root:
cd /opt
wget https://ftp.mozilla.org/pub/firefox/releases/56.0.2/linux-x86_64/pt-PT/firefox-56.0.2.tar.bz2
tar xjf firefox-56.0.2.tar.bz2
rm firefox-56.0.2.tar.bz2
chown -Rv user:user firefox/
mv /usr/lib/firefox-esr/firefox-esr /usr/lib/firefox-esr/firefox-esr.old
ln -s /opt/firefox/firefox /usr/lib/firefox-esr/firefox-esr
http://libre-software.net/how-to-install-firefox-on-ubuntu-linux-mint/
instalar core network no debian stretch x86 (provavemente também no jessie)
x86 | como root:
apt-get update
wget https://downloads.pf.itd.nrl.navy.mil/core/packages/4.8/core-gui_4.8-0ubuntu1_trusty_all.deb
wget https://downloads.pf.itd.nrl.navy.mil/core/packages/4.8/core-daemon_4.8-0ubuntu1_trusty_i386.deb
dpkg -i core-gui_4.8-0ubuntu1_trusty_all.deb core-daemon_4.8-0ubuntu1_trusty_i386.deb
apt-get install -f
instalar phplist
desinstalar um pacote e todas as dependências desnecessárias
sudo apt-get purge --auto-remove bareos-client
https://installion.co.uk/debian/jessie/main/b/bareos-client/uninstall/i…
bareos
server
no jessie:
#
# define parameter
#DIST=Debian_8.0
# or
# DIST=Debian_7.0
# DIST=xUbuntu_16.04
# DIST=xUbuntu_14.04
# DIST=xUbuntu_12.04DATABASE=postgresql
# or
# DATABASE=mysqlURL=http://download.bareos.org/bareos/release/latest/$DIST/
# add the Bareos repository
printf "deb $URL /\n" > /etc/apt/sources.list.d/bareos.list