• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/41

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

41 Cards in this Set

  • Front
  • Back

best practices

schdueled disk maintiance

system udpastes / app store

patch mangement

/

driver firmware updates

TOOLS

back up . time machine

retstore / snapshot

image recovery

disk maintance utilties

shell /teminal

screen sharig

force quit

MAC OS FEATURES

MAC OS FEATURES

mutliple desktops / mission control

you could see everything running at a glance




somehting like AERO for windows




click on a hot key or click a button on your dock

key chain

paasword management thats intergrated to mac OS uses encrtpyion to store passwprds


spot light

used to seasch for what ervrer you need

clikc the maginfier thats in the upper right of the sceen

or press command space

icloud

cloud based service that integrated mobile and desktop data on one account

geatures

MAC offers gesuites on the track pad
allowing two and three finger movements

finder

the central OS file manager

file amangement

remote disc

its common that devices no longer have optical dirves in them, so MAC allows you to use anther device thast beiong shared to has a drive to share

dock

fast access to apps

apps with a dot underneath are the actively running ones

boot camp

allows you to daul boot in windows or mac os




not vituralization but actulal install of the windows OS


basic Linux commands

basic Linux commands

man command - manual

su - super user / exit to exit out of super user

su

Is

list files and directory similar to DIR command in windows


list files

grep

search functions to look for text that my be in one or more files

use grep PATTERN auth.log
grep failed auth.log
would show any files






cd

using forward slash it allows you to change
directory

shutdown

need to speify how many minutes before it shutsdown

run it a su
sudo shutdown 2
sudo shutdown -r 2 -r to restart instead

clrt-C command can cancel the shutdown

pwd vs passwd

pwd - print working directory

passwd command is used to change the password for the current account


mv

move a file and rename a file


cp

copy a file form one file name to another

goes like >cp source destination

rm

remove a file or directory

rm - file name

rmdir - can remove a direcitry

chmod

changes the mode of a object using the particular syntax for whatever you wanna do

between read, write, and execute

chown

change file ownership




modify file settings to change the owner

iwconfig/ifconfig

iwconfig is used to view and change any of the wireless configurations of a wireless adapter

ifconfig command is used to View or configure network informaiton

ps

list all the currretn proccess & process ID's

view active proccess

su/ sudo

supe user / sudo - use elevated permissions once

apt -get

advacned packageing tool

use find packages and intall them into the lenix distro

[>sudo apt-get install wireshark ]

vi



virtual mode editor

popular editor
> vi filename




dd

converting and backing up files




you could create a disk image for example

mkdir

used to make a folder for file storage




mkdir file name