- Drupal 8 Blueprints
- Alex Burrows
- 141字
- 2021-07-03 00:03:21
What is SSH?
Secure Socket Shell, otherwise known as (SSH), allows us to access our directories and files on our operating system, whether it's on our local development environment or our live web server.
In order to do this on macOS, we need to launch the Terminal application. On Windows, we can use the Bash application that was explained earlier.
We can execute commands with SSH to do this; for example, we can change to another folder/directory using the following:
cd mydirectory
Alternatively, we can create a new folder/directory using this:
mkdir mydirectory
These are just some examples of SSH commands, and I encourage you to take a look into this.
When we are doing this development, especially where we are using dynamic code such as PHP, we need to be able to add other tools using the command line.
- Android開發(fā)精要
- 騰訊iOS測(cè)試實(shí)踐
- Production Ready OpenStack:Recipes for Successful Environments
- 深入RabbitMQ
- Getting Started with Greenplum for Big Data Analytics
- Multithreading in C# 5.0 Cookbook
- Mastering AWS Security
- Visual FoxPro 6.0程序設(shè)計(jì)
- Scratch從入門到精通
- HTML5移動(dòng)Web開發(fā)
- Java程序設(shè)計(jì)實(shí)用教程(第2版)
- INSTANT Apache Hive Essentials How-to
- Getting Started with hapi.js
- Splunk Essentials
- Koa與Node.js開發(fā)實(shí)戰(zhàn)