Categories
-
Recent Posts
- Nginx – How to set expires headers for images
- Favorite Quotes: Winston Churchill on Optimism and Pessimism
- Perl: How to list all installed perl modules
- Favorite Quotes: Buddhist and Zen Proverbs on Why Worrying is Pointless
- Debian & Ubuntu Equivalents of ‘yum whatprovides’
- Download VMware Appliances and Templates
- Cardinals apologize for winning World Series
- Creative Blogging: Photo Storytelling from Amateur Gourmet
- St. Louis Cardinals Win World Series!!!
- Favorite Quotes: Chinese Proverb on the Best Time to Plant a Tree
Author Archives: Nicholas Kuechler
Nginx – How to set expires headers for images
In Nginx, you can easily set browser caching for your images. Nginx sets the ‘Expires’ and ‘Cache-Control’ http request headers for images nginx serves. This allows the client’s browser to cache the images for the amount of time specified by … Continue reading
Favorite Quotes: Winston Churchill on Optimism and Pessimism
“A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty.” – Winston Churchill Portrait of Winston Churchill by Yousuf Karsh
Posted in Favorite Quotes
Tagged Favorite Quotes, Opportunity, Optimism, Winston Churchill
3 Comments
Favorite Quotes: Buddhist and Zen Proverbs on Why Worrying is Pointless
If the problem has a solution, worrying is pointless, in the end the problem will be solved. If the problem has no solution, there is no reason to worry, because it can’t be solved.
“If you have a problem that can be fixed, then there is no use in worrying. If you have a problem that cannot be fixed, then there is no use in worrying.” Continue reading
Posted in Favorite Quotes
Leave a comment
Debian & Ubuntu Equivalents of ‘yum whatprovides’
For Debian and Ubuntu users there are three easy ways to find what package a file on your system is from. Those Red Hat, Fedora, or CentOS over to a Debian or Ubuntu system may have become used to using ‘yum whatprovides’. There is no whatprovides equivalent in aptitude or apt-get. But there are three easy to use debian/ubuntu alternatives to ‘yum whatprovides’: the Ubuntu packages search web site, the apt-file package, and the ‘dpkg -S’ command. Continue reading