Ref : http://forums.debian.net/viewtopic.php?f=30&t=117586
Update your source.list
by sudo vim /etc/apt/sources.list
# /etc/apt/sources.list
deb http://ftp.uk.debian.org/debian/ wheezy main
Ref : http://forums.debian.net/viewtopic.php?f=30&t=117586
Update your source.list
by sudo vim /etc/apt/sources.list
# /etc/apt/sources.list
deb http://ftp.uk.debian.org/debian/ wheezy main
#!/bin/bash | |
# | |
# Transcode DVB TV signals to h.264-encoded MP4 files using VLC | |
# [email protected] | |
#### Defaults, please edit for your settings #### | |
# VLC location, here is the Mac OS X example | |
VLC=/Applications/VLC.app/Contents/MacOS/clivlc | |
# Other possibilities: (Remove the # to activate) |
# | |
# Created by : Ralph Crisostomo | |
# 14FEB2016 | |
# | |
# Instead of clicking and downloading one by one | |
# Paste the code below to your chrome console | |
# to generate bash command for you to copy and paste | |
# to your terminal. | |
# |
Ref: http://www.contextis.com/resources/blog/wireless-phishing-captive-portals/
nterface=wlan0
driver=nl80211
ssid=NotFreeWifi
channel=6
hw_mode=g
#!/bin/bash | |
DATE=`date +%Y-%m-%d` | |
SESSION=log | |
killall hostapd | |
killall dnsmasq | |
killall sslstrip | |
mkdir ~/passniffer | |
mkdir ~/passniffer/$DATE/ |
function git_prompt_info() { | |
ref=$(git symbolic-ref HEAD 2> /dev/null) || return | |
echo "$(parse_git_dirty)$ZSH_THEME_GIT_PROMPT_PREFIX$(current_branch)$ZSH_THEME_GIT_PROMPT_SUFFIX" | |
} | |
function get_pwd() { | |
print -D $PWD | |
} | |
function battery_charge() { |
lsusb - list usb device
next()
or res.end()