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
  • Solving Emacs Freeze and/or Slowdown on windows7

    calendar Jan 28, 2013 路 1 min read
     en knowledgebase  路 emacs windows
     路
    Share on: twitter facebook linkedin copy
    Solving Emacs Freeze and/or Slowdown on windows7

    So you know I need Emacs on every PC I use.


    Read More
  • Cod Zauker Revenge: Code me maybe

    calendar Oct 22, 2012 路 1 min read
     en erlang knowledgebase projects software  路 code-zauker er-zauker erlang ruby
     路
    Share on: twitter facebook linkedin copy
    Cod Zauker Revenge: Code me maybe

    Code Me Mabye

    Hey, I just met you, and this is crazy聽 But here's my number, so call me maybe And all the other boys, try to chase me,聽 But here's my number, so call me maybe


    Read More
  • Your Emacs Virtual Box Recipe

    calendar Oct 15, 2012 路 2 min read
     en knowledgebase software  路 emacs great-ideas ideas nerd vi
     路
    Share on: twitter facebook linkedin copy
    Your Emacs Virtual Box Recipe

    !UPDATED!

    Okey I love emacs, you are allowed to say I am a nerd. But I use emacs. So I could solve your problems with a Ctrl-Alt-x kung fu combination, involving yoga-like finger movements.

    So do not mess with me… :D (I am like the Zohan, only with glasses :)


    Read More
  • 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
  • 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
  • ForceBindIP - Bind any Windows application to a specific interface

    calendar Jul 13, 2012 路 1 min read
     en knowledgebase software  路 hacking iphone windows
     路
    Share on: twitter facebook linkedin copy
    ForceBindIP - Bind any Windows application to a specific interface
    ForceBindIP is a freeware Windows application that will inject itself into another application and alter how certain Windows Sockets calls are made, allowing you to force the other application to use a specific network interface / IP address. This is useful if you are in an environment with multiple interfaces and your application has no such option for binding to a specific interface.
    via ForceBindIP - Bind any Windows application to a specific interface.

    Using iPhone/Android Tethering features, you can end up with a


    Read More
  • A small primer on xargs

    calendar Jul 10, 2012 路 1 min read
     en knowledgebase software
     路
    Share on: twitter facebook linkedin copy
    A small primer on xargs
    In a nutshell, xargs is an alternative to fully expanded shell for loops. Given the right options, xargs can be made to exhibit for-loop-like behavior. But out of the box, it is a way to pipe a bunch of arguments to a single command in one fell swoop.

    This can save a great deal of compute time if you are piping a long list of arguments to a command rather than iterating over them one at a time.

    In 聽A small primer on xargs聽you will find a deep explanation on xargs usage. The article teach me a bunch of tricks I am not aware of (and I know Unix from ‘93….yes, 1993…).


    Read More
  • Emacs Find&Replace on files

    calendar May 15, 2012 路 1 min read
     en knowledgebase software  路 emacs search
     路
    Share on: twitter facebook linkedin copy
    Emacs Find&Replace on files

    Replacing on entiere set of files is hard in Emacs. But I find the correct mumbo-magic procedure, and gifted it to you:


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

Recent Posts

  • 6,76%
  • Il tizio con il cappello che crede di comandare il mondo intero
  • Murderbot: i diari della macchina assassina
  • Breve guida agli ETF

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top