2018年10月28日 星期日

Ubuntu 快捷鍵

1、超級鍵(Win鍵) – 打開dash。

2、長按超級鍵 – 啟動Launcher。

3、按住超級鍵,再按1,2,3等數字鍵 – 從Launcher打開一個應用程序,當你按住超級鍵時,每個應用程序圖標上都會顯示一個數字,按下對應的數字就會打開蓋應用程序。

4、Alt+F1 – 將鍵槃焦點移到Launcher上,使用箭頭鍵進行移動,按回車即可啟動一個應用程序,按下右箭頭鍵顯示Quicklist。

5、Alt+F2 – 以特殊模式打開dash,以便運行任何命令。

6、超級鍵+A – 從Launcher打開應用程序窗口。

7、超級鍵+F – 從Launcher打開文件和文件夾窗口。

8、超級鍵+W – 伸展模式,縮小所有工作空間中的窗口。

9、超級鍵+D – 最小化所有窗口(即顯示桌面),再按一次恢復所有窗口。

10、超級鍵+T – 打開回收站。

11、超級鍵+S – Expo模式,縮小所有工作空間,允許你管理窗口。

12、Ctrl+Alt+T – 啟動Terminal。

13、Ctrl+Alt+L – 鎖住屏幕。

14、Ctrl+Alt+上/下/左/右鍵 – 移動到新的工作空間。

15、Ctrl+Alt+Shift+上/下/左/右鍵 – 將窗口放入新的工作空間。

16、F10 – 打開頂部面板的第一個菜單,使用箭頭鍵瀏覽菜單項。

下面是Ubuntu Unity支持的一些鼠標快捷鍵:

1、在Launcher中,可以拖動圖標對應用程序重新排序。

2、可以直接從Launcher將圖標拖動到回收站,將應用程序從Launcher中移除。

3、光標移到屏幕左側,停止不動几秒,將會啟動Unity Dock。

4、將光標移到左上角(接近Ubuntu圖標),也會啟動Unity Dock。

5、如果Launcher中的應用程序太多,可以滾動鼠標滾輪快速移動。

6、當光標在頂部面板的“聲音”圖標上時,可以通過鼠標滾輪來調整系統音量(放大或降低)。

7、在一個應用程序的Launcher圖標上點擊鼠標中鍵(按一下滾輪),將在一個新的窗口中打開應用程序,有時這個功能非常有用,在筆記本上,衕時按下左/右方向鍵也會達到衕樣的效果。

8、最大化 – 拖動窗口靠近頂部面板會自動最大化。

9、恢復窗口大小 – 向下拖動窗口或雙擊窗口。

10、平鋪 – 將窗口拖向左/右側。

下面是一個有用的窗口管理快捷鍵:

1、Alt+F10 – 在最大化/非最大化之間切換當前窗口。

2、Alt+F9 – 最小化當前窗口。

3、Alt+Tab – 在當前打開的窗口之間切換。

4、Alt+F4 – 關閉當前窗口。

5、Alt+F7 – 移動當前窗口(可以使用鍵槃或鼠標移動)。

ubuntu 11.04自動隱藏右邊啟動欄,安裝:sudo apt-get install compizconfig-settings-manager。然后在里面的桌面中的Ubuntu Unity Plugin中設置。


Jump directly to a specific panel by passing its name to gnome-control-center:
gnome-control-center display
Ubuntu 14.04 or later:

unity-control-center display


2018年10月18日 星期四

LEAP 15 fix update error

Problems:















newbie@linux-hdi0:~> ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.048 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.085 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.084 ms
^C
--- 127.0.0.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2027ms
rtt min/avg/max/mdev = 0.048/0.072/0.085/0.018 ms
newbie@linux-hdi0:~>



newbie@linux-hdi0:~> nslookup www.google.com
;; connection timed out; no servers could be reached

newbie@linux-hdi0:~>

Fix Command:
systemctl restart network


netconfig -f update


Problems:
stop reached target shutdown
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"
if not work change to 

GRUB_CMDLINE_LINUX="reboot=b intremap=no_x2apic_optout acpi_osi=Linux initcall_blacklist=pcc_init"

stop starting show plymouth boot screen
f configuring the boot loader that way : 
yast
  • System
    • Boot Loader
      • Boot Loader Options
        • Optional Command Line Parameter

Replace splash=silent by splash=verbose


Right now I can think of the following options:
- Change the kernel boot option "splash=silent" to "splash=verbose"
- Disable plymouth by adding "plymouth.enable=0" to the kernel boot options
- uninstall plymouth completely

2018年10月3日 星期三