This file contains hidden or 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
    
  
  
    
  | Make sure network discovery is turned on at home. | |
| Enable UTC time | |
| * Add RealTimeIsUniversal (DWORD) under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation\ | |
| * Set value to 1 | 
  
    
      This file contains hidden or 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
    
  
  
    
  | Download Fuchsia source code (https://fuchsia.dev/fuchsia-src/development/source_code) | |
| sudo apt-get install build-essential curl git python unzip | |
| cd ~ | |
| curl -s "https://fuchsia.googlesource.com/fuchsia/+/master/scripts/bootstrap?format=TEXT" | base64 --decode | bash | |
| Configure environment variables (https://fuchsia.dev/fuchsia-src/development/source_code) | |
| Add to ~/.bash_aliases: | |
| export PATH=$PATH:~/fuchsia/.jiri_root/bin | |
| source ~/fuchsia/scripts/fx-env.sh | |
| source ~/.bash_aliases | 
  
    
      This file contains hidden or 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
    
  
  
    
  | tmpfs /tmp tmpfs nodev,nosuid,relatime,size=31G 0 0 | 
  
    
      This file contains hidden or 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
    
  
  
    
  | set startupmessage 0 | |
| set border 0 | |
| # escape Super_L | |
| definekey top Super_L readkey root | |
| bind D prevscreen | |
| bind d nextscreen | |
| bind a exec ratpoison -c "echo $(date '+%a %b %d %Y %r %Z'; acpi)" | |
| exec xterm | 
  
    
      This file contains hidden or 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
    
  
  
    
  | # | |
| # ~/.bash_aliases | |
| # | |
| PATH=$PATH:~/bin | |
| export CDPATH=:$HOME # first colon = search current working directory first | |
| export EDITOR=vim | |
| if [ ! -d "/tmp/$USER/downloads" ]; then | |
| mkdir -p "/tmp/$USER/downloads" | 
  
    
      This file contains hidden or 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
    
  
  
    
  | # goes in /etc/systemd/system/ | |
| # sudo systemctl enable kbdrate | |
| # sudo systemctl start kbdrate | |
| [Unit] | |
| Description=Configure keyboard repeat rate in tty | |
| [Service] | |
| Type=oneshot | |
| RemainAfterExit=yes | 
  
    
      This file contains hidden or 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
    
  
  
    
  | GRUB_TIMEOUT=0 | |
| GRUB_TERMINAL=console | 
  
    
      This file contains hidden or 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
    
  
  
    
  | " expand tabs to 2 spaces | |
| set tabstop=8 softtabstop=0 expandtab shiftwidth=2 smarttab | |
| set backupdir=/tmp | |
| set directory=/tmp | |
| filetype plugin on | |
| syntax on | |
| "colorscheme ir_black | 
  
    
      This file contains hidden or 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
    
  
  
    
  | xset b off # bell off | |
| xset r rate 175 40 # delay, repeat rate | |
| xset mouse 4 0 # 4 times default mouse acceleration speed | |
| xset dpms 120 180 240 # standby, suspend, off in seconds | |
| xrandr --output DP1-8 --auto --output DP1-1-8 --auto --right-of DP1-8 | |
| # /etc/xdg/awesome/rc.lua | |
| # terminal = "x-terminal-emulator -fg cyan -bg black -geometry 256x128" | 
  
    
      This file contains hidden or 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
    
  
  
    
  | xterm*faceName: Monospace | |
| xterm*faceSize: 12 | |
| xterm*background: black | |
| xterm*foreground: cyan | 
NewerOlder