hugo daily push 2019-03-11 22:00:01

master
Eric Chang 7 years ago
parent 03904d344e
commit 233acec4c7

@ -0,0 +1,596 @@
---
title: "Install Timeshift on Ubuntu1804"
date: 2019-03-11T14:02:30+08:00
noSummary: false
featuredImage: "https://h.cowbay.org/images/post-default-11.jpg"
categories: [筆記]
tags: [ubuntu,backup]
author: "Eric Chang"
---
最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook
因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體
可以很簡單快速的備份、恢復系統狀態
可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤....
<!--more-->
因為client 的環境都躲在proxy後面一開始我想說直接下
```
export http_proxy=http://proxy_server:port
export https_proxy=http://proxy_server:port
```
然後再去依照官方的指令新增repository就好
```
sudo add-apt-repository ppa:teejee2008/ppa
```
結果當然不是我想的那麼簡單...
直接就跳錯誤出來了
```
2019-03-11 13:57:28 [mini@pc074 ~]$ sudo add-apt-repository ppa:teejee2008/ppa
Cannot add PPA: 'ppa:~teejee2008/ubuntu/ppa'.
ERROR: '~teejee2008' user or team does not exist.
```
翻了一下google有找到解法但沒找到原因就先這樣吧...(不求甚解)
```
export http_proxy=http://proxy_server:port
export https_proxy=http://proxy_server:port
sudo -E add-apt-repository -y ppa:teejee2008/ppa
sudo apt isntall timeshift
```
裝好之後,看一下怎麼執行,其實很簡單,也不用特別去指定什麼路徑
```
2019-03-11 14:00:59 [minion@hqpc074 ~]$ sudo timeshift --create --comments "after ansible"
First run mode (config file not found)
Selected default snapshot type: RSYNC
Selected default snapshot device: /dev/sda1
------------------------------------------------------------------------------
Estimating system size...
Creating new snapshot...(RSYNC)
Saving to device: /dev/sda1, mounted at path: /
Synching files with rsync...
Created control file: /timeshift/snapshots/2019-03-11_14-01-01/info.json
RSYNC Snapshot saved successfully (79s)
Tagged snapshot '2019-03-11_14-01-01': ondemand
------------------------------------------------------------------------------
2019-03-11 14:02:20 [mini@pc074 ~]$
```
這樣就備份完了,來測試一下備份是否正常,先隨便裝個本來沒裝的軟體
```
2019-03-11 14:02:20 [minion@hqpc074 ~]$ sudo apt install joe
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
joe
0 upgraded, 1 newly installed, 0 to remove and 310 not upgraded.
Need to get 509 kB of archives.
After this operation, 2137 kB of additional disk space will be used.
Get:1 http://tw.archive.ubuntu.com/ubuntu bionic/universe amd64 joe amd64 4.6-1 [509 kB]
Fetched 509 kB in 2s (254 kB/s)
Selecting previously unselected package joe.
(Reading database ... 150020 files and directories currently installed.)
Preparing to unpack .../archives/joe_4.6-1_amd64.deb ...
Unpacking joe (4.6-1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3) ...
Setting up joe (4.6-1) ...
update-alternatives: using /usr/bin/joe to provide /usr/bin/editor (editor) in auto mode
Processing triggers for man-db (2.8.3-2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1) ...
2019-03-11 14:09:39 [minion@hqpc074 ~]$
```
確定 joe 已經安裝
```
2019-03-11 14:09:51 [minion@hqpc074 ~]$ joe --help
Joe's Own Editor v4.6
Usage: joe [global-options] [ [local-options] filename ]...
Global options:
-[-]restore Restore cursor mode
-[-]regex Standard or JOE regular expression syntax
-[-]square Rectangular region mode
-[-]icase Case insensitive search mode
-[-]wrap Search wraps mode
-[-]menu_explorer Menu explorer mode
-[-]menu_above Menu above/below mode
-[-]notagsmenu Tags menu mode
-[-]search_prompting Search prompting mode
-[-]menu_jump Jump into menu mode
-[-]autoswap Autoswap mode
-[-]mid Center on scroll mode
-left nnn Left scroll amount
-right nnn Right scroll amount
-[-]guess_crlf Auto detect CR-LF mode
-[-]guess_indent Guess indent mode
-[-]guess_non_utf8 Guess non-UTF-8 mode
-[-]guess_utf8 Guess UTF-8 mode
-[-]guess_utf16 Guess UTF-16 mode
-[-]transpose Transpose menus mode
-[-]marking Region marking mode
-[-]asis Display meta chars as-is mode
-[-]force Force last NL mode
-[-]joe_state Joe_state file mode
-[-]nobackups Disable backups mode
-[-]nodeadjoe Disable DEADJOE mode
-[-]nolocks Disable locks mode
-[-]nomodcheck Disable mtime check mode
-[-]nocurdir Disable current dir
-[-]break_hardlinks Break hard links
-[-]break_links Break links
-[-]lightoff Auto unmark
-[-]exask Exit ask
-[-]beep Beeps
-[-]nosta Disable status line
-[-]keepup Fast status line
-pg nnn No. PgUp/PgDn lines
-undo_keep nnn No. undo records
-[-]csmode Continued search
-backpath sss Path to backup files
-[-]floatmouse Click past end
-[-]rtbutton Right button
-[-]nonotice Suppress startup notice
-[-]noexmsg Suppress exit message
-[-]help_is_utf8 Help is UTF-8
-[-]noxon Disable XON/XOFF
-[-]orphan Orphan extra files
-[-]helpon Start editor with help displayed
-[-]dopadding Emit padding NULs
-lines nnn No. screen lines (if no window size ioctl)
-baud nnn Baud rate
-columns nnn No. screen columns (if no window size ioctl)
-skiptop nnn No. screen lines to skip
-[-]notite Suppress tty init sequence
-[-]brpaste Bracketed paste mode
-[-]pastehack Paste quoting hack
-[-]nolinefeeds Suppress history preserving linefeeds
-[-]mouse Enable mouse
-[-]usetabs Screen update uses tabs
-[-]assume_color Assume terminal supports color
-[-]assume_256color Assume terminal supports 256 colors
-[-]joexterm Assume xterm patched for JOE
-xmsg sss Exit message
-aborthint sss Abort hint
-helphint sss Help hint
-lmsg sss Left side status line format
-rmsg sss Right side status line format
-smsg sss Status command format
-zmsg sss Status command format EOF
-keymap sss Keymap to use
-mnew sss Macro to execute for new files
-mfirst sss Macro to execute on first change
-mold sss Macro to execute on existing files
-msnew sss Macro to execute when new files are saved
-msold sss Macro to execute when existing files are saved
-text_color sss Text color
-help_color sss Help color
-status_color sss Status bar color
-menu_color sss Menu color
-prompt_color sss Prompt color
-msg_color sss Message color
Local options:
+nnn Start cursor on specified line
-[-]overwrite Overtype mode
-[-]hex Hex edit display mode
-[-]ansi Hide ANSI mode
-[-]title Status line context display mode
-[-]autoindent Autoindent mode
-[-]wordwrap Word wrap mode
-tab nnn Tab width
-lmargin nnn Left margin
-rmargin nnn Right margin
-indentc nnn Indent char
-istep nnn Indent step
-[-]french French spacing mode
-[-]flowed Flowed text mode
-[-]highlight Syntax highlighting mode
-[-]spaces No tabs mode
-[-]crlf CR-LF (MS-DOS) mode
-[-]linums Line numbers mode
-[-]hiline Highlight cursor line
-[-]nobackup No backup mode
-[-]rdonly Read only
-[-]smarthome Smart home key
-[-]indentfirst To indent first
-[-]smartbacks Smart backspace
-[-]purify Clean up indents
-[-]picture Picture mode
-syntax sss Syntax
-colors sss Scheme
-encoding sss Encoding
-type sss File type
-[-]highlighter_context ^G uses highlighter context
-[-]single_quoted ^G ignores '... '
-[-]no_double_quoted ^G ignores "... "
-[-]c_comment ^G ignores /*...*/
-[-]cpp_comment ^G ignores //...
-[-]pound_comment ^G ignores #...
-[-]vhdl_comment ^G ignores --...
-[-]semi_comment ^G ignores ;...
-[-]tex_comment ^G ignores %...
-text_delimiters sss Text delimiters
-language sss Language
-cpara sss Paragraph indent chars
-cnotpara sss Non-paragraph chars
2019-03-11 14:09:54 [minion@hqpc074 ~]$
```
然後還原到剛剛做的備份,用 --list 看一下
```
2019-03-11 14:11:08 [minion@hqpc074 ~]$ sudo timeshift --list
Device : /dev/sda1
UUID : d0efcb3d-e04a-41b8-a046-55557499f4d3
Path : /
Mode : RSYNC
Device is OK
1 snapshots, 108.3 GB free
Num Name Tags Description
------------------------------------------------------------------------------
0 > 2019-03-11_14-01-01 O after ansible
2019-03-11 14:11:17 [minion@hqpc074 ~]$
```
然後還原,中間會問你要不要重新安裝 grub ,就看個人需求,我是都會讓它重新安裝一次啦
```
2019-03-11 14:11:53 [minion@hqpc074 ~]$ sudo timeshift --restore --snapshot '2019-03-11_14-01-01' --target /dev/sda1
******************************************************************************
To restore with default options, press the ENTER key for all prompts!
******************************************************************************
Press ENTER to continue...
Re-install GRUB2 bootloader? (recommended) (y/n): y
Select GRUB device:
Num Device Description
------------------------------------------------------------------------------
0 > sda ATA TS128GSSD370S [MBR]
1 > sda1 ext4, 128.0 GB GB
[ENTER = Default (/dev/sda), a = Abort]
Enter device name or number (a=Abort): 0
******************************************************************************
GRUB Device: /dev/sda
******************************************************************************
======================================================================
WARNING
======================================================================
Data will be modified on following devices:
Device Mount
--------- -----
/dev/sda1 /
Please save your work and close all applications.
System will reboot after files are restored.
======================================================================
DISCLAIMER
======================================================================
This software comes without absolutely NO warranty and the author takes no responsibility for any damage arising from the use of this program. If these terms are not acceptable to you, please do not proceed beyond this point!
Continue with restore? (y/n): y
Mounted '/dev/sda1' at '/mnt/timeshift/restore/'
******************************************************************************
Backup Device: /dev/sda1
******************************************************************************
******************************************************************************
Snapshot: 2019-03-11_14-01-01 ~ after ansible
******************************************************************************
Restoring snapshot...
Synching files with rsync...
Please do not interrupt the restore process!
System will reboot after files are restored
.d..t...... etc/
>f.st...... etc/mailcap
.d..t...... etc/alternatives/
cLc.t...... etc/alternatives/editor -> /usr/bin/vim.gtk3
cLc.t...... etc/alternatives/editor.1.gz -> /usr/share/man/man1/vim.1.gz
cL+++++++++ etc/alternatives/editor.fr.1.gz -> /usr/share/man/fr/man1/vim.1.gz
cL+++++++++ etc/alternatives/editor.it.1.gz -> /usr/share/man/it/man1/vim.1.gz
cL+++++++++ etc/alternatives/editor.ja.1.gz -> /usr/share/man/ja/man1/vim.1.gz
cL+++++++++ etc/alternatives/editor.pl.1.gz -> /usr/share/man/pl/man1/vim.1.gz
cL+++++++++ etc/alternatives/editor.ru.1.gz -> /usr/share/man/ru/man1/vim.1.gz
.d..t...... home/minion/
.d..t...... mnt/
.d..t...... timeshift/
.d..t...... tmp/
.d..t...... usr/bin/
.d..t...... usr/share/
.d..t...... usr/share/applications/
>f.st...... usr/share/applications/mimeinfo.cache
.d..t...... usr/share/doc/
.d..t...... usr/share/man/fr/man1/
cL+++++++++ usr/share/man/fr/man1/editor.1.gz -> /etc/alternatives/editor.fr.1.gz
.d..t...... usr/share/man/it/man1/
cL+++++++++ usr/share/man/it/man1/editor.1.gz -> /etc/alternatives/editor.it.1.gz
.d..t...... usr/share/man/ja/man1/
cL+++++++++ usr/share/man/ja/man1/editor.1.gz -> /etc/alternatives/editor.ja.1.gz
.d..t...... usr/share/man/man1/
.d..t...... usr/share/man/pl/man1/
cL+++++++++ usr/share/man/pl/man1/editor.1.gz -> /etc/alternatives/editor.pl.1.gz
.d..t...... usr/share/man/ru/man1/
cL+++++++++ usr/share/man/ru/man1/editor.1.gz -> /etc/alternatives/editor.ru.1.gz
.d..t...... usr/share/menu/
.d..t...... var/cache/apt/
>f..t...... var/cache/apt/pkgcache.bin
.d..t...... var/cache/apt/archives/
.d..t...... var/cache/apt/archives/partial/
.d..t...... var/cache/man/
>f..t...... var/cache/man/index.db
.d..t...... var/cache/man/cs/
.d..t...... var/cache/man/da/
.d..t...... var/cache/man/de/
.d..t...... var/cache/man/el/
.d..t...... var/cache/man/es/
.d..t...... var/cache/man/fi/
.d..t...... var/cache/man/fr.ISO8859-1/
.d..t...... var/cache/man/fr.UTF-8/
.d..t...... var/cache/man/fr/
>f..t...... var/cache/man/fr/index.db
.d..t...... var/cache/man/hr/
.d..t...... var/cache/man/hu/
.d..t...... var/cache/man/id/
.d..t...... var/cache/man/it/
>f..t...... var/cache/man/it/index.db
.d..t...... var/cache/man/ja/
>f..t...... var/cache/man/ja/index.db
.d..t...... var/cache/man/ko/
.d..t...... var/cache/man/nl/
.d..t...... var/cache/man/oldlocal/
.d..t...... var/cache/man/pl/
>f..t...... var/cache/man/pl/index.db
.d..t...... var/cache/man/pt/
.d..t...... var/cache/man/pt_BR/
.d..t...... var/cache/man/ro/
.d..t...... var/cache/man/ru/
>f..t...... var/cache/man/ru/index.db
.d..t...... var/cache/man/sk/
.d..t...... var/cache/man/sl/
.d..t...... var/cache/man/sr/
.d..t...... var/cache/man/sv/
.d..t...... var/cache/man/tr/
.d..t...... var/cache/man/zh/
.d..t...... var/cache/man/zh_CN/
.d..t...... var/cache/man/zh_TW/
.d..t...... var/lib/apt/
>f..t...... var/lib/apt/extended_states
.d..t...... var/lib/dpkg/
>f..t...... var/lib/dpkg/lock
>f.st...... var/lib/dpkg/status
>f.st...... var/lib/dpkg/status-old
.d..t...... var/lib/dpkg/alternatives/
>f.st...... var/lib/dpkg/alternatives/editor
.d..t...... var/lib/dpkg/info/
>f..t...... var/lib/dpkg/triggers/Lock
.d..t...... var/lib/dpkg/updates/
.d..t...... var/lib/misc/
>f..t...... var/lib/update-notifier/dpkg-run-stamp
>f.st...... var/log/alternatives.log
>f.st...... var/log/auth.log
>f.st...... var/log/dpkg.log
>f.st...... var/log/syslog
.d..t...... var/log/apt/
>f.st...... var/log/apt/eipp.log.xz
>f.st...... var/log/apt/history.log
>f.st...... var/log/apt/term.log
>f..t...... var/log/journal/8268f4544e414a37ab92123151d94126/system.journal
>f..t...... var/log/journal/8268f4544e414a37ab92123151d94126/user-1001.journal
.d..t...... var/log/timeshift/
*deleting etc/joe/shell.sh
*deleting etc/joe/shell.csh
*deleting etc/joe/rjoerc
*deleting etc/joe/jstarrc
*deleting etc/joe/jpicorc
*deleting etc/joe/joerc.zh_TW
*deleting etc/joe/joerc
*deleting etc/joe/jmacsrc
*deleting etc/joe/jicerc.ru
*deleting etc/joe/ftyperc
*deleting etc/joe/editorrc
*deleting etc/joe/
*deleting etc/alternatives/editorrc
*deleting usr/bin/rjoe
*deleting usr/bin/jstar
*deleting usr/bin/jpico
*deleting usr/bin/joe
*deleting usr/bin/jmacs
*deleting usr/share/joe/syntax/yaml.jsf
*deleting usr/share/joe/syntax/xml.jsf
*deleting usr/share/joe/syntax/whitespace.jsf
*deleting usr/share/joe/syntax/vhdl.jsf
*deleting usr/share/joe/syntax/verilog.jsf
*deleting usr/share/joe/syntax/typescript.jsf
*deleting usr/share/joe/syntax/troff.jsf
*deleting usr/share/joe/syntax/tex.jsf
*deleting usr/share/joe/syntax/tcl.jsf
*deleting usr/share/joe/syntax/swift.jsf
*deleting usr/share/joe/syntax/sql.jsf
*deleting usr/share/joe/syntax/spec.jsf
*deleting usr/share/joe/syntax/sml.jsf
*deleting usr/share/joe/syntax/skill.jsf
*deleting usr/share/joe/syntax/sieve.jsf
*deleting usr/share/joe/syntax/sh.jsf
*deleting usr/share/joe/syntax/sed.jsf
*deleting usr/share/joe/syntax/scala.jsf
*deleting usr/share/joe/syntax/rust.jsf
*deleting usr/share/joe/syntax/ruby.jsf
*deleting usr/share/joe/syntax/rexx.jsf
*deleting usr/share/joe/syntax/r.jsf
*deleting usr/share/joe/syntax/python.jsf
*deleting usr/share/joe/syntax/puppet.jsf
*deleting usr/share/joe/syntax/ps.jsf
*deleting usr/share/joe/syntax/properties.jsf
*deleting usr/share/joe/syntax/prolog.jsf
*deleting usr/share/joe/syntax/powershell.jsf
*deleting usr/share/joe/syntax/php.jsf
*deleting usr/share/joe/syntax/perl.jsf
*deleting usr/share/joe/syntax/pascal.jsf
*deleting usr/share/joe/syntax/ocaml.jsf
*deleting usr/share/joe/syntax/md.jsf
*deleting usr/share/joe/syntax/matlab.jsf
*deleting usr/share/joe/syntax/mason.jsf
*deleting usr/share/joe/syntax/mail.jsf
*deleting usr/share/joe/syntax/m4.jsf
*deleting usr/share/joe/syntax/lua.jsf
*deleting usr/share/joe/syntax/lisp.jsf
*deleting usr/share/joe/syntax/json.jsf
*deleting usr/share/joe/syntax/jsf_check.jsf
*deleting usr/share/joe/syntax/jsf.jsf
*deleting usr/share/joe/syntax/js.jsf
*deleting usr/share/joe/syntax/joerc.jsf
*deleting usr/share/joe/syntax/jcf.jsf
*deleting usr/share/joe/syntax/java.jsf
*deleting usr/share/joe/syntax/iptables.jsf
*deleting usr/share/joe/syntax/ini.jsf
*deleting usr/share/joe/syntax/htmlerb.jsf
*deleting usr/share/joe/syntax/html.jsf
*deleting usr/share/joe/syntax/haskell.jsf
*deleting usr/share/joe/syntax/haml.jsf
*deleting usr/share/joe/syntax/groovy.jsf
*deleting usr/share/joe/syntax/go.jsf
*deleting usr/share/joe/syntax/git-commit.jsf
*deleting usr/share/joe/syntax/fortran.jsf
*deleting usr/share/joe/syntax/filename.jsf
*deleting usr/share/joe/syntax/erlang.jsf
*deleting usr/share/joe/syntax/erb.jsf
*deleting usr/share/joe/syntax/elixir.jsf
*deleting usr/share/joe/syntax/dockerfile.jsf
*deleting usr/share/joe/syntax/diff.jsf
*deleting usr/share/joe/syntax/debian.jsf
*deleting usr/share/joe/syntax/debcontrol.jsf
*deleting usr/share/joe/syntax/d.jsf
*deleting usr/share/joe/syntax/css.jsf
*deleting usr/share/joe/syntax/csharp.jsf
*deleting usr/share/joe/syntax/csh.jsf
*deleting usr/share/joe/syntax/context.jsf
*deleting usr/share/joe/syntax/conf.jsf
*deleting usr/share/joe/syntax/comment_todo.jsf
*deleting usr/share/joe/syntax/coffee.jsf
*deleting usr/share/joe/syntax/cobol.jsf
*deleting usr/share/joe/syntax/clojure.jsf
*deleting usr/share/joe/syntax/c.jsf
*deleting usr/share/joe/syntax/batch.jsf
*deleting usr/share/joe/syntax/awk.jsf
*deleting usr/share/joe/syntax/avr.jsf
*deleting usr/share/joe/syntax/asm.jsf
*deleting usr/share/joe/syntax/ant.jsf
*deleting usr/share/joe/syntax/ada.jsf
*deleting usr/share/joe/syntax/4gl.jsf
*deleting usr/share/joe/syntax/
*deleting usr/share/joe/lang/zh_TW.po
*deleting usr/share/joe/lang/uk.po
*deleting usr/share/joe/lang/ru.po
*deleting usr/share/joe/lang/fr.po
*deleting usr/share/joe/lang/de.po
*deleting usr/share/joe/lang/
*deleting usr/share/joe/colors/zenburn.jcf
*deleting usr/share/joe/colors/zenburn-hc.jcf
*deleting usr/share/joe/colors/xoria.jcf
*deleting usr/share/joe/colors/wombat.jcf
*deleting usr/share/joe/colors/solarized.jcf
*deleting usr/share/joe/colors/molokai.jcf
*deleting usr/share/joe/colors/ir_black.jcf
*deleting usr/share/joe/colors/gruvbox.jcf
*deleting usr/share/joe/colors/default.jcf
*deleting usr/share/joe/colors/
*deleting usr/share/joe/charmaps/klingon
*deleting usr/share/joe/charmaps/
*deleting usr/share/joe/
*deleting usr/share/applications/jstar.desktop
*deleting usr/share/applications/jpico.desktop
*deleting usr/share/applications/joe.desktop
*deleting usr/share/applications/jmacs.desktop
*deleting usr/share/doc/joe/man.md
*deleting usr/share/doc/joe/help.pl.txt
*deleting usr/share/doc/joe/hacking.md
*deleting usr/share/doc/joe/copyright
*deleting usr/share/doc/joe/changelog.Debian.gz
*deleting usr/share/doc/joe/README.old
*deleting usr/share/doc/joe/README.md
*deleting usr/share/doc/joe/README.Debian
*deleting usr/share/doc/joe/NEWS.md
*deleting usr/share/doc/joe/
*deleting usr/share/man/man1/rjoe.1.gz
*deleting usr/share/man/man1/jstar.1.gz
*deleting usr/share/man/man1/jpico.1.gz
*deleting usr/share/man/man1/joe.1.gz
*deleting usr/share/man/man1/jmacs.1.gz
*deleting usr/share/man/ru/man1/joe.1.gz
*deleting usr/share/menu/joe
*deleting var/lib/dpkg/info/joe.prerm
*deleting var/lib/dpkg/info/joe.preinst
*deleting var/lib/dpkg/info/joe.postrm
*deleting var/lib/dpkg/info/joe.postinst
*deleting var/lib/dpkg/info/joe.md5sums
*deleting var/lib/dpkg/info/joe.list
*deleting var/lib/dpkg/info/joe.conffiles
*deleting var/lib/misc/editorrc
sent 122,966,173 bytes received 829 bytes 35,133,429.14 bytes/sec
total size is 7,201,040,584 speedup is 58.56
Re-installing GRUB2 bootloader...
Installing for i386-pc platform.
Installation finished. No error reported.
Updating GRUB menu...
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-20-generic
Found initrd image: /boot/initrd.img-4.15.0-20-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Synching file systems...
Rebooting system...
Rebooting.
```
**要特別注意restore完後會自動reboot**
重新開機完成後,就入系統,執行看看 joe
```
2019-03-11 14:14:53 [minion@hqpc074 ~]$ joe
Command 'joe' not found, but can be installed with:
sudo apt install joe
sudo apt install joe-jupp
2019-03-11 14:14:54 [minion@hqpc074 ~]$
```
可以看到剛剛安裝的joe 又變成還沒安裝的狀態了,符合預期中的結果!
可以繼續測試playbook了

@ -115,6 +115,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -139,10 +143,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -153,7 +153,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -90,6 +90,87 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/install-timeshift-on-ubuntu1804/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/install-timeshift-on-ubuntu1804/">
<img src="/images/post-default-11.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a></h3>
<div class="meta">
<span class="date moment">2019-03-11</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook</p>
<p>因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體</p>
<p>可以很簡單快速的備份、恢復系統狀態</p>
<p>可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤&hellip;.</p>
<p></p>
<a href="/post/install-timeshift-on-ubuntu1804/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/ubuntu">ubuntu</a>
<a href="/tags/backup">backup</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">
@ -854,89 +935,6 @@
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/change-preferred-language-in-firefox/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/change-preferred-language-in-firefox/">
<img src="/images/post-default-9.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a></h3>
<div class="meta">
<span class="date moment">2018-11-15</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近在測試metabase記得幾個月前就有測試過</p>
<p>但是當時的界面和現在的樣子差很多,看樣子改版還滿勤勞的</p>
<p>所以這次改用docker來建立根本五分鐘不到就建好了(挖鼻孔)</p>
<p>不過呢,很討厭的是,一進去就發現語系採用的是簡體中文</p>
<p></p>
<a href="/post/change-preferred-language-in-firefox/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/%E7%AD%86%E8%A8%98">筆記</a>
<a href="/tags/firefox">firefox</a>
<a href="/tags/metabase">metabase</a>
</div>
</div>
</div>
</article>
@ -967,6 +965,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -991,10 +993,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -1005,7 +1003,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -5,11 +5,28 @@
<link>https://h.cowbay.org/author/eric-chang/</link>
<description>Recent content in Eric Chang on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Wed, 16 Jan 2019 16:17:05 +0800</lastBuildDate>
<lastBuildDate>Mon, 11 Mar 2019 14:02:30 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/author/eric-chang/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Install Timeshift on Ubuntu1804</title>
<link>https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/</link>
<pubDate>Mon, 11 Mar 2019 14:02:30 +0800</pubDate>
<guid>https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/</guid>
<description>&lt;p&gt;最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook&lt;/p&gt;
&lt;p&gt;因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體&lt;/p&gt;
&lt;p&gt;可以很簡單快速的備份、恢復系統狀態&lt;/p&gt;
&lt;p&gt;可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤&amp;hellip;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description>
</item>
<item>
<title>用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </title>
<link>https://h.cowbay.org/post/install-ubuntu1804-on-dell-6ir-raid-controller/</link>

@ -90,6 +90,89 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/change-preferred-language-in-firefox/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/change-preferred-language-in-firefox/">
<img src="/images/post-default-9.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a></h3>
<div class="meta">
<span class="date moment">2018-11-15</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近在測試metabase記得幾個月前就有測試過</p>
<p>但是當時的界面和現在的樣子差很多,看樣子改版還滿勤勞的</p>
<p>所以這次改用docker來建立根本五分鐘不到就建好了(挖鼻孔)</p>
<p>不過呢,很討厭的是,一進去就發現語系採用的是簡體中文</p>
<p></p>
<a href="/post/change-preferred-language-in-firefox/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/%E7%AD%86%E8%A8%98">筆記</a>
<a href="/tags/firefox">firefox</a>
<a href="/tags/metabase">metabase</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/copy_role_in_pgsql/">
@ -610,6 +693,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -634,10 +721,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -648,7 +731,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -101,7 +101,7 @@
<hr>
<ul id="all-categories">
<li><a href="/author/eric-chang">Eric chang (16)</a></li>
<li><a href="/author/eric-chang">Eric chang (17)</a></li>
</ul>
</div>
@ -120,6 +120,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -144,10 +148,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -158,7 +158,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -12,7 +12,7 @@
<item>
<title>Eric Chang</title>
<link>https://h.cowbay.org/author/eric-chang/</link>
<pubDate>Wed, 16 Jan 2019 16:17:05 +0800</pubDate>
<pubDate>Mon, 11 Mar 2019 14:02:30 +0800</pubDate>
<guid>https://h.cowbay.org/author/eric-chang/</guid>
<description></description>

@ -105,7 +105,7 @@
<li><a href="/categories/%E7%A2%8E%E5%BF%B5">碎念 (1)</a></li>
<li><a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a></li>
<li><a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a></li>
<li><a href="/categories/%E7%BE%A4%E6%9A%89">群暉 (1)</a></li>
@ -126,6 +126,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -150,10 +154,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -164,7 +164,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -30,7 +30,7 @@
<item>
<title>筆記</title>
<link>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</link>
<pubDate>Wed, 16 Jan 2019 16:17:05 +0800</pubDate>
<pubDate>Mon, 11 Mar 2019 14:02:30 +0800</pubDate>
<guid>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</guid>
<description></description>

@ -179,6 +179,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -203,10 +207,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -217,7 +217,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -192,6 +192,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -216,10 +220,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -230,7 +230,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -90,6 +90,87 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/install-timeshift-on-ubuntu1804/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/install-timeshift-on-ubuntu1804/">
<img src="/images/post-default-11.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a></h3>
<div class="meta">
<span class="date moment">2019-03-11</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook</p>
<p>因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體</p>
<p>可以很簡單快速的備份、恢復系統狀態</p>
<p>可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤&hellip;.</p>
<p></p>
<a href="/post/install-timeshift-on-ubuntu1804/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/ubuntu">ubuntu</a>
<a href="/tags/backup">backup</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">
@ -846,93 +927,6 @@
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/weird-client-server-connection/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/weird-client-server-connection/">
<img src="/images/post-default-4.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/weird-client-server-connection/">[筆記] 詭異的client&amp;server間連線的問題或許跟KVM有關係</a></h3>
<div class="meta">
<span class="date moment">2018-11-08</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>這是發生在一個夜黑風高的寂寥深夜&hellip;.. ( What The FXXX &hellip; )</p>
<p>來到這個環境之後,有一個很詭異的狀況一直困擾著我</p>
<p>在每個分公司都會有一台伺服器作為KVM Host</p>
<p>上面跑兩台VM一台作為ansible controller (目前沒作用)</p>
<p>另一台作為這邊所謂的 &ldquo;Build Server&rdquo;</p>
<p>用途包含了DHCP Server / Proxy Server (squid3) / APT Proxy (squid-deb-proxy)</p>
<p>問題就發生在這台 Build Server 上&hellip;</p>
<p></p>
<a href="/post/weird-client-server-connection/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/ubuntu">ubuntu</a>
<a href="/tags/%E7%AD%86%E8%A8%98">筆記</a>
</div>
</div>
</div>
</article>
@ -963,6 +957,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -987,10 +985,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -1001,7 +995,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -5,11 +5,28 @@
<link>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</link>
<description>Recent content in 筆記 on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Wed, 16 Jan 2019 16:17:05 +0800</lastBuildDate>
<lastBuildDate>Mon, 11 Mar 2019 14:02:30 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Install Timeshift on Ubuntu1804</title>
<link>https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/</link>
<pubDate>Mon, 11 Mar 2019 14:02:30 +0800</pubDate>
<guid>https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/</guid>
<description>&lt;p&gt;最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook&lt;/p&gt;
&lt;p&gt;因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體&lt;/p&gt;
&lt;p&gt;可以很簡單快速的備份、恢復系統狀態&lt;/p&gt;
&lt;p&gt;可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤&amp;hellip;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description>
</item>
<item>
<title>用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </title>
<link>https://h.cowbay.org/post/install-ubuntu1804-on-dell-6ir-raid-controller/</link>

@ -90,6 +90,93 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/weird-client-server-connection/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/weird-client-server-connection/">
<img src="/images/post-default-4.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/weird-client-server-connection/">[筆記] 詭異的client&amp;server間連線的問題或許跟KVM有關係</a></h3>
<div class="meta">
<span class="date moment">2018-11-08</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>這是發生在一個夜黑風高的寂寥深夜&hellip;.. ( What The FXXX &hellip; )</p>
<p>來到這個環境之後,有一個很詭異的狀況一直困擾著我</p>
<p>在每個分公司都會有一台伺服器作為KVM Host</p>
<p>上面跑兩台VM一台作為ansible controller (目前沒作用)</p>
<p>另一台作為這邊所謂的 &ldquo;Build Server&rdquo;</p>
<p>用途包含了DHCP Server / Proxy Server (squid3) / APT Proxy (squid-deb-proxy)</p>
<p>問題就發生在這台 Build Server 上&hellip;</p>
<p></p>
<a href="/post/weird-client-server-connection/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/ubuntu">ubuntu</a>
<a href="/tags/%E7%AD%86%E8%A8%98">筆記</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/nice-du-report-tool-durep/">
@ -374,6 +461,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -398,10 +489,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -412,7 +499,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -202,6 +202,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -226,10 +230,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -240,7 +240,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -2,6 +2,11 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/</loc>
<lastmod>2019-03-11T14:02:30+08:00</lastmod>
</url>
<url>
<loc>https://h.cowbay.org/post/install-ubuntu1804-on-dell-6ir-raid-controller/</loc>
<lastmod>2019-01-16T16:17:05+08:00</lastmod>
@ -109,6 +114,12 @@
/>
</url>
<url>
<loc>https://h.cowbay.org/tags/backup/</loc>
<lastmod>2019-03-11T14:02:30+08:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>https://h.cowbay.org/tags/bookstack/</loc>
<lastmod>2018-11-06T14:57:14+08:00</lastmod>
@ -144,7 +155,7 @@
<url>
<loc>https://h.cowbay.org/author/eric-chang/</loc>
<lastmod>2019-01-16T16:17:05+08:00</lastmod>
<lastmod>2019-03-11T14:02:30+08:00</lastmod>
<priority>0</priority>
</url>
@ -174,7 +185,7 @@
<url>
<loc>https://h.cowbay.org/</loc>
<lastmod>2019-01-16T16:17:05+08:00</lastmod>
<lastmod>2019-03-11T14:02:30+08:00</lastmod>
<priority>0</priority>
<xhtml:link
rel="alternate"
@ -214,7 +225,7 @@
<url>
<loc>https://h.cowbay.org/post/</loc>
<lastmod>2019-01-16T16:17:05+08:00</lastmod>
<lastmod>2019-03-11T14:02:30+08:00</lastmod>
<priority>0</priority>
</url>
@ -272,7 +283,7 @@
<url>
<loc>https://h.cowbay.org/tags/ubuntu/</loc>
<lastmod>2019-01-16T16:17:05+08:00</lastmod>
<lastmod>2019-03-11T14:02:30+08:00</lastmod>
<priority>0</priority>
</url>
@ -302,7 +313,7 @@
<url>
<loc>https://h.cowbay.org/categories/%E7%AD%86%E8%A8%98/</loc>
<lastmod>2019-01-16T16:17:05+08:00</lastmod>
<lastmod>2019-03-11T14:02:30+08:00</lastmod>
<priority>0</priority>
</url>

@ -179,6 +179,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -203,10 +207,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -217,7 +217,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -191,6 +191,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -215,10 +219,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -229,7 +229,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -95,6 +95,89 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/install-timeshift-on-ubuntu1804/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/install-timeshift-on-ubuntu1804/">
<img src="/images/post-default-11.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a></h3>
<div class="meta">
<span class="date moment">2019-03-11</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook</p>
<p>因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體</p>
<p>可以很簡單快速的備份、恢復系統狀態</p>
<p>可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤&hellip;.</p>
<p></p>
<a href="/post/install-timeshift-on-ubuntu1804/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/ubuntu">ubuntu</a>
<a href="/tags/backup">backup</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">
@ -875,91 +958,6 @@
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/change-preferred-language-in-firefox/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/change-preferred-language-in-firefox/">
<img src="/images/post-default-9.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a></h3>
<div class="meta">
<span class="date moment">2018-11-15</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近在測試metabase記得幾個月前就有測試過</p>
<p>但是當時的界面和現在的樣子差很多,看樣子改版還滿勤勞的</p>
<p>所以這次改用docker來建立根本五分鐘不到就建好了(挖鼻孔)</p>
<p>不過呢,很討厭的是,一進去就發現語系採用的是簡體中文</p>
<p></p>
<a href="/post/change-preferred-language-in-firefox/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/%E7%AD%86%E8%A8%98">筆記</a>
<a href="/tags/firefox">firefox</a>
<a href="/tags/metabase">metabase</a>
</div>
</div>
</div>
</article>
@ -991,6 +989,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -1015,10 +1017,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -1029,7 +1027,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -48,6 +48,13 @@
"type": "tag",
"url": "https://h.cowbay.org/tags/ansible"
},
{
"iconClass": "fa-tag",
"objectID": "https://h.cowbay.org/tags/backup",
"title": "Backup",
"type": "tag",
"url": "https://h.cowbay.org/tags/backup"
},
{
"iconClass": "fa-tag",
"objectID": "https://h.cowbay.org/tags/bookstack",

@ -5,11 +5,28 @@
<link>https://h.cowbay.org/</link>
<description>Recent content on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Wed, 16 Jan 2019 16:17:05 +0800</lastBuildDate>
<lastBuildDate>Mon, 11 Mar 2019 14:02:30 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Install Timeshift on Ubuntu1804</title>
<link>https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/</link>
<pubDate>Mon, 11 Mar 2019 14:02:30 +0800</pubDate>
<guid>https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/</guid>
<description>&lt;p&gt;最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook&lt;/p&gt;
&lt;p&gt;因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體&lt;/p&gt;
&lt;p&gt;可以很簡單快速的備份、恢復系統狀態&lt;/p&gt;
&lt;p&gt;可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤&amp;hellip;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description>
</item>
<item>
<title>用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </title>
<link>https://h.cowbay.org/post/install-ubuntu1804-on-dell-6ir-raid-controller/</link>

@ -95,6 +95,91 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/change-preferred-language-in-firefox/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/change-preferred-language-in-firefox/">
<img src="/images/post-default-9.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a></h3>
<div class="meta">
<span class="date moment">2018-11-15</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近在測試metabase記得幾個月前就有測試過</p>
<p>但是當時的界面和現在的樣子差很多,看樣子改版還滿勤勞的</p>
<p>所以這次改用docker來建立根本五分鐘不到就建好了(挖鼻孔)</p>
<p>不過呢,很討厭的是,一進去就發現語系採用的是簡體中文</p>
<p></p>
<a href="/post/change-preferred-language-in-firefox/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/%E7%AD%86%E8%A8%98">筆記</a>
<a href="/tags/firefox">firefox</a>
<a href="/tags/metabase">metabase</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/copy_role_in_pgsql/">
@ -626,6 +711,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -650,10 +739,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -664,7 +749,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -415,6 +415,10 @@ TCP window size: 85.0 KByte (default)
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -439,10 +443,6 @@ TCP window size: 85.0 KByte (default)
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -453,7 +453,7 @@ TCP window size: 85.0 KByte (default)
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -218,6 +218,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -242,10 +246,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -256,7 +256,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -329,6 +329,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -353,10 +357,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -367,7 +367,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -284,6 +284,10 @@ b8d74048eba1 mysql:5.7.21 &quot;docker-entrypoint.s…&qu
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -308,10 +312,6 @@ b8d74048eba1 mysql:5.7.21 &quot;docker-entrypoint.s…&qu
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -322,7 +322,7 @@ b8d74048eba1 mysql:5.7.21 &quot;docker-entrypoint.s…&qu
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -258,6 +258,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -282,10 +286,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -296,7 +296,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -216,6 +216,10 @@ GRANT a TO b;
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -240,10 +244,6 @@ GRANT a TO b;
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -254,7 +254,7 @@ GRANT a TO b;
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -229,6 +229,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -253,10 +257,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -267,7 +267,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -302,6 +302,10 @@ admin@storage:~$
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -326,10 +330,6 @@ admin@storage:~$
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -340,7 +340,7 @@ admin@storage:~$
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -272,6 +272,10 @@ unused devices: &lt;none&gt;
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -296,10 +300,6 @@ unused devices: &lt;none&gt;
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -310,7 +310,7 @@ unused devices: &lt;none&gt;
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -90,6 +90,87 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/install-timeshift-on-ubuntu1804/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/install-timeshift-on-ubuntu1804/">
<img src="/images/post-default-11.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a></h3>
<div class="meta">
<span class="date moment">2019-03-11</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook</p>
<p>因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體</p>
<p>可以很簡單快速的備份、恢復系統狀態</p>
<p>可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤&hellip;.</p>
<p></p>
<a href="/post/install-timeshift-on-ubuntu1804/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/ubuntu">ubuntu</a>
<a href="/tags/backup">backup</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">
@ -854,89 +935,6 @@
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/change-preferred-language-in-firefox/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/change-preferred-language-in-firefox/">
<img src="/images/post-default-9.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a></h3>
<div class="meta">
<span class="date moment">2018-11-15</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近在測試metabase記得幾個月前就有測試過</p>
<p>但是當時的界面和現在的樣子差很多,看樣子改版還滿勤勞的</p>
<p>所以這次改用docker來建立根本五分鐘不到就建好了(挖鼻孔)</p>
<p>不過呢,很討厭的是,一進去就發現語系採用的是簡體中文</p>
<p></p>
<a href="/post/change-preferred-language-in-firefox/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/%E7%AD%86%E8%A8%98">筆記</a>
<a href="/tags/firefox">firefox</a>
<a href="/tags/metabase">metabase</a>
</div>
</div>
</div>
</article>
@ -967,6 +965,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -991,10 +993,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -1005,7 +1003,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -5,11 +5,28 @@
<link>https://h.cowbay.org/post/</link>
<description>Recent content in Posts on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Wed, 16 Jan 2019 16:17:05 +0800</lastBuildDate>
<lastBuildDate>Mon, 11 Mar 2019 14:02:30 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/post/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Install Timeshift on Ubuntu1804</title>
<link>https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/</link>
<pubDate>Mon, 11 Mar 2019 14:02:30 +0800</pubDate>
<guid>https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/</guid>
<description>&lt;p&gt;最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook&lt;/p&gt;
&lt;p&gt;因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體&lt;/p&gt;
&lt;p&gt;可以很簡單快速的備份、恢復系統狀態&lt;/p&gt;
&lt;p&gt;可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤&amp;hellip;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description>
</item>
<item>
<title>用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </title>
<link>https://h.cowbay.org/post/install-ubuntu1804-on-dell-6ir-raid-controller/</link>

@ -0,0 +1,969 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Eric Chang">
<meta name="description" content="Bilberry Premium Theme for Hugo.">
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
<meta name="generator" content="Hugo 0.50" />
<title> Install Timeshift on Ubuntu1804 | MC部落</title>
<meta name="description" content="Install Timeshift on Ubuntu1804 - Bilberry Premium Theme for Hugo.">
<meta itemprop="name" content="Install Timeshift on Ubuntu1804">
<meta itemprop="description" content="Install Timeshift on Ubuntu1804 - Bilberry Premium Theme for Hugo.">
<meta property="og:title" content="Install Timeshift on Ubuntu1804">
<meta property="og:description" content="Install Timeshift on Ubuntu1804 - Bilberry Premium Theme for Hugo.">
<meta property="og:image" content="https://h.cowbay.org/images/post-default-11.jpg">
<meta property="og:url" content="https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/">
<meta property="og:site_name" content="MC部落">
<meta property="og:type" content="article">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="bilberry-hugo-theme">
<nav class="permanentTopNav">
<div class="container">
<ul class="topnav">
</ul>
<div id="search-box" class="search">
<i class="fa fa-search"></i>
<input id="search" type="text" placeholder="Search ...">
</div>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://www.gravatar.com/avatar/e4eb1f8e016ffb73e9889f87d16e15f0?d=mm&size=200" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title"><a href="/">MC部落</a></h3>
<span class="subtitle">這是MC的HUGO部落格採用bilberry theme</span>
</div>
<div class="toggler permanentTopNav">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="main container">
<div class="article-wrapper u-cf single">
<a class="bubble" href="/post/install-timeshift-on-ubuntu1804/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/install-timeshift-on-ubuntu1804/">
<img src="/images/post-default-11.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a></h3>
<div class="meta">
<span class="date moment">2019-03-11</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook</p>
<p>因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體</p>
<p>可以很簡單快速的備份、恢復系統狀態</p>
<p>可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤&hellip;.</p>
<p></p>
<p>因為client 的環境都躲在proxy後面一開始我想說直接下</p>
<pre><code>export http_proxy=http://proxy_server:port
export https_proxy=http://proxy_server:port
</code></pre>
<p>然後再去依照官方的指令新增repository就好</p>
<pre><code>sudo add-apt-repository ppa:teejee2008/ppa
</code></pre>
<p>結果當然不是我想的那麼簡單&hellip;</p>
<p>直接就跳錯誤出來了</p>
<pre><code>2019-03-11 13:57:28 [mini@pc074 ~]$ sudo add-apt-repository ppa:teejee2008/ppa
Cannot add PPA: 'ppa:~teejee2008/ubuntu/ppa'.
ERROR: '~teejee2008' user or team does not exist.
</code></pre>
<p>翻了一下google有找到解法但沒找到原因就先這樣吧&hellip;(不求甚解)</p>
<pre><code>export http_proxy=http://proxy_server:port
export https_proxy=http://proxy_server:port
sudo -E add-apt-repository -y ppa:teejee2008/ppa
sudo apt isntall timeshift
</code></pre>
<p>裝好之後,看一下怎麼執行,其實很簡單,也不用特別去指定什麼路徑</p>
<pre><code>2019-03-11 14:00:59 [minion@hqpc074 ~]$ sudo timeshift --create --comments &quot;after ansible&quot;
First run mode (config file not found)
Selected default snapshot type: RSYNC
Selected default snapshot device: /dev/sda1
------------------------------------------------------------------------------
Estimating system size...
Creating new snapshot...(RSYNC)
Saving to device: /dev/sda1, mounted at path: /
Synching files with rsync...
Created control file: /timeshift/snapshots/2019-03-11_14-01-01/info.json
RSYNC Snapshot saved successfully (79s)
Tagged snapshot '2019-03-11_14-01-01': ondemand
------------------------------------------------------------------------------
2019-03-11 14:02:20 [mini@pc074 ~]$
</code></pre>
<p>這樣就備份完了,來測試一下備份是否正常,先隨便裝個本來沒裝的軟體</p>
<pre><code>2019-03-11 14:02:20 [minion@hqpc074 ~]$ sudo apt install joe
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
joe
0 upgraded, 1 newly installed, 0 to remove and 310 not upgraded.
Need to get 509 kB of archives.
After this operation, 2137 kB of additional disk space will be used.
Get:1 http://tw.archive.ubuntu.com/ubuntu bionic/universe amd64 joe amd64 4.6-1 [509 kB]
Fetched 509 kB in 2s (254 kB/s)
Selecting previously unselected package joe.
(Reading database ... 150020 files and directories currently installed.)
Preparing to unpack .../archives/joe_4.6-1_amd64.deb ...
Unpacking joe (4.6-1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3) ...
Setting up joe (4.6-1) ...
update-alternatives: using /usr/bin/joe to provide /usr/bin/editor (editor) in auto mode
Processing triggers for man-db (2.8.3-2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1) ...
2019-03-11 14:09:39 [minion@hqpc074 ~]$
</code></pre>
<p>確定 joe 已經安裝</p>
<pre><code>2019-03-11 14:09:51 [minion@hqpc074 ~]$ joe --help
Joe's Own Editor v4.6
Usage: joe [global-options] [ [local-options] filename ]...
Global options:
-[-]restore Restore cursor mode
-[-]regex Standard or JOE regular expression syntax
-[-]square Rectangular region mode
-[-]icase Case insensitive search mode
-[-]wrap Search wraps mode
-[-]menu_explorer Menu explorer mode
-[-]menu_above Menu above/below mode
-[-]notagsmenu Tags menu mode
-[-]search_prompting Search prompting mode
-[-]menu_jump Jump into menu mode
-[-]autoswap Autoswap mode
-[-]mid Center on scroll mode
-left nnn Left scroll amount
-right nnn Right scroll amount
-[-]guess_crlf Auto detect CR-LF mode
-[-]guess_indent Guess indent mode
-[-]guess_non_utf8 Guess non-UTF-8 mode
-[-]guess_utf8 Guess UTF-8 mode
-[-]guess_utf16 Guess UTF-16 mode
-[-]transpose Transpose menus mode
-[-]marking Region marking mode
-[-]asis Display meta chars as-is mode
-[-]force Force last NL mode
-[-]joe_state Joe_state file mode
-[-]nobackups Disable backups mode
-[-]nodeadjoe Disable DEADJOE mode
-[-]nolocks Disable locks mode
-[-]nomodcheck Disable mtime check mode
-[-]nocurdir Disable current dir
-[-]break_hardlinks Break hard links
-[-]break_links Break links
-[-]lightoff Auto unmark
-[-]exask Exit ask
-[-]beep Beeps
-[-]nosta Disable status line
-[-]keepup Fast status line
-pg nnn No. PgUp/PgDn lines
-undo_keep nnn No. undo records
-[-]csmode Continued search
-backpath sss Path to backup files
-[-]floatmouse Click past end
-[-]rtbutton Right button
-[-]nonotice Suppress startup notice
-[-]noexmsg Suppress exit message
-[-]help_is_utf8 Help is UTF-8
-[-]noxon Disable XON/XOFF
-[-]orphan Orphan extra files
-[-]helpon Start editor with help displayed
-[-]dopadding Emit padding NULs
-lines nnn No. screen lines (if no window size ioctl)
-baud nnn Baud rate
-columns nnn No. screen columns (if no window size ioctl)
-skiptop nnn No. screen lines to skip
-[-]notite Suppress tty init sequence
-[-]brpaste Bracketed paste mode
-[-]pastehack Paste quoting hack
-[-]nolinefeeds Suppress history preserving linefeeds
-[-]mouse Enable mouse
-[-]usetabs Screen update uses tabs
-[-]assume_color Assume terminal supports color
-[-]assume_256color Assume terminal supports 256 colors
-[-]joexterm Assume xterm patched for JOE
-xmsg sss Exit message
-aborthint sss Abort hint
-helphint sss Help hint
-lmsg sss Left side status line format
-rmsg sss Right side status line format
-smsg sss Status command format
-zmsg sss Status command format EOF
-keymap sss Keymap to use
-mnew sss Macro to execute for new files
-mfirst sss Macro to execute on first change
-mold sss Macro to execute on existing files
-msnew sss Macro to execute when new files are saved
-msold sss Macro to execute when existing files are saved
-text_color sss Text color
-help_color sss Help color
-status_color sss Status bar color
-menu_color sss Menu color
-prompt_color sss Prompt color
-msg_color sss Message color
Local options:
+nnn Start cursor on specified line
-[-]overwrite Overtype mode
-[-]hex Hex edit display mode
-[-]ansi Hide ANSI mode
-[-]title Status line context display mode
-[-]autoindent Autoindent mode
-[-]wordwrap Word wrap mode
-tab nnn Tab width
-lmargin nnn Left margin
-rmargin nnn Right margin
-indentc nnn Indent char
-istep nnn Indent step
-[-]french French spacing mode
-[-]flowed Flowed text mode
-[-]highlight Syntax highlighting mode
-[-]spaces No tabs mode
-[-]crlf CR-LF (MS-DOS) mode
-[-]linums Line numbers mode
-[-]hiline Highlight cursor line
-[-]nobackup No backup mode
-[-]rdonly Read only
-[-]smarthome Smart home key
-[-]indentfirst To indent first
-[-]smartbacks Smart backspace
-[-]purify Clean up indents
-[-]picture Picture mode
-syntax sss Syntax
-colors sss Scheme
-encoding sss Encoding
-type sss File type
-[-]highlighter_context ^G uses highlighter context
-[-]single_quoted ^G ignores '... '
-[-]no_double_quoted ^G ignores &quot;... &quot;
-[-]c_comment ^G ignores /*...*/
-[-]cpp_comment ^G ignores //...
-[-]pound_comment ^G ignores #...
-[-]vhdl_comment ^G ignores --...
-[-]semi_comment ^G ignores ;...
-[-]tex_comment ^G ignores %...
-text_delimiters sss Text delimiters
-language sss Language
-cpara sss Paragraph indent chars
-cnotpara sss Non-paragraph chars
2019-03-11 14:09:54 [minion@hqpc074 ~]$
</code></pre>
<p>然後還原到剛剛做的備份,用 &ndash;list 看一下</p>
<pre><code>2019-03-11 14:11:08 [minion@hqpc074 ~]$ sudo timeshift --list
Device : /dev/sda1
UUID : d0efcb3d-e04a-41b8-a046-55557499f4d3
Path : /
Mode : RSYNC
Device is OK
1 snapshots, 108.3 GB free
Num Name Tags Description
------------------------------------------------------------------------------
0 &gt; 2019-03-11_14-01-01 O after ansible
2019-03-11 14:11:17 [minion@hqpc074 ~]$
</code></pre>
<p>然後還原,中間會問你要不要重新安裝 grub ,就看個人需求,我是都會讓它重新安裝一次啦</p>
<pre><code>2019-03-11 14:11:53 [minion@hqpc074 ~]$ sudo timeshift --restore --snapshot '2019-03-11_14-01-01' --target /dev/sda1
******************************************************************************
To restore with default options, press the ENTER key for all prompts!
******************************************************************************
Press ENTER to continue...
Re-install GRUB2 bootloader? (recommended) (y/n): y
Select GRUB device:
Num Device Description
------------------------------------------------------------------------------
0 &gt; sda ATA TS128GSSD370S [MBR]
1 &gt; sda1 ext4, 128.0 GB GB
[ENTER = Default (/dev/sda), a = Abort]
Enter device name or number (a=Abort): 0
******************************************************************************
GRUB Device: /dev/sda
******************************************************************************
======================================================================
WARNING
======================================================================
Data will be modified on following devices:
Device Mount
--------- -----
/dev/sda1 /
Please save your work and close all applications.
System will reboot after files are restored.
======================================================================
DISCLAIMER
======================================================================
This software comes without absolutely NO warranty and the author takes no responsibility for any damage arising from the use of this program. If these terms are not acceptable to you, please do not proceed beyond this point!
Continue with restore? (y/n): y
Mounted '/dev/sda1' at '/mnt/timeshift/restore/'
******************************************************************************
Backup Device: /dev/sda1
******************************************************************************
******************************************************************************
Snapshot: 2019-03-11_14-01-01 ~ after ansible
******************************************************************************
Restoring snapshot...
Synching files with rsync...
Please do not interrupt the restore process!
System will reboot after files are restored
.d..t...... etc/
&gt;f.st...... etc/mailcap
.d..t...... etc/alternatives/
cLc.t...... etc/alternatives/editor -&gt; /usr/bin/vim.gtk3
cLc.t...... etc/alternatives/editor.1.gz -&gt; /usr/share/man/man1/vim.1.gz
cL+++++++++ etc/alternatives/editor.fr.1.gz -&gt; /usr/share/man/fr/man1/vim.1.gz
cL+++++++++ etc/alternatives/editor.it.1.gz -&gt; /usr/share/man/it/man1/vim.1.gz
cL+++++++++ etc/alternatives/editor.ja.1.gz -&gt; /usr/share/man/ja/man1/vim.1.gz
cL+++++++++ etc/alternatives/editor.pl.1.gz -&gt; /usr/share/man/pl/man1/vim.1.gz
cL+++++++++ etc/alternatives/editor.ru.1.gz -&gt; /usr/share/man/ru/man1/vim.1.gz
.d..t...... home/minion/
.d..t...... mnt/
.d..t...... timeshift/
.d..t...... tmp/
.d..t...... usr/bin/
.d..t...... usr/share/
.d..t...... usr/share/applications/
&gt;f.st...... usr/share/applications/mimeinfo.cache
.d..t...... usr/share/doc/
.d..t...... usr/share/man/fr/man1/
cL+++++++++ usr/share/man/fr/man1/editor.1.gz -&gt; /etc/alternatives/editor.fr.1.gz
.d..t...... usr/share/man/it/man1/
cL+++++++++ usr/share/man/it/man1/editor.1.gz -&gt; /etc/alternatives/editor.it.1.gz
.d..t...... usr/share/man/ja/man1/
cL+++++++++ usr/share/man/ja/man1/editor.1.gz -&gt; /etc/alternatives/editor.ja.1.gz
.d..t...... usr/share/man/man1/
.d..t...... usr/share/man/pl/man1/
cL+++++++++ usr/share/man/pl/man1/editor.1.gz -&gt; /etc/alternatives/editor.pl.1.gz
.d..t...... usr/share/man/ru/man1/
cL+++++++++ usr/share/man/ru/man1/editor.1.gz -&gt; /etc/alternatives/editor.ru.1.gz
.d..t...... usr/share/menu/
.d..t...... var/cache/apt/
&gt;f..t...... var/cache/apt/pkgcache.bin
.d..t...... var/cache/apt/archives/
.d..t...... var/cache/apt/archives/partial/
.d..t...... var/cache/man/
&gt;f..t...... var/cache/man/index.db
.d..t...... var/cache/man/cs/
.d..t...... var/cache/man/da/
.d..t...... var/cache/man/de/
.d..t...... var/cache/man/el/
.d..t...... var/cache/man/es/
.d..t...... var/cache/man/fi/
.d..t...... var/cache/man/fr.ISO8859-1/
.d..t...... var/cache/man/fr.UTF-8/
.d..t...... var/cache/man/fr/
&gt;f..t...... var/cache/man/fr/index.db
.d..t...... var/cache/man/hr/
.d..t...... var/cache/man/hu/
.d..t...... var/cache/man/id/
.d..t...... var/cache/man/it/
&gt;f..t...... var/cache/man/it/index.db
.d..t...... var/cache/man/ja/
&gt;f..t...... var/cache/man/ja/index.db
.d..t...... var/cache/man/ko/
.d..t...... var/cache/man/nl/
.d..t...... var/cache/man/oldlocal/
.d..t...... var/cache/man/pl/
&gt;f..t...... var/cache/man/pl/index.db
.d..t...... var/cache/man/pt/
.d..t...... var/cache/man/pt_BR/
.d..t...... var/cache/man/ro/
.d..t...... var/cache/man/ru/
&gt;f..t...... var/cache/man/ru/index.db
.d..t...... var/cache/man/sk/
.d..t...... var/cache/man/sl/
.d..t...... var/cache/man/sr/
.d..t...... var/cache/man/sv/
.d..t...... var/cache/man/tr/
.d..t...... var/cache/man/zh/
.d..t...... var/cache/man/zh_CN/
.d..t...... var/cache/man/zh_TW/
.d..t...... var/lib/apt/
&gt;f..t...... var/lib/apt/extended_states
.d..t...... var/lib/dpkg/
&gt;f..t...... var/lib/dpkg/lock
&gt;f.st...... var/lib/dpkg/status
&gt;f.st...... var/lib/dpkg/status-old
.d..t...... var/lib/dpkg/alternatives/
&gt;f.st...... var/lib/dpkg/alternatives/editor
.d..t...... var/lib/dpkg/info/
&gt;f..t...... var/lib/dpkg/triggers/Lock
.d..t...... var/lib/dpkg/updates/
.d..t...... var/lib/misc/
&gt;f..t...... var/lib/update-notifier/dpkg-run-stamp
&gt;f.st...... var/log/alternatives.log
&gt;f.st...... var/log/auth.log
&gt;f.st...... var/log/dpkg.log
&gt;f.st...... var/log/syslog
.d..t...... var/log/apt/
&gt;f.st...... var/log/apt/eipp.log.xz
&gt;f.st...... var/log/apt/history.log
&gt;f.st...... var/log/apt/term.log
&gt;f..t...... var/log/journal/8268f4544e414a37ab92123151d94126/system.journal
&gt;f..t...... var/log/journal/8268f4544e414a37ab92123151d94126/user-1001.journal
.d..t...... var/log/timeshift/
*deleting etc/joe/shell.sh
*deleting etc/joe/shell.csh
*deleting etc/joe/rjoerc
*deleting etc/joe/jstarrc
*deleting etc/joe/jpicorc
*deleting etc/joe/joerc.zh_TW
*deleting etc/joe/joerc
*deleting etc/joe/jmacsrc
*deleting etc/joe/jicerc.ru
*deleting etc/joe/ftyperc
*deleting etc/joe/editorrc
*deleting etc/joe/
*deleting etc/alternatives/editorrc
*deleting usr/bin/rjoe
*deleting usr/bin/jstar
*deleting usr/bin/jpico
*deleting usr/bin/joe
*deleting usr/bin/jmacs
*deleting usr/share/joe/syntax/yaml.jsf
*deleting usr/share/joe/syntax/xml.jsf
*deleting usr/share/joe/syntax/whitespace.jsf
*deleting usr/share/joe/syntax/vhdl.jsf
*deleting usr/share/joe/syntax/verilog.jsf
*deleting usr/share/joe/syntax/typescript.jsf
*deleting usr/share/joe/syntax/troff.jsf
*deleting usr/share/joe/syntax/tex.jsf
*deleting usr/share/joe/syntax/tcl.jsf
*deleting usr/share/joe/syntax/swift.jsf
*deleting usr/share/joe/syntax/sql.jsf
*deleting usr/share/joe/syntax/spec.jsf
*deleting usr/share/joe/syntax/sml.jsf
*deleting usr/share/joe/syntax/skill.jsf
*deleting usr/share/joe/syntax/sieve.jsf
*deleting usr/share/joe/syntax/sh.jsf
*deleting usr/share/joe/syntax/sed.jsf
*deleting usr/share/joe/syntax/scala.jsf
*deleting usr/share/joe/syntax/rust.jsf
*deleting usr/share/joe/syntax/ruby.jsf
*deleting usr/share/joe/syntax/rexx.jsf
*deleting usr/share/joe/syntax/r.jsf
*deleting usr/share/joe/syntax/python.jsf
*deleting usr/share/joe/syntax/puppet.jsf
*deleting usr/share/joe/syntax/ps.jsf
*deleting usr/share/joe/syntax/properties.jsf
*deleting usr/share/joe/syntax/prolog.jsf
*deleting usr/share/joe/syntax/powershell.jsf
*deleting usr/share/joe/syntax/php.jsf
*deleting usr/share/joe/syntax/perl.jsf
*deleting usr/share/joe/syntax/pascal.jsf
*deleting usr/share/joe/syntax/ocaml.jsf
*deleting usr/share/joe/syntax/md.jsf
*deleting usr/share/joe/syntax/matlab.jsf
*deleting usr/share/joe/syntax/mason.jsf
*deleting usr/share/joe/syntax/mail.jsf
*deleting usr/share/joe/syntax/m4.jsf
*deleting usr/share/joe/syntax/lua.jsf
*deleting usr/share/joe/syntax/lisp.jsf
*deleting usr/share/joe/syntax/json.jsf
*deleting usr/share/joe/syntax/jsf_check.jsf
*deleting usr/share/joe/syntax/jsf.jsf
*deleting usr/share/joe/syntax/js.jsf
*deleting usr/share/joe/syntax/joerc.jsf
*deleting usr/share/joe/syntax/jcf.jsf
*deleting usr/share/joe/syntax/java.jsf
*deleting usr/share/joe/syntax/iptables.jsf
*deleting usr/share/joe/syntax/ini.jsf
*deleting usr/share/joe/syntax/htmlerb.jsf
*deleting usr/share/joe/syntax/html.jsf
*deleting usr/share/joe/syntax/haskell.jsf
*deleting usr/share/joe/syntax/haml.jsf
*deleting usr/share/joe/syntax/groovy.jsf
*deleting usr/share/joe/syntax/go.jsf
*deleting usr/share/joe/syntax/git-commit.jsf
*deleting usr/share/joe/syntax/fortran.jsf
*deleting usr/share/joe/syntax/filename.jsf
*deleting usr/share/joe/syntax/erlang.jsf
*deleting usr/share/joe/syntax/erb.jsf
*deleting usr/share/joe/syntax/elixir.jsf
*deleting usr/share/joe/syntax/dockerfile.jsf
*deleting usr/share/joe/syntax/diff.jsf
*deleting usr/share/joe/syntax/debian.jsf
*deleting usr/share/joe/syntax/debcontrol.jsf
*deleting usr/share/joe/syntax/d.jsf
*deleting usr/share/joe/syntax/css.jsf
*deleting usr/share/joe/syntax/csharp.jsf
*deleting usr/share/joe/syntax/csh.jsf
*deleting usr/share/joe/syntax/context.jsf
*deleting usr/share/joe/syntax/conf.jsf
*deleting usr/share/joe/syntax/comment_todo.jsf
*deleting usr/share/joe/syntax/coffee.jsf
*deleting usr/share/joe/syntax/cobol.jsf
*deleting usr/share/joe/syntax/clojure.jsf
*deleting usr/share/joe/syntax/c.jsf
*deleting usr/share/joe/syntax/batch.jsf
*deleting usr/share/joe/syntax/awk.jsf
*deleting usr/share/joe/syntax/avr.jsf
*deleting usr/share/joe/syntax/asm.jsf
*deleting usr/share/joe/syntax/ant.jsf
*deleting usr/share/joe/syntax/ada.jsf
*deleting usr/share/joe/syntax/4gl.jsf
*deleting usr/share/joe/syntax/
*deleting usr/share/joe/lang/zh_TW.po
*deleting usr/share/joe/lang/uk.po
*deleting usr/share/joe/lang/ru.po
*deleting usr/share/joe/lang/fr.po
*deleting usr/share/joe/lang/de.po
*deleting usr/share/joe/lang/
*deleting usr/share/joe/colors/zenburn.jcf
*deleting usr/share/joe/colors/zenburn-hc.jcf
*deleting usr/share/joe/colors/xoria.jcf
*deleting usr/share/joe/colors/wombat.jcf
*deleting usr/share/joe/colors/solarized.jcf
*deleting usr/share/joe/colors/molokai.jcf
*deleting usr/share/joe/colors/ir_black.jcf
*deleting usr/share/joe/colors/gruvbox.jcf
*deleting usr/share/joe/colors/default.jcf
*deleting usr/share/joe/colors/
*deleting usr/share/joe/charmaps/klingon
*deleting usr/share/joe/charmaps/
*deleting usr/share/joe/
*deleting usr/share/applications/jstar.desktop
*deleting usr/share/applications/jpico.desktop
*deleting usr/share/applications/joe.desktop
*deleting usr/share/applications/jmacs.desktop
*deleting usr/share/doc/joe/man.md
*deleting usr/share/doc/joe/help.pl.txt
*deleting usr/share/doc/joe/hacking.md
*deleting usr/share/doc/joe/copyright
*deleting usr/share/doc/joe/changelog.Debian.gz
*deleting usr/share/doc/joe/README.old
*deleting usr/share/doc/joe/README.md
*deleting usr/share/doc/joe/README.Debian
*deleting usr/share/doc/joe/NEWS.md
*deleting usr/share/doc/joe/
*deleting usr/share/man/man1/rjoe.1.gz
*deleting usr/share/man/man1/jstar.1.gz
*deleting usr/share/man/man1/jpico.1.gz
*deleting usr/share/man/man1/joe.1.gz
*deleting usr/share/man/man1/jmacs.1.gz
*deleting usr/share/man/ru/man1/joe.1.gz
*deleting usr/share/menu/joe
*deleting var/lib/dpkg/info/joe.prerm
*deleting var/lib/dpkg/info/joe.preinst
*deleting var/lib/dpkg/info/joe.postrm
*deleting var/lib/dpkg/info/joe.postinst
*deleting var/lib/dpkg/info/joe.md5sums
*deleting var/lib/dpkg/info/joe.list
*deleting var/lib/dpkg/info/joe.conffiles
*deleting var/lib/misc/editorrc
sent 122,966,173 bytes received 829 bytes 35,133,429.14 bytes/sec
total size is 7,201,040,584 speedup is 58.56
Re-installing GRUB2 bootloader...
Installing for i386-pc platform.
Installation finished. No error reported.
Updating GRUB menu...
Generating grub configuration file ...
Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported.
Found linux image: /boot/vmlinuz-4.15.0-20-generic
Found initrd image: /boot/initrd.img-4.15.0-20-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Synching file systems...
Rebooting system...
Rebooting.
</code></pre>
<p><strong>要特別注意restore完後會自動reboot</strong></p>
<p>重新開機完成後,就入系統,執行看看 joe</p>
<pre><code>2019-03-11 14:14:53 [minion@hqpc074 ~]$ joe
Command 'joe' not found, but can be installed with:
sudo apt install joe
sudo apt install joe-jupp
2019-03-11 14:14:54 [minion@hqpc074 ~]$
</code></pre>
<p>可以看到剛剛安裝的joe 又變成還沒安裝的狀態了,符合預期中的結果!</p>
<p>可以繼續測試playbook了</p>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/ubuntu">ubuntu</a>
<a href="/tags/backup">backup</a>
</div>
</div>
</div>
</article>
</div>
<div id="disqus_thread"></div>
<script type="application/javascript">
var disqus_config = function () {
};
(function() {
if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) {
document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.';
return;
}
var d = document, s = d.createElement('script'); s.async = true;
s.src = '//' + "h-cowbay-org-1" + '.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
<li>
<a href="/post/ubuntu-1804-install-root-on-raid/">Ubuntu 1804 Install Root on Raid</a>
</li>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li>
<li>
<a href="/post/create-portable-vim-environment/">[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment</a>
</li>
<li>
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
</ul>
</div>
<div class="categories">
<a href="/categories/"><strong>Categories</strong></a>
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>
<a href="/categories/ps">Ps (1)</a>
</li>
<li>
<a href="/categories/%E7%A2%8E%E5%BF%B5">碎念 (1)</a>
</li>
<li>
<a href="/categories/%E7%BE%A4%E6%9A%89">群暉 (1)</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://www.facebook.com/mariahchang" target="_blank"><i class="fa fa-facebook-adblock-proof"></i></a>
<a href="https://twitter.com/changchichung" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
<a href="https://github.com/changchichung" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/Lednerb" target="_blank">
&copy;
2017
by Lednerb
</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-128770427-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR&#43;EOJB6uKUez/iGAnFcg=="></script>
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
<script>
$(".moment").each(function() {
$(this).text(
moment( $(this).text() )
.locale( "en" )
.format('LL')
);
});
$(".footnote-return sup").html("");
</script>
<script>
var client = algoliasearch("2XL0P8XDCY", "4ef65b37b627bb886b46c34a10e63aa6");
var index = client.initIndex("h_cowbay_org");
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
[
{
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 10 }),
displayKey: function(suggestion) {
return suggestion.title || suggestion.author
},
templates: {
suggestion: function(suggestion) {
return "<span class='entry " + suggestion.type + "'>"
+ "<span class='title'>" + suggestion.title + "</span>"
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
+ "</span>"
;
},
empty: function() {
return "<span class='empty'>Nothing found.</span>"
},
footer: function() {
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
}
},
}
])
.on('autocomplete:selected', function(event, suggestion, dataset) {
window.location = (suggestion.url);
})
.keypress(function (event, suggestion) {
if (event.which == 13) {
window.location = (suggestion.url);
}
});
</script>
</body>
</html>

@ -234,6 +234,10 @@ GRUB_CMDLINE_LINUX=&quot;rootdelay=90&quot;
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -258,10 +262,6 @@ GRUB_CMDLINE_LINUX=&quot;rootdelay=90&quot;
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -272,7 +272,7 @@ GRUB_CMDLINE_LINUX=&quot;rootdelay=90&quot;
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -251,6 +251,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -275,10 +279,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -289,7 +289,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -90,6 +90,89 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/change-preferred-language-in-firefox/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/change-preferred-language-in-firefox/">
<img src="/images/post-default-9.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/change-preferred-language-in-firefox/">[筆記] 為了metabase 修改 firefox 開啟網頁時使用的預設語言 change the preferred language in firefox for metabase</a></h3>
<div class="meta">
<span class="date moment">2018-11-15</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近在測試metabase記得幾個月前就有測試過</p>
<p>但是當時的界面和現在的樣子差很多,看樣子改版還滿勤勞的</p>
<p>所以這次改用docker來建立根本五分鐘不到就建好了(挖鼻孔)</p>
<p>不過呢,很討厭的是,一進去就發現語系採用的是簡體中文</p>
<p></p>
<a href="/post/change-preferred-language-in-firefox/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/%E7%AD%86%E8%A8%98">筆記</a>
<a href="/tags/firefox">firefox</a>
<a href="/tags/metabase">metabase</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/copy_role_in_pgsql/">
@ -542,6 +625,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -566,10 +653,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -580,7 +663,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -214,6 +214,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -238,10 +242,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -252,7 +252,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -264,6 +264,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -288,10 +292,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -302,7 +302,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -326,6 +326,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -350,10 +354,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -364,7 +364,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -295,6 +295,10 @@ acl CONNECT method CONNECT
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -319,10 +323,6 @@ acl CONNECT method CONNECT
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -333,7 +333,7 @@ acl CONNECT method CONNECT
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -4,7 +4,7 @@
<sitemap>
<loc>https://h.cowbay.org/en/sitemap.xml</loc>
<lastmod>2019-01-16T16:17:05+08:00</lastmod>
<lastmod>2019-03-11T14:02:30+08:00</lastmod>
</sitemap>

@ -204,6 +204,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -228,10 +232,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -242,7 +242,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -306,6 +306,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -330,10 +334,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -344,7 +344,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -0,0 +1,388 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Eric Chang">
<meta name="description" content="Bilberry Premium Theme for Hugo.">
<meta name="keywords" content="blog,personal,responsive,search,font awesome,pages,posts,multilingual,highlight.js,syntax highlighting,premium,shortcuts">
<meta name="generator" content="Hugo 0.50" />
<title> Backup | MC部落</title>
<meta name="description" content="Backup - Bilberry Premium Theme for Hugo.">
<meta itemprop="name" content="Backup">
<meta itemprop="description" content="Backup - Bilberry Premium Theme for Hugo.">
<meta property="og:title" content="Backup">
<meta property="og:description" content="Backup - Bilberry Premium Theme for Hugo.">
<meta property="og:image" content="https://www.gravatar.com/avatar/e4eb1f8e016ffb73e9889f87d16e15f0?size=200">
<meta property="og:url" content="https://h.cowbay.org/tags/backup/">
<meta property="og:site_name" content="MC部落"><meta property="og:type" content="website">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://h.cowbay.org/favicon-16x16.png" sizes="16x16">
<link href="https://h.cowbay.org/tags/backup/index.xml" rel="alternate" type="application/rss+xml" title="MC部落" />
<link href="https://h.cowbay.org/tags/backup/index.xml" rel="feed" type="application/rss+xml" title="MC部落" />
<link rel="stylesheet" href="https://h.cowbay.org/sass/combined.min.717098cb5503581e75f12e486a847ca410bf8367d4d8713f4c37affc868c5a1d.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="bilberry-hugo-theme">
<nav class="permanentTopNav">
<div class="container">
<ul class="topnav">
</ul>
<div id="search-box" class="search">
<i class="fa fa-search"></i>
<input id="search" type="text" placeholder="Search ...">
</div>
</div>
</nav>
<header>
<div class="container">
<div class="logo">
<a href="/" class="logo">
<img src="https://www.gravatar.com/avatar/e4eb1f8e016ffb73e9889f87d16e15f0?d=mm&size=200" alt="">
<span class="overlay"><i class="fa fa-home"></i></span>
</a>
</div>
<div class="titles">
<h3 class="title"><a href="/">MC部落</a></h3>
<span class="subtitle">這是MC的HUGO部落格採用bilberry theme</span>
</div>
<div class="toggler permanentTopNav">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
</div>
</header>
<div class="main container">
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/install-timeshift-on-ubuntu1804/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/install-timeshift-on-ubuntu1804/">
<img src="/images/post-default-11.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a></h3>
<div class="meta">
<span class="date moment">2019-03-11</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook</p>
<p>因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體</p>
<p>可以很簡單快速的備份、恢復系統狀態</p>
<p>可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤&hellip;.</p>
<p></p>
<a href="/post/install-timeshift-on-ubuntu1804/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/ubuntu">ubuntu</a>
<a href="/tags/backup">backup</a>
</div>
</div>
</div>
</article>
</div>
<div class="paginator">
</div>
</div>
<footer>
<div class="container">
<div class="recent-posts">
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
<li>
<a href="/post/ubuntu-1804-install-root-on-raid/">Ubuntu 1804 Install Root on Raid</a>
</li>
<li>
<a href="/post/smartd-failed-to-start-in-freenas/">[筆記] Freenas Smartd 啟動失敗 Smartd Failed to Start in Freenas</a>
</li>
<li>
<a href="/post/incredibly-slow-mdadm-rebuild/">[碎念] mdadm 超級慢的rebuild 速度 Incredibly Slow mdadm Rebuild</a>
</li>
<li>
<a href="/post/create-portable-vim-environment/">[筆記] 建立一個帶著走的 VIM 環境 Creating portable Vim environment</a>
</li>
<li>
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
</ul>
</div>
<div class="categories">
<a href="/categories/"><strong>Categories</strong></a>
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>
<a href="/categories/ps">Ps (1)</a>
</li>
<li>
<a href="/categories/%E7%A2%8E%E5%BF%B5">碎念 (1)</a>
</li>
<li>
<a href="/categories/%E7%BE%A4%E6%9A%89">群暉 (1)</a>
</li>
</ul>
</div>
<div class="right">
<div class="external-profiles">
<strong>Social media</strong>
<a href="https://www.facebook.com/mariahchang" target="_blank"><i class="fa fa-facebook-adblock-proof"></i></a>
<a href="https://twitter.com/changchichung" target="_blank"><i class="fa fa-twitter-adblock-proof"></i></a>
<a href="https://github.com/changchichung" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</footer>
<div class="credits">
<div class="container">
<div class="copyright">
<a href="https://github.com/Lednerb" target="_blank">
&copy;
2017
by Lednerb
</a>
-
<a href="https://h.cowbay.org/tags/backup/index.xml">RSS</a>
</div>
<div class="author">
<a href="https://github.com/Lednerb/bilberry-hugo-theme" target="_blank">Bilberry Hugo Theme</a>
</div>
</div>
</div>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-128770427-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script type="text/javascript" src="https://h.cowbay.org/js/externalDependencies.39c47e10e241eae2947b3fe21809c572.js" integrity="md5-OcR&#43;EOJB6uKUez/iGAnFcg=="></script>
<script type="text/javascript" src="https://h.cowbay.org/js/theme.ff50ae6dc1bfc220b23bf69dbb41b54e.js" integrity="md5-/1CubcG/wiCyO/adu0G1Tg=="></script>
<script>
$(".moment").each(function() {
$(this).text(
moment( $(this).text() )
.locale( "en" )
.format('LL')
);
});
$(".footnote-return sup").html("");
</script>
<script>
var client = algoliasearch("2XL0P8XDCY", "4ef65b37b627bb886b46c34a10e63aa6");
var index = client.initIndex("h_cowbay_org");
$('#search').autocomplete({ hint: false, autoselect: true, debug: false },
[
{
source: $.fn.autocomplete.sources.hits(index, { hitsPerPage: 10 }),
displayKey: function(suggestion) {
return suggestion.title || suggestion.author
},
templates: {
suggestion: function(suggestion) {
return "<span class='entry " + suggestion.type + "'>"
+ "<span class='title'>" + suggestion.title + "</span>"
+ "<span class='fa fa-fw " + suggestion.iconClass + "'></span>"
+ "</span>"
;
},
empty: function() {
return "<span class='empty'>Nothing found.</span>"
},
footer: function() {
return '<div class="branding">Powered by <img src="https:\/\/h.cowbay.org\/dist\/algolia-logo-light.svg" /></div>'
}
},
}
])
.on('autocomplete:selected', function(event, suggestion, dataset) {
window.location = (suggestion.url);
})
.keypress(function (event, suggestion) {
if (event.which == 13) {
window.location = (suggestion.url);
}
});
</script>
</body>
</html>

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Backup on MC部落</title>
<link>https://h.cowbay.org/tags/backup/</link>
<description>Recent content in Backup on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 11 Mar 2019 14:02:30 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/tags/backup/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Install Timeshift on Ubuntu1804</title>
<link>https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/</link>
<pubDate>Mon, 11 Mar 2019 14:02:30 +0800</pubDate>
<guid>https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/</guid>
<description>&lt;p&gt;最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook&lt;/p&gt;
&lt;p&gt;因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體&lt;/p&gt;
&lt;p&gt;可以很簡單快速的備份、恢復系統狀態&lt;/p&gt;
&lt;p&gt;可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤&amp;hellip;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description>
</item>
</channel>
</rss>

@ -0,0 +1 @@
<!DOCTYPE html><html><head><title>https://h.cowbay.org/tags/backup/</title><link rel="canonical" href="https://h.cowbay.org/tags/backup/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://h.cowbay.org/tags/backup/" /></head></html>

@ -202,6 +202,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -226,10 +230,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -240,7 +240,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -202,6 +202,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -226,10 +230,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -240,7 +240,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -189,6 +189,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -213,10 +217,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -227,7 +227,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -194,6 +194,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -218,10 +222,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -232,7 +232,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -190,6 +190,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -214,10 +218,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -228,7 +228,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -105,6 +105,8 @@
<li><a href="/tags/ansible">Ansible (2)</a></li>
<li><a href="/tags/backup">Backup (1)</a></li>
<li><a href="/tags/bookstack">Bookstack (1)</a></li>
<li><a href="/tags/docker">Docker (1)</a></li>
@ -135,7 +137,7 @@
<li><a href="/tags/synology">Synology (2)</a></li>
<li><a href="/tags/ubuntu">Ubuntu (3)</a></li>
<li><a href="/tags/ubuntu">Ubuntu (4)</a></li>
<li><a href="/tags/vim">Vim (1)</a></li>
@ -162,6 +164,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -186,10 +192,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -200,7 +202,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -28,6 +28,15 @@
<description></description>
</item>
<item>
<title>Backup</title>
<link>https://h.cowbay.org/tags/backup/</link>
<pubDate>Mon, 11 Mar 2019 14:02:30 +0800</pubDate>
<guid>https://h.cowbay.org/tags/backup/</guid>
<description></description>
</item>
<item>
<title>Bookstack</title>
<link>https://h.cowbay.org/tags/bookstack/</link>
@ -166,7 +175,7 @@
<item>
<title>Ubuntu</title>
<link>https://h.cowbay.org/tags/ubuntu/</link>
<pubDate>Wed, 16 Jan 2019 16:17:05 +0800</pubDate>
<pubDate>Mon, 11 Mar 2019 14:02:30 +0800</pubDate>
<guid>https://h.cowbay.org/tags/ubuntu/</guid>
<description></description>

@ -307,6 +307,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -331,10 +335,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -345,7 +345,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -192,6 +192,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -216,10 +220,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -230,7 +230,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -204,6 +204,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -228,10 +232,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -242,7 +242,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -194,6 +194,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -218,10 +222,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -232,7 +232,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -294,6 +294,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -318,10 +322,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -332,7 +332,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -179,6 +179,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -203,10 +207,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -217,7 +217,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -192,6 +192,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -216,10 +220,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -230,7 +230,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -190,6 +190,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -214,10 +218,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -228,7 +228,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -203,6 +203,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -227,10 +231,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -241,7 +241,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -294,6 +294,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -318,10 +322,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -332,7 +332,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -90,6 +90,87 @@
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/install-timeshift-on-ubuntu1804/">
<i class="fa fa-fw fa-pencil"></i>
</a>
<article class="default article">
<div class="featured-image">
<a href="/post/install-timeshift-on-ubuntu1804/">
<img src="/images/post-default-11.jpg" alt="">
</a>
</div>
<div class="content">
<h3><a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a></h3>
<div class="meta">
<span class="date moment">2019-03-11</span>
<span class="categories">
<a href="/categories/%E7%AD%86%E8%A8%98">筆記</a>
</span>
<span class="author"><a href="/author/eric-chang">Eric Chang</a></span>
</div>
<p>最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook</p>
<p>因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體</p>
<p>可以很簡單快速的備份、恢復系統狀態</p>
<p>可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤&hellip;.</p>
<p></p>
<a href="/post/install-timeshift-on-ubuntu1804/" class="more">Continue reading</a>
</div>
<div class="footer">
<div class="tags">
<i class="fa fa-tags"></i>
<div class="links">
<a href="/tags/ubuntu">ubuntu</a>
<a href="/tags/backup">backup</a>
</div>
</div>
</div>
</article>
</div>
<div class="article-wrapper u-cf">
<a class="bubble" href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">
@ -351,6 +432,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -375,10 +460,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -389,7 +470,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -5,11 +5,28 @@
<link>https://h.cowbay.org/tags/ubuntu/</link>
<description>Recent content in Ubuntu on MC部落</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Wed, 16 Jan 2019 16:17:05 +0800</lastBuildDate>
<lastBuildDate>Mon, 11 Mar 2019 14:02:30 +0800</lastBuildDate>
<atom:link href="https://h.cowbay.org/tags/ubuntu/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Install Timeshift on Ubuntu1804</title>
<link>https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/</link>
<pubDate>Mon, 11 Mar 2019 14:02:30 +0800</pubDate>
<guid>https://h.cowbay.org/post/install-timeshift-on-ubuntu1804/</guid>
<description>&lt;p&gt;最近要開始測試client安裝 ubuntu 18.04 的 ansible playbook&lt;/p&gt;
&lt;p&gt;因為要不斷的修正所以想到一直有在自己電腦上執行的timeshift這個軟體&lt;/p&gt;
&lt;p&gt;可以很簡單快速的備份、恢復系統狀態&lt;/p&gt;
&lt;p&gt;可是不知道為什麼在ubuntu 18.04 上安裝就是會發生錯誤&amp;hellip;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description>
</item>
<item>
<title>用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </title>
<link>https://h.cowbay.org/post/install-ubuntu1804-on-dell-6ir-raid-controller/</link>

@ -190,6 +190,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -214,10 +218,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -228,7 +228,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -179,6 +179,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -203,10 +207,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -217,7 +217,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -547,6 +547,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -571,10 +575,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -585,7 +585,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

@ -202,6 +202,10 @@
<strong>Latest posts</strong>
<ul>
<li>
<a href="/post/install-timeshift-on-ubuntu1804/">Install Timeshift on Ubuntu1804</a>
</li>
<li>
<a href="/post/install-ubuntu1804-on-dell-6ir-raid-controller/">用DELL 6 i/R 建立RAID並在上面安裝ubuntu 18.04 </a>
</li>
@ -226,10 +230,6 @@
<a href="/post/synology-ds415-repair-cost/">[雜念] 群暉 Synology NAS DS 415&#43; 誇張的維修費用</a>
</li>
<li>
<a href="/post/10g-lab-using-proxmox-and-mellanox/">[筆記] 用 proxmox &amp; Mellanox SFP 網卡土炮 10G LAB </a>
</li>
</ul>
</div>
@ -240,7 +240,7 @@
<ul>
<li>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (13)</a>
<a href="/categories/%E7%AD%86%E8%A8%98">筆記 (14)</a>
</li>
<li>

Loading…
Cancel
Save