Petr's Notes
Sunday, August 13, 2017
G-works Gas Saver R1
›
I've recently bought G-works Gas Saver R1 to transfer gas between gas canisters for backpacking (the lightweight ones with isobutane/...
Friday, May 16, 2014
Using your own router with CenturyLink/Qwest fibre
›
CenturyLink recently started offering FTTP-based Internet connections in our part of Seattle. The network is GPON (a type of passive opti...
7 comments:
Thursday, February 14, 2013
Computer Graphics class projects (CSI 4341)
›
Computer Graphics class projects, OpenGL This was Fall 2012 class on computer graphics with Dr. Fredrik Niemela. Here are videos of som...
Thursday, January 10, 2013
New MySQL database
›
New database "x" with new user "x" with password "p". CREATE DATABASE x CHARACTER SET utf8 COLLATE utf8_uni...
File permissions with ACL
›
Default group privileges for new files and directories: setfacl -R -d -m g::rwX <path> Don't forget to do chmod g+s to set se...
Monday, November 19, 2012
How to find out bash script location
›
http://stackoverflow.com/questions/59895/can-a-bash-script-tell-what-directory-its-stored-in DIR = "$( cd -P " $ ( dirname ...
Home
View web version