5
How to achieve 500K requests per second on my webserver?view story

http://serverfault.com – I recently gifted myself a new dedicated server and I am trying to squeeze maximum performance out of it, for fun and learning. I am trying to achieve maximum possible requests per second this server can handle and aiming for 500K requests/sec as mentioned here - http://lowlatencyweb.wordpress.com/2012/03/20/500000-requestssec-modern-... Server Details Intel® Xeon® E3-1270 (HowTos)

5
Mod_pagespeed with Zend Framework gives 404view story

http://serverfault.com – I am expiering some problems with the Google's Apache mod_pagespeed module to combine css, js, etc. During the last months I developed a new version of our software based on Zend Framework. I just installed mod_pagespeed and it doesn't seem to work. I run Ubuntu Server 11.04 and the latest mod_pagespeed module. (HowTos)

3
4 cool tricks to do with MPlayerview story

http://www.linuxandlife.com – MPlayer is a very common tool in the Linux world, it is usually used for watching videos or running audios. However, MPlayer has many more features and options. (Distributions)

4
How to force a new Notification in notify-osd to show up without waiting for the earlier one to exit?view story

http://askubuntu.com – I have made a script(and a .desktop shortcut leading to this script) for starting and stoping xampp... It checks the status of xampp and accordingly either starts or stops xampp. Now i have assigned a notification as soon as the script is started to display "Starting xampp..." or "Stopping xampp..." and then when xampp is started or stopped,it displays "Xampp started..." or "Xampp stopped..." I (HowTos)

6
Nginx static files exclude one or some file extensionsview story

http://serverfault.com – I'm serving up a static site via nginx. location ~* \.(avi|bin|bmp|dmg|doc|docx|dpkg|exe|flv|gif|htm|html|ico|ics|img|jpeg|jpg|m2a|m2v|mov|mp3|mp4|mpeg|mpg|msi|pdf|pkg|png|ppt|pptx|ps|rar|rss|rtf|swf|tif|tiff|txt|wmv|xhtml|xls|xml|zip)$ { root /var/www/html1; access_log off; expires 1d; } And my goal is to exclude requests like http://connect1.webinar.ru/converte (HowTos)

13
Clean desktop filesview story

http://crunchbanglinux.org – This is very uglyand 4 times the same thing? What do they do anyways?This is how it should look like:Because the wine-developers seem to be busy with more important things I threw together a little python script that will do the job. It will not only fix Wine's .desktop entries, but also merge duplicate ones.I can't guarantee that this script will work. (HowTos)

3
FilesMatch to disable access to other extensionsview story

http://serverfault.com – I put this in httpd.conf Reloaded apache. <FilesMatch "\.(gif|jpe?g|png)$"> Order allow,deny Deny from all </FilesMatch> I'm expecting no files to be accessible from browser except image files, but I can access no probs test.php what am I doing wrong? (HowTos)

5
webserver horrible slow, sometimes incredible fastview story

http://serverfault.com – i am running a small community ( 6000+ Members ) on a non-virtual 64-bit ubuntu 11.04 system. I am not a Linux-pro, not even advanced, i just tried to setup a webserver, which does nothing special actually. Delivering some dynamic PHP and RoR websites is its task. So it might be that my configuration files do look horrible bad. (HowTos)

3
How to set retraction on uploading file type or extensions?view story

http://forums.cpanel.net – Hi, I want to limit only files with approved extensions such as ".gif", ".jpeg", ".doc", etc. are allowed to be uploaded to the web server. (HowTos)

13
View Images and GIFs in the Terminalview story

http://crunchbanglinux.org – I got somewhat bored and thought it would be funny to display images in the terminal.I'm sure that there are already millions of other scripts out there that accomplish the same thing, but...I don't know. (HowTos)