Skip to main content

[Idea] Cheap But Powerful Computing Cluster

I've always wanted a "supercomputer" or rather the feel-good feeling of saying that

"My computer has 20 cores and 5GB of RAM"

    - Timothy

And of course,

"It's not about the RAM, it's the core count that counts"
    - Timothy

You might be wondering why I would want such a computer. Well, first off, you're not my mom, and secondly, wouldn't it be great to be able to use such a powerful computer to do awesome stuff?

But hold up -- how am I going to go about building this cluster? Well, since buying 5 laptops is not a practical way of doing things (duh), we'll settle with something a less expensive and less space-consuming.

Of course I'm talking about the ARM-based Single Board Computers. Specifically either Orange Pis, NanoPis, or ODROIDs.

If we want to make full use of the computing power, we definitely need 64-bit CPUs, and fast RAM. Storage speed is usually not a problem in High Performance Compute Clusters (HPCC).

Now your question may be "What would you be able to achieve with a HPCC?"

I was wondering the same question as well when I was finding an excuse to build one. You see, my day job as computer forensic investigator can use some help from a HPCC.

Such a HPCC will be able to help me with tasks such as password cracking (yes, John The Ripper and Hashcat can run on HPCCs), quick hashing of large amounts of data, as well as performing byte level file recovery. All these tasks, while you can run them on Virtual Machines (I've tried that), can scale their performances with the amount of resources you provide them.

So that's it for this post. Subscribe to be notified whenever I post. Check out other projects that I have such as building an AI assistant from scratch using Mycroft AI.

Thanks for reading. You're awesome.

Comments

Popular posts from this blog

[Guide] Installing Microsoft Office 2016 on Ubuntu Using WINE

WINE is a compatibility layer that lets Linux users install and run Windows applications. It is not a virtual machine or an emulator. In simple words the compatibility layer translates Windows calls to Linux calls and thus something that can be understood by the underlying Linux system. For GUI folks (like me), PlayOnLinux is a graphical frontend to manage WINE applications. It also helps to automate some processes during the execution of the EXE files through the use of POL Scripts. All along POL  has a script that installs Microsoft Office 2010 to a point where it runs quite smoothly and mostly bug-free. However, future versions of Office have failed to be installed or run properly. As I was playing around with a copy of Microsoft Office 2016, I was able to get Microsoft Office 2016 running "well enough TM " such that it can be used on a day-to-day basis. Here I will outline the steps I have done to accomplish My laptop is running Kubuntu 18.04.3 LTS and has POL 4.2...

[Project] Pi-based Laptop (Part 2 - The SBC)

In Part 1 of the Pi-based Laptop, I have mentioned that I needed to look for an SBC that is more powerful than the Raspberry Pi 3B+ to power the laptop. Do refer back to that particular post to check out what I am looking for. Since there are so many SBCs in the market now, I have decided to be very strict in my elimination process. As long as the SBC does not hit one of the core criterias that will affect performance, it will be dropped. I will, however, make some leeway for criterias that should not affect the performance too much such as the WiFi not supporting 802.11ac. After searching around (admittedly it got boring very quickly), I have narrowed down my search a little by including major boards that run on the RockChip RK3399 (hexa-core, 4-cores @ 1.5GHz, 2- cores @ 2.0GHz). I have also included boards that seem powerful enough on paper. The budget I'm looking at? SG$180 for the SBC and its components (~US$140). So here are the final contenders: Rock64 RockPro64...

[Post] Logitech M590 Multi-device Silent Mouse

Image from logitech.com As mentioned in the Logitech K375s post , I use the Logitech M590 in conjunction with the keyboard to work across multiple devices. The M590 also comes with a Unifying receiver, meaning that by buying this and the K375s, I will have 2 Unifying receivers to use for these 2 devices. You can connect both devices to a single Unifying dongle by either using the Logitech Unifying Software, or using the Logitech Flow Software (these two are Flow compatible). This mouse is also a silent mouse, perfect to go together with the previously mentioned Logitech K375s. The mouse is able to pair with 2 devices either through the Unifying receiver (which I have 2 of thanks to the K375s), or Bluetooth. I find the Bluetooth connectivity a bit shotty at best, and it takes some time to switch between devices (at least for me). So personally I prefer to have the mouse and keyboard both connected to both my Unifying receivers. As also mentioned in the K375s post, these devices su...