- 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.
- Java 開發從入門到精通(第2版)
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Web Scraping with Python
- Functional Programming in JavaScript
- 移動互聯網軟件開發實驗指導
- SciPy Recipes
- 創意UI Photoshop玩轉移動UI設計
- Go語言入門經典
- Visual Basic程序設計基礎
- Android嵌入式系統程序開發(基于Cortex-A8)
- 零基礎學Java(第5版)
- Python深度學習(第2版)
- Cloud Development andDeployment with CloudBees
- Java程序設計基礎教程
- C++游戲設計案例教程