Tag archive for "Linux"
I started playing with computers on Apple DOS and later the Commodore 64's KERNAL/BASIC 2.0. When I went to university I got a Windows PC because that's what you were supposed to have at the time. Through dial-up I could access various flavors of UNIX and Solaris and finally started using Linux in the early 2000s. I was happy I had a found an OS that did what I wanted, not one that made me do things in a certain way.
The pepperflashplugin-nonfree package in wheezy-backports is broken, as it downloads the flash plugin from the latest chrome release and installs it. The latest release links against libc6 2.14 which is not available in wheezy. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761184 https://lists.debian.org/debian-backports/2014/09/msg00051.html more
There were packages of salt 0.10.1 in backports but they were removed, and the only saltstack packages in Debian are now in unstable. However, building your own backport is quite easy. This assumes you have an up to date Debian squeeze install without any backported saltstack or other packages. Use … more
I recently moved my projects to gunicorn and needed init scripts. Here's what I'm currently using. I have the gunicorns running behind nginx, so you might want to tweak the IP and PORT settings. It might also be nice to use start-stop-daemon. more