Archive

Archive for the ‘Malo mešano’ Category

net use

August 4th, 2011 No comments

net use x: \\IP\FOLDER PASS /user:userName

Categories: Malo mešano Tags:

Protected: Growing Elite M.

August 1st, 2011 Enter your password to view comments.

This post is password protected. To view it please enter your password below:


Categories: Malo mešano Tags:

Arduino Uno Kit IR Remote DIY lcd SD card Kit Advanced | eBay

July 24th, 2011 No comments

Arduino Uno Kit IR Remote DIY lcd SD card Kit Advanced | eBay.


Arduino Sensor Shield for digital/analog module/servos

http://shop.ebay.com/i.html?_from=R40&_trksid=m570.l1313&_nkw=arduino+sensors&_sacat=See-All-Categories

Categories: Malo mešano Tags:

WordPress teme

July 12th, 2011 No comments

http://www.gfxtra.com/wordpress-themes/

Categories: Malo mešano Tags:

DDWRT speed limit

July 7th, 2011 No comments

Save Script as Administrator -> Commands -> Save Firewall

CODE:
  1. # Firewall Script Start<br />
  2.     # Wait 10 seconds for Router startup<br />
  3.     sleep 10<br />
  4.     # br2 Web Access Only<br />
  5.     iptables -I FORWARD -i br2 -m state --state NEW -j ACCEPT<br />
  6.     iptables -I FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu<br />
  7.     iptables -I FORWARD -i br2 -d `nvram get lan_ipaddr`/`nvram get lan_netmask` -m state --state NEW -j DROP<br />
  8.     iptables -t nat -I POSTROUTING -o br0 -j SNAT --to `nvram get lan_ipaddr`<br />
  9.     iptables -I INPUT -i br2 -m state --state NEW -j DROP<br />
  10.     iptables -I INPUT -i br2 -p udp --dport 67 -j ACCEPT<br />
  11.     iptables -I INPUT -i br2 -p udp --dport 53 -j ACCEPT<br />
  12.     iptables -I INPUT -i br2 -p tcp --dport 53 -j ACCEPT<br />
  13.     # Share Printer with br2<br />
  14.     iptables -I FORWARD -d 192.168.1.30 -j ACCEPT<br />
  15.     # Limit br2 download speed<br />
  16.     tc qdisc del dev br2 root<br />
  17.     tc qdisc add dev br2 root handle 1: htb<br />
  18.     tc class add dev br2 parent 1:1 classid 1:10 htb rate 1024kbit ceil 1024kbit prio 4<br />
  19.     tc filter add dev br2 parent 1:0 prio 4 protocol ip handle 10 fw flowid 1:10<br />
  20.     iptables -t mangle -A POSTROUTING -d 192.168.10.0/24 -j MARK --set-mark 10<br />
  21.     # Limit br2 upload speed<br />
  22.     insmod imq<br />
  23.     insmod ipt_IMQ<br />
  24.     ip link set imq0 up<br />
  25.     tc qdisc del dev imq0 root<br />
  26.     tc qdisc add dev imq0 root handle 1: htb<br />
  27.     tc class add dev imq0 parent 1:1 classid 1:10 htb rate 100kbit ceil 100kbit prio 4<br />
  28.     tc filter add dev imq0 parent 1:0 prio 4 protocol ip handle 10 fw flowid 1:10<br />
  29.     iptables -t mangle -A PREROUTING -s 192.168.10.0/24 -j MARK --set-mark 10<br />
  30.     iptables -t mangle -A PREROUTING -j IMQ --todev 0<br />
  31.     # Firewall Script Ends

Change br2 with your brX, also change 192.168.10.0/24 to your needs

Note about “prio”, I’ve set it the lowest=4. Prio values are 0-4; 0=Highest, 1=High, 2=Normal, 3=Low & 4=Lowest

Categories: Linux, Malo mešano Tags: ,

How To Change Google Black Bar

June 29th, 2011 No comments

Black bar is really annoying so I made a script to change color.

Only for Firefox with Greasemonkey installed.

google_bar.user.js

Categories: Malo mešano Tags:

Ubiquity for firefox 4, 5, 6, 7

June 26th, 2011 No comments
Categories: Malo mešano Tags:

Protected: go1984

May 31st, 2011 Enter your password to view comments.

This post is password protected. To view it please enter your password below:


Categories: Malo mešano Tags:

Zabbix & Open-audit

May 29th, 2011 No comments

Rihards Olups - Zabbix 1.8 Network Monitoring - 2010

http://www.linux.com/archive/articles/60644?tid=129

Categories: Malo mešano Tags:

DropBox

May 25th, 2011 No comments

Always have your stuff when you need it with @Dropbox. 2GB account is free! http://db.tt/eOGMMXv

Categories: Malo mešano Tags:

You may receive an error message that contains the “0x8DDD0018″

May 22nd, 2011 No comments

Windows XP updates problem, can not install WGA

http://support.microsoft.com/kb/910337

Categories: Malo mešano Tags:

How to fix: Error 1075, The dependency service does not exist or has been marked for deletion | Kaliphonia.com

May 22nd, 2011 No comments

How to fix: Error 1075, The dependency service does not exist or has been marked for deletion

via How to fix: Error 1075, The dependency service does not exist or has been marked for deletion | Kaliphonia.com.

ren %windir%\System32\Wbem\Repository Repository_old

rundll32 wbemupgd, UpgradeRepository

cd /d %windir%\system32\wbem

for %i in (*.dll) do RegSvr32 -s %i

for %i in (*.exe) do %i /RegServer

Categories: Malo mešano Tags:

Importing and Exporting Mail and User Accounts in Outlook 2007

May 10th, 2011 No comments

On The Old MachineOutlook 2007 is nice enough to put all of its account info for each profile under one key.HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\So, first off, close Outlook if it's running.To export your Outlook account information, we just need to export that magic key. Open Registry Editor. Select the key that you want to save as a file. On the File menu, click Export. In the Export Registry File dialog box, in Save in, click the drive, folder, or network computer and folder where you want to save the hive. In File name, enter a name for the key. outlook_profile.reg would work great. In Save as type, make sure it's set as Registration Files .reg Click Save.Caveats: Every profile on your system under your logon will be exported.To move your old mail, you'll need to copy your PST file to the new machine.

via Importing and Exporting Mail and User Accounts in Outlook 2007 | Jephens Tech..

Categories: Malo mešano Tags:
0 pages viewed, 0 today
0 visits, 0 today
FireStats icon Powered by FireStats