Fedora Linux: The Rebel With a Cause (But Mostly Updates)
Posted on September 20, 2024
| 4 minutes
| 699 words
| Viktor Holovin
• Other languages: Italiano, Українська, Русский, Polacco
Fedora Linux: The Rebel With a Cause (But Mostly Updates)
Let me guess—you’ve tried Ubuntu (check out my fun guide on how to install Ubuntu!), maybe even survived an Arch Linux install, but now you want something a little more… rebellious? Enter Fedora Linux. Fedora is like that cool friend who’s always wearing the latest fashion and somehow pulls it off, but also shows up every week with something new, saying, “Check this out!” Oh, and they’re constantly updating their wardrobe. Yeah, Fedora loves updates.
[Read More]
So, You Want to Install Ubuntu? (Because Arch Isn’t for the Faint of Heart)
Posted on September 19, 2024
| 5 minutes
| 957 words
| Viktor Holovin
• Other languages: Italiano, Українська, Русский, Polacco
So, You Want to Install Ubuntu? (Because Arch Isn’t for the Faint of Heart)
Welcome, weary traveler! You’ve braved the stormy seas of Arch Linux—or maybe you’ve just heard me ranting about how “fun” it is to install—and now you’re looking for something a little less, well, terrifying. Enter Ubuntu: it’s like the fluffy bunny version of Linux, and let me tell you, after wrestling with Arch, I get it. Sometimes you just want things to work without consulting 17 forum posts, a shaman, and a magic 8-ball.
[Read More]
Lesson 4: VIM – The Text Editor That Thinks You Like a Challenge
Posted on September 12, 2024
| 7 minutes
| 1296 words
| Viktor Holovin
• Other languages: Italiano, Українська, Русский, Polacco
Lesson 4: VIM – The Text Editor That Thinks You Like a Challenge
Welcome to Lesson 4 of Mastering the Linux Terminal. Today, we step into the world of VIM – the text editor that makes even the bravest Linux users sweat a little. If you’re looking for a text editor that makes you work for it, congratulations! You’ve found your match. But don’t worry, by the end of this lesson, you’ll go from “Why is this happening?!” to “Oh, this is kinda fun!”
[Read More]
Lesson 3: Mastering Nano – Writing Like a True Terminal Scribe
Posted on September 11, 2024
| 3 minutes
| 467 words
| Viktor Holovin
• Other languages: Italiano, Українська, Русский, Polacco
Lesson 3: Mastering Nano – Writing Like a True Terminal Scribe
Welcome back, terminal wizard! Now that you’ve got a grip on navigating the system and keeping your files under lock and key, it’s time to get serious. And by serious, I mean you’re about to transform into a text-editing ninja. Meet Nano, your trusty, no-frills text editor that lives inside your terminal. It’s like a typewriter but cooler because it’s in the command line.
[Read More]
Lesson 2: Mastering File Permissions – Or, How to Lock Your Files Like a Pro Hacker
Posted on September 10, 2024
| 4 minutes
| 743 words
| Viktor Holovin
• Other languages: Italiano, Українська, Русский, Polacco
Lesson 2: Mastering File Permissions – Or, How to Lock Your Files Like a Pro Hacker
So, you’ve played around with the Linux Terminal and now you’re feeling a little bit like a wizard. But hold onto your wizard hat, because today we’re diving into file permissions! You’ll learn how to keep your files safe from prying eyes—or open them up for everyone to see, depending on how generous you’re feeling. 😎
[Read More]
Lesson 3: If-Else Statements - Making Decisions Like a Pro
Posted on September 10, 2024
| 3 minutes
| 522 words
| Viktor Holovin
• Other languages: Italiano, Українська, Русский, Polacco
Lesson 3: If-Else Statements - Making Decisions Like a Pro
Introduction
Imagine you’re at a restaurant, and the waiter asks, “Pizza or pasta?” In your mind, you’re running an if-else statement. If you’re in the mood for pizza, you choose pizza. Otherwise, it’s pasta time. Simple, right?
Well, in Python (and in life, because we’re all coders of our destiny), we do the exact same thing. Except, in Python, these decisions come with a lot less risk of indigestion.
[Read More]
Lesson 1: Welcome to the Linux Terminal - Where the Magic Happens!
Posted on September 9, 2024
| 3 minutes
| 519 words
| Viktor Holovin
• Other languages: Italiano, Українська, Русский, Polacco
Lesson 1: Welcome to the Linux Terminal - Where the Magic Happens!
Welcome to the first lesson in our series on the Linux Terminal! If you’re imagining the terminal as a cold, scary, text-only land of confusing commands, don’t worry—you’re not alone! But by the end of this lesson, you’ll see it as the magic wand that every Linux wizard needs. And trust me, you’ll be slinging commands like a pro in no time!
[Read More]
Lesson 2: Variables and Data Types - Why You Need to Know Where Your Pizza Is Stored!
Posted on September 9, 2024
| 3 minutes
| 562 words
| Viktor Holovin
• Other languages: Italiano, Українська, Русский, Polacco
Lesson 2: Variables and Data Types - Why You Need to Know Where Your Pizza Is Stored!
Welcome back to the second lesson of our Python course! 🎉 After learning how to kickstart Python in our first session, today we’re diving into the magical world of variables and data types. Yeah, I know, it sounds a bit dull, but think of variables as magical boxes where you can store… well, anything, even pizza! 🍕
[Read More]
Lesson 1: Python - Let's Start the Fun!
Posted on September 8, 2024
| 5 minutes
| 996 words
| Viktor Holovin
• Other languages: Italiano, Українська, Русский, Polacco
Lesson 1: Python - Let’s Start the Fun!
Welcome, Fellow Python Enthusiast! 🐍
Alright, you’ve decided to embark on the grand adventure of learning Python! Don’t worry, this isn’t some snooze-fest like high school math (sorry, math lovers). Python is like that cool, laid-back teacher who lets you eat snacks in class while you learn. So grab your coffee, tea, or whatever fuels your brain, and let’s dive in.
[Read More]
Lesson 1 – Variables, Functions, and Other Magic
Posted on January 1, 0001
| 4 minutes
| 845 words
| Viktor Holovin
• Other languages: Italiano, Українська, Русский, Polacco
Lesson 1 – Variables, Functions, and Other Magic 🧙♂️✨
Welcome to the very first step on your journey to mastering JavaScript! By the end of this lesson, you’ll have a solid understanding of variables and functions. And no, you don’t need a wizard’s hat or a PhD to follow along—just a curious mind and maybe a cup of coffee (or tea, if you’re feeling fancy).
What Are Variables? (Spoiler: Not That Scary)
Think of variables as little boxes where you can store information—like that drawer you have at home that’s filled with random things you swear you’ll need one day. In JavaScript, variables hold pieces of data that you can use and reuse in your code.
[Read More]