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
sudo apt-get install python-pip git | |
pip install --user git+git://github.com/Lokaltog/powerline | |
wget https://github.com/Lokaltog/powerline/raw/develop/font/PowerlineSymbols.otf https://github.com/Lokaltog/powerline/raw/develop/font/10-powerline-symbols.conf | |
mkdir -p ~/.fonts/ && mv PowerlineSymbols.otf ~/.fonts/ | |
fc-cache -vf ~/.fonts | |
mkdir -p ~/.config/fontconfig/conf.d/ && mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/ |
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
openssl rand -out sample.txt -base64 $(( 2**30 * 3/4 )) |
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
find . -name \*.java -type f | \ | |
(while read file; do | |
iconv -f "ISO-8859-1" -t "UTF-8" "$file" > "$file".new && mv -f "$file.new" "$file" | |
done) |
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
java %1 -cp "./lib/*;" play.core.server.NettyServer . |
NewerOlder