2018年7月26日 星期四

CentOS 7 的一些紀錄


關閉 Firewalld 防火牆指令:
# systemctl stop firewalld.service

設定下次開機不會啟動 Firewalld 防火牆
# systemctl disable firewalld.service

關閉 SELinux:
vi /etc/selinux/config

安裝 Wget 程式
yum install -y wget

安裝 ntpdate 程式
yum install -y ntpdate
ntpdate -u time2.google.com

安裝Webmin 出現 No Perl MD5 hashing module found!  問題處理
yum install -y perl-Digest-MD5

安裝Webmin 出現



yum install -y unzip
yum install -y perl-Data-Dumper
yum install -y perl-Encode-Detect

 CentOS 7 ifconfig 指令處理
ip addr --> 查網路卡
ip link --> 查網路速度
ip -s link --> 統計數據
yum -y install net-tools -->安裝 ifconfig的指令

MySQL 5.7
# wget http://dev.mysql.com/get/mysql57-community-release-el7-7.noarch.rpm
# yum localinstall mysql57-community-release-el7-7.noarch.rpm
# yum -y install mysql-community-server

Nginx 安裝 --> 參考 XYZ的筆記本
# rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm
# yum install nginx

啟動 nginx
# systemctl list-unit-files | grep nginx

開機自動啟動
# systemctl enable nginx

立即啟動
# systemctl start nginx



2018年6月25日 星期一

CentOS SSL安裝



一、安裝SSL相關元件
       # yum install mod_ssl openssl

二、安裝 GRCA 及 GCA 之憑證串鏈與 SSL 憑證
     # openssl x509 -in server.cer -inform DER -out server.crt


三、設定/etc/httpd/conf.d/ssl.conf 設定新建立的憑證位置
       找到下列文字:
        #   Server Certificate:
        # Point SSLCertificateFile at a PEM encoded certificate.  If
        # the certificate is encrypted, then you will be prompted for a
        # pass phrase.  Note that a kill -HUP will prompt again.  A new
        # certificate can be generated using the genkey(1) command.
        SSLCertificateFile /etc/pki/tls/certs/localhost.crt

        #   Server Private Key:
        #   If the key is not combined with the certificate, use this
        #   directive to point at the key file.  Keep in mind that if
        #   you've both a RSA and a DSA private key you can configure
        #   both in parallel (to also allow the use of DSA ciphers, etc.)
        SSLCertificateKeyFile /etc/pki/tls/private/localhost.key

        將紅色文字修改為自己新建立的憑證檔
        SSLCertificateFile /etc/pki/tls/certs/idindon.crt
        SSLCertificateKeyFile /etc/pki/tls/private/idindon.key


一、GCA政府憑證管理中心Apache SSL憑證請求檔製作與憑證安裝手冊
二、CENTOS 6.4中Apache 安裝與設定

 

硬碟檔案格式由RAW改為NTFS格式


G硬碟格式已經變成RAW格式

1.首先搜尋 "cmd.exe", 右鍵用管理者權限打開
2.輸入『chkdsk 磁碟機代號: /f』
3.跑完稍待片刻就能讀取硬碟囉
正在 Chkdsk Disk中

Chkdsk 結束就可以了


2018年3月4日 星期日

Proxmox 升級錯誤碼 100的解决方法

在PVE中出现 command 'apt-get update' failed: exit code 100 这个错误提示的情况

修改 /etc/apt/sources.list.d/pve-enterprise.list

# nano /etc/apt/sources.list.d/pve-enterprise.list
========================================================
原先下列的方式
deb https://enterprise.proxmox.com/debian jessie pve-enterprise
在這一句代碼前加入#號注釋掉即可。改為以下内容
# deb https://enterprise.proxmox.com/debian jessie pve-enterprise
====================================================================
按Ctrl+o -> enter Save
按Ctrl+X -> EXIT

2018年1月6日 星期六

Proxmox 無法備份的訊息 lock backup

因為備份的檔案太大了,所以就按了停止鍵,從此就鎖住了。

解鎖的方式如下

# qm unlock 100 --> 100為 Qemu ID 號碼

Proxmox Cluster Error (cannot initialize cmap service)

第一次就失敗了。

出現這個錯誤訊息,而且很慘的全部份Node都無法啟動。
Cannot initialize CMAP service

只好暫時先停止
# service pve-cluster stop
# pmxcfs -l

2017年11月11日 星期六

電話語音轉檔

最近客戶的電話語音檔要更新,經過原廠指導才知道,原來並不是單純的WAV的格式就可以,是要轉成 G.711u-law的語音格式以可以,不然會變成電流音呀。

可以在 http://g711.org/ 這個免費線網站上轉檔就可以了,而且轉完音質還不錯。