What is script for a movie?? Script for a movie describes what actors do. It also describes the interaction between the actors, and connects different sequences of a movie. Scripting languages are also very similar. Scripting is used to automate the execution of tasks which could alternatively be executed one-by-one …
Read MoreTo all the beginners of linux, I would like to write 10 most frequently used linux commands with a few examples. Please note that the commands have a lot of options, which need to be explored by the user. ls Stands for listing Example : ls Lists all the files in the current directory. ls -l : Stands for long listing. …
Read MoreParallel builds play a significant role for building projects that require huge RAM to compile. The best example is chromium build. Suppose the chrome is built by 1make chrome Sometimes, we run into linker errors. 1collect2: ld terminated with signal 6 Aborted terminate called 2after throwing an instance of …
Read More