Skip to content
BrilliantCode.net

BrilliantCode.net

  • ML
  • 架站彙整
  • Python & Numpy
  • Ubuntu建置AI開發環境
  • Cookie Policy
Centos 7
CentOS 教學 

CentOS 6.8 刪除用不到的 Repository (適用於CentOS 7)

2017-07-14 Andy Wang 0 Comments CentOS, Linux

CentOS版本是6.x,可是卻誤裝了EPEL Repository 7.x,因為版本不相容,這將會造成整個yum install/update/…,連執行yum指令都會跳出錯誤訊息!
範例情境:我的CentOS 6.8 安裝到EPEL 7,所以我要刪除EPEL 7!

Read more
Linode
VPS 教學 

Linode CentOS 7 安裝 Longview

2017-07-142017-07-29 Andy Wang 0 Comments CentOS, Linode, Linux, VPS

Longview是租用Linode主機必裝的監控軟體!
但是,按照官方文件安裝步驟就完全沒問題嗎?難道就此一凡風順嗎?
沒錯,小弟我就真的遇到問題了~雖然不算大問題,也不希望大家也浪費了相同的時間!
本文章將會列出使用VPS Linode CentOS 7 安裝 Longview的步驟。

Read more
Centos 7
CentOS 教學 

CentOS 7 修改時區

2017-07-132017-09-02 Andy Wang 1 Comment CentOS, Linux, timedatectl

Linux的基本設定,雖然基本,但卻容易忘記!
可能是因為一台伺服器頂多只需改一次而已?一種缺乏練習的概念

Read more
Centos7 MySQL
MySQL 教學 

MySQL 5.7 排除錯誤 ERROR 1819 (HY000)

2017-07-132017-07-13 Andy Wang 0 Comments CentOS, Linux, MySQL

『ERROR 1819 (HY000): Your password does not satisfy the current policy requirements.』
這個錯誤訊息是我在新增MySQL使用者時跳出來的錯誤訊息!
本文除了會說明如何排除這個錯誤之外,也會說明如何修改MySQL的密碼設定原則!

Read more
Centos 7
CentOS 教學 

CentOS 7 建立一個可以執行sudo的帳號

2017-07-122017-09-02 Andy Wang 0 Comments CentOS, Linux, useradd, visudo

如果,你需要建立一個擁有管理者權限的帳號給能幫忙管理伺服器的人使用,那你就可以參考此文章的作法囉!
(本範例以CentOS 7為例)

Read more
Centos 7 Apache
Apache 教學 

Apache 2.4 https 多網域設定 讓一台伺服器綁定多個網址

2017-07-102020-04-22 Andy Wang 1 Comment Apache, https, SSL

讓一台伺服器綁定多個網址是利用伺服器資源的好方法,也是架站必學技巧~
其實只需要去除https的設定值即可套用在 http上面!

Read more
Centos 7 Apache
Apache 教學 

http 自動重新導向 https

2017-07-092017-07-09 Andy Wang 1 Comment Apache, https, SSL

誰都沒辦法強迫使用者都必須輸入https的網址瀏覽自己的網站,
但卻需要所有存取自己網站的請求皆以https回應,比較安全,也不怕未來出現『不安全』的字樣!
還好可以從伺服器端強迫使用者的http自動重新導向https!

Read more
Centos 7
CentOS 教學 

CentOS 7 自建 SSL 憑證

2017-07-08 Andy Wang 0 Comments Apache, CentOS, https, Linux, SSL

有時候,內部使用的網站、或是測試用的網站一開始不一定需要使用由SSL憑證機構核發的SSL架站。如此一來,就需要自行建立SSL憑證來滿足使用需求。
本文會以CentOS 7 自建 SSL 憑證作為範例撰寫操作步驟。

Read more
Centos 7
CentOS 教學 

CentOS 7 開機自動進入文字介面 (CLI: Command-Line Interface)

2017-07-082017-07-08 Andy Wang 0 Comments CentOS, Linux

安裝Linux時,選擇安裝GUI(X Window)版,之後再把系統改成開機自動進入文字介面(CLI)。
想要決定Linux開機進入圖形介面(GUI)或文字介面(CLI),就要來修改 Linux run level!
但是,在 CentOS 7 中修改run level的方式已經和以往不同了!

Read more
Centos 7 phpMyAdmin 4.7
phpMyAdmin 教學 

phpMyAdmin 進階設定 讓phpMyAdmin更安全

2017-07-082017-07-08 Andy Wang 0 Comments CentOS, MySQL, phpMyAdmin

為了讓管理員能僅用一個網址就可以登入phpMyAdmin管理MySQL,以至於phpMyAdmin無時無刻街暴露在外網之下 …
為了讓phpMyAdmin更安全 …所以,本文章針對 phpMyAdmin 進階設定進行說明!

Read more
Centos 7 phpMyAdmin 4.7
phpMyAdmin 教學 

phpMyAdmin 基本設定 提升安全的第一步

2017-07-072017-07-08 Andy Wang 1 Comment CentOS, MySQL, phpMyAdmin

phpMyAdmin 安裝完畢之後是不能馬上使用的,如果就這樣打開phpMyAdmin會跳出一些錯誤訊息!
這篇文章適合剛安裝好phpMyAdmin的人,這裡會記載如何完成 phpMyAdmin 基本設定!

Read more
Centos 7 phpMyAdmin 4.7
CentOS 教學 

CentOS 7 安裝 phpMyAdmin 4.7

2017-07-072020-03-29 Andy Wang 5 Comments CentOS, MySQL, phpMyAdmin

Linux上最老牌的MySQL管理軟體,就像是Microsoft SQL Server的SQL Server Managerment Studio(SSMS)!
有安裝MySQL的話,幾乎都會使用 phpMyAdmin來管理MySQL,本文章列出在CentOS 7 安裝 phpMyAdmin 4.7 的過程。

Read more
  • ← Previous
  • Next →


The latest posts

  • 1維 Barcode 長寬比參數調整
  • rsync – Linux常用指令#03
  • Shell 基礎 2-判斷指令執行成功
  • Apache進階設定(2)-KeepAlive
  • MySQL #01 binary logs 設定與屬性
  • WordPress 不斷重新導向
  • WordPress 資料庫大小猛增
  • CentOS 8 架站教學彙整
  • WordPress: SSL Failed: WordPress 回報無 SSL 支援
  • Shell 備份 網站資料, config, 資料庫
  • Shell 基礎 1-宣告, 變數, 函數, 確認檔案存在
  • CentOS 8 安裝與設定 MySQL 8, phpMyAdmin 4.9
  • CentOS 8 Apache 2.4, PHP7.3 安裝與設定
  • CentOS 8 基礎設定(時區, EPEL, SSH/sFTP, SEManage, wget)
  • Numpy 筆記-#02 另存變數為 .npz

Tags

Anaconda Apache Backpropagation Bitbucket build web server CentOS Certbot CNN Computer Vision cron CUDA Docker Drupal FreeNAS FTP Server Git Gradient Descent Homebrew htaccess https Linode Linux Logistic Regression Mac Machine Learning mount MySQL Neural Network NextCloud NumPy Optimization Algorithm php phpMyAdmin Python SELinux Shell SMB SSH SSL Sublime Tensorflow Ubuntu VPS Wordpress yum

About

若有任何疑問,歡迎來信。
Email: polun.wang@gmail.com

Copyright © 2024 BrilliantCode.net. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.