#Mac OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List text patterns: | |
{description} | |
{filename} | |
{filecount} | |
{title} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oot@ADD-FD39R52:~# apt-get install nvidia-driver | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
dkms glx-alternative-mesa glx-alternative-nvidia glx-diversions libegl1-nvidia libgl1-nvidia-glx libgles1-nvidia libgles2-nvidia libjansson4 libnvidia-eglcore libnvidia-ml1 libxnvctrl0 linux-headers-amd64 nvidia-alternative | |
nvidia-driver-bin nvidia-installer-cleanup nvidia-kernel-common nvidia-kernel-dkms nvidia-modprobe nvidia-settings nvidia-support nvidia-vdpau-driver xserver-xorg-video-nvidia | |
Recommended packages: | |
linux-image libgl1-nvidia-glx-i386 | |
The following NEW packages will be installed: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
< ?php header("Location: http://www.redirect.to.url.com/"); > |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
seq -f "63.118.77.%g" 0 255 & seq -f "65.223.143.%g" 0 255 & seq -f "12.238.39.%g" 128 254 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir dradis3-git | |
cd dradis3-git/ | |
git clone https://github.com/dradis/dradisframework | |
cd dradisframework/ | |
rm Gemfile.lock | |
git checkout release-3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LanMan has changed mode: +i | |
13:34 NickServ: This nickname is registered. Please choose a different nickname, or identify via /msg NickServ identify <password>. | |
13:34 Error(477): #r_netsec Cannot join channel (+r) - you need to be identified with services | |
13:34 Error(477): #metasploit Cannot join channel (+r) - you need to be identified with services | |
13:34 Error(470): #python #python-unregistered Forwarding to another channel | |
13:34 Error(470): ##networking ##fix_your_connection Forwarding to another channel | |
13:34 NickServ: You are now identified for aPices. | |
13:34 ChanServ: [##security] In line with freenode channel naming policy ( http://freenode.net/policy.shtml#channelnaming ), channel management of #security has moved to ##security .... please update your autojoins! Thanks. | |
13:34 ChanServ: [#armitage] hello and welcome to #armitage, the bubbliest Metasploit user interface channel on freenode. Sit back, grab a champagne, mix it with some orange juice and hang out. | |
13:34 Reply(328): #armitage http://www.fasta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{title} test | |
{description} | |
yo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ nc -vv proxy-nl.privateinternetaccess.com 1080 | |
found 0 associations | |
found 1 connections: | |
1: flags=82<CONNECTED,PREFERRED> | |
outif en0 | |
src 192.168.1.100 port 62494 | |
dst 46.166.188.251 port 1080 | |
rank info not available | |
TCP aux info available |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove osxfuse if installed via homebrew: | |
> brew uninstall osxfuse | |
Install osxfuse binary and choose to install the MacFUSE compatibility layer: | |
http://sourceforge.net/projects/osxfuse/files/latest/download?source=files | |
Reboot (optional but recommended by osxfuse) | |
Install ntfs-3g via homebrew: | |
> brew update && brew install ntfs-3g |