Skip to content

Zeroplex 生活隨筆

軟體開發和生活瑣事

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

標籤: Ubuntu

aptitude update 找不到 GPG key 的處理

Posted on 2016 年 3 月 24 日2021 年 3 月 12 日 By 日落 在〈aptitude update 找不到 GPG key 的處理〉中尚無留言

執行的 aptitude update 以後,出現錯誤訊息:

W: GPG error: http://ppa.launchpad.net trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 00A6F0A3C300EE8C
W: GPG error: http://ppa.launchpad.net trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4F4EA0AAE5267A6C

可以透過下列指令去 import keys:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com {KEY}

例如上面的錯誤,可以這樣 import key:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 00A6F0A3C300EE8C
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4F4EA0AAE5267A6C

reference: How do I fix the GPG error “NO_PUBKEY”?

Tags:Ubuntu

Ubuntu PPA for new version of Git

Posted on 2016 年 3 月 17 日2023 年 1 月 8 日 By 日落 在〈Ubuntu PPA for new version of Git〉中尚無留言

舊版本的 git 有安全性漏洞,需要升級到 2.7.1 以上版本
server and client side remote code execution through a buffer overflow in all git versions before 2.7.1 (unpublished ᴄᴠᴇ-2016-2324 and ᴄᴠᴇ‑2016‑2315)

Ubuntu 14.04 的 git 還在 1.x,只好靠 PPA 抓新版本:

sudo add-apt-repository ppa:git-core/ppa
sudo aptitude update && sudo aptitude upgrade
Tags:Git, 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

文章分頁

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

其他

關於我  (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 Raspberry Pi Ubuntu Unix Vim Web Windows XD 作業系統 分享 好站推薦 專題 攝影 新奇搞笑 新聞 旅遊 生活雜記 程式設計 網路架站 網頁設計 資訊學習 資訊安全 遊戲 音樂


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