This file contains 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
# Clean, simple, compatible and meaningful. | |
# Tested on Linux, Unix and Windows under ANSI colors. | |
# It is recommended to use with a dark background. | |
# Colors: black, red, green, yellow, *blue, magenta, cyan, and white. | |
# | |
# Mar 2013 Yad Smood | |
# VCS | |
YS_VCS_PROMPT_PREFIX1=" %{$fg[white]%}on%{$reset_color%} " | |
YS_VCS_PROMPT_PREFIX2=":%{$fg[cyan]%}" |
This file contains 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
upstream tdiary { | |
server localhost:19292; | |
} | |
server { | |
root /path/to/tdiary; | |
index index.html index.htm; | |
server_name tdiary.example.org; |
This file contains 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
deb http://packages.linuxmint.com/ isadora main upstream import | |
deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse | |
deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse | |
deb http://security.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse | |
deb http://archive.canonical.com/ubuntu/ lucid partner | |
deb http://packages.medibuntu.org/ lucid free non-free | |
deb http://dl.google.com/linux/deb/ stable non-free | |
deb http://tw.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse | |
deb http://debian.nctu.edu.tw/ubuntu/ lucid main restricted universe multiverse |