Posts

Showing posts from February, 2017

How to export the firefox password password, bookmarks, history, cookies and caches

Image
How to export the firefox password password, bookmarks, history, cookies and caches Step 1 : in my windows 7 system I have the password and all, This all I want to my Windows XP system In my windows firefox I have save login a gmail And In windows 7 machine history First type in command prompt like below Step 2: because in windows system it’s a hide folder so open like and below page will open Step 3:now open the roaming->mozilla folder in that copy extension and firefox  folder Step 4: in windows XP same method follow %appdata% in run prompt the below window will open and paste it here Now I will paste it on the windows xp and check the google login and the history

How to share the mobile internet via USB cable to vm ware machine

Image
How to enable the internet from host machine to vm ware Here I am using the host machine is windows 7 in wm ware I am using window xp , I just connect through the my usb cable via mobile internet U want to make a changes in vm ware setting turn on the vm ware machine (windows XP) Goto workstation->vm->setting The below page will open In that go to the network adapter and select bridged and tick the replicated connection Now check the internet is working file Note: It also work for wifi devices

How add a menu in blogger

Image
In blogger most we are using the basic template style only but blogger able to allow the custom design also here I will now goto add the menu bar in my blog Step 1:After login to the blogger goto the template and select the custom html Step 2: then click on the jump to widget and select the header 1 Step 3: now  below coding page will open Step 4: add the following line to the yellow color marked place <ul class='Orange' id='menu_wrap'><li class='button'><a href='add your blogger label link'>your button name</a></li><li class='button'><a href=' add your blogger label link '>Windows Server</a></li><li class='button'><a href=' add your blogger label link '>you button name</a></li><li class='button'><a href=' add your blogger label link '> your button name </a></li><li class=

The terminal server has exceeded the maximum number of allowed connections

Image
while you try to logon the remote to any server or machine the below error while shown that time you will use the below command In run command you just typed below mstsc /v:ipaddress /admin Then it will going tho logon page enter admin credential   now go to check with takmanager-user login details the disable the disconnected user now logoff the user which has been show in disconnected now the user able to connect the machine from remote

enable the connections between WM Machine

Image
How to enble the network between the WM machine enable the network connections between the VM machine for testing the samba, nfs, telnet and etc we want the client and server machine but in vm ware we will able to configure the client and server machine below i will describe how to enable the network connection between the VM machine here i already install the VM machine RHEL1 and RHEL2(RHEL 6.O) and also i will configure the static address below , if you want to know how to configure a static ip address in linux RHEL Click here here i will show the ip address of client machine in wm ware go to the settings and in network Adapter select NAT or Bridged in both machine chek this same now ping with the guest machines

how to configure the static ip in RHEL 6 via terminal

Image
Static IP configuration in linux how to configure the static ip in RHEL 6 How to configure the static ip address configure in through the terminal here i will go to configure a linux ip address 192.168.1.4 and here my ip right click and open in terminal 192.168.88.129 to find a ip address give ifconfig command the configuration setup of ipaddress is in vi /etc/sysconfig/network-scripts/ifcfg-eth0 here the default configuration is mentioned as DHCP so edit and enter the details below DEVICE="eth0" BOOTPROTO="static" HWADDR="00:0C:29:0F:4E:8E" IPADDR="192.168.1.4" NETMASK="255.255.255.0" MTU="1500" NM_CONTROLLED="yes" ONBOOT="yes" once restart the service of network connection now reboot and check x`