Casiva Agustin

Engineering, Development and IT Management

Hi there! 👋

I’m Agustin Casiva, I’m a Software Engineer from Argentina.

I have been working on IT for many years now, I worked in many fields of the industry, such as hardware support, networking, sysadmin but what I do love most is development.

I have worked for many organizations, public and private, local and remote, filling many roles.

My expertise is on Web Development, Linux, Open Source, CMSs, HTML, CSS, PHP, JavaScript, Backend Development, Product Development, Project Management, Team Leading, among others.

In 2013 I have founded 42mate, a Web Development Agency focused on the design, development, maintenance of Web Apps. I still work on 42mate where I work leading development teams and scoping new projects.

Besides 42mate I also work as an independent consultant where I provide services such as

  • Development Training, for individuals or teams.
  • Architecture Design and Review.
  • Tech Advisor for non tech startup founders.
  • Tech Advisor for Digital Design Agencies.

If you are interested on my services let’s talk!

More about me

Upload de archivos grandes

Siempre que tengo que subir un archivo grande a algún server, grande mas de 20GB, intento con un simple scp olvidandome de que en Argentina tenemos una conexión a internet malisima, que se corta todo el tiempo y el ancho de banda es malisimo.

Por ende, lo ideal es utilizar algo que suba el archivo y si la conexión sufre algun desperfecto se pueda cancelar y continuar desde donde quedo, resume, aquí es donde rsync viene al rescate. El siguiente comando posee soporte de resume

Para subir

rsync --partial --progress --rsh=ssh local_file user@host:remote_file 

Para Bajar

rsync --partial --progress --rsh=ssh user@host:remote_file local_file

Un recuerdo de un viejo maestro que viene al caso

Leave a Reply

Your email address will not be published. Required fields are marked *

*