Category Archives: Technology

Bad Coding Style (I)

By | February 12, 2018

Look at the following PHP code snipped. It's a function which calculates the product of its two arguments and returns the result if both arguments are of type integer. Otherwise the function returns false. So far so good. The function does what it should do, and I have seen a lot of functions written this… Read More »

How to Setup a Bitcoin BIP148/UASF Node on FreeBSD

By | May 22, 2017

Assuming you have a fresh FreeBSD (or a jail) installed, and you are logged in as root, download the latest version of BIP148 enabled bitcoin sources from here as .tar.gz file and untar it.  As of writing it is v0.14.1-uasfsegwit0.3.tar.gz. fetch https://github.com/UASF/bitcoin/archive/v0.14.1-uasfsegwit0.3.tar.gz tar xzvf v0.14.1-uasfsegwit0.3.tar.gz cd bitcoin-0.14.1-uasfsegwit0.3 Next the documentation in ./doc/build-unix.md tells us which… Read More »

Bitcoin vs. Gold

By | March 10, 2017

Bitcoin was raising, and the price for one Bitcoin is now around the same as for one ounce of gold. So isn't it insane to pay for one Bitcoin as much as for one ounce of gold? According to this article there are currently between 155,244 tonnes and 2.5 million tonnes of gold in the… Read More »

Want to SSH or Telnet into a Cisco Wireless AP with Default Username and Password?

By | March 28, 2016

You probably know, that you can't enable ssh or telnet on a Cisco AP, until you have set a custom password, different from the default credentials ( username = Cisco, password = Cisco). The Cisco WLC prevents you from that indeed bad practice. But finally, with AC-Tube, the Open Source CAPWAP AC, you are free… Read More »

Problems with FTP when Installing FreeBSD

By | February 13, 2016

If you have problems installing FreeBSD using FTP, because you are behind a NAT that doesn't handle FTP properly, simply chose HTTP. In the "Mirror Selection" dialog select the "Main Site", and then chose "Other": And now simply replace ftp with http: The installation should work now.  

Don't use Hotmail.com, Live.com, Outlook.com ...

By | January 30, 2016

Have you ever missed an important event, because you haven't got the invitation email, but an invitation email was evidently sent to you? If so, you are probably using an email address at hotmail.com or outlook.com or in general Microsoft's mail services, also including addresses at live.com and other  domains. The reason for this is… Read More »