Category Tech

Flatpak is the Future of Linux Application Management?

After playing around with Snap, I thought I’d take a look at Flatpak with the intention or writing up how to install and use it. These Linux version agnostic application systems with containerization and sandboxing sound good, but are they…

Overclocking the Raspberry Pi’s

The Raspberry Pi’s can easily be overclocked but this all depends on your cooling solution. If you have a good heatsink, preferably with a fan or two, you can turn up the Pi and improve performance and still keep the…

BTOP System Monitor Installation using Snap

On several of my Linux operating systems I found that Btop++ wasn’t in the repositories, but was available via Snap package. Consequently, I only recently started using Snap after Ubuntu only included Firefox via Snap package. Snap is an interesting…

Install the Yacy Search Engine with Docker

Yacy is a promising distributed search engine project. You can run Yacy as a P2P, peer to peer, search engine, or as your very own search engine with web crawler, or as an intranet, local search engine. However, this is…

Install Search Engine Proxy SearXNG

In my last post on installing Whoogle, I went over why you would want to take control of your privacy from other search engine privacy proxies. Now Whoogle was a proxy for just Google, but enter in the SearX project…

Install Your own Search Engine Whoogle

Lately, with DuckDuckGo foregoing their original commitment to privacy allowing Microsoft tracking and saying they would filter results around the Ukraine war, I’ve taken to using other search engines with privacy commitments, qwant.com, swisscows.com, metager.org… (many of these gather their…

Tips for Setting Up Your Dell Poweredge Server

When you get your decommissioned server from Ebay or other sources, one of the first tasks you’ll need to do is check and tackle your firmware versions. Keeping up with firmware doesn’t seem to be that important to some people…

Server Virtualization with Proxmox Type I Hypervisor

Beyond Type II virtualization, like VirtualBox or VMPlayer Workstation where the guest operating system is virtualized with software on the host operating system, there is Type I virtualization, where a lightweight Bare Metal Hypervisor passes system resources directly to the…

Manage Docker with Portainer

In the previous post I went over how to install Docker and run a Pi-hole and Unbound stack. A much easier way to manage docker than using the CLI commands is to install a Portainer Docker container. And it couldn’t…

Run Pi-hole with Unbound in Docker on a Raspberry Pi

Pi-hole has to be one of the best things you could run on your home network to protect your privacy and enable advertisement, tracking, and malware site blocking for all the devices on the local network. This is especially helpful…

Ad Blocking and Avoiding Web Tracking

We’ve covered Tor Browser, but what can you do to protect yourself in your regular web browser. My favorite browser plugin tools are uMatrix and uBlock Origin. Now a warning, this will require some initial configuration on new sites that…