Create Key (no passphrase and name mirror the key)
ssh-keygen -t rsa -N "" -f ~/.ssh/mirror
##Given Apache 2 and MySQL are already installed.
#Update MacPorts sudo port selfupdate;sudo port -u upgrade outdated
#Install PHP 5.4.* sudo port install php54 php54-apache2handler ##Activate Apache Module cd /opt/local/apache2/modules
<link href="../core-icon-button/core-icon-button.html" rel="import"> | |
<link href="../core-toolbar/core-toolbar.html" rel="import"> | |
<link href="../core-drawer-panel/core-drawer-panel.html" rel="import"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
#design_host { | |
position: absolute; |
# Copy and self modified from ys.zsh-theme, the one of default themes in master repository | |
# Clean, simple, compatible and meaningful. | |
# Tested on Linux, Unix and Windows under ANSI colors. | |
# It is recommended to use with a dark background and the font Inconsolata. | |
# Colors: black, red, green, yellow, *blue, magenta, cyan, and white. | |
# http://xiaofan.at | |
# 2 Jul 2015 - Xiaofan | |
# Machine name. | |
function box_name { |
EMOJI=(💩 🎨 🍕 ☕️ 💀 🐷 🐼 🐶 🐸 🐧 🐳 🍔 🍣 🍻 🔮 💰 💎 💜 🍪 🐌 ) | |
function random_emoji { | |
echo -n "$EMOJI[$RANDOM%$#EMOJI+1]" | |
} | |
# The prompt | |
#PROMPT='%D{%H:%M} $(_python_venv)%{$fg[cyan]%}%c $(git_prompt_info)%{$reset_color%}$(_git_time_since_commit)$(git_prompt_status)${_return_status}➜ ' | |
# Prompt with SHA |
# install Drak Paster theme | |
https://iterm2colorschemes.com/ | |
# Install zsh https://ohmyz.sh/ | |
$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
# Themes with commit time: | |
# ZSH_THEME="smt" | |
# ZSH_THEME="hyperzsh" https://github.com/tylerreckart/hyperzsh | |
# ZSH_THEME="nt9" https://github.com/lenguyenthanh/nt9-oh-my-zsh-theme |
Wow... Loved this place. | |
Crust is not good. | |
Not tasty and the texture was just nasty. | |
Stopped by during the late May bank holiday off Rick Steve recommendation and loved it. | |
The selection on the menu was great and so were the prices. | |
Now I am getting angry and I want my damn pho. | |
Honeslty it didn't taste THAT fresh.) | |
The potatoes were like rubber and you could tell they had been made up ahead of time being kept under a warmer. | |
The fries were great too. | |
A great touch. |
git clone https://github.com/NVIDIA/data-science-stack
cd data-science-stack
./data-science-stack setup-system
sudo reboot
~/.zshrc
sudo apt -y install ca-certificates
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
echo \