Zend Framework is an open source framework for developing web applications and services with PHP 5. Zend Framework is implemented using 100% object-oriented code. The component structure of Zend Framework is somewhat unique; each component is designed with few dependencies…
Installation WNMP ( Nginx, MySQL, PHP ) on Microsoft Windows
Nginx is an open source web server and a reverse proxy server for HTTP, SMTP, POP3, and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. It is licensed under a BSD-like license and it…
Google Chrome Browser Offline Installation
Google Chrome Browser offline installation package official download address, and online installation as can be updated automatically. Download from Chrome Release Channels www.chromium.org/getting-involved/dev-channel Download Google Chrome Offline Installer for Windows User www.google.com/chrome/eula.html?hl=en-US&standalone=1
Save screen brightness for the Ubuntu 12.04 laptop
Open a terminal, enter the command: $ sudo gedit /etc/default/grub Find code like this: $ GRUB_CMDLINE_LINUX="" Modify this code to GRUB_CMDLINE_LINUX="acpi_backlight=vendor" Update GRUB $ sudo update-grub Set initial value of brightness $ sudo gedit /etc/rc.local Add this code before exit…