2015年4月25日 星期六

CentOS 7 修改時區

安裝環境時,忘了選時區怎麼辦?

# cp /usr/share/zoneinfo/Asia/Taipei /etc/localtime
# ntpdate time.stdtime.gov.tw

PS:CentOS 7 minimal安裝預設沒有ntpdate套件,要先安裝。 

CentOS 7 On Hyper-V(第二代) 修改螢幕解析度

環境說明: CentOS 7  Grub 2 on Hyper-V 第二代

修改 /etc/default/grub  加入
GRUB_CMDLINE_LINUX_DEFAULT="video=hyperv_fb:800x600"

重新產生grub2 環境
 # grub2-mkconfig -o /boot/grub2/grub.cfg
若是使用第二代的Hyper-V環境(UEFI環境),產生的grub2設定檔位置不一樣
要注意,否則怎麼改都不成功。
# grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg

Ubuntu
# Sudo update-grub


Ubuntu 參考

2015年4月4日 星期六

rpm 套件管理

 查更新記錄
rpm -qa --changelog openssl | head -n11
* 2015  3月 19 四 Tomáš Mráz 1.0.1e-42.4
- update fix for CVE-2015-0287 to what was released upstream

* 2015  3月 18 三 Tomáš Mráz 1.0.1e-42.3
- fix CVE-2015-0209 - potential use after free in d2i_ECPrivateKey()
- fix CVE-2015-0286 - improper handling of ASN.1 boolean comparison
- fix CVE-2015-0287 - ASN.1 structure reuse decoding memory corruption
- fix CVE-2015-0289 - NULL dereference decoding invalid PKCS#7 data
- fix CVE-2015-0292 - integer underflow in base64 decoder
- fix CVE-2015-0293 - triggerable assert in SSLv2 server

查詢openssl 是否對CVE-2014-0224有做修正
rpm -q --changelog openssl | grep CVE-2014-0224

- fix CVE-2014-0224 fix that broke EAP-FAST session resumption support
- fix CVE-2014-0224 - SSL/TLS MITM vulnerability