Skip to content

OpenSource is Better

OpenSource software should be encouraged more…

  • Home
  • Most Popular
  • HTML Sitemap

Category: How To

Tutorials and guides on how to install software, tweak and personalize your system…

How to upgrade Debian 12 (bookworm) to Debian 13 (trixie)

Debian 13 Trixie upgrade

I’ve been upgrading my Debian 12 (bookworm) server fleet to Debian 13 (trixie).

Here is the successful process I ended up following for them all.

The[……]

Read more

Author AndreaPosted on June 26, 2026June 26, 2026Categories How ToTags Debian, Debian-13, Linux, UpgradeLeave a comment on How to upgrade Debian 12 (bookworm) to Debian 13 (trixie)

Testing Paperclip: What I Learned

Paperclip recently caught my attention as it allows you to orchestrate teams of specialised AI agents through a beautiful self-hosted web UI, so I had[……]

Read more

Author AndreaPosted on April 8, 2026April 8, 2026Categories General, How To, ReviewTags Agent-Orchestration, AI-Agent, Docker, PaperclipLeave a comment on Testing Paperclip: What I Learned

AWS dynamic IP ranges

Need to know the dynamic IP ranges used by AWS in a specific region? AWS publishes this as a JSON file.

curl -s https://ip-ranges.amazonaws.com/ip-ra[......]

Read more

Author AndreaPosted on November 15, 2018June 25, 2026Categories Fun, How To, Programming, TipTags AWS, Bash, Linux, One-linerLeave a comment on AWS dynamic IP ranges

How to soft reset Linux disks

Sometimes disks stop responding and cause system slowness because the kernel is waiting for a response that never comes. The disk appears 100% utilise[……]

Read more

Author AndreaPosted on November 27, 2017June 25, 2026Categories How To, TipTags Bash, Hard Disk, LinuxLeave a comment on How to soft reset Linux disks

Find sdx device/ATAx mappings

When dealing with hardware, you often see log messages like:

ata9: hard resetting link
ata9: SATA link up 1.5 Gbps (SStatus 113 SControl 310)

To map[……]

Read more

Author AndreaPosted on March 18, 2017June 25, 2026Categories How To, Programming, TipTags Bash, Hard Disk, Linux, One-linerLeave a comment on Find sdx device/ATAx mappings

sed – match and replace BIND/DNS serial number programmatically

I had to make modifications to several BIND zone files. Sed proved itself invaluable once again.

The zone files looked like this:

domain.com. IN SOA[......]

Read more

Author AndreaPosted on January 27, 2017June 25, 2026Categories How To, Programming, TipTags Bash, DNS, SedLeave a comment on sed – match and replace BIND/DNS serial number programmatically

Remove all non-ascii characters with perl

Sometimes when creating one-liners, the source contains non-ASCII characters that make parsing harder. To strip them all out, use Perl:

cat dirty-sou[......]

Read more

Author AndreaPosted on January 26, 2017June 25, 2026Categories How To, Programming, TipTags One-liner, PerlLeave a comment on Remove all non-ascii characters with perl

Converting spreadsheets to text files with ssconvert

ssconvert is a utility shipped with Gnumeric, a command-line spreadsheet converter. It is useful when you have data in a spreadsheet and want to parse[……]

Read more

Author AndreaPosted on January 25, 2017June 25, 2026Categories How To, Programming, TipTags BashLeave a comment on Converting spreadsheets to text files with ssconvert

How to update all docker base images with one command

To pull the latest version of all your Docker images at once:

for docker in $(docker images | awk '{print $1,$2}' | sed 's/ /:/g' | grep -v REPOSITOR[......]

Read more

Author AndreaPosted on October 4, 2016June 25, 2026Categories How To, Programming, TipTags Bash, Docker, Linux, One-linerLeave a comment on How to update all docker base images with one command

How to update all pip python packages with one command

To update all your pip-installed Python packages at once:

sudo pip install -U `pip list -o | cut -d ' ' -f1 | tr '\n' ' '`

This lists outdated packa[……]

Read more

Author AndreaPosted on September 11, 2016June 25, 2026Categories How To, Programming, TipTags Bash, Linux, One-liner, Pip, PythonLeave a comment on How to update all pip python packages with one command

Posts pagination

Page 1 Page 2 … Page 5 Next page

Follow OpenSource is Better!

Follow Us on TwitterFollow Us on RSS

Most Popular

  • Rotate a video with Avidemux GTK
  • Root HTC Wildfire (Android 2.2.1), install Cyanogenmod 7 and fix GPS
  • PHP: remove duplicate elements from a multi-dimensional array
  • Disable directory listing/browsing – Apache
  • Linux: what is partition UUID and how to use it

Tag Cloud

  • Agent-Orchestration
  • AI-Agent
  • Android
  • Audio
  • AWS
  • Bash
  • broadcom
  • CMS
  • Cross-Platform
  • Debian
  • Debian-13
  • DNS
  • Docker
  • Free-Software
  • fstab
  • Gnome
  • Hard Disk
  • Head
  • Linux
  • LVM
  • mail
  • migration
  • MultiMedia
  • One-liner
  • OpenSource
  • Paperclip
  • Partitioning
  • Perl
  • PHP
  • Pictures
  • Pip
  • Proxmox
  • Python
  • Sed
  • Smartphone
  • Software
  • Squid
  • ssh
  • Tail
  • Ubuntu
  • Upgrade
  • vendor lock-in
  • Video
  • vmware
  • Web

Categories

  • Event
  • Fun
  • General
  • How To
  • News
  • OpenSource
  • Programming
  • Re-share
  • Review
  • Tip

Useful Links

  • Prism Break
  • Droid Break
  • Opensource.com alternatives
Creative Commons License
Open Source is Better by https://www.opensourceisbetter.com/ is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
  • Home
  • Most Popular
  • HTML Sitemap
OpenSource is Better Proudly powered by WordPress

Loading Comments...