mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-29 14:48:01 -08:00
Compare commits
5 Commits
8596702517
...
836904a6e9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
836904a6e9 | ||
|
|
2aee46f169 | ||
|
|
22977d5ca1 | ||
|
|
a2c99c9674 | ||
|
|
12f7e23f8f |
@@ -153,6 +153,8 @@ ssh user@host # connects to host as user
|
|||||||
ssh -p <port> user@host # connects to host on specified port as user
|
ssh -p <port> user@host # connects to host on specified port as user
|
||||||
ssh-copy-id user@host # adds your ssh key to host for user to enable a keyed or passwordless login
|
ssh-copy-id user@host # adds your ssh key to host for user to enable a keyed or passwordless login
|
||||||
|
|
||||||
|
<Enter> + ~ + . # Exit an unresponsive SSH shell connection
|
||||||
|
|
||||||
whoami # returns your username
|
whoami # returns your username
|
||||||
su <user> # switch to a different user
|
su <user> # switch to a different user
|
||||||
su - # switch to root, likely needs to be sudo su -
|
su - # switch to root, likely needs to be sudo su -
|
||||||
|
|||||||
@@ -286,7 +286,7 @@ for(dataType item : array) {
|
|||||||
|
|
||||||
### ACCESS MODIFIERS
|
### ACCESS MODIFIERS
|
||||||
|
|
||||||
1. defualt(No keyword required)
|
1. default(No keyword required)
|
||||||
2. private
|
2. private
|
||||||
3. public
|
3. public
|
||||||
4. protected
|
4. protected
|
||||||
|
|||||||
Reference in New Issue
Block a user