linux – Page 3 – 业余语言练习

vim 多窗口

wim more than windows :sp 将一个窗口切分为上下两个窗口 ‘Ctrl+w’+’Shift+-‘ 将上下两个窗口其中一个窗口最大化 ‘Ctrl+w’+’=’ 将上下两个窗口均等化 :vsp 将一个窗口切分为左右两个窗口 ‘Ctrl+w’+’Shift+|’ 将左右两个窗口其中一个窗口最大化 ‘Ctrl+w’+’=’ 将左右两个窗口均等化

Published
Categorized as linux

Li Lin of Jiao Dian Fang Tan of 20250709

 Overseas Chinese female youth Li Lin from Indonesia returned to China to join the Eighth Route Army and served as an instructor of the cavalry battalion of the 6th Detachment of the 120th Division of the Eighth Route Army. She was martyred in battle in April 1940 at the age of 24. 印尼归侨女青年李林,回国参加八路军,任八路军第120师6支队 骑兵营教导员。1940年4月在对日作战中牺牲,年仅24岁。

Published
Categorized as history

javac package

root135@root135:~/Downloads/java_0/school$ ls school_0 root135@root135:~/Downloads/java_0/school$ javac -d school/bin/ school/Personal.java root135@root135:~/Downloads/java_0/school$ tree . ├── school │   ├── bin │   │   └── school │   │   ├── library │   │   │   ├── Book.class │   │   │   └── Computer.class │   │   └── Personal.class │   ├── library │   │   ├── Book.java │   │   └── Computer.java │   ├── Personal.java │   ├── room… Continue reading javac package

Published
Categorized as java

bluetoothctl

bluetoothctl Agent registered [S-86]# help Menu main: Available commands: ——————- advertise Advertise Options Submenu scan Scan Options Submenu gatt Generic Attribute Submenu list List available controllers show [ctrl] Controller information

Published
Categorized as linux

nmcli & ip

root@root135:~# cat nmcli nmcli c nmcli c del iQOO\ Z7\ Network nmcli dev wifi nmcli dev wifi connect iQOO\ Z7 password 123456789 nmcli c del f6e0d23e-69e1-4cf3-a962-81d2d18ff17a nmcli dev nmcli r wifi off #关闭所有的wifi nmcli r wifi on #打开所有的wifi

Published
Categorized as linux