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