documente

36
Fake it till you make it

Upload: phuochiep123

Post on 22-May-2021

2 views

Category:

Software


0 download

Tags:

DESCRIPTION

t

TRANSCRIPT

Page 1: Documente

Fake ittillyou make it

Page 2: Documente

Learningnew IT skillis daunting

Page 3: Documente

LowRAM

Page 4: Documente

timeforMuscle Memory

Page 5: Documente

What ifItell you

Page 6: Documente

there is something

Page 7: Documente

Better thanTraining wheels

Page 8: Documente

Better thanCheet Sheet

Page 9: Documente

BETTER than

Notes

Page 10: Documente

IntroducingText Expansionutilities

Page 11: Documente

Windows

PhraseExpress

Page 12: Documente

MACAtext

Page 13: Documente

Don'tRepeatYourself

Page 14: Documente

✰ ForEveryone

Page 15: Documente

Data Entry - Auto CorrectionTypos gets corrected as you type them

abbout about teh the woh who cliche cliché cafe café

Page 16: Documente

Data Entry - Form FillingYou are writing another email and you need to give your full contact information. You type this in the text area:

;sig

Hit Enter, and it instantly expands to:

California Hospital Medical Center 1401 South Grand Avenue Los Angeles, CA 90015 (213) 748-2411

Annie Burns

Page 17: Documente

Data Entry - Canned ResponseYou are a customer support agent, and you are trying to help someone in live chat to understand what "API key" is. Instead of finding that definition to copy and paste to the live chat window, you type this:

;api-key

Hit Enter, and it will magically expand to the full defination for you

Page 18: Documente

Because you've predefined dictionary & abbreviations

Page 19: Documente

Data Entry - Rich Text Template

Page 20: Documente

You get the idea

Page 21: Documente

Wait

Page 22: Documente

It getsBetter

Page 23: Documente

✰ ForCoders

Page 24: Documente

Use Variables

Page 25: Documente

Code Snippets

Page 26: Documente

✰ Sys Admins on steroids

Page 27: Documente

Memorize 1 abbreviationUse Multiple Commands

Page 28: Documente

fire fighting & have your command done in 1 second

Page 29: Documente

Command never meant to be remembered is a blink away

Page 30: Documente

✰ Use itanywhere

Page 31: Documente

- Terminal (Any Command Line Interface)

- VIM editor

- Word Document

- Browser

- Remote Desktop

Page 32: Documente

Turn your nightmareubuntu-vm-builder kvm precise \ --debug \ -v \ --domain somename.somedomain.com \ --arch amd64 \ --dest /data/kvm/somename.somedomain.com \ --hostname somename.somedomain.com \ --cpus 2 \ --mem 2048 \ --rootsize 51200 \ --swapsize 1024 \ --user nexus9 \ --pass qwerty21 \ --bridge=br0 \ --ip 10.0.0.1 \ --mask 255.255.224.0 \ --net 10.0.0.0 \ --bcast 10.0.0.255 \ --gw 10.0.0.1 \ --dns 8.8.8.8 \ --dns 8.8.8.4 \ --mirror http://us.archive.ubuntu.com/ubuntu \ --security-mirror http://us.archive.ubuntu.com/ubuntu \ --components main,universe \ --addpkg openssh-server \ --addpkg acpid \ --removepkg cron \ --timezone America/Los_Angeles \ --libvirt qemu:///system

Page 33: Documente

Into Joy;vm-add

Page 34: Documente

✰ Call Shell or apple script with Abbreviation

#!/bin/bashecho "Hello from Bash!"

Page 35: Documente

What problem did we solve?» Save time ( 5 min x 365 day = 30 hr. per year)

» Less mistake, less Typo

» Universal macro. Create once, use everywhere

» Did I mention you can save time?

Page 36: Documente

THE END