INSTALLATION DOCUMENTS BY RAVI

Showing posts with label WINDOWS. Show all posts
Showing posts with label WINDOWS. Show all posts

Thursday, October 19, 2017

Steps for Downgrading IE 11 to IE 8


















1. In windows run type "appwiz.cpl" and click ok














2. Click on view installed updates

















3. Under " uninstall an update " search for windows internet explorer update and
right click on it and click on uninstall.

4. It will take some time and after that system will ask for reboot.

5. After system reboot check for internet explorer version.





Tuesday, June 13, 2017

Batch file for copying files from windows to linux without prompting for username and password

General syntax for copying a file from windows to linux:

1. On windows open command prompt and issue below command










here servername : linux host name or ip address

2. It will ask for username and password and ones they provided connects to linux machine

3. Issue below command to copy a file from windows to linux





It will copy 1.txt file to linux machine

4. To copy multiple files issue the below command






It will copy all the files to linux machine

Note1: Top copy files from a directory , first navigate to that directory in command prompt and then ftp to linux machine and then issue put and mput commands

Note2: Through ftp we can copy files only.

Batch file for copying files from windows to linux without prompting for username and password:

1. Open a text file on windows and paste the below code in it

@echo off
REM Make a text file with username , password and ftp command
echo username>> test.txt
echo password>> test.txt
echo mput * %1>> test.txt
echo quit>> test.txt
REM Ftp to linux machine by passing the test.txt file
ftp -n -s:test.txt servername
REM Deleting the test.txt file

del test.txt
pause


Here 
username : user name of the linux machine
password: password of the linux machine
servername : linux machine host name or ip address

2. Save the file with .bat extension

3. Double click the bat file and it will copy the files to linux machine




Tuesday, May 30, 2017

Installing WinGate

WinGate is an integrated multi-protocol proxy server, email server and internet gateway from Qbik New Zealand Limited in Auckland. 

Operating systemMicrosoft Windows
Initial release5 October 1995
Stable release9.0.4 / 20 December 2016; 4 months ago
LicenseProprietary commercial software Free for 10 users
Platformx64




Steps for installing WinGate :

1. Download the software and run it as administrator

























2. In the welcome screen select next




















3. In the license agreement screen accept the license and click next



















4. In the installation folder screen provide the path and click next




















5. In the select packages screen , select the packages to install and click next




















6. Enter an admin email address and click next




















7. In the ready to install screen click next




















8. Installing WinGate





















9. In installation finish screen click finish to complete the installation




















10. Reboot the computer, click yes to reboot the computer










11. Go to start - programs -  WinGate and click on start the WinGate service







































Sunday, April 30, 2017

Saturday, April 29, 2017

INSTALLING MS OFFICE 2010

Download the software from https://www.microsoft.com/en-in/download/details.aspx?id=39667
Right click on the setup file and click open



























































Accept the agreement and click continue




















click on Install Now








































click close to complete the installation


INSTALLING FIREFOX ON WINDOWS

Download the software from https://www.mozilla.org/en-US/firefox/new/
Right click on the setup file and click open





































click run































In the welcome screen click next




















In the setup Type screen select standard and click next




















In the summary screen click install to continue the installation







































click finish to compete the installation.

  Opatch reports 'Cyclic Dependency Detected' error when patching ODI   Issue: When applying a Patch Set Update (PSU) to WebLogic Se...