Basic LINUX commands

pwd Name and path of the current working directory. mkdir dirname Creates a new directory. rmdir dirname Removes a directory. [directory must be empty] rm -r dirname Removes a directory and its contents. rm filename Removes file mv Moves the file from one directory to another cd Change the current directory cd .. Go to… Read More »

The Sarbanes-Oxley Act (SOX)

The Sarbanes-Oxley Act (SOX) imposes various requirements on publicly traded companies and their financial reporting processes and internal controls. SOX aims to protect investors by improving the accuracy and reliability of corporate disclosures made according to securities laws. In the context of IT, the Sarbanes-Oxley Act (SOX) has several provisions that relate to the use… Read More »

Git and GitHub – how to start.

Installation on Linux First of all, we have to download and install Git on our machine. Click for Git Download <- recommend for Windows users. Open terminal and type: And that’s it. We have already installed Git, let’s check which version we have. Enter: Initialise Git repository Just in case, I would highly recommend doing… Read More »