Types of Variables: A Quick GuideWhen learning programming or working with tools like Linux, APIs, or automation platforms, you often hear about different types of variables. Terms like local variable, global variable, or environment variable can feel confusing at first. This articl...Dec 27, 2025·3 min read
How to Collaborate on LaTeX Projects in Real-Time Using VS Code Live ShareIntroduction Collaboration is a crucial part of academic research, especially when multiple people contribute to the same document. One of the most common tools for writing LaTeX documents is Overleaf, a popular online LaTeX editor. However, it comes...Jun 28, 2025·5 min read
Mount BDIX/ISP FTP Servers as Local Drives on LinuxMost of the ISPs in Bangladesh provide free access to movies, TV shows, and other media via BDIX-connected FTP servers. But let’s face it, browsing them in a web browser, copying links to VLC, or using download managers isn’t convenient. Wouldn’t it ...Jun 24, 2025·2 min read
How to Fix the "Default Keyring" Password Prompt Madness in Linux MintIntroduction: When Linux Mint Gets a Bit... Forgetful Linux Mint is arguably the most stable and beginner-friendly distro in the Linux universe. It’s like the Toyota Corolla of operating systems — dependable, no-nonsense, and unlikely to randomly exp...Jun 9, 2025·3 min read
How to Share Files on the Internet Using Your Local Machine (For Users with Shared IPs)If you're living in a developing country like Bangladesh, chances are you're using a shared IP connection. While shared IPs are cost-effective and provide decent internet speeds, they come with a significant limitation: the inability to share files d...Jun 3, 2025·3 min read
Fixing Windows-to-Linux File Compatibility Issues with dos2unixIf you’ve ever tried running a file from Windows on a Linux system, you might have encountered unexpected errors.Dec 22, 2024·1 min read
How to Update Your Linux Machine with Just One CommandEver find yourself typing out sudo apt update; sudo apt upgrade -y and wondering why it feels like such a chore, even if you can type it in a couple of seconds? What if I told you that you could reduce that entire command to just typing update? Yes, ...Aug 25, 2024·2 min read