SQLAlchemy refresher
[Colin’s GitHub](https://github.com/colinstgeorge/SQLAlchemyTableQuery)
[Colin’s GitHub](https://github.com/colinstgeorge/SQLAlchemyTableQuery)
#Get BTSync: [BTSync](http://www.bittorrent.com/sync) #Make a config: ./btsync –dump-sample-config > btsync.config #Edit per your specs (Run ./btsync –generate-secret to get new Key for config / modify path to share) (configuring Shares/ secrets in here disables WebUI) #Run it ./btsync –config btsync.config
##Persistent TinyCore Config ###Quick notes List files to save in /opt/.filetool.lst To save files / config: ~# filetool.sh -b *Add /etc/init.d/dhcp.sh to to /opt/.filetool.lst* ###Disable DCHP – (hose the script to avoid remastering) echo “” > /etc/init.d/dhcp.sh ###Edit /opt/bootsync.sh remove & after call to bootlocal.sh (to bring PW prompt below to forefront) ###Edit /opt/bootlocal.sh ####Set[…]
Just started rendering blogpost bodies as markdown so some look #HUGE!
[Flask-Markdown](http://pythonhosted.org/Flask-Markdown/) [miguelgrinberg.com](http://blog.miguelgrinberg.com/post/flask-pagedown-markdown-editor-extension-for-flask-wtf) [daringfireball.net](https://daringfireball.net/projects/markdown/basics)
$ ./adb logcat -c
I ran into an issue running pip from within a virtualenv on Windows. The solution was to add a line to the end of Scripts\activate.bat: SET PYTHONPATH=%PYTHONPATH%;C:\Python27\DLLs; _________ C:\Users\Administrator\flask\BASEFLASKAPP>ls README.md flask requirements.txt C:\Users\Administrator\flask\BASEFLASKAPP>virtualenv . New python executable in .\Scripts\python.exe Installing setuptools, pip…done. C:\Users\Administrator\flask\BASEFLASKAPP>pip Usage: pip [options] … C:\Users\Administrator\flask\BASEFLASKAPP>Scripts\activate.bat (BASEFLASKAPP) C:\Users\Administrator\flask\BASEFLASKAPP>pip Traceback (most recent call last):[…]
Though most likely a configuration issue, I keep running into an issue running Git over ssh on Windows and FreeBSD. It seems the ssh-agent is not always running, and when it does, it has issues setting Environment Variables correctly. The only difference on FreeBSD is you run setenv not set (and no = between variable[…]
[Net Neutrality](http://www.jupiterbroadcasting.com/56317/net-neutrality-doomed-unfilter-95/) What can we do? Stay tuned, may make another site / and or update this post at a minium
colin@p3nlh045 ~]$ compgen -ac|more