By default, linux apache on use Default document directory is: /var/www The default port is: 80 If you want to publish your own a system resource directory, you can use the following method, execute the following command Setp 1 Add…
Install Zend Framework on Linux Ubuntu
Zend Framework is an open source, object oriented web application framework for PHP 5. Zend Framework is often called a "component library", because it has many loosely coupled components that you can use more or less independently. But Zend Framework…
Creating a GitHub Pages Blog With Octopress on Ubuntu
GitHub Pages are public webpages freely hosted and easily published through our site. You can publish online using the Automatic Page Generator. If you prefer to work locally you can use the GitHub for Mac and Windows apps, or the…
Add a launcher application shortcuts to Ubuntu Dash menu and the Dock
In /usr/share/applications/directory to create application-name.desktop file, edit the file as follows. [Desktop Entry] Type=Application Name=Application-name GenericName=Application-name Comment=describe-text Exec=/home/application-install-location Terminal=false MimeType=text/plain; Icon=/home/application-icon-location Categories=Internet; StartupNotify=true Actions=Window;Developer;