Skip to main content

Posts

13 Easy Steps to Install IIS 7 and Setup a Static Website

IIS 7 in Windows Server 2008 is a completely different entity than it has been in the past. Why to install IIS? The most common answer is because you need a web server that is easy to configure and work with. Finally  Microsoft have created a version of IIS that will compete against Apache for functionality and performance. IIS 7 is a giant step forward for the IIS platform with the following enhancements: Modular Design   – In the past it was an all or nothing install for IIS, but not so anymore. With the ability to only load the modules that you need for server operation you increase both performance and security New Management Interface   – IIS 7 has a completely new interface that allows you to quickly and easily change the settings you need to for each site. Also in this version is the ability to edit all the website settings in a text based configuration file Share tasks with site owners   – If you are hosting multiple sites you can delegate administrativ...

Tab key on the keyboard not working in Windows 7

Are you having problems with your tab key in Windows 7? I know I am! My desktop machine runs Windows 7 64-bit and has been working fine for a months until a few days ago. Suddenly, the tab key would not move me to the next form field in an online form. I though it was odd, so I restarted the browser and it worked once, but then stopped randomly a little while later. I thought it was isolated to the browser, but quickly realized I was having the same tab issue in Word, Outlook and Quickbooks. What a royal pain! I didn’t realize how much I used the tab key until it stopped working! Anyway, after doing some research and messing around with stuff, I figured out what the problem was. In this article, I’ll try to write out the different possible solutions and hopefully your tab key will start functioning properly again. I quickly managed to rule out hardware issues like the keyboard because I switched the keyboard and still had the same problem. This issue is normally a software issue a...

ADB CP Command not found

How to use CP command in  Android Debug Bridge  ( adb )? Recently I root my android and I am trying to use the CP command to copy files from the system and data folders and althought im logged in as SU to the terminal but I keep getting : CP: Not found.  The solutions is you need to have busybox tools installed in your mobile. You can check if its there or not by using busybox commands. cp is built in command but not symbolic linked.  Instead of just: cp abc def use: busybox cp abc def If you find busybox not found error then you will need to install the busybox shell tools to your Android device. To Install busybox - Download busybox - Type ' adb remount ' - Type ' adb push busybox /system/xbin/busybox ' - Type ' adb shell chmod 4755 /system/xbin/busybox ' - Type ' adb shell /system/xbin/busybox --install -s /system/xbin/ '

logmein Installation Error 10048

I was trying to install the latest version of logmein free on a Windows Server 2003 machine. Installation got  right to the end where it tries to start the logmein service and it failed to start the service.  Trying to start it manually fails too with the text below.  Windows could not start the logmein service on the local computer  Error 10048 : Only one usage of each socket address protocol/network address/port) is normally permitted. When I Google & searched for solution, I didn't find any proper solution. Even Logmein community portal  http://community.logmein.com  doesn't include any proper KB on this.

How to mount remote windows share under Linux

All files accessible in a Linux (and UNIX) system are arranged in one big tree, the file hierarchy, rooted at /. These files can be spread out over several devices. The mount command serves to attach the file system found on some device to the big file tree. Use the mount command to mount remote windows partition or windows share under Linux as follows:

ADF.LY NOT WORKING?

adf.ly has been blocked in india I will show you the trick to open adf.ly links just follow a simple procedure mentioned below to open adf.ly links 1.open adf.ly link 2.it will not load anything 3.edit the url by adding v2. before the link 4.now the link opens normally 5.wait for 5 secs and skip ad 6.thats it , enjoy ;)

Cloud Computing Interview Questions and Answers

How does cloud computing provides on-demand functionality? Cloud computing is a metaphor used for internet. It provides on-demand access to virtualized IT resources that can be shared by others or subscribed by you. It provides an easy way to provide configurable resources by taking it from a shared pool. The pool consists of networks, servers, storage, applications and services. What is the difference between scalability and elasticity? Scalability is a characteristic of cloud computing through which increasing workload can be handled by increasing in proportion the amount of resource capacity. It allows the architecture to provide on demand resources if the requirement is being raised by the traffic. Whereas, elasticity is being one of the characteristic provide the concept of commissioning and decommissioning of large amount of resource capacity dynamically. It is measured by the speed by which the resources are coming on demand and the usage of the resources.