All Posts By

admin

Report Server information

By | Hacking Tutorial

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…

Read More

To Record your Linux Terminal

By | Hacking Tutorial

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

Read More

GREP us full Linux command to find work or string into file or system

By | Hacking Tutorial

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…

Read More

How to investigate Active Internet connections

By | Hacking Tutorial

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…

Read More

Samba Add a User

By | IT Solutions

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…

Read More

Open Outlook Data file Problem

By | IT Solutions

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…

Read More

How to restore your iPhone, iPad, or iPod touch

By | IT Solutions

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…

Read More

DOWNLOAD GIMP 2.8 SCRIPT-FUS PACK

By | Hacking Tutorial

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

Read More