This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Welcome | |
Select Install | |
Keymap Selection | |
Test default keymap | |
If correct then | |
Select Continue with default keymap | |
else Select prefer keymap | |
Set Hostname | |
$useFor = What is this machine use for? | |
$serial = Serial Number? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
mkdir f a | |
for i in *.webm | |
do | |
ffmpeg -i "$i" -write_xing 0 -c:a alac "f/${i:r}.m4a" | |
afconvert -v -f m4af -d aac@48000 "f/${i:r}.m4a" "a/${i:r}.m4a" | |
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enable | |
disable | |
startbackup | |
stopbackup | |
delete | |
restore | |
compare | |
setdestination | |
removedestination | |
destinationinfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Gigabyte #E133-X10-AAG1 #中文 #伺服器機架式 #邊緣計算 | |
因為很少在中文的影音文章上可以看到有人在介紹機架式伺服器以及購買的方法,我就記錄下我擁有的過程以提供"想進入"或"初入"這領域的人省去一些困惑的地方 | |
因為你可能會先遇到的問題,我也跟你一樣。 | |
文章內有非常多的個人想法,可能不完全對也可能根本就不對,我並不反對有前輩的指教,但是我是會移除我不喜歡的言論,嘿!再怎麼說這也是我的文章對吧? | |
所有的心得內容還有機子都是我發自內心的心得,並且我是真的真金白銀買的,可完全沒有業配,就是一個對於電腦有熱愛的平凡人! | |
#起 |