Month: April 2020

  • Newbie resources

    Practise to get hired:https://www.hackerrank.com/ Recommended courses/teacher at Udemy:https://www.udemy.com/user/maximilian-schwarzmuller/ Javascript course/group in Argentina:https://argentinaprograma.com/

    Continue reading

  • Useful commands

    Change ownership and group:chown username file.txtchgrp groupname file.txt Run ls -l file.txt to check the file permission Rename filemv oldfile.txt […]

    Continue reading

  • Create a SSH key on cPanel and connect

    Enter cPanel and create a public and private key. Save the private key on the computer Authorize the public key […]

    Continue reading

  • Add native HTML lazy-loading

    https://carlosazaustre.es/lazy-loading-image

    Continue reading