1. True
2. Usually true, but it depends on the search engine you're using. For example, Google lets you search for several words without commas.
Explanation:
The internet is a tool that has revolutionized the way communication is carried out. As it is a dynamic tool with easy access for any user, it is possible to use different platforms or social media to realize disruptive or non-traditional forms of earnings.
Some of them could be the dissemination of links that would generate advertising for other companies, or the free dissemination in social media of services, and several other innovations that use the internet as the main means to manufacture an extra income, such as online teaching, advertising for third parties etc.
Answer: verification testing
Explanation:
Verification testing is the testing that runs the system in a simulated environment using simulated data. Verification testing involves different activities like design review, system requirements, business requirements, and code walkthrough which are used while a a product is being developed. It is done in order to ensure they the right product is being developed.
Answer:
mkdir ~/home/backups
tar -cjf YOURFIRSTNAME.tar.bz /var/log
mv YOURFIRSTNAME.tar.bz ~/home/backups
Explanation:
The bash script makes a new directory called backups in the home directory then archives and compresses the log files in the /var/log folder. Then the compressed file is moved to the newly created backups folder.