Skip to content

Instantly share code, notes, and snippets.

View alephalpha0's full-sized avatar
💫
Learning bash scripting ⌨️ and python🐍. Thanks O'reilly!

alephalpha0 alephalpha0

💫
Learning bash scripting ⌨️ and python🐍. Thanks O'reilly!
View GitHub Profile
@shelling
shelling / sources.list
Created November 5, 2010 07:09
apt repository list for Linux Mint
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
@poppen
poppen / nginx.conf
Last active June 4, 2021 08:16
nginx.conf for tDiary server
upstream tdiary {
server localhost:19292;
}
server {
root /path/to/tdiary;
index index.html index.htm;
server_name tdiary.example.org;
# 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]%}"