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

From version 16.1
edited by loktevda
on 2025/09/09 10:26
Change comment: There is no comment for this version
To version 14.3
edited by loktevda
on 2025/09/08 15:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -{{toc/}}
1 +{{toc numbered="true"/}}
2 2  
3 3  
4 4  **Current Operating System: Ubuntu 24.04 LTS **
... ... @@ -22,7 +22,8 @@
22 22  Look for the Dashboard left (Activities overview) to find and launch your applications.
23 23  [[image:Screenshot from 2025-05-06 13-10-38.png||height="368" width="600"]]
24 24  
25 -== Paths of the mounts ==
25 +==
26 +Paths of the mounts ==
26 26  
27 27  Since the path's are not in the fstab anymore, one have to know the paths which are:
28 28  
... ... @@ -102,7 +102,7 @@
102 102  
103 103  == Additional Tips ==
104 104  
105 -==== Terminal Best Practices ====
106 +=== Terminal Best Practices ===
106 106  
107 107  * Use Ctrl + C to cancel running commands
108 108  * Use Ctrl + Z to suspend processes (resume with fg)
... ... @@ -109,13 +109,13 @@
109 109  * Use history to view command history
110 110  * Use Tab for auto-completion
111 111  
112 -==== File System Navigation ====
113 +=== File System Navigation ===
113 113  
114 114  * Use pwd to show current directory
115 115  * Use ls -la for detailed file listings
116 116  * Use cd - to return to previous directory
117 117  
118 -==== Getting Help ====
119 +=== Getting Help ===
119 119  
120 120  * Use man <command> for manual pages
121 121  * Use <command> ~-~-help for quick help