Skip to content

Instantly share code, notes, and snippets.

View dnepangue's full-sized avatar
🎯
Seeking Opportunities

Dio Nepangue dnepangue

🎯
Seeking Opportunities
  • /home/asterinux
View GitHub Profile
set $bg-color #2f343f
set $inactive-bg-color #2f343f
set $text-color #f3f4f5
set $inactive-text-color #676e7d
set $urgent-bg-color #e53935
#window color
Installing ArchLinux
#check internet connection (use wired to make it easy)
ping -c 3 google.com
#update pacman database
pacman -Syy
#install a reflector
pacman -S reflector
total used free shared buffers cached
Mem: 32110 31887 223 0 19 4109
-/+ buffers/cache: 27757 4352
Swap: 511 269 242
#!/bin/sh
### BEGIN INIT INFO
# Provides: unicorn
# Required-Start: $all
# Required-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: starts the unicorn app server
# Description: starts unicorn using start-stop-daemon