User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
start [2013/07/22 11:15] tkbletscstart [2019/08/02 11:50] – [Tyler's wiki] tkbletsc
Line 3: Line 3:
 This is the site where I, Tyler Bletsch, write stuff that I want to refer to later.  You can refer to it, as well, I guess.  Unless it's in the [[i:Secret Stage]].  This is the site where I, Tyler Bletsch, write stuff that I want to refer to later.  You can refer to it, as well, I guess.  Unless it's in the [[i:Secret Stage]]. 
  
-//Quick links: [[Decrapping Windows 7|Win 7]] - [[i:software|Stuff to install]] - [[Cygwin]] //+//Quick links: [[Decrapping Windows 10|Win 10]] - [[Decrapping Windows 7|Win 7]] - [[i:software|Stuff to install]] - [[Windows Subsystem for Linux setup|WSL]] - [[Cygwin]] - [[OSX]] //
  
  
Line 10: Line 10:
   * [[Poker|Our crazy poker games]]   * [[Poker|Our crazy poker games]]
   * [[Restaurants to try]]   * [[Restaurants to try]]
-  * [[Best practices for collaborative document development]] 
  
 ====== Stolen wisdom ====== ====== Stolen wisdom ======
-  * [[The Hero's Journey -- tl;dr version]]+  * [[How to Win Friends and Influence People]] 
 +  * [[http://www.thewritersjourney.com/hero's_journey.htm|The Hero's Journey - tldr version]]
   * [[Save the Cat Beat Sheet]] - statement of the standard Hollywood screenplay formula   * [[Save the Cat Beat Sheet]] - statement of the standard Hollywood screenplay formula
   * [[Pixar's story telling rules]]   * [[Pixar's story telling rules]]
   * [[Teller's psychology of magic]]   * [[Teller's psychology of magic]]
   * [[http://www.rbcpa.com/Mungerspeech_june_95.pdf|Charlie Munger's 24 Standard Causes of Human Misjudgement]] ([[http://www.youtube.com/watch?feature=player_embedded&v=pqzcCfUglws|audio]])   * [[http://www.rbcpa.com/Mungerspeech_june_95.pdf|Charlie Munger's 24 Standard Causes of Human Misjudgement]] ([[http://www.youtube.com/watch?feature=player_embedded&v=pqzcCfUglws|audio]])
 +  * [[http://boingboing.net/2013/09/11/cognitive-blind-spots-of-silic.html#more-255117|Cognitive blind-spots of Silicon Valley successes]] 
 +  * [[How To Get Programmers to do Anything You Want by Scott Berkun]] 
 +  * [[Mr. Roger's rules for communicating with children]]
 ====== Computer crap ====== ====== Computer crap ======
 **Code**: [[Python:index|Python]], [[Perl:index|Perl]], [[C:index|C]], [[HTML|HTML/CSS/JS]], [[PHP]] **Code**: [[Python:index|Python]], [[Perl:index|Perl]], [[C:index|C]], [[HTML|HTML/CSS/JS]], [[PHP]]
 +  * [[Windows Subsystem for Linux setup]]
   * [[How to hack the Sandbox game]]   * [[How to hack the Sandbox game]]
   * [[Image Magick recipes]]   * [[Image Magick recipes]]
Line 45: Line 48:
   * [[Recovery from a multiple disk failure with mdadm]]   * [[Recovery from a multiple disk failure with mdadm]]
   * [[Running out of inodes]]   * [[Running out of inodes]]
 +  * [[Starbound server quick start]]
   * [[Left 4 Dead 2 server quick start]]   * [[Left 4 Dead 2 server quick start]]
   * [[Minecraft + Craftbukkit server quick start]]   * [[Minecraft + Craftbukkit server quick start]]
Line 75: Line 79:
   * [[Decrapping Windows Vista]]   * [[Decrapping Windows Vista]]
   * [[Decrapping Windows 7]]   * [[Decrapping Windows 7]]
 +  * [[Decrapping Windows 10]]
   * [[CYGWIN]] - Cygwin install cheatsheet   * [[CYGWIN]] - Cygwin install cheatsheet
   * [[Making crappy USB Bluetooth dongles work with the native Windows XP stack]]   * [[Making crappy USB Bluetooth dongles work with the native Windows XP stack]]
Line 185: Line 190:
   Go to chrome://plugins/   Go to chrome://plugins/
   You will see two flash players listed there, one in AppData that leads to a chrome folder, and one that is in SysWOW64. Disable the one that leads to the chrome folder, and restart chrome.   You will see two flash players listed there, one in AppData that leads to a chrome folder, and one that is in SysWOW64. Disable the one that leads to the chrome folder, and restart chrome.
 +
 +===== Instant SSH/PPP VPN tunnel =====
 +Basically, do the following after doing the [[http://rudd-o.com/linux-and-free-software/mola-the-poor-mans-anonymizing-vpn-tunnel-using-ssh-and-pppd|setup directions noted here]]:
 +  /usr/sbin/pppd pty "ssh myinternetserver.com -t -e none -o 'Batchmode yes' /usr/sbin/pppd" 192.168.16.1:192.168.16.254 local nodetach silent
 +
 +For the above, to make it a default gateway, on the client, I did:
 +  sudo route add -host [server-internet-address] gw [normal-default-gateway]
 +  sudo route add -net [my-lan]/8 gw [normal-default-gateway]
 +  sudo route add default gw [server-ppp-address]
 +  sudo route del default gw [normal-default-gateway]
 +
 +You can get a setup intro and nice script to run it from [[http://www.tldp.org/HOWTO/VPN-HOWTO/index.html|this HOWTO]].  
 +
 +(I may do a full writeup of this eventually)
 +
  
 ====== Links ====== ====== Links ======
start.txt · Last modified: 2024/02/09 19:25 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki