I hereby claim:
- I am skatemaster on github.
- I am seerauber (https://keybase.io/seerauber) on keybase.
- I have a public key ASB6gke8w73QHSwE2Qa3jzZgy6O_ffMwyGNsoCtzzbuuoAo
To claim this, I am signing this object:
#!/bin/sh | |
# | |
# 00-header - create the header of the MOTD | |
# Copyright (c) 2013 Nick Charlton | |
# Copyright (c) 2009-2010 Canonical Ltd. | |
# | |
# Authors: Nick Charlton <[email protected]> | |
# Dustin Kirkland <[email protected]> | |
# | |
# This program is free software; you can redistribute it and/or modify |
I hereby claim:
To claim this, I am signing this object:
1) Filter them out by creating /etc/rsyslog.d/ignore-systemd-session-slice.conf with the following contents: | |
if $programname == "systemd" and ($msg contains "Starting Session" or $msg contains "Started Session" or $msg contains "Created slice" or $msg contains "Starting user-" or $msg contains "Removed Slice" or $msg contains "Stopping user-") then stop | |
and restart rsyslogd with systemctl restart rsyslog | |
-OR- | |
2) set the systemd logging level a bit higher by editing /etc/systemd/system.conf: |
# Email IP addresses | |
import os | |
import sys | |
import smtplib | |
# CONSTANTS: | |
storage_dir = os.path.dirname(os.path.realpath(__file__)) | |
message = 'Network Change detected:\n' |
VANITY GENERATORS | |
(+) ExploitAgency's (80+ coins) -- https://github.com/exploitagency/vanitygen-plus | |
>> vanitygen.exe -C LTC -o results.txt -i -k lTEST | |
(+) TRON -- https://github.com/sonicskye/tron-vanity-address | |
# creat a banner with your DOMAIN NAME in the MOTD (/etc/motd) | |
# so when you login you can quickly know you are on the correct server | |
sudo apt-get -y install toilet | |
sudo chmod 777 /etc/motd | |
sudo toilet --gay bitcoinaffiliates.net > /etc/motd | |
(1) Find Apache httpd.conf (Bitnami’s setup it’s /opts/bitnami/apache2/conf). | |
$ sudo nano /opts/bitnami/apache2/conf/httpd.conf | |
(2) Set up subdomains, you must the add new Virtual Host directive properties: | |
(a) required: a <VirtualHost> for the main www, |
KALI reports the following error message about PGP key on apt-get: | |
"The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>" | |
To fix, execute the command: | |
$ wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add; |
List of Packages to add after installing KaliPi: | |
================================================== | |
kali-linux (1.5 GB) | |
kali-linux-all (15 GB) | |
kali-linux-forensic (3.1 GB) | |
kali-linux-full (9.0 GB) -- comes with default install | |
kali-linux-gpu (4.8 GB) -- extra gpu cracking tools | |
kali-linux-pwtools (6.0 GB) -- password cracking utilities w/ gpu package | |
kali-linux-rfid (1.5 GB) |