Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'network'

2052616 - killuminati little bros: network security issues
  1. Ok, I'm going to renew my security issues on my PC.
  2.  
  3.  PeerBlock + BLM + my selection on blacklists...
  4.  you can find two sources for black lists, just unite the corresponding (LVL1+LVL1)
  5.  
  6.  Spyware Defender (FREE) Agnitum Outpost
  7.  
  8.  Utilu installer for firefox: old for no images, no java. newest for pr0nwar3z.
  9.  
1788035 - Artem S. Tashkinov: linux debian network wireless wpa wpa2 psk
  1. # Debian /etc/network/network configuration for WPA(2)/PSK wireless network with DHCP server
  2. # (c) Artem S. Tashkinov
  3.  
  4. allow-hotplug wlan0
  5. iface wlan0 inet dhcp
  6.         wpa-ap-scan 1
  7.         wpa-psk 63characters_hex_key_here
  8.         wpa-scan-ssid 1 # only required if SSID is not broadcasted/advertised.
  9.  
1715493 - powershell netcat: network powershell
  1. $port = 2048
  2. $enc = New-Object System.Text.AsciiEncoding
  3.  
  4. $sock = New-Object System.net.Sockets.TcpListener $port
  5. $sock.Start()
  6. $client = $sock.AcceptTcpClient()
  7.  
  8. $stream = $client.GetStream()
  9.  
986402 - niiiikiiiiii: gui network monitoring notify
  1. #!/bin/bash
  2. host="el1 el2 el3 el4 el5 el6 el7 el8 el9 el10 el11 el12"
  3. per="1200"
  4.  
  5.  
  6. export DISPLAY=":0"
  7. ping -c 1 google.com -w 3 > /dev/null
  8. if [ $? != 0 ];then
  9.  
fantasy-obligation
fantasy-obligation