du -k | sort -nr | more
du -sk * | sort -rn
try one of these commands
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
|
---|
|
|
---|
Thursday, December 18, 2008
Wednesday, December 17, 2008
linux sandvine fix bittorent comcast
sandvine fix to continue with downloads on restricted line:
paste this script into terminal (change your bittorent port)
sudo -s
#!/bin/sh
#Replace 6883 with you BT port
BT_PORT=51413
#Flush the filters
iptables -F
#Apply new filters
iptables -A INPUT -i lo -j ACCEPT
#Comcast BitTorrent seeding block workaround
iptables -A INPUT -p tcp --dport $BT_PORT --tcp-flags RST RST -j DROP
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
#BitTorrent
iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport $BT_PORT -j ACCEPT
iptables -A INPUT -m state --state NEW -m udp -p udp --dport $BT_PORT -j ACCEPT
iptables -A INPUT -j REJECT --reject-with icmp-host-prohibited
paste this script into terminal (change your bittorent port)
sudo -s
#!/bin/sh
#Replace 6883 with you BT port
BT_PORT=51413
#Flush the filters
iptables -F
#Apply new filters
iptables -A INPUT -i lo -j ACCEPT
#Comcast BitTorrent seeding block workaround
iptables -A INPUT -p tcp --dport $BT_PORT --tcp-flags RST RST -j DROP
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
#BitTorrent
iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport $BT_PORT -j ACCEPT
iptables -A INPUT -m state --state NEW -m udp -p udp --dport $BT_PORT -j ACCEPT
iptables -A INPUT -j REJECT --reject-with icmp-host-prohibited
how to airbrush a person "removed tutorial"
photoshop tutorial that was removed from canon forums:
1. heal brush to remove major skin errors
2. new layer from image->gausian blur->add noise (should look like skin)
3. make this layer like mask and then with eraser make it apper where is skin (no nose, lips, eyes,etc.)
4. add new adjustiment layer->add some sephia
5. sharpen or use new layer->apply "medum" high pass->and than make layer appear by adjusing oppacity
1. heal brush to remove major skin errors
2. new layer from image->gausian blur->add noise (should look like skin)
3. make this layer like mask and then with eraser make it apper where is skin (no nose, lips, eyes,etc.)
4. add new adjustiment layer->add some sephia
5. sharpen or use new layer->apply "medum" high pass->and than make layer appear by adjusing oppacity
Subscribe to:
Posts (Atom)