sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminatorTerminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").
| #!/usr/bin/env python | |
| """ | |
| MS12-020/CVE-2012-0002 Vulnerability Tester | |
| based on sleepya's version @ http://pastebin.com/Ks2PhKb4 | |
| """ | |
| import socket | |
| import struct | |
| import sys |
| #!/bin/bash | |
| sudo apt-get install git python-pip make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev curl | |
| sudo pip install virtualenvwrapper | |
| git clone https://github.com/yyuu/pyenv.git ~/.pyenv | |
| git clone https://github.com/yyuu/pyenv-virtualenvwrapper.git ~/.pyenv/plugins/pyenv-virtualenvwrapper | |
| echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc | |
| echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc |
| package proxy | |
| import ( | |
| "io" | |
| "net" | |
| "sync" | |
| log "github.com/Sirupsen/logrus" | |
| ) |
| If you are looking to build Nmap from GitHub and/or test pull requests you can | |
| use the instructions below. Note that they are not tailored towards those who | |
| will be modifying the code or creating pull requests themselves. | |
| Note: The Nmap GitHub repository is a mirror of the official Nmap Subversion | |
| repository which is considered the 'source of truth' for the Nmap | |
| codebase. | |
| Getting the code |
michaelklishin/tls-gen "basic" profile| import React, { Component } from 'react'; | |
| import { BrowserRouter as Router, Route, Link } from "react-router-dom"; | |
| import { Layout, Menu, Icon } from 'antd'; | |
| import Dashboard from './containers/Dashboard/Dashboard'; | |
| import Meseros from './containers/Meseros/Meseros'; | |
| const { Header, Content, Footer, Sider } = Layout; | |
| const SubMenu = Menu.SubMenu; |