Application Configuration Flashcards
If using a 32 bit system, which file system will your files get stores under?
Program files directory
If using a 64 bit system, which file system will your files get stored under?
Program files directory or Program files (x86)
if you have a dedicated graphics card, how much ram will be available?
8 to 16 GB
What is an external hardware token?
digital key that can unlock an application
what are some application requirements that need to be kept in mind?
memory, processing, storage, dedicated or integrated graphics card, external hardware token.
what is a single user license
you can only install one copy of that application on one system.
what does the tar command mean in Linux?
it is used to combine multiple files into a single archive
how do you change a directory in linux?
cd
what does the ls command do in linux?
it lists the contents of a directory
what is the command to extract a file in linux?
tar -xvf insert file name
how can you auto complete in Linux?
begin to type the word and then hit tab
how can you see more of a list on linux?
|more
what is the debian package manager in Linux?
dpkg