Category: Linux

Various posts related to Windows operating system

Posted in Linux Robotics

How to add serial interface to WRT54GL router

If you decided to mod your wrt54gl router and turn it into one of the most capable routers for soho network, probably the first mod you should start with is adding serial interface to it. Why? Because when you do the other mods (like adding SD reader, turning into robot,…

READ MORE
Posted in Linux

Updating BIOS on ALIX 2 series (fixing “NET: Registered protocol family 16” boot freeze)

I recently tried to install voyage linux on an ALIX computer and found that versions 5.0 don’t run on it hanging with “NET: Registered protocol family 16” message during the boot. After quick research I found that “MFGPT workaround” option should be disabled in the bios settings in order to…

READ MORE
Posted in Hardware How To Linux Software

Consolidating All Media Files With Archos 605 and Linux Media Server

Many people are dreaming about consolidating all media files (video, music, pictures etc) in a single place. For some it is a huge full of DVDs, CDs and photos. Others buy hardware media servers and store all files in them. I chose a solution based on Archos 605 WiFi and…

READ MORE
Posted in Hardware Linux Software Tools Web

MineStream Defender – the ultimate network security device

Last 12 months I was working on an interesting device that provides the network security features many companies and families are dreaming about. You probably already have heard about different threats out there like internet predators, viruses, spyware, dangerous websites, confidential information leaking from your business and others. Also…

READ MORE
Posted in How To Linux Software

Solving “configure: error: C++ compiler cannot create executables” problem

You ran ./configure and got “configure: error: C++ compiler cannot create executables”. Here is how to fix it …

READ MORE
Posted in How To Linux Software Web

Squid: unrecognized httpd_accel_port, httpd_accel_with_proxy on, httpd_accel_uses_host_header

I was recently installing squid at home as a single caching proxy for all computers in my home network. The simple way is just running squid on your linux router as is and configuring every single browser on all computers in your network so they access internet using squid. That’s…

READ MORE
Posted in Hardware How To Linux Robotics

How to take apart a Linksys WRT54G router

Linksys WRT54G router and similar are very famous because of great modifications potential hidden in the device. For some purposes you may want to add a serial port to the router. You may need that for development purposes or to turn the router into a robot for instance. This post…

READ MORE
Posted in How To Linux Software

How to automate fdisk (how to partition a lot of disks quickly)

Imagine you need to create say 10 disks with predefined partitions loaded with some software. The ideal solution would be automatic disk partitioning and copying the software to it. While copying files is an easy-to-do everyday procedure partitioning is a bit more tricky (really, just a little bit). Here is…

READ MORE
Photo by Museums Victoria on Unsplash
Posted in How To Linux

How to disable automount in linux (Re-reading the partition table failed with error 16)

Imagine you’re repartitioning a disk and when you quit fdisk writing the new partition table automount tries to mount new partitions. So instead of refreshed disk ready for newfs you get this warning:

WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old…

READ MORE
Posted in How To Linux Software Windows

Solving “The server you are connected to is using a security certificate that could not be verified.” problem

Uff that was tough one … If you decided to make your mail communications more secure you probably switched on SSL option in your mail client for POP3/IMAP/SMTP servers. There is a good chance you will get one of those errors that sound like
The server you are connected to is…

READ MORE
Posted in How To Linux Web

Why *nix md5sum and PHP md5() do not match?

I recently tried to calculate md5 from *nix using md5sum and PHP md5() function. The result might surprise you – they don’t match in the situation you expect them to match. Here is explanation why and how to fix that.

READ MORE