Information Security Diary
Tuesday, 3 September 2019
Installation of nltk data in Offline mode
›
## Installation of nltk data in offline mode NTLK is popular library for naturual language processing in python and is used to carry out ma...
Friday, 2 February 2018
Install graphite on CentOS 7
›
1) Install and enable EPEL sudo wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum install epel-release-latest...
Sunday, 24 December 2017
Process dump the attacker using logstash
›
Use linux "auditd" to monitor /etc/passwd file and generate a key "password_access". $ sudo apt install auditd $ audit...
Tuesday, 19 December 2017
Why you should not run multiple anti-virus products
›
I liked the advice from Emsisoft Anti-virus about why you should not run multiple anti-virus products. * Potential conflicts/incompatibil...
Sunday, 10 December 2017
Fix "this webpage has a redirect loop" error in browser
›
On a daily basis, Internet as a whole suffers from many problems and one such problem that is sometimes encountered is "The webpage...
Sunday, 19 November 2017
Save bash command history to syslog
›
# Increase history size export HISTSIZE=5000 # In the commands given below - every time a new prompt is issued , bash history is appended t...
Friday, 10 November 2017
Download gz file using python request module
›
Here is the quick script I wrote to download a gz file using python requests module: #!/usr/bin/env python import requests import gzip im...
›
Home
View web version