http://ubuntuforums.org – apparmor gedit error.. (Hardware)
http://ubuntuforums.org – apparmor gedit error.. (Hardware)
http://linuxlandit.blogspot.com – Qmmp is a Linux music player which will remind you of Winamp. (HowTos)
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)
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)
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)
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)
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)
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)
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)
http://serverfault.com – Issue: I have loaded Wordpress MU inside of my DocumentRoot. (HowTos)