avatar
Articles
503
Tags
209
Categories
31
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • To Do
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft
Memorandum!Ubuntu Budgie Remix 16.10 Back to Home
Search
Pages
  • Archives
  • Tags
  • Categories
  • Arch Linux
  • GNOME
  • Hexo
  • To Do
  • Ubuntu
  • Visual Studio Code
  • World of Warcraft

Ubuntu Budgie Remix 16.10

Created2016-08-19|Updated2016-08-19|os

Ubuntu Budgie Remix

  • https://budgie-remix.org/
    Ubuntu Budgie Remix 16.10 のアルファ版をインストールしてみました。

ダウンロード

  • 16.10 (yakkety)
    https://sourceforge.net/projects/budgie-remix/
  • 16.04.1 (xenial)
    https://budgie-remix.org/downloads/

システム情報

Ubuntu Budgie Remix Profile

サイドパネル

Ubuntu Budgie Remix Side Panel

ubuntubudgie
cover of previous post
Previous
Nagios 4.20
https://www.nagios.org/Nagios 4.2.0 がリリースされていたので、日本語化してインストールしてみました。 環境 参考手順http://www.itzgeek.com/how-tos/linux/ubuntu-how-tos/install-nagios-4-1-1-ubuntu-16-04.html ダウンロード Nagios 本体 Nagios プラグイン Nagios 日本語化パッチ 展開とパッチ当てインストールアクセス
cover of next post
Next
Rocket.Chat on Raspberry Pi 2
https://github.com/RocketChat/Rocket.Chat.RaspberryPiRocket.Chat のサーバをRaspberry Pi 2 に構築してみました。 OS のクリーンインストール本題に入る前に。Ubuntu Server 14.04 から16.04 にアップグレードしましたが、やはりクリーンインストールしておきます。 ハードウェアRaspberry Pi 2 OS (Ubuntu Server 16.04 LTS) のダウンロードhttp://cdimage.ubuntu.com/ubuntu/releases/16.04.1/release/ubuntu-16.04.1-preinstalled-server-armhf+raspi2.img.xz イメージの展開ディスクライタで正しくパーティションが展開されなかったので、コマンドで展開しました。$ sudo apt-get install gddrescue xz-utils$ unxs ubuntu-16.04.1-preinstalled-server-armhf+ra...
Related Articles
cover
2019-08-07
RPi4 - Ubuntu Server 19.10 64bit
Raspberry Pi 4B でUbuntu Server 64bit が起動するようになったので環境設定をします。 起動モードの切り替え方法 メモリ4GB 起動(USB 不可)の場合/boot/firmware/config.txt#total_mem=3072 メモリ3GB 起動(USB 可能)の場合/boot/firmware/config.txttotal_mem=3072 Update: 2019/8/15 版で3GB の制限はなくなりました。 ホストネームの設定$ sudo hostnamectl set-hostname pi4 Alias 等の設定 Alias~/.bash_aliases# Update installed packagesalias upd='sudo apt update -y && sudo apt dist-upgrade && sudo apt autoremove -y'# Change localealias en='export LC_AL...
cover
2018-04-13
Ubutu 18.04 bionic beta2
DELL Inspiron 11 にUbuntu 18.04 bionic beta2 をインストールしてみました。 Ubuntu Livepatch も設定してみました。 インストールメディアhttp://cdimage.ubuntu.com/daily-live/current/ デイリービルドのライブISOをEtcher でUSBメモリに格納しました。 GNOME の設定 ホームディレクトリの各フォルダ名を英語名に変更$ LANG=C xdg-user-dirs-gtk-update テキストテンプレートファイルの作成$ touch ~/Templates/Text alias の設定 ~/.bash_aliasesalias upd='sudo apt update -y && sudo apt dist-upgrade && sudo apt autoremove -y'alias en='export LC_ALL=en_US.UTF8'alias ja='export LC...
cover
2020-04-22
Ubuntu 20.04 LTS Focal Fossa
https://wiki.ubuntu.com/FocalFossa/ReleaseNotes#New_Features_in_20.04 Ubuntu 20.04 LTS Focal Fossa をインストールしてみました。 環境 Ubuntu 20.04 LTS Focal Fossa 64bit 構築 以下からダウンロードhttp://cdimage.ubuntu.com/ubuntu/daily-live/current/ 明日リリース予定なのでもう変更はないでしょう。 Ubuntu の設定https://ktkr3d.github.io/ubuntu/
cover
2016-07-09
Ajenti on Raspberry Pi 2
http://ajenti.org/ Web ベースのシステム管理ツールのAjenti をRaspberry Pi 2 のUbuntu 16.04 LTS にインストールしてみました。 OS のアップグレードその前に、Ubuntu 14.04 LTS を16.04 LTS にアップグレードしておきましょう。 https://www.digitalocean.com/community/tutorials/how-to-upgrade-to-ubuntu-16-04-lts $ sudo apt-get update$ sudo apt-get upgrade$ sudo apt-get dist-upgrade$ sudo apt-get dist-upgrade -d$ sudo apt-get install update-manager-core$ sudo do-release-upgrade$ sudo reboot Ajenti のインストールhttp://support.ajenti.org/topics/1121-installing-on-ubuntu/...
cover
2020-06-19
WSL - Ubuntu 20.04 LTS
WSL のUbuntu 20.04 LTS が公開されていたのでUbuntu 18.04 LTS から移行しました。 マイクロソフトストアには以下の3つのUbuntu が存在しています。「Ubuntu」からはdo-release-upgradeでバージョンアップできるけれど、「Ubuntu 18.04 LTS」からはバージョンアップできないんですね。 Ubuntu Ubuntu-18.04 Ubuntu-20.04 環境 Windows 10 Insider Preview Build 20150 移行前WSL Ubuntu 18.04 (Ubuntu 18.04 LTS) bash 4.4.20 node v13.9.0 npm 6.13.7 Docker version 19.03.6 Docker Compose version 1.24.0 移行後WSL Ubuntu (Ubuntu 20.04 LTS) bash 5.0.16 node v14.4.0 npm 6.14.5 Docker version 19.03.11 Docker Compose ver...
2021-03-28
Ubuntu 21.04 Hirsute
https://launchpad.net/~shemgp/+archive/ubuntu/gnome-40Ubuntu 21.04 にGNOME 40 のPPA を設定してみました。 2021-04-07 追記 GNOME 40.0 でDash to Dock 拡張を導入してみました。https://github.com/ewlsh/dash-to-dock/tree/ewlsh/gnome-40https://github.com/micheleg/dash-to-dock/pull/1402 GNOME 40.0 でDash to Panel 拡張を導入してみました。https://github.com/philippun1/dash-to-panel/tree/update-to-gnome40https://github.com/home-sweet-gnome/dash-to-panel/pull/1303 2021-04-08 追記 Auto Hide Top Panel 拡張をGNOME 40 に対応させてみました。http://www.webupd8.or...

Comments
avatar
ktkr3d
Memorandum
Articles
503
Tags
209
Categories
31
Follow Me
Contents
  1. 1. ダウンロード
  2. 2. システム情報
  3. 3. サイドパネル
Recent Posts
WoW OnUseGear Addon2026-08-15
SSF2026-08-12
WoW Keybinding2026-08-11
oUF MyLayout Addon v0.3.02026-08-09
Linux Cluster Monitor2026-08-08
© 2010 - 2026 By ktkr3dFramework Hexo 8.1.1|Theme Butterfly 5.5.3
Search
Loading Database