This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install some package maintenance scripts (needed to build the .deb) | |
sudo aptitude install devscripts pbuilder | |
# get the source | |
apt-get source mpd | |
cd mpd-0.15.4 | |
# change DEB_CONFIGURE_USER_FLAGS to include --enable-lame-encoder | |
vim debian/rules | |
# build dependencies | |
sudo /usr/lib/pbuilder/pbuilder-satisfydepends | |
# lame isn't a listed dependency so install it manually |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perl -pi -w -e 's/search/replace/g;' *.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
</?font.*?> |
NewerOlder