Linux

180 Articles 5 Followers


Ubuntu Bitcoin Ful Node - Installation and Configuration

3 Sep 2024 4 minute read 0 comments BSD Blockchain

A full node is a program that fully validates transactions and blocks. Almost all full nodes also help the network by accepting transactions and blocks from other full nodes, validating those transactions and blocks, and then relaying them to further...

Coin Wallet & XMR Deposits

29 May 2025 1 minute read 0 comments WinterYeti

Ever since the ongoing fiasco of Coinbase continued to evolve into something worse, I've been exploring other digital wallets. One of the tried and true tools that I've come across has been Coin Wallet. Originally, I discovered it when I was busy lea...

Installing Bitcoin (BTC) Full Node with Ordinal Protocol support on Google Cloud

2 Sep 2024 5 minute read 1 comment BSD Blockchain

Ordinal is a scheme used to number satoshi values ​​that allows tracking and transfer of individual satoshis. These numbers are called ordinal numbers. Satoshis are numbered in the order in which they were mined, and are transferred from transaction...

How to install guest additions on virtualbox for debian linux tested with linuxmint 21.3

5 Jul 2024 1 minute read 0 comments logderman

After you install your debian VM and have it running. Inside your VM do this: 1. sudo apt update && sudo apt upgrade -y 2. sudo apt install build-essential dkms linux-headers-$(uname -r) 3. Go to the Devices menu and click on "Insert Guest Additions...

Setting Up Your Own DomainServerSiteHomeDigitalKingdom for Free (Well Almost)

13 Sep 2024 3 minute read 0 comments WinterYeti

We're going to start with a simple acroynm: LAMP. No, not the illuminating gizmo. The acronym stands for Linux, Apache, MySQL and PHP, ergo LAMP. It is a simple and, more importantly, free package that comes with a Linux environment and gives you eve...

The Journey of Resolving Ubuntu Installer Issues ("stdin: Invalid argument")

23 Nov 2024 2 minute read 0 comments Kuberteas

Background The Ubuntu installer as been causing issues for quite some time, I finally found the solution. This blog post describes the solutions found, as well as further troubleshooting information in case the issue doesn't resolve a reader who need...

Microsoft Customers Prefer Linux on Azure Cloud

2 Sep 2021 2 minute read 4 comments Debesh Choudhury

Top 100 Microsoft Customers deploy Linux (not Windows) on Azure That is why Microsoft Azure loves Linux more than Windows!  This is not an overstatement but a hundred percent true. Former CEO of Microsoft Steve Ballmer had termed Linux as ‘a cancer’....

Linux is Everywhere

17 Feb 2022 2 minute read 4 comments Debesh Choudhury

In the year 1999, I decided to try GNU/Linux operating system for my desktop computer. It was one of the most remarkable experiments I did in my computing life. Then, I had applied for a Japanese Government Scholarship which I received. I was in Toky...

The State of Linux Gaming - 2023 in Review

25 Dec 2023 1 minute read 0 comments LateToTheParty

With the Year of 2023 coming to a close, it is time to look at how much progress Linux gaming has made over the course of the previous 12 months. When I did a mid-year review, Linux had a modest 1.44% marketshare on Steam and over 3% on StatCounter....

Termux: Linux On Your Android

27 Feb 2024 3 minute read 2 comments CryptoEntrepreneurs

Termux is a terminal application that allows you to create a Linux environment on your own Android smartphone and works without root access to your device. This open source application combines powerful terminal emulation with an extensive collection...