Shit to remember 1002 Flashcards
VBScript
VBScript (Microsoft Visual Basic Scripting Edition) can be used for many Windows-related scripting purposes, but one of the most common is to automate the functionality of Microsoft Office applications.
JavaScript
JavaScript is used on many web sites to enhance the functionality within a user’s browser. This can be used for automation, tracking, interactivity features, and to extend the functionality of the browser
Python
Python is a scripting language that can handle almost anything, including a number of tasks in this list. However, Python is the best fit for a scripting language that can inter-operate with other devices, including devices across the network
batch file
A batch file commonly runs in the console or command line of a Windows device, and it can automate the same processes that a user would perform manually at the Windows command prompt.
shell script
A shell script commonly runs at the command prompt, or shell, of a Unix or Linux device. Since most Linux features can be managed from the command line, shell scripts are very powerful automation options.
PowerShell
PowerShell is a Windows-only scripting environment that extends the functionality of the traditional Windows command line. PowerShell extends the functionality of the command prompt to enable the automation of internal Windows and Active Directory functions.
chkdsk
The chkdsk (Check Disk) command is used to identify and fix logical file system errors and bad physical sectors. The /f option will fix the logical file system and the /r option will locate bad sectors and attempt to recover any readable data. The scanning and repair process is often completed during a reboot:
netstat
The netstat utility will display network statistics relating to active connections, application usage, and network activity.
net use
The net use command will assign a local drive letter to a network share. Once the net use command is completed, the drive letter can be used to reference the share in all applications and in the File Explorer.
Remote Disc
Remote Disc is a feature that allow a macOS user to share the optical drive of another computer on the network. Remote Disc does not provide a method of running Windows applications.
Spotlight
Spotlight is the built-in macOS search feature for locating files, applications, email messages
Boot Camp
The Boot Camp utility allows the computer to dual boot between macOS and Windows. Boot Camp does not provide any backup or restore functionality.
Spaces
The Spaces utility can be used in macOS to create multiple desktops and separate work “spaces” that can be used independently of each other.
mv
mv
The Linux mv (move) command will move a file from one location to another or move/rename a file from one name to another.
pwd
The Linux pwd (Print Working Directory) command will display the path of the current working directory.