2021年3月15日 星期一

 


假日在家 Lab Proxmox cluster ,基本的2 node ( 1PC + 1NB) + 1 NFS on NAS,測試 VM migration (相等於 vmware 的 VM vMotion ),簡易無痛。
 
遷移過程中,VM上面跑 x2go server,從 x2go client上開的 youtube 影片 + ping 8.8.8.8 都沒中斷。 
 
好用。
 
看了一下共同供應契約 ,VMware vSphere Essentials Plus Kit for 3 hosts (Max 2 processors per host)要 NT$199590 ,省下來。

2021年2月3日 星期三

firmware: failed to load iwl-debug-yoyo.bin (-2)

debian_version: bullseye/sid

Error message 

kernel:  iwlwifi 0000:05:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2)

temp solution:

vi /etc/modprobe.d/iwlwifi.conf

add following line:  

options iwlwifi enable_ini=N


disabled this warning after reboot.


Reference link :

https://www.reddit.com/r/debian/comments/i60j1c/firmware_failed_to_load_iwldebugyoyobin_2_debian/

https://patchwork.kernel.org/project/linux-wireless/patch/20200625165210.14904-1-wsa@kernel.org/





2021年1月16日 星期六

Debian 11 bullseye KVM host installation with public bridge network

Debian 11 bullseye KVM host installation with public bridge network


#install packages

#apt install --no-install-recommends qemu-system qemu-utils libvirt-clients libvirt-daemon-system bridge-utils

#adduser <youruser> libvirt

#create bridge interface 
# ip link add br0 type bridge
## brctl addbr br0 (deprecated, use ip link instead!)
# vi /etc/network/interfaces

#add/modify following

......
# The primary network interface
#allow-hotplug eno1 # eno1 is my interface name ,change to yours
#iface eno1 inet dhcp

## kvm bridge
##
iface eno1 inet manual
auto br0
iface br0 inet dhcp
pre-up ip tuntap add dev tap0 mode tap user root
pre-up ip link set tap0 up
bridge_ports eno1 tap0
bridge_stp off
bridge_maxwait 0
bridge_fd 0
post-down ip link set tap0 down
post-down ip tuntap del dev tap0 mode tap



Now you can connect from remote virt-manager something like this: 

qemu+ssh://root@<kvm host br0 IP >/system





2020年12月27日 星期日

Half the money I spend on advertising is wasted



“Half the money I spend on advertising is wasted; the trouble is I don't know which half.” John Wanamaker (1838-1922)

“Half the money you spend on (Facebook) advertising is wasted; the trouble is that even you know which half, nothing you can do still. ” Biologist&Geek (2020)
 
臉書在2016年的內部備忘錄提到,美國用戶的興趣判斷精準度僅達到41%,這表示有超過一半的時間,廣告都打在錯誤的受眾身上,全球用戶的表現甚至更差。一名廣告團隊的成員更直呼臉書的判斷數據「全都是垃圾」,並承認準確性低於預期。
https://newtalk.tw/news/view/2020-12-25/514209


2000年前後我在廣告公司工作,那時就常聽到在將來網路的世界裡,與John Wanamaker的時代不同的是,我們永遠可以知道那一半被浪費掉的廣告費,是哪一半,數位行銷可以克服傳統大眾媒體廣告行銷的先天缺陷,更精確的針對目標消費者傳遞廣告行銷訊息。
 
就跟1970年代開始時,小叮噹設定是21世紀的機器貓一樣,人們對於未來的新科技總是有不切實際的幻想,人類文明與科技的進步實際上並沒有這麼美好。Facebook 的精準廣告投放,效果還是跟百年前廣告行銷大師的名言一樣。
 
1920年代  John Wanamaker:「我知道我的廣告費有一半浪費了,麻煩的是我並不知道是哪一半。」
2020年代  宅男大叔:「你知道你的(臉書)廣告費有一半浪費了,麻煩的是就算你知道是哪一半,你依然無能為力。」

2020年10月14日 星期三

 

# cvlc -I http --http-password 1234 ./ 

  • VLC headless web ui
  • running cvlc from console without xwindow and control vial http
  • works on Raspberry Pi zero w



2020年9月11日 星期五

Mozart : Serenade No.10 "Gran Partita"









莫札特(Mozart)第10號小夜曲(Serenade No.10)《大組曲》(Gran Partita)K.361

神奇的原生管樂小夜曲。話說回來,莫扎特好像寫什麼都很神奇,不愧是(短命的)神童。 

2020年9月5日 星期六

身為一個中年網路工程師會想要換Wifi Router也是正常的

 最近有點手癢,想換掉用了好幾年的TP-Link Archor C7 with Openwrt ,原因是這台的128MB RAM 目前常態使用上都吃掉 70%+ 。但是想想好像也沒啥不穩定或是龜速狀況,所以還是忍住,等到wifi6規格兩年後真的普及了再撿便宜吧。