Compare commits

...

5 Commits

Author SHA1 Message Date
Ashwin Bose
836904a6e9 Merge 12f7e23f8f into 2aee46f169 2024-05-23 02:37:53 -03:00
Julien Le Coupanec
2aee46f169 Merge pull request #381 from FabricioLopees/fix/java
Update readme: fix grammatical error in java.md
2024-04-15 10:53:51 +02:00
FabricioLopees
22977d5ca1 update readme: fix grammatical error in java.md 2024-04-13 13:05:38 -03:00
FabricioLopees
a2c99c9674 update readme: fix grammatical error in java.md 2024-04-13 12:52:16 -03:00
Ashwin Bose
12f7e23f8f Exit from unresponsive shell
See [this](https://superuser.com/questions/467398/how-do-i-exit-an-ssh-connection#:~:text=in%20the%20case%20where%20you,you%20to%20your%20command%20prompt.) for more info
2021-03-11 10:01:47 +01:00
2 changed files with 3 additions and 1 deletions

View File

@@ -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-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
su <user> # switch to a different user
su - # switch to root, likely needs to be sudo su -

View File

@@ -286,7 +286,7 @@ for(dataType item : array) {
### ACCESS MODIFIERS
1. defualt(No keyword required)
1. default(No keyword required)
2. private
3. public
4. protected