AI experiments – My Random Tips https://www.myrandomtips.com Useful Tips to Save Time Thu, 17 Apr 2025 03:19:23 +0000 en hourly 1 https://wordpress.org/?v=6.8.1 https://www.myrandomtips.com/wp-content/uploads/2017/10/cropped-light-bulb-icon-42x42.png AI experiments – My Random Tips https://www.myrandomtips.com 32 32 AI Prompt: Design a Custom Action Figure with Ease https://www.myrandomtips.com/projects/ai-experiments/ai-prompt-design-a-custom-action-figure-with-ease/ https://www.myrandomtips.com/projects/ai-experiments/ai-prompt-design-a-custom-action-figure-with-ease/#respond Thu, 17 Apr 2025 03:19:22 +0000 https://www.myrandomtips.com/?p=1317 magine holding a one-of-a-kind action figure that captures your personality, style, and story—down to the smallest details like your favorite outfit or a quirky accessory like a vintage 1980s computer. With our new online customization tool, creating a personalized collectible has never been easier. Whether you’re a fan of classic action figures, glamorous Barbie-style dolls, or playful Lego-inspired… Read More »

The post AI Prompt: Design a Custom Action Figure with Ease appeared first on My Random Tips.

]]>
magine holding a one-of-a-kind action figure that captures your personality, style, and story—down to the smallest details like your favorite outfit or a quirky accessory like a vintage 1980s computer. With our new online customization tool, creating a personalized collectible has never been easier. Whether you’re a fan of classic action figures, glamorous Barbie-style dolls, or playful Lego-inspired designs, this tool lets you design a figure that’s uniquely you. Simply fill out a form with details like your character’s name, slogan, clothing, and accessories, and generate a prompt to bring your vision to life. Perfect for collectors, hobbyists, or anyone looking to create a memorable gift, this tool puts the power of creativity in your hands.

Action Figure Customization Form

Customize Your Action Figure

Designing a custom collectible is more than just a fun project—it’s a way to celebrate individuality and creativity. Our customization tool makes the process seamless, letting you craft everything from a sleek, professional action figure to a vibrant, fashionable doll or a colorful, blocky creation. With a few clicks, you can generate a detailed prompt to guide the creation of your dream figure. So why wait? Dive in, experiment with different styles, and create a collectible that’s as unique as you are. Your masterpiece is just a form away!

The post AI Prompt: Design a Custom Action Figure with Ease appeared first on My Random Tips.

]]>
https://www.myrandomtips.com/projects/ai-experiments/ai-prompt-design-a-custom-action-figure-with-ease/feed/ 0
RHEL 6 memory usage check: A Manual Tool Inspired by ‘Linux Ate My RAM https://www.myrandomtips.com/linux/rhel-6-memory-usage-check-a-manual-tool-inspired-by-linux-ate-my-ram/ https://www.myrandomtips.com/linux/rhel-6-memory-usage-check-a-manual-tool-inspired-by-linux-ate-my-ram/#respond Sat, 15 Mar 2025 02:37:18 +0000 https://www.myrandomtips.com/?p=1295 Introduction If you’ve ever wondered why your Linux system seems to be gobbling up RAM—or if you’ve stumbled across the classic “Linux Ate My RAM” page at https://www.myrandomtips.com/linux/linux-ate-my-ram/—you’re not alone. That site brilliantly explains how Linux memory management works, debunking the myth that “used” memory is a bad thing by showing how buffers and cache play a role.… Read More »

The post RHEL 6 memory usage check: A Manual Tool Inspired by ‘Linux Ate My RAM appeared first on My Random Tips.

]]>
Introduction

If you’ve ever wondered why your Linux system seems to be gobbling up RAM—or if you’ve stumbled across the classic “Linux Ate My RAM” page at https://www.myrandomtips.com/linux/linux-ate-my-ram/—you’re not alone. That site brilliantly explains how Linux memory management works, debunking the myth that “used” memory is a bad thing by showing how buffers and cache play a role. Inspired by its insights, I’ve created a new, interactive online tool that lets you manually input your system’s memory stats and get a clear, visual breakdown of your memory health. No more guessing—just paste in your free -m numbers, and let my tool do the rest!

Who Can Use This?

This tool is perfect for:

  • 🛠 Linux Admins and Enthusiasts: Whether you’re managing a RHEL 6.x server or just tinkering with a Linux box, this tool helps you assess memory usage without needing to run scripts locally.
  • 🌱 Beginners Learning Linux: If you’re new to Linux and puzzled by memory stats (like why “free” memory looks so low), this tool provides a friendly way to understand what’s happening under the hood.
  • 🔒 Anyone Without Automation Access: If you can’t run scripts on your system (e.g., shared hosting or restricted environments), you can still analyze your memory by entering data manually.
  • ❤ Fans of “Linux Ate My RAM”: If you love the clarity of that site but want a more interactive experience with charts and warnings, this is for you!

The Tool

Here’s the online version of the memory health checker. Just run free -m on your Linux system, grab the numbers, and plug them into the fields below. You’ll get a detailed report, a bar chart, and a pie chart—plus a “When Should I Worry?” section to keep you informed.

RHEL 6 Memory Health Check 2.0

Enter Your Memory Data

Run free -m on your RHEL 6 system and enter the values below. For “Available Memory,” use the “free” value from the “-/+ buffers/cache” line.

MB
MB
MB
MB
MB

Summary Report

Total Memory: MB
Available Free Memory: MB
Used Memory: MB
Used Memory %: %
Free Memory %: %
Swap Used: MB
Swap Free: MB

Calculations

Used Memory %: 100 – (Available Memory / Total Memory * 100) = %
Free Memory %: Available Memory / Total Memory * 100 = %
Free Space (for Pie Chart): Available Memory = MB

When Should I Start to Worry?

Free memory is close to 0, currently MB:

Used memory is close to total, currently MB used, out of MB:

Swap used does not change, currently MB used, out of MB:

Available memory is over 80% used of total, currently it is %:

Conclusion

Conclusion

Memory management in Linux can feel like a mystery, but tools like this—building on the wisdom of “Linux Ate My RAM”—make it easier to see what’s really going on. With this manual online version, you don’t need to install anything or run complex commands; just input your data and get instant insights. Whether you’re troubleshooting a sluggish server or just curious about your system’s memory, this tool has you covered. Give it a try, and let me know how it works for you!

The post RHEL 6 memory usage check: A Manual Tool Inspired by ‘Linux Ate My RAM appeared first on My Random Tips.

]]>
https://www.myrandomtips.com/linux/rhel-6-memory-usage-check-a-manual-tool-inspired-by-linux-ate-my-ram/feed/ 0
Revisiting the 1990s: A Custom YouTube Player for Classic Channel Surfing https://www.myrandomtips.com/throwbacks/revisiting-the-1990s-a-custom-youtube-player-for-classic-channel-surfing/ https://www.myrandomtips.com/throwbacks/revisiting-the-1990s-a-custom-youtube-player-for-classic-channel-surfing/#respond Thu, 13 Mar 2025 10:12:02 +0000 https://www.myrandomtips.com/?p=1258 The 1990s in Australia were a simpler time when TV entertainment revolved around just five channels: 2 ABC, 7 SEVEN, 9 NINE, 10 TEN, and 28 SBS. These channels were the gateways to our favorite shows, cartoons, news, and sports. The thrill of channel surfing and the anticipation of what’s next created a unique viewing experience that many… Read More »

The post Revisiting the 1990s: A Custom YouTube Player for Classic Channel Surfing appeared first on My Random Tips.

]]>
The 1990s in Australia were a simpler time when TV entertainment revolved around just five channels: 2 ABC, 7 SEVEN, 9 NINE, 10 TEN, and 28 SBS. These channels were the gateways to our favorite shows, cartoons, news, and sports. The thrill of channel surfing and the anticipation of what’s next created a unique viewing experience that many of us fondly remember.

In an era where content is now limitless and available on-demand, I’ve created a custom YouTube player that brings back the nostalgic charm of those days. My custom player replicates the traditional channel-surfing experience by allowing you to switch between pre-loaded YouTube videos on five channels, reminiscent of the iconic Australian TV lineup from the 90s.

Custom YouTube Player

Channel: 2 ABC

How It Works

  • Power On: Press the “Power” button to start the player and activate Channel 2 ABC.
  • Channel Navigation: Use “Channel +” and “Channel -” buttons to switch between channels: 2 ABC, 7 SEVEN, 9 NINE, 10 TEN, and 28 SBS.
  • Seamless Surfing: After the initial playback, you can effortlessly surf between channels, mimicking the classic TV experience.

Conclusion:

Reliving the charm of 1990s Australian television with this custom YouTube player is a unique blend of nostalgia and modern tech. Surfing through 2 ABC, 7 SEVEN, 9 NINE, 10 TEN, and 28 SBS channels brings back memories of an earlier time and lets you rediscover the fun of finding the “best of the worst” content.

Experiment with different channels and enjoy the seamless, intuitive experience. Power on, and dive back into the best of both worlds.

The post Revisiting the 1990s: A Custom YouTube Player for Classic Channel Surfing appeared first on My Random Tips.

]]>
https://www.myrandomtips.com/throwbacks/revisiting-the-1990s-a-custom-youtube-player-for-classic-channel-surfing/feed/ 0
Red Hat 9 LVM & XFS Setup https://www.myrandomtips.com/linux/red-hat-9-lvm-xfs-setup/ https://www.myrandomtips.com/linux/red-hat-9-lvm-xfs-setup/#respond Thu, 13 Mar 2025 06:43:03 +0000 https://www.myrandomtips.com/?p=1256 I’ve created a handy web-based tool for Red Hat 9 users to simplify setting up and managing LVM with XFS filesystems. Built with HTML, CSS, and JavaScript, this tool generates precise shell commands based on your inputs. You can specify disks (like sdb, sdc), choose to either create a new volume group (VG) or extend an existing one,… Read More »

The post Red Hat 9 LVM & XFS Setup appeared first on My Random Tips.

]]>
I’ve created a handy web-based tool for Red Hat 9 users to simplify setting up and managing LVM with XFS filesystems. Built with HTML, CSS, and JavaScript, this tool generates precise shell commands based on your inputs. You can specify disks (like sdb, sdc), choose to either create a new volume group (VG) or extend an existing one, and define your VG and logical volume (LV) names. It also lets you set a custom mount point and decide whether to allocate all available space to the LV or a specific size (e.g., 10G). For a new VG, it initializes the disks, creates the VG and LV, formats it with XFS, mounts it, and even provides an /etc/fstab entry. For extending a VG, it adds new disks, grows the existing LV, and expands the XFS filesystem—all tailored to your setup. Just fill in the form, click “Generate Commands,” and copy the output to your terminal!

Red Hat 9 LVM XFS Deployment Tool

Red Hat 9 LVM & XFS Setup

This tool serves as a helpful guide for managing disk setups on Red Hat 9, offering clear, tailored LVM and XFS commands through an easy-to-use webpage. It’s designed to assist anyone needing to create a new volume group or extend an existing one, simplifying the process with step-by-step output. I’m thankful for the support of Grok 3, built by xAI, which was instrumental in developing this project. Its insights helped me craft the code and turn my concept into a practical guide—many thanks to Grok 3 for the assistance!

The post Red Hat 9 LVM & XFS Setup appeared first on My Random Tips.

]]>
https://www.myrandomtips.com/linux/red-hat-9-lvm-xfs-setup/feed/ 0
Introducing the Retro TV Sync Player – A Blast from the Past! https://www.myrandomtips.com/throwbacks/introducing-the-retro-tv-sync-player-a-blast-from-the-past/ https://www.myrandomtips.com/throwbacks/introducing-the-retro-tv-sync-player-a-blast-from-the-past/#respond Fri, 07 Mar 2025 00:16:52 +0000 https://www.myrandomtips.com/?p=1248 Ever wished you could relive those nostalgic mornings watching your favorite shows, perfectly synced to today’s clock? Well, I’ve got something cool for you: the Retro TV Sync Player, a web-based video player that brings the past to life with a modern twist. Let’s dive into what it does, how it looks, and why you’ll want to give… Read More »

The post Introducing the Retro TV Sync Player – A Blast from the Past! appeared first on My Random Tips.

]]>
Ever wished you could relive those nostalgic mornings watching your favorite shows, perfectly synced to today’s clock? Well, I’ve got something cool for you: the Retro TV Sync Player, a web-based video player that brings the past to life with a modern twist. Let’s dive into what it does, how it looks, and why you’ll want to give it a spin.

What’s This All About?

Imagine you’ve got a stash of old TV recordings—like those 90s cartoon blocks from Agros Cartoon Connection—and you want to watch them as if they’re airing right now. The Retro TV Sync Player lets you do just that. You pick a video from your local drive, set its original start time (say, 6:00 AM), and it’ll figure out where you’d be in the broadcast based on your current system time. If it’s 9:58 AM now, it jumps to 3 hours and 58 minutes in—unless that’s past the end, then it stops at the finish line. Neat, right?

Here’s the rundown of what it does:

  • Load Any Video: Browse your files and pick an MP4 (or any video your browser supports).
  • Set Start Time: Enter when the video “aired” (e.g., “9:00 AM”) in a simple AM/PM format.
  • Sync on Play: Hit play, and it jumps to where you’d be if it started at that time today.
  • Jump to Now: A handy button lets you skip to the current time’s spot anytime.
  • Time Displays: See your system time, video playback time, and the “real” broadcast time—all in sync.

Try It Out!

Ready to test it? I’ve hosted it online so you can play with it yourself. Head over to this link:

Test the Retro TV Sync Player Here!

Grab a video from your collection (maybe that old VHS rip?), load it up, set a start time, and see how it feels to watch the past in the present. It’s perfect for reliving those Saturday morning vibes or syncing up any timed recording.

Try It Out!

Ready to test it? I’ve hosted it online so you can play with it yourself. Head over to this link

The post Introducing the Retro TV Sync Player – A Blast from the Past! appeared first on My Random Tips.

]]>
https://www.myrandomtips.com/throwbacks/introducing-the-retro-tv-sync-player-a-blast-from-the-past/feed/ 0