formats

Search for 777 Directories of Common Name

Search for 777 Directories of Common Name | With a simple find command, it is possible to locate similar named directories that are 777. I’ll show you how! This will identify public_html directories under /home that are 777: $ sudo find /home -name ‘public_html’ -type d -perm 777 Alter as desired, for example: $ sudo find /var/www/ -name ‘httpdocs’ -type d -perm 777

formats

Speed Up Website in Apache by Enabling Compression and Leveraging Browser Caching

Speed Up Website in Apache by Enabling Compression and Leveraging Browser Caching | Google has a cool website to inspect your website for speed improvements. Two of the main areas are leveraging browser caching as well as enabling compression for your website. I’ll show you how to set this up in Apache! Firstly, here is that website. Put in your site for a quick review: https://developers.google.com/speed/pagespeed/insights If you

formats

scottlinux.com blocked in Iran

Published on December 27, 2012, by + in other.

scottlinux.com blocked in Iran | Not sure why, but scottlinux.com is blocked in Iran… Here is the link: http://viewdns.info/iranfirewall/?siteurl=scottlinux.com

formats

Debian 6 Squeeze

Published on February 7, 2011, by + in linux.

Debian 6 Squeeze | Yes Debian 6 – Squeeze is now available, after almost exactly two years of development and bug squashing. Here are the netinstall CD download links: http://www.debian.org/CD/netinst Netinstall images containing non-free firmware are also available: http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware One welcome change along with this release is the new debian.org website: This is a warm welcome and refreshingly modern

formats

Make website buttons with the Gimp

Published on July 15, 2010, by + in linux, osx, windows.

Make website buttons with the Gimp | How can I make neat looking buttons for my webpage? With the gimp, it’s easy. Spice up your webpage with buttons to click on instead of just text links. 1. First, make a new image. Under File > New. 640×480 is fine. 2. Now let’s use the paint bucket tool to dump the background to

Home Posts tagged "website"