Skip to content

Software Shinobi

helping experienced Java developers upskill

  • Home
  • Linux
  • Git
  • Docker
  • CI/CD
  • AWS
  • Java
  • Programs
  • LinkedIn
  • GitHub
  • Facebook
  • YouTube
  • Reddit
Top Stories
script to concat files
August 20, 2025
Using tags like `-BETA` or `-RC` is a common practice in software development to indicate the stability and readiness of a release. Here’s a breakdown of what they mean and when to use them.
August 16, 2025
AI Voice Website
August 10, 2025
resizing images using the convert command (ubuntu)
August 9, 2025
how i decrease image sizes on the terminal (ffmpeg)
August 9, 2025
MP3 Trimming: The `ffmpeg` Way
August 7, 2025
Your MP3 is Too Fast: Fix it with One Command
August 7, 2025
The Only FFmpeg Command You Need to Convert WAV to MP3
August 7, 2025
Essential FFmpeg Techniques: Looping Audio Files Effectively.
August 6, 2025
Your Voiceover + Background Music
August 6, 2025
HTML redirect to page
July 12, 2025
Site Not Responsive? Try This.
July 12, 2025
How I Install VS Code on Ubuntu
July 10, 2025
How I Transcribe Audio and Video Content
July 8, 2025
Resetting your Git author and email information
July 4, 2025
The Math Behind Your Agency’s Content Machine
July 4, 2025
youtube script
July 4, 2025
The Real Math Behind Scaling Your Agency’s Content with AI
July 4, 2025
July 4, 2025
How AI Content Systems Turn Costs Into Big Wins for Your Agency
July 4, 2025
# Smart Content: Turning Costs into Double Profit
July 4, 2025
The Real Money in AI Content Systems: Your ROI Multiplier
July 4, 2025
Your Agency’s Secret Weapon: Done-for-You AI Content Automation
July 4, 2025
8 Minutes to Ball Dominance: Dribble Like Curry & Harden
July 3, 2025
Dominate Between the Sheets: The Essential 8-Minute Kegel Workout
July 3, 2025
Unleash Your Inner Beast: The Football Player’s 8-Minute Mobility Blast
July 3, 2025
Missionary, Prone, Doggy: Build Your Unshakeable Core for Any Position
July 3, 2025
Forge Your Neck, Arms & Shoulders: The 8-Minute Dumbbell Brutality
July 3, 2025
Unleash the Beast: 8 Minutes to Ladder Agility Dominance
July 3, 2025
Painful Progress: Your Hip Flexor and Calf Redemption Plan
July 3, 2025
How I Mirror MP4 Videos On The Ubuntu Terminal
July 3, 2025
git push –set-upstream origin feature/content/autosave
July 2, 2025
i need a way to delete all the backups that are older than 5 days.
June 22, 2025
YOUR REMOTE BASH SCRIPTS ARE BROKEN. WE FOUND THE FIX (AND A BASHRC SHORTCUT).
June 19, 2025
Command Line File Mastery: Rename and Delete in Bulk
June 19, 2025
How I Download Facebook Videos
June 17, 2025
generate-proper-keypair
June 11, 2025
Stop Git From Constantly Asking For Your Password!
May 9, 2025
How I Download YouTube Videos in 1080p
May 4, 2025
Posted inRobot Writer

script to concat files

#!/bin/bash # Define the root directory for your angel-spirit project. # Hardcode it so you can't mess it up. DIR="angel-spirit"…
Continue Reading
Posted by Software Shinobi August 20, 2025
Posted inGit

Using tags like `-BETA` or `-RC` is a common practice in software development to indicate the stability and readiness of a release. Here’s a breakdown of what they mean and when to use them.

Using tags like `-BETA` or `-RC` is a common practice in software development to indicate the stability and readiness of…
Continue Reading
Posted by Software Shinobi August 16, 2025
Posted inAudio

AI Voice Website

https://luvvoice.com/en
Continue Reading
Posted by Software Shinobi August 10, 2025
Posted inImages

resizing images using the convert command (ubuntu)

An ideal size for an image on a portal page is usually around 800x600 pixels. Reducing your 2048x2048 image to…
Continue Reading
Posted by Software Shinobi August 9, 2025
Posted inImages

how i decrease image sizes on the terminal (ffmpeg)

## Stop Being an Amateur: Resize Your Images on Linux Still uploading 5MB PNGs to your web portal? That's not…
Continue Reading
Posted by Software Shinobi August 9, 2025
Posted inAudio

MP3 Trimming: The `ffmpeg` Way

Alright, you want to trim an MP3. Classic. You've got a file, you need a specific segment. Don't overcomplicate it.…
Continue Reading
Posted by Software Shinobi August 7, 2025
Posted inAudio

Your MP3 is Too Fast: Fix it with One Command

You want to slow down an MP3. Fine. This is trivial. You use `ffmpeg`. It is the only tool you…
Continue Reading
Posted by Software Shinobi August 7, 2025
Posted inAudio

The Only FFmpeg Command You Need to Convert WAV to MP3

You need to convert a WAV file to an MP3. This is a common task. WAV files are uncompressed, they…
Continue Reading
Posted by Software Shinobi August 7, 2025
How I Download YouTube Videos in 1080p
Posted inContent Video

How I Download YouTube Videos in 1080p

Alright, listen up! You're serious about content, and you know that YouTube is a goldmine. But what if you want…
Read More
Posted by Software Shinobi May 4, 2025
Posted inRobot Writer

script to concat files

#!/bin/bash # Define the root directory for your angel-spirit project. # Hardcode it so you can't mess it up. DIR="angel-spirit"…
Read More
Posted by Software Shinobi August 20, 2025
Posted inGit

Using tags like `-BETA` or `-RC` is a common practice in software development to indicate the stability and readiness of a release. Here’s a breakdown of what they mean and when to use them.

Using tags like `-BETA` or `-RC` is a common practice in software development to indicate the stability and readiness of…
Read More
Posted by Software Shinobi August 16, 2025
Posted inAudio

AI Voice Website

https://luvvoice.com/en
Read More
Posted by Software Shinobi August 10, 2025
Posted inImages

resizing images using the convert command (ubuntu)

An ideal size for an image on a portal page is usually around 800x600 pixels. Reducing your 2048x2048 image to…
Read More
Posted by Software Shinobi August 9, 2025
Posted inImages

how i decrease image sizes on the terminal (ffmpeg)

## Stop Being an Amateur: Resize Your Images on Linux Still uploading 5MB PNGs to your web portal? That's not…
Read More
Posted by Software Shinobi August 9, 2025
Posted inAudio

MP3 Trimming: The `ffmpeg` Way

Alright, you want to trim an MP3. Classic. You've got a file, you need a specific segment. Don't overcomplicate it.…
Read More
Posted by Software Shinobi August 7, 2025
Posted inAudio

Your MP3 is Too Fast: Fix it with One Command

You want to slow down an MP3. Fine. This is trivial. You use `ffmpeg`. It is the only tool you…
Read More
Posted by Software Shinobi August 7, 2025
Posted inAudio

The Only FFmpeg Command You Need to Convert WAV to MP3

You need to convert a WAV file to an MP3. This is a common task. WAV files are uncompressed, they…
Read More
Posted by Software Shinobi August 7, 2025
Posted inAudio

Essential FFmpeg Techniques: Looping Audio Files Effectively.

Alright, listen up. You want to loop audio for a specific duration in FFmpeg? It's not complicated. You use `-stream_loop`…
Read More
Posted by Software Shinobi August 6, 2025
Posted inAudio

Your Voiceover + Background Music

Look, you need to mix a voiceover with some background music. Forget those clunky, expensive audio editors. If you're a…
Read More
Posted by Software Shinobi August 6, 2025

Posts pagination

1 2 3 4 Next page

Recent Posts

  • script to concat files
  • Using tags like `-BETA` or `-RC` is a common practice in software development to indicate the stability and readiness of a release. Here’s a breakdown of what they mean and when to use them.
  • AI Voice Website
  • resizing images using the convert command (ubuntu)
  • how i decrease image sizes on the terminal (ffmpeg)

Categories

  • Coder
  • Content
  • DevOps
  • fitness
  • Linux
  • Robot Writer
You May Have Missed
Posted inRobot Writer

script to concat files

Posted by Software Shinobi August 20, 2025
Posted inGit

Using tags like `-BETA` or `-RC` is a common practice in software development to indicate the stability and readiness of a release. Here’s a breakdown of what they mean and when to use them.

Posted by Software Shinobi August 16, 2025
Posted inAudio

AI Voice Website

Posted by Software Shinobi August 10, 2025
Posted inImages

resizing images using the convert command (ubuntu)

Posted by Software Shinobi August 9, 2025
Scroll to Top