python template engine
Jinja2 is a full featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed. Python template engine
Jinja2 is a full featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed. Python template engine
Another great book for devops http://itrevolution.com/books/devops-cookbook/
A great book for devops “The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win” .
Fast Pack Swap Event from Tesla Motors on Vimeo.
Acting as a car blackbox, dash cam or auto DVR, DailyRoads Voyager continuously records videos and captures photos during your journeys. The app automatically records everything, but only important events are retained for future reference or as evidence. You get to choose what to keep, simply by touching the screen, even while you drive. Key […]
http://blog.netpeak.ua/ Interesting seo blog (russia)
So, how to reset PocketBook A10 Turn tablet off; Press and hold “Vol +” and “Power” at least 7 seconds; When service window appears release buttons; Select “wipe data/Factory reset”; After few minutes hard reset of PocketBook A10 completed
So today i just try to access my google analytics page…but page just stay on login page without any message. Well how i solved it.. Setting – Show advanced settings – Privacy – Content settings. Cookies section should be “Allow local data to be set (recommended)” After this i just clear my cookies and cache. […]
Great flask tutorial http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
First of all we should install apache web server and add mod_ssl sudo apt-get install apache2 sudo a2enmod ssl Create folder for storing ssl certificates sudo mkdir /etc/apache2/ssl Now we generate self signed certificate for one year sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/server.key -out /etc/apache2/ssl/server.crt This command will ask you […]