- 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.
- 數據庫程序員面試筆試真題與解析
- HoloLens Beginner's Guide
- PostgreSQL 11從入門到精通(視頻教學版)
- 嚴密系統設計:方法、趨勢與挑戰
- bbPress Complete
- Creating Data Stories with Tableau Public
- 零基礎學C語言第2版
- Learning VMware vSphere
- SAS編程演義
- Python Penetration Testing Essentials
- 微服務設計
- 面向物聯網的Android應用開發與實踐
- 深度學習:基于Python語言和TensorFlow平臺(視頻講解版)
- Scratch超人漫游記:創意程序設計:STEAM創新教育指南
- Web前端開發實戰教程(HTML5+CSS3+JavaScript)(微課版)