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 Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
🌐
English Italiano
github linkedin rss
  • HyperV Machine Export

    calendar Oct 28, 2021 · 1 min read
     en knowledgebase
     ·
    Share on: twitter facebook linkedin copy
    HyperV Machine Export
    1. Shutdown VM and compress the compact the disks
    2. Check if you have enough space: you need more or less the space of the VM disks+ minimal RAM configured
    3. From your Hyper-V host, run PowerShell as an administrator and then run something like: GET-VM This will display all the VMs running on the current host.
    4. Then run:
      $ExportPath = “C:\\Exports”
      Export-VM -Name “BoxNameFromGetVM Step3” -Path $ExportPath
       
  • 2021 PIHole Stats and hints

    calendar Nov 6, 2021 · 1 min read
     en freedom  · pihole
     ·
    Share on: twitter facebook linkedin copy

    This year PiHole protected by home, with an average of 15% of blocked DNS access, every day.


    Read More
  • Removing sensitive data from your github repo ex-post

    calendar Nov 11, 2021 · 1 min read
     en  · fix git github security
     ·
    Share on: twitter facebook linkedin copy

    As you know, sometime Internet is a bad place (and not, I am not talking about Facebook :)


    Read More
  • Log4jShell

    calendar Dec 20, 2021 · 1 min read
     en knowledgebase software
     ·
    Share on: twitter facebook linkedin copy
    Log4jShell

    Log4jShell vulnerability

    1. Kasperky article
    2. https://www.lunasec.io/docs/blog/log4j-zero-day-update-on-cve-2021-45046/ with the following "news":If you have previously used LOG4J_FORMAT_MSG_NO_LOOKUPS to mitigate the log4shell vulnerability, in certain conditions this will not be sufficient to protect your code from RCE. Refer to our mitigation guide for additional steps you can take to remediate the impact of Log4Shell
    3. Apache group released two fix in short delay, after  the second fix was found vulnerable to other attacks, a third fix (2.17.0) was released.
     
  • 8 Bit computers: 2022 Edition!

    calendar Jan 1, 2022 · 1 min read
     books en retro-computing  · 6502 book c64 retro-computing vic20
     ·
    Share on: twitter facebook linkedin copy

    Due to COVID19 pandemic, I and my family was forced in our home. So I revamped my 8bit computer book, with a new look and a nice search engine.


    Read More
  • Slackware lives!

    calendar Jan 14, 2022 · 1 min read
     en
     ·
    Share on: twitter facebook linkedin copy

    Slackware was my first real distro in 1995 and I am happy it is still alive and kicking. It was a floppy disk based distribution. So you end up filling about 20 disks (!) of 1.44MB to install and boot Linux on your old i386 with 1MB of RAM and 40MB of HardDisk.  After some upgrade I finally got a PC with 8MB RAM and 500MB hard disk (and yes, it was a lot of space for that times!).


    Read More
  • RTM/Z80

    calendar Jan 20, 2022 · 1 min read
     en retro-computing  · z80
     ·
    Share on: twitter facebook linkedin copy

    RTM/Z80 is a multitasking kernel, built for Z80 based computers, written in Z80 assembly language, providing its users with an Application Programming Interface (API) accessible from programs written in the C language and the Z80 assembly language.


    Read More
  • K8s done right Part 2: Istio service Mesh

    calendar Jan 24, 2022 · 1 min read
     devops en k8s-done-right  · docker docker-compose k8s
     ·
    Share on: twitter facebook linkedin copy
    K8s done right Part 2: Istio service Mesh

    In this second article, I suggest to explore further two simple helm chart for getting a bit more inside K8s.


    Read More
  • OCI Autonomous Database: Change MEDIUM Service Concurrency Limit

    calendar Jan 27, 2022 · 1 min read
     en knowledgebase
     ·
    Share on: twitter facebook linkedin copy
    OCI Autonomous Database: Change MEDIUM Service Concurrency Limit

    On Oracle Autonomous Database (Oracle Cloud DB service), the consumer groups of the predefined service names provide different levels of performance and concurrency.


    Read More
  • Data Driven Form in angular

    calendar Feb 4, 2022 · 1 min read
     en knowledgebase  · angular
     ·
    Share on: twitter facebook linkedin copy
    Data Driven Form in angular

     

    JSON Schema is a vocabulary that allows you to annotate and validate JSON documents.

    Benefits

    • Describes your existing data format(s).
    • Provides clear human- and machine- readable documentation.
    • Validates data which is useful for:
      • Automated testing.
      • Ensuring quality of client submitted data.
    On top of it you can run JSON Forms, a  data driven forms library:
    1. Declare your forms as JSON based on a JSON Schema
    2. Fully-featured forms including data-binding, input validation, and rule-based visibility out-of-the-box
    3. Designed for customizability - from custom styling to custom widgets
    • ««
    • «
    • 40
    • 41
    • 42
    • 43
    • 44
    • »
    • »»

Recent Posts

  • Salvadanaio remunerato di Satispay Conviene?
  • Interludio sul value investing
  • Anubis: DDos Protection
  • KarmaKit and Watchtower

Latest comments

  • An update: The FAIR Package Manager: Decentralized WordPress infrastructure https://www.linuxfoundation.org/press/linux-foundation-announces-the-fair-package-manager-project-for-open-source-content-management-system-stability

    See https://news.ycombinator.com/item?id=44207503

    ...by daitangio
  • BuonGioorgi. Vero che HP Prime costi meno di DM42, ma l'RPN su Prime non è un gran che. Inoltre, la compatibilità con HP42s ed HP41c dove la mettiamo ? Su DM42(N) gira praticamente tutto. E per ultimo: devo spendere più di 200€ sulla baia per un HPxxx vecchio di anni, e che nessuno eventualmente riparerà, in caso si rompesse ? Meglio mettersi una mano sul cuore ed una sul portafogli... Disclaimer: non prendo soldi da SwissMicros :-)

    ...
    by Claudio
  • Buongiorno Giorgi. Post chiarissimo e ben scritto. Unica inesattezza: il TCNTn indica il valore attuale del conteggio, che di default parte da 0 ma che tu, nell'esempio modifichi per avere il delay di 1 secondo. Da come hai scritto tu ("Questo registro indica il valore al quale far scattare il timer. Il timer contera' a partire da zero fino....") in questo registro scriverei 15625 per farlo scattare ogni secondo.

    ...
    by Gianmarco
  • For timezone managmenet please refer to https://medium.com/devopsturkiye/how-to-set-timezone-for-kubernetes-cronjobs-691d3aaa34ef

    ...by daitangio

Disclaimer

Gioorgi is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for website owners to earn advertising fees by advertising and linking to amazon.com, audible.com, and any other website that may be affiliated with Amazon Service LLC Associates Program. As an Amazon Associate we earn from qualifying purchases.
Last updated:2025-06-09 02:00
Giovanni Giorgi

Copyright 1999- 2025 GIOVANNI GIORGI. All Rights Reserved

to-top