Run a terminal (Applications → Utilities → The terminal app), and then perform the following syntax checking $ md5 /path/to/file $ shasum /path/to/file If a file path is complex $ shasum (Drag and drop files here) Shasum command detection SHA1…
Configure IIS to Support .htaccess
Installation Download and install ISAPI Rewrite3 Configuration Open IIS Manager, select the site you want to pseudo-static → right click → property, choose ISAPI → Add, fill the Filter Name, such as "Rewrite". Executable file below click "Browse" and select…
Download .NET Framework Offline Installers from Microsoft Server
As many of the new Microsoft Windows applications are developed using .NET Framework, it is becoming mandatory to install .NET Framework on our personal computers. Microsoft provides .NET Framework installer as a free download available to everyone. But it is…
Install Mac OS X Lion Theme on Ubuntu 12.04
1. Install New Apple Logo in Launcher Enter following commands to install Apple Logo $ wget -O apple-logo.zip http://goo.gl/NZyKc $ sudo unzip apple-logo.zip -d /usr/share/unity/5/ It will ask to replace file, Type A and press Enter If you want back…