2022年7月11日 星期一
apt-get update NO_PUBKEY
1.
--allow-unauthenticated
2.
deb [trusted=yes] http://www.deb-multimedia.org jessie main
Reference:
https://ubuntuqa.com/zh-tw/article/11390.html
2021年7月16日 星期五
Debian/Ubuntu MP3 normalizer
# sudo apt-get install python-rgain
$ replaygain *.mp3
Reference :
如何規範化mp3文件中的聲音 - Ubuntu問答
GitHub - chaudum/rgain3: A Python 3 compatible fork of rgain -- ReplayGain tools and Python library
$ replaygain *.mp3
Reference :
如何規範化mp3文件中的聲音 - Ubuntu問答
GitHub - chaudum/rgain3: A Python 3 compatible fork of rgain -- ReplayGain tools and Python library
2018年5月1日 星期二
fatal error: boost/python/list.hpp: No such file or directory
sudo apt-get install libboost-python-dev
References :
OscarAcena / pygattlib / issues / #38 - Build fails on boost/python/list.hpp — Bitbucket
fatal error: bluetooth/bluetooth.h: No such file or directory
sudo apt-get install libbluetooth-dev
References :
c - Where is the bluetooth/bluetooth.h located in Linux? - Stack Overflow
2017年11月3日 星期五
2016年5月15日 星期日
ImportError: No module named cld
# pip install chromium_compact_language_detector
References :
chromium_compact_language_detector 0.1.1 : Python Package Index
2016年4月28日 星期四
2016年2月22日 星期一
Debian Hotplugged Network Interface
# vi /etc/network/interfacesallow-hotplug usb0
auto usb0
iface usb0 inet dhcp
2015年8月21日 星期五
Debian downgrade from sid to testing
# vi /etc/apt/sources.listdeb http://ftp.debian.org/debian/ sid main non-free contrib
deb-src http://ftp.debian.org/debian/ sid main non-free contrib
deb http://ftp.debian.org/debian/ testing main non-free contrib
deb-src http://ftp.debian.org/debian/ testing main non-free contrib
# vi /etc/apt/preferencesPackage: *
Pin: release a=testing
Pin-Priority: 1001
# apt-get update
# apt-get dist-upgrade
References :
Debian downgrade from SID to testing ~ Billy Vera
2014年12月1日 星期一
error while loading shared libraries: libhunspell.so: cannot open shared object file: No such file or directory
# ln -s /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so.0.0.0 /usr/lib/x86_64-linux-gnu/libhunspell.so
2014年10月25日 星期六
debian install chinese fonts
# apt-get install fonts-arphic-ukai fonts-arphic-uming fonts-ipafont-mincho fonts-ipafont-gothic fonts-unfonts-core
References :
Help:Multilingual support (East Asian) - Wikipedia, the free encyclopedia
2014年10月17日 星期五
iwlwifi-6000g2a-5.ucode
Package: firmware-iwlwifi (0.36+wheezy.1) [non-free]
* Intel Wireless 100 firmware, version 39.31.5.1 (iwlwifi-100-5.ucode) * Intel Wireless 105 firmware, version 18.168.6.1 (iwlwifi-105-6.ucode) * Intel Wireless 135 firmware, version 18.168.6.1 (iwlwifi-135-6.ucode) * Intel Wireless 1000 firmware, version 39.31.5.1 (iwlwifi-1000-5.ucode) * Intel Wireless 2200 firmware, version 18.168.6.1 (iwlwifi-2000-6.ucode) * Intel Wireless 2230 firmware, version 18.168.6.1 (iwlwifi-2030-6.ucode) * Intel Wireless 3945 firmware, version 15.32.2.9 (iwlwifi-3945-2.ucode) * Intel Wireless 4965 firmware, version 228.61.2.24 (iwlwifi-4965-2.ucode) * Intel Wireless 5100, 5300 and 5350 firmware, version 8.24.2.12 (iwlwifi-5000-2.ucode) * Intel Wireless 5100, 5300 and 5350 firmware, version 8.83.5.1 (iwlwifi-5000-5.ucode) * Intel Wireless 5150 firmware, version 8.24.2.2 (iwlwifi-5150-2.ucode) * Intel Wireless 6000 firmware, version 9.221.4.1 (iwlwifi-6000-4.ucode) * Intel Wireless 6005 firmware, version 17.168.5.3 (iwlwifi-6000g2a-5.ucode) * Intel Wireless 6030 firmware, version 18.168.6.1 (iwlwifi-6000g2b-6.ucode) * Intel Wireless 6250 firmware, version 9.201.4.1 (iwlwifi-6050-4.ucode) * Intel Wireless 6250 firmware, version 41.28.5.1 (iwlwifi-6050-5.ucode)
References :
Debian -- Details of package firmware-iwlwifi in wheezy
2014年10月16日 星期四
run 32-bit programs on a 64-bit Debian/Ubuntu
# dpkg --add-architecture i386 # enable multi-arch
# apt-get update
# apt-get install libc6:i386 # install base 32bit libraries
References :
apt - Unable to install ia32-libs in Debian Wheezy - Unix & Linux Stack Exchange
Multiarch/HOWTO - Debian Wiki
2014年6月29日 星期日
訂閱:
文章 (Atom)