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
  • iPhone success is hard

    calendar Aug 30, 2007 · 2 min read
     blog-objectsrootcom en software  · ant apple april car design good google hard import iphone ipod italy jobs opinion pd project smart steve table telecom tip touch vi war
     ·
    Share on: twitter facebook linkedin copy
    iPhone success is hard

    iPhone is a very nice project, well designed and manufactered, but the market addressed is
    an hard bet for Apple.
    Big players are already on the ground: Nokia, Motorola, Samsung and Sony for instance.


    Read More
  • 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
    • ««
    • «
    • 91
    • 92
    • 93
    • 94
    • 95
    • »
    • »»

Recent Posts

  • Vps Provider
  • Chat
  • RSS Readers
  • Vibe Coding: easy to say, difficult to survive
  • Basic V2 rocks
  • FatLama: Podcast Episodio 1
  • Ci siamo già visti?

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top