6
Mod_rewrite is ignoring the extension of a fileview story

http://serverfault.com – This is my entire mod_rewrite condition: <IfModule mod_rewrite.c> <Directory /var/www/> Options FollowSymLinks -Multiviews AllowOverride None Order allow,deny allow from all RewriteEngine On # force www. (HowTos)

3
[lubuntu] menu borders for adwaitaview story

http://ubuntuforums.org – Ubuntu 12.04, 64bit, Gnome Classic. Is there a way to tweak (gtk3) Adwaita and give it menu borders? Please note that this question follows extensive googling, extensive trial and error: (1) All links older than April 2012 are obsolete and useless. (2) The files gtk-main.css and gtk-widgets.css do not exist any longer. They are now part of a binary file. (Hardware)

3
How do i mitigate DDOS attacks on static servers?view story

http://serverfault.com – Here is a slightly different take on DDOS attacks. Rather than a server with dynamic content being attack i was curious how to deal with attacks on servers with STATIC CONTENT. This means cpu tends to not be an issue. Its either bandwidth or connection problems. How would i mitigate a DDOS attack knowing nothing about the attacker (for example country, ip address or anything else). (HowTos)

4
htaccess rewriterule works in one virtualhost, but not a second virtualhostview story

http://serverfault.com – I have two virtualhosts configured with xampp on mac os x snow lion. (HowTos)

13
[ubuntu] gnome-shell css file gui toolview story

http://ubuntuforums.org – I'm crap out of luck. Been trying to get something going where there is apparently a need, but I just don't know what the heck I'm doing anymore. When you install the gnome-shell package and then login to "gnome", it uses a CSS file to define how it presents the top panel, the calendar, the fonts and colors of the panel, how the menu appears, etc.. (Hardware)

4
Gnome 3.4.1 Application icon-grid paddingview story

http://forums.fedoraforum.org – Something odd I noticed when applying themes to the gnome shell. When clicking activities -> then applications, all the Icons are squished together, I checked the .css and it looks normal: Code: .icon-grid {     spacing: 36px;     -shell-grid-item-size: 118px; /*search-result-button-size*/ } .contact-grid {     spacing: 36px;     -shell-g (HowTos)

13
Request for a tool - if any programmer is interestedview story

http://ubuntuforums.org – I don't need this tool myself. I was trying to create one based on building a GUI to modify the gnome-shell css file for people who don't know css but want to modify the desktop presented by gnome-shell. Such modifications can create some nice results - see this thread - the last post by cbowman has a jpg that shows how things could look. (Hardware)

14
Varnish client.ip says 127.0.0.1view story

http://serverfault.com – So I have a setup like Nginx -> varnish -> apache2 If I get a request with a static file it is sent through nginx to varnish and back to nginx again since its a lot faster than letting apache2 server it. (HowTos)

6
Gtk stops loading imagesview story

http://forums.fedoraforum.org – I don't know if this was a one-time fluke, or a larger problem, but after a recent update in Fedora 16, gtk based apps stopped being able to load images for me. Logging into gnome3 would give a blank blue desktop, no icons would appear, gtk based apps (e.g. inkscape) would be unable to open images, and disk utility would crash. (HowTos)

13
What do you do to make pages for your website?view story

http://ubuntuforums.org – Now I thought it might be cool to talk about what you do for designing your own website, like what programs or IDEs do you use to help you? For a quick example: I used notepad++ on vista to do my html/css and pretty much stay clear of the dream weaver type stuff. Now saying that, I am no pro at all. Just my preference. What about you all? (Hardware)