I hereby claim:
- I am ajnouri on github.
- I am ajnouri (https://keybase.io/ajnouri) on keybase.
- I have a public key whose fingerprint is 7A8F C9A5 FE39 1082 16DD FF32 41CC DE15 11DF 0EB8
To claim this, I am signing this object:
# Initial installation | |
VERSION = '2.0.0a2' | |
sudo apt-get install python3-dev psutils vncviewer | |
pip3 install gns3-gui==VERSION | |
pip3 install gns3-server==VERSION | |
# Update to latest 2.0 branch | |
cd ~ | |
sudo rm -R gns3-server |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
#### GNS3 v1.5.0 from pip3 | |
sudo apt install -y python-pip python3-pip python-setuptools python3-setuptools python3-dev xvfb x11vnc vncviewer | |
sudo pip3 install pyqt5 | |
sudo pip3 install gns3-gui==1.5.0 | |
sudo pip3 install gns3-server==1.5.0 | |
#### Docker | |
sudo apt-get install -y apt-transport-https |
# Cleanup disk RUN rm -rf \ | |
/var/lib/apt/lists/* \ | |
/tmp/* \ | |
/var/tmp/* |
#! /usr/bin/python | |
print "\n*********************************************************************" | |
print "Cisco IOU License Generator - Kal 2011, python port of 2006 C version" | |
import os | |
import socket | |
import hashlib | |
import struct | |
# get the host id and host name to calculate the hostkey | |
hostid=os.popen("hostid").read().strip() | |
hostname = socket.gethostname() |
#!/bin/bash | |
commonname=apachehttps.lab | |
country=FR | |
state=IDF | |
locality=Panam | |
organization=cciethebeginning.wordpress.com | |
organizationalunit=IT | |
[email protected] |
START n1=node(..),n2=node(..) | |
CREATE (n1)-[ :-]->(n2) |
<?php | |
header('Content-Type: text/plain'); | |
echo "Server IP: ".$_SERVER['SERVER_ADDR']; | |
echo "\nClient IP: ".$_SERVER['REMOTE_ADDR']; | |
echo "\nX-Forwarded-for: ".$_SERVER['HTTP_X_FORWARDED_FOR']; | |
?> |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |