Skip to content

OpenSource is Better

OpenSource software should be encouraged more…

  • Home
  • Most Popular
  • HTML Sitemap

Author: Andrea

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

Proxmox – Passthrough card/device to openVz container

I wanted to passthrough a dual tuner TV card (Hauppauge WinTV Nova-T-500) to an openVz container in order to use tvHeadEnd. The procedure should be th[……]

Read more

Author AndreaPosted on February 23, 2014June 25, 2026Categories How ToTags Linux, ProxmoxLeave a comment on Proxmox – Passthrough card/device to openVz container

Use Remmina to satisfy all your remote connection needs

Remmina is a remote desktop client that supports multiple network protocols — RDP, VNC, NX, XDMCP and SSH — in a nice and very user-friendly GUI.

In i[……]

Read more

Author AndreaPosted on February 13, 2014June 25, 2026Categories How ToTags Linux, OpenSource, ssh, UbuntuLeave a comment on Use Remmina to satisfy all your remote connection needs

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

Ban offending IP addresses – fail2ban

If you run a public SSH server, you will see failed login attempts in your logs constantly. Fail2ban monitors those logs and adds firewall rules to bl[……]

Read more

Author AndreaPosted on November 25, 2012June 25, 2026Categories How ToTags iptables, Linux, Security, sshLeave a comment on Ban offending IP addresses – fail2ban

Send system emails using gmail as smtp server

I wrote before about sending system emails using sendmail as a smarthost. Here is an alternative approach using Gmail SMTP servers — often simpler to[……]

Read more

Author AndreaPosted on October 15, 2012June 25, 2026Categories How ToTags Linux, mail1 Comment on Send system emails using gmail as smtp server

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

How linux sucks

how linux sucks comic

I couldn’t help it! :-)[……]

Read more

Author AndreaPosted on July 31, 2012January 25, 2017Categories FunTags LinuxLeave a comment on How linux sucks

Root HTC Wildfire (Android 2.2.1), install Cyanogenmod 7 and fix GPS

I have been using my HTC Wildfire for quite some time now. It is not a bad phone but it is somewhat limited, mainly in memory and speed. Plus, I reall[……]

Read more

Author AndreaPosted on June 24, 2012June 24, 2026Categories How ToTags Android11 Comments on Root HTC Wildfire (Android 2.2.1), install Cyanogenmod 7 and fix GPS

Posts pagination

Previous page Page 1 Page 2 Page 3 Page 4 … Page 8 Next page

Follow OpenSource is Better!

Follow Us on TwitterFollow Us on RSS

Most Popular

Tag Cloud

  • Agent-Orchestration
  • AI
  • AI-Agent
  • Android
  • Audio
  • AWS
  • Bash
  • broadcom
  • CMS
  • Cross-Platform
  • Debian
  • Debian-13
  • Docker
  • Free-Software
  • fstab
  • Gnome
  • Hard Disk
  • Head
  • jQuery
  • Linux
  • LVM
  • mail
  • MediaPlayer
  • migration
  • MultiMedia
  • One-liner
  • OpenSource
  • Opinion
  • Paperclip
  • Partitioning
  • Perl
  • PHP
  • Pictures
  • Programming
  • Proxmox
  • Smartphone
  • Software
  • Squid
  • ssh
  • 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...