Harry Tanama

Harry Tanama @harry_tanama_51571ebf90b6

About: Software Engineer building game engines from scratch using C/C++ with SDL2 and SFML, understanding Graphics APIs, 3D Math, data structures, and algorithms.

Joined:
Nov 17, 2024

Harry Tanama
articles - 16 total

Install and Setup Oh My Zsh

Install ZSH Ubuntu/Debian Base: sudo apt install zsh Enter fullscreen mode Exit...

Learn More 0 0Aug 15

Install OBS in Arch Linux Setting Auido

sudo pacman -Syu Enter fullscreen mode Exit fullscreen mode #...

Learn More 0 0Aug 15

LSP Server and Clangd Face Challenges Dealing With Very Large Codebases

When you want to jump to function definition in Linux, you need to use Ctags or Cscope. Or you can...

Learn More 0 0Aug 12

How to Modify the Location of the Virtual Machine Image

Use the command virsh edit <image_name> Do not include the extension .qcow2 example: virsh...

Learn More 0 0Aug 10

INSTALL QEMU KVM On Linux (i.e. Debian/Ubuntu Like Distro)

The command zgrep CONFIG_KVM /boot/config-$(uname -r) searches for the string CONFIG_KVM within the...

Learn More 0 0Aug 10

PopOS - How to Update NVIDIA Driver

Pop!_OS handles NVIDIA driver updates automatically through its system update process. You should not...

Learn More 0 0Aug 5

How to Setup Bluetooth in Arch Linux

To install and enable Bluetooth on Arch Linux install the following packages sudo pacman -S bluez...

Learn More 0 0Aug 3

Virtualbox Installation for Arch Linux

VirtualBox - Arch Linux Wiki Page https://wiki.archlinux.org/title/VirtualBox Install the virtualbox...

Learn More 0 0Aug 3

How to Compile from Source Code in Linux

The standard process for compiling and installing an application from source usually follows these...

Learn More 0 0Aug 3

Timeshift for Linux (System Restore)

https://github.com/linuxmint/timeshift Timeshift for Linux is an application that provides...

Learn More 0 0Aug 3

Arch Linux - How To Get Volume On Screen Display with XFCE Desktop Environment

This is a very common scenario on Arch Linux, especially if you're not using a full-featured desktop...

Learn More 0 0Aug 2

Install GE-Proton on Linux

For native Steam installations (most common): ~/.steam/steam/compatibilitytools.d/ Enter...

Learn More 1 0Jul 21

Multiplayer Tic Tac Toe Game

Creating Multiplayer Tic Tac Toe Game using Linux Socket Programming in C language. Thank you for...

Learn More 0 0Jul 8

My Developemnt Environment

My Linux Developemnt Environment: Core Compilation Tools to build application from the srouce...

Learn More 0 0Jul 6

Godot Node Process

A post by Harry Tanama

Learn More 0 0Jun 27

How to Print Decimal Number in Binary (using C++)

by Harry Tanama How to Print Decimal Number in Binary (using C++) (Advance Topic) using for...

Learn More 0 0Jun 23