Define “Application”
An application is a computer program whose purpose is not directly tied to the inner workings of the computer, but with tasks performed by the user.
Who used DEB Packages? What tools do they use?
2. dpkg, apt-get and apt
Who uses RPM Packages? What tools do they use?
- rpm, yum and dnf
Command to search repository in DEB Packages
2. What command to search for RPM packages?
2. For RMP packages: yum search package_name or dnf search package_name
2. What command to install RPM packages?
2. What command to remove RPM package?
2. RPM “sudo yum remove package_name” or “sudo dnf remove package_name”
2. What scripting languages do they use?
2. What is this called when files and directories are pushed to a different device?
What is Samba used for?
* Samba sounds exotic (i.e. diverse)
What does a Domain Controller do?
What is a “fork”?
A fork is a spin-off of a tool or distribution that share most of the same basic features but have minor differences.
2. Give examples.
*C, C+ and Java because they are older.
2. Give examples.
Describe JavaScript
*remember drinking coffee and scripting something out.
Describe C programming language.
The C programming language is closely related with operating systems, particularly Unix, but it is used to write any kind of program to almost any kind of device. The great advantages of C are (flexibility and speed. The same source code written in C can be compiled to run in different platforms and operating systems, with little or no modification.
It is a *compiled programming language.
*Flexible like “C” is curved. *Compiled like “C”
Describe Java programming language.
Describe Perl programming language.
Describe Shell programming language.
Describe Python programming language.
Describe PHP programming language.