Posts

Showing posts with the label administration

Outlook 2007: replying to multiple emails or senders

Image
Today, I received about 60 emails from my students who were handing in their assignments. Normally, I would just ask them to assume that I have received their emails correctly, but since we had trouble with the Internet connection, most of my students wanted to make sure I had received their work in due time. So I decided to send a kind confirmation reply to all the students that emailed me their work. So here I go, opening Microsoft Outlook 2007 , selecting multiple emails, right click to find the option " Reply to all " ... horror! It's not there! There's no apparent way to reply to all my students at once. What's worse is there isn't even an option to collect email addresses from people who emailed me (I would then have created one email with all recipients in BCC). How it works, in a nutshell After Googling it for about an hour, turns out there is no regular solution to perform such a basic operation. All the solutions I found involved installation o...

Windows 7: restoring old-style logon screen tutorial

Image
I've found a lot of information on the subject on various blogs and forums, strangely everyone seems to come to the conclusion that it is impossible to get back to the old style logon screen that appeared like this under Windows XP: Why would anyone do this? Why would you go back to something like this? There could be thousands of reasons. The default logon screen of Windows 7 looks like this: If, like me, you work in a computer-unfriendly environment such as a school, you'll find that a lot of people are unable to locate the "Switch user" button or simply wouldn't just dare to click it. All they were told is to enter their username and password and they never expected to have to do anything else. So how do you restore the good old logon screen with a simple text box for the user name, and a simple text box for the password? It's actually a lot simpler than some people would think. Local security policy management console Press Windows+R to get the...

Nginx market share soon to hit 10% mark

Image
According to multiple sources such as: NetCraft's July 2011 Web Server survey W3tech's Web server usage statistics as of October 25 the amazing and lightning-fast web server known as nginx is just about to hit the 10% market share mark in the next couple of months. This is a fantastic milestone for the author, Igor Sysoev , who probably didn't imagine that the application (which he originally developed on his own) would meet such fame. Diagram courtesy of W3Techs.com (article linked above). Its market share went from a little over 5% to almost 10% over the last year as you can see.  I wouldn't go so far as to say that the release of my Nginx HTTP Server book  (released Summer 2010) was one of the factors that contributed to the popularity of the Russian web server. It is my belief that the sole quality and efficiency of the software is what made its success. The book was and is being translated into three languages: In Japanese In Chinese (t...

Nginx HTTP Server: the book

Image
Hello, I am glad to to announce the first Nginx book on the market: Nginx HTTP Server , written by... me . :-) NGINX HTTP SERVER "Adopt Nginx for your web applications to make the most of your infrastructure and server pages faster than ever." Focused on the primary aspect of Nginx (HTTP serving), the book covers the following topics: Get started with Nginx to serve websites faster and safer Learn to configure your servers and virtual hosts efficiently Set up Nginx to work with PHP and other applications via FastCGI Explore possible interactions between Nginx and Apache to get the best of both worlds A step-by-step guide to switching from Apache to Nginx Complete configuration directive and module reference There are 8 chapters and 3 appendices, listed here: 1. Preparing your work environment: getting ready to work under a command-line environment, with a reminder on the basic tools and commands. 2. Downloading and installing Nginx : downloading the source, th...