Last modified by loktevda on 2025/10/08 17:24

From version 12.3
edited by loktevda
on 2025/09/08 14:53
Change comment: There is no comment for this version
To version 12.4
edited by loktevda
on 2025/09/08 14:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -92,7 +92,27 @@
92 92  
93 93  == How to change the language ==
94 94  
95 +== Additional Tips ==
95 95  
97 +=== Terminal Best Practices ===
98 +
99 +* Use Ctrl + C to cancel running commands
100 +* Use Ctrl + Z to suspend processes (resume with fg)
101 +* Use history to view command history
102 +* Use Tab for auto-completion
103 +
104 +=== File System Navigation ===
105 +
106 +* Use pwd to show current directory
107 +* Use ls -la for detailed file listings
108 +* Use cd - to return to previous directory
109 +
110 +=== Getting Help ===
111 +
112 +* Use man <command> for manual pages
113 +* Use <command> ~-~-help for quick help
114 +* Use apropos <keyword> to find related commands
115 +
96 96  [[image:attach:Screenshot from 2020-01-24 13-29-16.png||height="400"]]
97 97  
98 98  {{error}}