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
  • SQL Server Backup & Restore

    calendar Oct 8, 2012 · 1 min read
     it knowledgebase software sql  · backup sqlserver
     ·
    Share on: twitter facebook linkedin copy
    SQL Server Backup & Restore

    E’ facile fare un backup con sql server: Basta selezionare tasto destro Tasks>>Backup su un db. Ma come fare il restore?… Ecco un semplice script che chiarisce la cosa (non sempre lampante dallo wizard di restore….): [sql] – Usare il seguente comando per recuperare i parametri sorgente da usare nella MOVE – Nel nostro caso ssaranno MY_BACKUP e MY_BACKUP_log RESTORE FILELISTONLY FROM DISK = N’C:\TEMP\MY_BACKUP\Backup.bak’ ;


    Read More
  • cvs2svn: cvs2git Documentation

    calendar Sep 26, 2012 · 1 min read
     en knowledgebase software  · git import
     ·
    Share on: twitter facebook linkedin copy
    cvs2svn: cvs2git Documentation

    cvs2svn/cvs2git is a tool that can be used to migrate CVS repositories to newer version control tools, including git. git is a distributed version control system most famous for being used for Linux kernel development. The program used to convert to git, called cvs2git, is distributed as part of the cvs2svn project.


    Read More
  • A successful Git branching model » nvie.com

    calendar Sep 2, 2012 · 1 min read
     en knowledgebase software  · git
     ·
    Share on: twitter facebook linkedin copy
    A successful Git branching model » nvie.com

    Git Flow is a very popular workflow for working with git. I have the lucky to set up Git on a medium sized project, and the following article helped me a lot… I report you the schema too, because it was very useful in a presentation I attended.


    Read More
  • I hate XML, but now less then before thanks to SimpleXMLParser

    calendar Aug 9, 2012 · 2 min read
     en projects software software-projects  · code git github java project xml
     ·
    Share on: twitter facebook linkedin copy

    I admit it: I hate xml square brackets dancing orgy, even in Java.


    Read More
  • Git Tips

    calendar Aug 7, 2012 · 4 min read
     en knowledgebase software  · git tips
     ·
    Share on: twitter facebook linkedin copy
    Git Tips

    In the last seven months I learned git, working for a dozen of projects. On some of them I was the master&commander, on others I only set up the streams and let the young Jedi find the way to the delivery. Via trial and error I find out a bunch of userful commands.


    Read More
    • ««
    • «
    • 8
    • 9
    • 10
    • 11
    • 12
    • »
    • »»

Recent Posts

  • Misterio Is Back
  • Netflix retro weird spirit
  • Yakuza Blues
  • FreeBSD on MacBook Mid 2009 with BroadCom WIFI

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top