How to increase storage on TP-Link WR703N with ExtRoot

tp-link wr703n with thumbdriveA few days ago I wrote about how you can flash OpenWRT on the TP-Link WR703N router and build a ~20$ cheap OpenWrt router this way. OpenWrt actually works quite well on the WR703N, but in retrospect the following problem arises.
Unfortunately the WR703N has only 4MB flash (memory), so (depending on the selected image/firmware) after installing OpenWrt there will be just about 900 kB of free memory available. If you now want to install one or more extensions for OpenWrt, which in my opinion is one of the main benefits of using a OpenWrt system, you will be confronted with “no space available” messages in really no time. One solution to “bypass” this problem is to “ExtRoot” your router.
ExtRoot is a functionality that can be used to outsource the OpenWrt file system of the […]

How to create an ext4 partition on Windows

Today I’ve got a quick software tip for you. The tool that I like to show you is MiniTool’s Partition Wizard Home Edition. It is a freeware for partitioning and formatting hard disks and flash memory (memory cards, USB thumbdrives, etc.).
Why do I mention this tool here? Because it gives you the possibility to partitionate and format your drives into various Linux formats (ext2, ext3, ext4) directly on Windows. This can be very useful when, for example, a USB flash drive in ext4 format is needed, but you don’t have access to a Linux PC. (Certainly, you could load, burn and boot from a Linux live DVD, but I think to use Partion Wizard for Windows is smaller, faster and therefore easier in this case.
Create an ext4 USB flash drive on Windows
After you’ve downloaded and installed Mini Tools’ Partition Wizard, we can begin with our short tutorial. If you have […]

How to build a 20$ low-cost OpenWrt router – Flash OpenWrt to TP-Link WR703N

TP-Link WR703NFor one of my projects I was looking for a router that runs OpenWrt. But the all time classic of these type of routers, the Lynksys WRT54GL, is definitely too expensive in my opinion and so I searched a for a cheaper alternative. And I found it.
The TP-Link WR703N is a really small router, which can be powered by USB and also can be flashed with OpenWrt.
An unbeatable argument for the TP-Link is in my opinion the price. So I think you will rarely find a new OpenWRT compatible router for less than $20. I bought mine on eBay for ~22$ including shipping, but at the moment the US prices are a little bit lower. I also added some pictures from the unboxing at the end of this blog post.
Where can I buy the TP-Link WR703N?

21,00$ […]

3 things you should know to speed up HttpWebRequest

HttpWebRequest LogoThose who work with the. NET framework and occasionally used the HttpWebRequest class, may have stumbled about the phenomenon that it seems to be quite slow in some cases. Especially if you use HttpWebRequest in combination with threading to get responses as quick as possible, the HttpWebRequest class quickly becomes a party pooper.
Initially you might assume that the problems rely on the Internet connection, but at least after a speed comparison with wget or curl, you should recognize that the “problem” must be at the. NET implementation.
No products found.In the following article I will focus on three points that can help you, to speed up the HttpWebRequests class.

1. Increase DefaultConnectionLimit
All instances of the HttpWebRequest class are using some properties of the ServicePointManager. One of these porperties of the ServicePointManager is the “DefaultConnectionLimit”. By default, this […]

How to fix Windows XP Bluescreen Error 0x0000007B

BluescreenMeanwhile I’m going three tracks on my laptop. This means concretely – Windows 7, Windows XP and Linux Mint 12 are bid me welcome every time I boot my laptop.
After installing Windows XP, however, I was faced with a blue screen and the following error message at the first boot:
Stop: 0x0000007B
I was on the point of doing to install XP again, when I found a solution which is much more convenient. In the BIOS of my laptop the SATA AHCI mode was set. Switching to the IDE mode brought the desired success. XP simply isn’t delivered with an AHCI compliant driver.
Greetings,
Raffi