3
[ubuntu] ubuntu 11.10 dvd 64bit apparmor usr.bin.gedit errorview story

http://ubuntuforums.org – apparmor gedit error.. (Hardware)

5
Qmmp is a fast, Winamp-like music player for Linux.view story

http://linuxlandit.blogspot.com – Qmmp is a Linux music player which will remind you of Winamp. (HowTos)

12
Exporting Markdown + CSS to PDFview story

http://askubuntu.com – I'm in need of an application that can do something like Marked for OS X does. The function I need is a bit more specific: I want the app to export Markdown to PDF, but using CSS - I've achieved this using BBEdit (using <link rel="stylesheet" href="file.css" /> and exporting, and with Marked, I can just select the CSS file. (HowTos)

3
Linoob’s Guide to ‘Dpkg’ – Debian Package Managerview story

http://www.linoob.com – Many of us who regularly use terminal often have used ‘dpkg‘ for program installation and removal. ‘dpkg’ is basically a debian package manager that is used to install/remove Debian packages in Ubuntu as well as in Debian. (General)

3
Ultimate Edition 3.2 Releasedview story

http://www.linoob.com – Ultimate Edition 3.2 has been released recently and is ready for downloads. It is based upon Ubuntu 11.10 Oneiric Ocelot and like always has a lot of improvements and preinstalled packages in it. (General)

6
How to avoid index.php in Zend Framework using Nginx rewriteview story

http://serverfault.com – I am trying to get rid of index.php from the default Zend Framework route. I think it should be corrected at the server level and not on the application. (HowTos)

5
Linoob’s Guide to Aptitude-GUIview story

http://www.linoob.com – Aptitude GUI is a graphical version of Aptitude we talked about in our previous post. As Aptitude has already been removed from official repository of Ubuntu, one cant expect to see this GUI based Aptitude by default in Ubuntu Precise Pangolin. (General)

9
Can you help me find our where the mysite.com to www.mysite.com rewrite is coming from?view story

http://serverfault.com – Here's my NGINX config (no apache, just php-fpm): user nginx; worker_processes 1; error_log /usr/local/nginx/logs/error.log notice; pid /var/run/nginx.pid; events { worker_connections 384; } http { include mime.types; default_type application/octet-stream; access_log off; server_tokens off; sendfile (HowTos)

5
nginx+django serving static filesview story

http://serverfault.com – I have followed instruction for setting up django with nginx from the django wiki (https://code.djangoproject.com/wiki/DjangoAndNginx) and have nginx setup as follows (a few name changes to fit my setup). user nginx nginx; worker_processes 2; error_log /var/log/nginx/error_log info; events { worker_connections 1024; use epoll; } http { include /etc/nginx/mime.types; (HowTos)

3
Need Apache configuration fixedview story

http://serverfault.com – Issue: I have loaded Wordpress MU inside of my DocumentRoot. (HowTos)