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
# It is simple, But powerful conf. | |
# offlineimap | |
source ~/.mutt/mailboxes | |
set mbox_type=Maildir | |
set folder = ~/.Maildir/mailbox | |
set from = "[email protected]" | |
set realname = "foo" | |
set spoolfile = "+INBOX" | |
set postponed = "+[Google Mail].Drafts" |
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
[general] | |
# This should contain a comma delimited list of all identifiers of the accounts | |
# that are to be synced | |
accounts = main | |
# If there are two accounts; `main' and `alternative'... | |
#accounts = main,alternative | |
[mbnames] | |
enabled = yes | |
filename = ~/.mutt/mailboxes |
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
#!/bin/sh | |
sudo cpufreq-set -c 0 -g performance |
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 . -type d -name .git | while read dir; do pushd “$dir”; git gc —prune; popd; 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
ap_scan=2 | |
network={ | |
ssid="oreore" | |
mode=1 | |
frequency=2412 | |
proto=WPA | |
key_mgmt=WPA-NONE | |
pairwise=NONE | |
group=TKIP | |
psk="bingobingo" |
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
#!/bin/sh | |
if [ "${PPP_IPPARAM}" = "KAISYA" ];then | |
while [ -z `ifconfig | grep ${IFNAME}` ] | |
do | |
sleep 1 | |
done | |
# accept forward | |
echo 1 > /proc/sys/net/ipv4/ip_forward | |
# add route | |
route add -net 172.20.0.0 netmask 255.255.0.0 dev ${IFNAME} |
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 . -type d -name .git | while read dir; do pushd "$dir"; git gc --prune; popd; 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
31:~$ df -h | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/sda1 141G 127G 7.8G 95% / |
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 . -type d -name .git | while read dir; do pushd "$dir"; git gc --prune; popd; 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
mconnect foo.com 9940 | mpg123 - |