open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
Projects icon
Software Projects Arduino Misterio Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
github linkedin rss
  • better unix life2

    calendar Jul 31, 2007 · 1 min read
     blog-objectsrootcom en knowledgebase  · unix
     ·
    Share on: twitter facebook linkedin copy
    better unix life2

    If you need to work on cluster, is nice to have syncronized terminals to send the same commands in parallel.


    Read More
  • Storie vere!

    calendar Jul 7, 2007 · 1 min read
     blog-objectsrootcom en  · car
     ·
    Share on: twitter facebook linkedin copy
    Storie vere!

    In onore della laurea di una mia cara amica, ripubblico e segnalo una serie di "storie universitarie", che sono sicuro strapperanno più di un sorriso. Buona lettura!


    Read More
  • oracle mass table drop

    calendar Jul 3, 2007 · 1 min read
     blog-objectsrootcom en  · build easy oracle postgresql script small sql table ui vi
     ·
    Share on: twitter facebook linkedin copy
    oracle mass table drop

    Sometimes I need to build a small script to delete a huge set of tables of a schema.


    Read More
  • Better unix life: mass replace and xargs

    calendar Jun 7, 2007 · 1 min read
     blog-objectsrootcom en evergreen  · api perl unix
     ·
    Share on: twitter facebook linkedin copy
    Better unix life: mass replace and xargs

    Use the sed -i command

    sed -i.BAK 's|foo|bar|g' files # -i does in-place replacement
    perl -pi.bak -e 's|foo|bar|g' files                # or
    perl -pi.bak -e 's|foo|bar|g' `find /pathname -name "filespec"`

    Perl is the preferred way, but on some production system you must use the old good sed. For some tips on sed take a look to its faq. Another very powerful command is xargs. Xargs is a rapid  way to process files containing spaces, using  a  combo with find:


    Read More
  • Blue Dragon Revision 2

    calendar May 16, 2007 · 1 min read
     blog-objectsrootcom en  · ant database easy site spam vi
     ·
    Share on: twitter facebook linkedin copy
    Blue Dragon Revision 2

    Hi dear spammers, I am an announce.

    I love you so much I have decided to auto delete spam comments not already published.


    Read More
    • ««
    • «
    • 90
    • 91
    • 92
    • 93
    • 94
    • »
    • »»

Recent Posts

  • Ci siamo già visti?
  • FatLama: Open?
  • Misterio Is Back
  • Netflix retro weird spirit
  • Yakuza Blues
  • FreeBSD on MacBook Mid 2009 with BroadCom WIFI
  • 6,76%

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top