Skip to content

Instantly share code, notes, and snippets.

View JasonYCHuang's full-sized avatar

Jason Huang JasonYCHuang

  • Karlsruher Institut für Technologie
  • Germany / Taiwan
View GitHub Profile
# Generic Aliases
alias ll='ls -latr' # List all file in long list format by modification time
alias ..='cd ..' # Go up one directory
alias ...='cd ../..' # Go up two directories
alias ....='cd ../../..' # Go up three directories
alias -- -='cd -' # Go back
alias c='clear' # Clear Screen
alias k='clear' # Clear Screen
alias cls='clear' # Clear Screen
@JasonYCHuang
JasonYCHuang / GPU.md
Last active January 10, 2020 14:23 — forked from zhanwenchen/Install NVIDIA Driver and CUDA.md
Install NVIDIA CUDA 9.0 on Ubuntu 16.04.4 LTS