To get server or computer information and to save the information into a txt file fallow this simple step. you can also add this into script that will run this automatically for you: psinfo -d \\Server1 > date.txt psinfo -d \\Server2 >> date.txt psinfo -d \\Server3 >> date.txt psinfo -d \\Server4 >> date.txt :> psinfo \\development -h -d PsInfo v1.6…
Just follow this simple steps: Open Linux Terminal To START recording type script To EXIT recording type exit Automatically will be create a file in the local directory where the script was lunch initially called typescrpt, where are record all the terminal activity
To find word from a file use following syntax: grep “word” {filename} Find word Orange in the file called data.txt: $ grep “orange” data.txt Grep prints all lines containing ‘orange’ from the file data.txt, regardless of word boundaries; therefore lines containing ‘orangeade’ or ‘oranges’ are also printed. Grep Words Form the File To print all lines containing ‘orange ‘ as…
1 – Open Termina 2 – Type this command netstat -an 3 – Use this web site to find external IP-ADDRESS connect into your machine: http://www.ip-adress.com/ Example: Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.1:8123 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:17500 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:4381 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN tcp…
Step # 1: Add a user joe to UNIX/Linux system adduser command adds user to the system according to command line options and configuration information in /etc/adduser.conf. They are friendlier front ends to the low level tools like useradd. Type any one of the following command: # useradd joe # passwd joe OR adduser joe Step # 2: Add a…
The best way to do that is to Download a free software called Recuva. Recuva is a data recovery program for Windows, developed by Piriform. It is able to recover files that have been “permanently” deleted and marked by the operating system as free space.[5] The program can also be used to recover files deleted from USB flash drives, memory…
If you have a problem to reinstall office 365 into your machine please after you dis install the software from control panel you need to delete the office365.txt from the C:/Windows/Office365.txt
Make sure that Outlook is fully patched Verify that the data file exists and you have enough permissions at folder level or you’re doing this at UAC enabled. So you need to ensure Read only attribute is not applied on the .PST file a. Right click on the File > Properties > Attributes > uncheck Read-only option b. Apply the…
To put your device into recovery mode, follow these steps: Turn off your device and leave it off. Plug in your device’s USB cable to a computer with iTunes. Hold down the Home button on your device as you connect the USB cable. Keep holding down the Home button until you see the Connect to iTunes screen. When you see this…
To install the scripts, download the archive, extract it and copy the extracted scripts (.scm) to the following location: Linux: for your user: ~/.gimp-2.8/scripts or system-wide: /usr/share/gimp/2.0/scripts Windows Vista/7: C:\Program Files\GIMP 2\share\gimp\2.0\scripts or C:\Users\YOUR-NAME\.gimp-2.8\scripts Windows XP: C:\Program Files\GIMP 2\share\gimp\2.0\scripts or C:\Documents and Settings\yourname\.gimp-2.8\scripts TO_INSTALL: Put the scripts in : Windows Vista/7/8) C:\Program Files\GIMP 2\share\gimp\2.0\scripts or C:\Users\YOUR-NAME\.gimp-2.8\scripts Linux /home/yourname/.gimp-2.8/scripts