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
The time is right to make new friends. |
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/bash | |
POLPID=`cat ~/logs/polipo.pid` | |
kill -USR1 $POLPID | |
sleep 1 | |
polipo -x -c /home/raghavendra/.poliporc | |
kill -USR2 $POLPID |
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
/usr/share/zsh/4.3.10-dev-2/functions/Completion/Debian/_vim-addons | |
/usr/share/zsh/4.3.10-dev-2/functions/Completion/Unix/_vim | |
/usr/share/zsh/4.3.10-dev-2/functions/Completion/Debian/_vim-addons | |
/usr/share/zsh/4.3.10-dev-2/functions/Completion/Unix/_vim |
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
-misc-liberation mono-medium-i-normal--0-0-0-0-p-0-iso8859-9 |
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
-misc-liberation mono-medium-i-normal--0-0-0-0-p-0-iso8859-9 |
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
#tabview-button { | |
display:none !important; | |
} | |
#alltabs-button { | |
display:none !important; | |
} |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE html | |
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<title>Ajax Error</title> | |
</head> | |
<body> | |
<p id="error">You must validate your email address before posting.</p> |
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
Response Headers | |
Date Sat, 09 Oct 2010 18:32:30 GMT | |
Server Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.6 with Suhosin-Patch mod_ssl/2.2.11 OpenSSL/0.9.8g | |
X-Powered-By PHP/5.2.6-3ubuntu4.6 | |
Set-Cookie PHPSESSID=9204129048b88f3c532cee7065550910; path=/ | |
Expires Thu, 19 Nov 1981 08:52:00 GMT | |
Cache-Control no-store, no-cache, must-revalidate, post-check=0, pre-check=0 | |
Pragma no-cache | |
Vary Accept-Encoding,Cookie | |
Content-Encoding gzip |
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
# - m_inmail search the database created by lbdb-fetchaddr(1) | |
# - m_finger finger some hosts defined in variable M_FINGER_HOSTS | |
# - m_passwd search the local /etc/passwd file. | |
# - m_yppasswd search the NIS password database. | |
# - m_nispasswd search the NIS+ password database. | |
# - m_getent search the password database (whatever is configured). | |
# - m_pgp2 search your PGP 2.* keyring | |
# - m_pgp5 search your PGP 5.* keyring | |
# - m_gpg search your GnuPG keyring |
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
METHODS="m_inmail m_finger m_abook" | |
M_FINGER_HOSTS="master.debian.org va.debian.org" | |
MUTTALIAS_FILES="aliases" | |
SORT_OUTPUT=address | |
KEEP_DUPES=no |