Araz Gholami

Blog RSS · Thoughts, Articles, Memories, and Events

How to set global key shortcuts in Wayland

If you're a dropdown terminal person, you know the deal: one key, instant access, no friction. i've used the grave key (`) to show and hide my terminal for as long as i can remember. then wayland came along and decided that key is off-limits for global shortcuts. relearning decades of muscle memory ... Read All

How To Deploy a React Application with Apache2 on Ubuntu?

For old-generation developers like me, switching from jquery to react in terms of deployment concepts was horrifying. remember when deploying meant just ftping some files and refreshing the browser? those days are gone, replaced by builds, bundles, and server-side rendering. let’s assume you wrote ... Read All

WTF-IS: MySQL Database

Data runs the world. whether you’re building a website, analyzing customer behavior, or automating tasks, you’ll eventually need to store, retrieve, and manipulate data. that’s where mysql comes in.mysql is an open-source relational database management system (rdbms) that enables efficient stora... Read All

A free and easy way to watch whole World TV Channels online with IPTV

Literary there is no ad-free and free and comprehensive option to watch worlds tv online on web or mobile app. iptv is a simple way to stream a tv channel using not cable, not satellite but internet, so for this, you need iptv lists and a client to play stream on mobile or tv. full list of iptv ... Read All

Using SSH Tunneling as VPN (with Clients for Mac/Linux/Windows/iOS/Android/TV)

Due to extreme internet censorship in my region, i was forced to find a way to connect to free internet in the past few mounts. in a world where none of the other vpns like expressvpn or openvpn or even v2ray/shadowsocks works, you have no choice other than being creative. in this tutorial, i’m goin... Read All

WTF-IS: LaTeX

Latex (pronounced la-tek or sometimes lay-tek) is a document preparation system created by leslie lamport in 1984. it’s built on top of tex, a typesetting system developed by donald knuth in 1978. but the story goes further back: tex was based on troff, an even older system written by joe ... Read All

Understanding L10n, I18n, and Related Terms

Whenever you want to implement formatted data and multilingual support based on region or locale, you will eventually encounter the terms i18n and l10n. sometimes, you may also see terms like g11n or globalization. in this article, i’ll explain the definitions and differences between these terms. ... Read All

Understanding OWL: The Web Ontology Language

In november 2002, the world wide web consortium proposed owl as a semantic markup language for publishing and sharing web ontologies. owl is based on rdf and derived from daml+oil. it is one of the semantic markup languages that uses clear and formal definitions of classes, instances, and relationsh... Read All

WTF-IS: VIM

Back in 1976, bill joy created vi for the unix operating system. the name comes from the first two letters of visual, which makes sense. before vi, people used ex, a line editor, which was itself an upgrade from an even older tool, ed, built by ken thompson in 1971. why “visual”? because back... Read All

Essential Steps After Installing Ubuntu 20.04

I’ve had my issues with ubuntu for a long time, but after trying many other distributions, it unfortunately remains my first choice if you don’t want to deal with the thousand-and-one problems of other distros. from non-working shortcut keys when your keyboard language isn’t english on deepin, to mi... Read All

WTF-IS: Linux Terminal

Preface: this post is a quick tutorial about a specific tool or concept. what you read below is the essential knowledge you need to quickly learn to use this tool or concept. i publish these series under the name wtf course. quick guide to linux terminal commands: debian/ubuntu only: sudo a... Read All

Complete Guide to Converting Right-to-Left Books for Kindle

After months of delay and anticipation, i finally had time today to write the guide i promised. i’ll get straight to the point. overall, we have six types of persian books, and each requires a different method for kindle conversion. in this post, i’ll explain the conversion methods for all of them. ... Read All