Skip to content

Zeroplex 生活隨筆

軟體開發、伺服器和生活瑣事

小 縮小字型大小。 中 重設字型大小。 大 放大字型大小。

標籤: Ubuntu

Ubuntu 修改系統時區

Posted on 2014 年 6 月 11 日2021 年 3 月 12 日 By 日落 在〈Ubuntu 修改系統時區〉中尚無留言

As title:

dpkg-reconfigure tzdata
Tags:Ubuntu

在 Ubuntu 關閉 ThinkPad x230 螢幕背光

Posted on 2013 年 10 月 24 日2021 年 3 月 12 日 By 日落 在〈在 Ubuntu 關閉 ThinkPad x230 螢幕背光〉中尚無留言

as title:

xset dpms force off
Tags:Ubuntu

Firefox PPA on Ubuntu 12.04

Posted on 2013 年 7 月 1 日2021 年 3 月 12 日 By 日落 在〈Firefox PPA on Ubuntu 12.04〉中尚無留言

Mozilla 官方 PPA:

sudo add-apt-repository ppa:mozillateam/firefox-next
sudo aptitude update
sudo aptitude install firefox  # or aptitude update
Tags:Firefox, Ubuntu

修改 Ubuntu 12.04 登入畫面背景圖片

Posted on 2013 年 6 月 29 日2021 年 3 月 12 日 By 日落 在〈修改 Ubuntu 12.04 登入畫面背景圖片〉中尚無留言

開啟 /usr/share/glib-2.0/schemas/com.canonical.unity-greeter.gschema.xml,並找到「com.canonical.unity-greeter」,將 key「background」改成新的圖片路徑:

<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="unity-greeter">
  <schema id="com.canonical.unity-greeter" path="/com/canonical/unity-greeter/">
    <key name="background" type="s">
      <default>'/usr/share/backgrounds/warty-final-ubuntu.png'</default>
      <summary>Background file to use, either an image path or a color (e.g. #772953)</summary>
    </key>

將設定值重新編譯:

cd /usr/share/glib-2.0/schemas/
sudo glib-compile-schemas .
Tags:Linux, Ubuntu

CapsLock 提示 on Ubuntu with Mate Desktop

Posted on 2013 年 6 月 23 日2021 年 3 月 12 日 By 日落 在〈CapsLock 提示 on Ubuntu with Mate Desktop〉中尚無留言
CapsLock 提示 on Ubuntu with Mate Desktop

因為手賤,發現 ThinkPad x230 上並沒有 CapsLock 警示燈,而 Ubuntu 上面預設也不會提示,好在有工具可以用。

Indicator Keylock 能讓大小寫鎖定時,在工具列顯示圖示:

安裝 Indicator Keylock:

sudo add-apt-repository ppa:tsbarnes/indicator-keylock && sudo apt-get update
sudo apt-get install indicator-keylock

安裝完以後執行「indicator-keylock」即可。

Regerence:
Indicator Keylock Displays The Keyboard Lock Keys On Machines Without Keyboard LEDs ~ Web Upd8: Ubuntu / Linux blog
http://www.webupd8.org/2010/07/indicator-keylock-displays-keyboard.html

Tags:Linux, Ubuntu, 生活雜記

文章分頁

上一頁 1 ... 5 6 7 ... 10 下一頁

其他

關於我  (About me)

小額贊助

  文章 RSS Feed

  留言 RSS Feed

Apache AWS Bash C/C++ Docker FreeBSD GCP Git Google Java JavaScript Laravel Linux Microsoft MSSQL MySQL Nginx PHP PHPUnit PostgreSQL Python Qt Ubuntu Unix Vim Web Windows WordPress XD 作業系統 分享 好站推薦 專題 攝影 新奇搞笑 新聞 旅遊 生活雜記 程式設計 網路架站 網頁設計 資訊學習 資訊安全 遊戲 音樂


創用 CC 授權條款
本著作係採用創用 CC 姓名標示-相同方式分享 4.0 國際 授權條款授權.