Boot up Tasks: Difference between revisions

Jump to navigation Jump to search
189 bytes added ,  16 January 2025
m
Line 124: Line 124:


=== 終端機命令列縮寫指令 + GUI 視窗操作 ===
=== 終端機命令列縮寫指令 + GUI 視窗操作 ===
Example 1: To open the text file with gedit for {{Linux}} from terminal
Example 1: Opening a Text File with [https://en.wikipedia.org/wiki/Gedit Gedit] on Linux via Terminal


# (optional) Install [https://en.wikipedia.org/wiki/Gedit gedit]
1. First, ensure gedit is installed on your system
# Open the terminal
* If needed, install gedit using your distribution's package manager. On Debian
# Key-in {{kbd | key=<nowiki>gedit /path/to/text-file</nowiki>}}
* Type the following commands:
<pre>
sudo apt update
sudo apt install gedit
</pre>
 
2. Launch your terminal
 
3. Type the following command:
<pre>
gedit /path/to/text-file
</pre>


Example 2: To open the text file with Sublime for {{Mac}} from console
Example 2: To open the text file with Sublime for {{Mac}} from console

Navigation menu