Skip to content

OpenSource is Better

OpenSource software should be encouraged more…

  • Home
  • Most Popular
  • HTML Sitemap

Category: Tip

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

Test email from command line

This post is over 3 years old, so please keep in mind that some of its content might not be relevant anymore.

When you set up email forwarding or conf[……]

Read more

Author AndreaPosted on August 7, 2013June 25, 2026Categories How To, TipTags Bash, Linux, mailLeave a comment on Test email from command line

PHP: remove duplicate elements from a multi-dimensional array

This post is over 3 years old, so please keep in mind that some of its content might not be relevant anymore.

PHP’s array_unique() is great for[……]

Read more

Author AndreaPosted on December 9, 2012June 25, 2026Categories How To, Programming, TipTags PHP1 Comment on PHP: remove duplicate elements from a multi-dimensional array

How to shred/wipe disks/partitions

When you delete a file normally, the data stays on the disk — the filesystem just marks the space as available. The data can be recovered with the rig[……]

Read more

Author AndreaPosted on October 11, 2012June 25, 2026Categories How To, TipTags Bash, Hard Disk, LinuxLeave a comment on How to shred/wipe disks/partitions

Drush intro – Drupal

Drush is a command-line shell interface for Drupal. It lets you do almost anything you would do through the Drupal admin interface — enabling modules,[……]

Read more

Author AndreaPosted on April 4, 2012June 25, 2026Categories OpenSource, Review, TipTags CMS, Cross-Platform, Drupal, PHP, WebLeave a comment on Drush intro – Drupal

Accelerate downloads with lftp

lftp is a versatile command-line file transfer tool. What makes it stand out is its ability to open multiple connections for a single download, which[……]

Read more

Author AndreaPosted on March 18, 2012June 25, 2026Categories TipTags Free-Software, Linux, OpenSourceLeave a comment on Accelerate downloads with lftp

jQuery shorthand for the document ready wrapper function

If you use jQuery, you know the $(document).ready() wrapper is the standard way to make sure the DOM is fully loaded before your JavaScript runs. But[……]

Read more

Author AndreaPosted on November 29, 2011June 25, 2026Categories TipTags javascript, jQueryLeave a comment on jQuery shorthand for the document ready wrapper function

Re-open last tab/tabs closed on Google Chrome/Chromium

We’ve all done it. You’re flicking through tabs, your hand moves faster than your brain, and bam — you closed a tab you still needed. You stare at the[……]

Read more

Author AndreaPosted on October 25, 2011June 24, 2026Categories How To, TipTags Cross-Platform, OpenSource, SoftwareLeave a comment on Re-open last tab/tabs closed on Google Chrome/Chromium

Posts pagination

Previous page Page 1 Page 2

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