mamiインストール
の編集
http://sek-net.mydns.jp/wikiZ+/index.php?mami%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB
[
トップ
] [
編集
|
差分
|
バックアップ
|
添付
|
リロード
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
-- 雛形とするページ --
AlmaLinux
BracketName
ComicList 検索の DB化
DB 複製
F660A
FTPサーバー
FormattingRules
FrontPage
Get Started with Best Local Dating Website For Quick Sex
Get Started with Online Casual Dating Apps No Cost
Guide To Best Casual Encounters Website Usa
Help
InterWiki
InterWikiName
InterWikiSandBox
L2TP/IPSec
Lara 7→8
Lara Apacheで見れるように
Laravel
Laraインストール
Laraインストール2
Laraサンプルを作る
Laraララ帳要点メモ
MenuBar
MySQL
N54l BIOS UPDATE
NIS
PHP
PukiWiki
PukiWiki/1.4
PukiWiki/1.4/Manual
PukiWiki/1.4/Manual/Plugin
PukiWiki/1.4/Manual/Plugin/A-D
PukiWiki/1.4/Manual/Plugin/E-G
PukiWiki/1.4/Manual/Plugin/H-K
PukiWiki/1.4/Manual/Plugin/L-N
PukiWiki/1.4/Manual/Plugin/O-R
PukiWiki/1.4/Manual/Plugin/S-U
PukiWiki/1.4/Manual/Plugin/V-Z
RP4 Centos stream 9
Raspberry Pi 4
Raspberry Pi Zero(W)
RecentDeleted
SEK
SandBox
SoftEther
Strongswan
Tips
UUID
VirtualBox
WEBカメラ
WEBサーバー
WEBページの設置
WikiEngines
WikiName
WikiWikiWeb
YukiWiki
centos7
centos8
centos9 stream
comic
cron
css
date
dd
defgbrtgert
domain
down.sh
firewalld
format
fstab
fstab の話
gid uid
guide
haproxy
history
html
httpd
httpd.service
httpサーバー
ilfa
install から設定まで
ldap
linux(other)
lyon
mami
mami Dnsmasq
mami FTP Server
mami File Server
mami Mail Server
mami MariaDB 10.2
mami NextCloud
mami PHP 7
mami WEB Server
mami phpMyAdmin
mami subversion
mami update計画
mami 基本設定
mami3インストール
mamiインストール
mami旧インストール
multi
mydns
mysql
mysql 入力
network
nmcli
noip
noip_dcu
php
php file (RPZW)
phpMyAdmin
pound
repo
rpm作成
rsync
samba
serio
ssh
standby
virtual host
wikiZ+ の移行
write-protected
yum upgrade
その他
アセンブラ
カメラを動かす (RPZW)
キャッシュの回避
サーバーTips
データベース
ネガの補正
ピアノ教室
ファイルサーバー
マシン
メモ帳
作業状況
傾向
共通関数
内容
写真をRAMに保存 (RPZW)
初めに (RPZW)
初めに (Raspberry Pi Zero W)
初期設定 (RPZW)
基本情報技術者試験
基本設定
定点カメラ
新生lyon
新生mami
毎日の処理
画像を保存 (RPZW)
画像を転送 (RPZW)
画像変換
発表会ポスター
知恵袋
計画 (RPZW)
課題 (RPZW)
[[mami]] centos 7.3 をインストール firewall を外す [root@mami sekigawa]# systemctl stop firewalld [root@mami sekigawa]# chkconfig firewalld off SELinux を無効 [root@mami sekigawa]#vi /etc/selinux/config SELINUX=disabled proxy の設定(最終行に追記・自宅ではとる) [root@mami sekigawa]# vi /etc/profile MY_PROXY_URL="http://43.25.115.2:3128/" HTTP_PROXY=$MY_PROXY_URL HTTPS_PROXY=$MY_PROXY_URL FTP_PROXY=$MY_PROXY_URL http_proxy=$MY_PROXY_URL https_proxy=$MY_PROXY_URL ftp_proxy=$MY_PROXY_URL export HTTP_PROXY HTTPS_PROXY FTP_PROXY http_proxy https_proxy ftp_proxy [root@mami sekigawa]# source /etc/profile yum の proxy(最終行に追記・自宅ではとる) [root@mami sekigawa]# vi /etc/yum.conf proxy=http://43.25.115.2:3128/ yum update [root@mami sekigawa]# yum update mariadbインストール [root@mami sekigawa]# yum -y install mariadb-server [root@mami sekigawa]# vi /etc/my.cnf [mysqld] character-set-server=utf8 [root@mami sekigawa]# systemctl start mariadb.service [root@mami sekigawa]# systemctl enable mariadb.service [root@mami sekigawa]# systemctl is-enabled mariadb.service MariaDB初期設定 [root@mami sekigawa]# mysql_secure_installation NTP [root@mami sekigawa]# yum -y install ntp [root@mami sekigawa]# vi /etc/ntp.conf restrict 192.168.0.0 mask 255.255.255.0 nomodify notrap server 202.234.233.106 server 202.234.233.109 server 210.145.255.76 [root@mami sekigawa]# systemctl start ntpd [root@mami sekigawa]# systemctl enable ntpd リポジトリ [root@mami sekigawa]# yum -y update [root@mami sekigawa]# yum -y install yum-plugin-priorities [root@mami sekigawa]# yum -y install epel-release [root@mami sekigawa]# sed -i -e "s/\]$/\]\npriority=5/g" /etc/yum.repos.d/epel.repo [root@mami sekigawa]# yum -y install centos-release-scl-rh centos-release-scl [root@mami sekigawa]# sed -i -e "s/\]$/\]\npriority=10/g" /etc/yum.repos.d/CentOS-SCLo-scl.repo [root@mami sekigawa]# sed -i -e "s/\]$/\]\npriority=10/g" /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo [root@mami sekigawa]# yum -y install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm [root@mami sekigawa]# sed -i -e "s/\]$/\]\npriority=10/g" /etc/yum.repos.d/remi-safe.repo smb [root@mami sekigawa]# yum -y install samba samba-client [root@mami sekigawa]# mkdir /home/share [root@mami sekigawa]# chmod 777 /home/share [root@mami sekigawa]# vi /etc/samba/smb.conf [root@mami sekigawa]# mkdir /home/share/html [root@mami sekigawa]# chmod 777 /home/share/html [root@mami sekigawa]# ln -s /home/share/html/ /var/www/html vsftp [root@mami sekigawa]# vi /etc/vsftpd/vsftpd.conf [root@mami sekigawa]# vi /etc/vsftpd/user_list [root@mami sekigawa]# vi /etc/vsftpd/chroot_list sekigawa
タイムスタンプを変更しない
[[mami]] centos 7.3 をインストール firewall を外す [root@mami sekigawa]# systemctl stop firewalld [root@mami sekigawa]# chkconfig firewalld off SELinux を無効 [root@mami sekigawa]#vi /etc/selinux/config SELINUX=disabled proxy の設定(最終行に追記・自宅ではとる) [root@mami sekigawa]# vi /etc/profile MY_PROXY_URL="http://43.25.115.2:3128/" HTTP_PROXY=$MY_PROXY_URL HTTPS_PROXY=$MY_PROXY_URL FTP_PROXY=$MY_PROXY_URL http_proxy=$MY_PROXY_URL https_proxy=$MY_PROXY_URL ftp_proxy=$MY_PROXY_URL export HTTP_PROXY HTTPS_PROXY FTP_PROXY http_proxy https_proxy ftp_proxy [root@mami sekigawa]# source /etc/profile yum の proxy(最終行に追記・自宅ではとる) [root@mami sekigawa]# vi /etc/yum.conf proxy=http://43.25.115.2:3128/ yum update [root@mami sekigawa]# yum update mariadbインストール [root@mami sekigawa]# yum -y install mariadb-server [root@mami sekigawa]# vi /etc/my.cnf [mysqld] character-set-server=utf8 [root@mami sekigawa]# systemctl start mariadb.service [root@mami sekigawa]# systemctl enable mariadb.service [root@mami sekigawa]# systemctl is-enabled mariadb.service MariaDB初期設定 [root@mami sekigawa]# mysql_secure_installation NTP [root@mami sekigawa]# yum -y install ntp [root@mami sekigawa]# vi /etc/ntp.conf restrict 192.168.0.0 mask 255.255.255.0 nomodify notrap server 202.234.233.106 server 202.234.233.109 server 210.145.255.76 [root@mami sekigawa]# systemctl start ntpd [root@mami sekigawa]# systemctl enable ntpd リポジトリ [root@mami sekigawa]# yum -y update [root@mami sekigawa]# yum -y install yum-plugin-priorities [root@mami sekigawa]# yum -y install epel-release [root@mami sekigawa]# sed -i -e "s/\]$/\]\npriority=5/g" /etc/yum.repos.d/epel.repo [root@mami sekigawa]# yum -y install centos-release-scl-rh centos-release-scl [root@mami sekigawa]# sed -i -e "s/\]$/\]\npriority=10/g" /etc/yum.repos.d/CentOS-SCLo-scl.repo [root@mami sekigawa]# sed -i -e "s/\]$/\]\npriority=10/g" /etc/yum.repos.d/CentOS-SCLo-scl-rh.repo [root@mami sekigawa]# yum -y install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm [root@mami sekigawa]# sed -i -e "s/\]$/\]\npriority=10/g" /etc/yum.repos.d/remi-safe.repo smb [root@mami sekigawa]# yum -y install samba samba-client [root@mami sekigawa]# mkdir /home/share [root@mami sekigawa]# chmod 777 /home/share [root@mami sekigawa]# vi /etc/samba/smb.conf [root@mami sekigawa]# mkdir /home/share/html [root@mami sekigawa]# chmod 777 /home/share/html [root@mami sekigawa]# ln -s /home/share/html/ /var/www/html vsftp [root@mami sekigawa]# vi /etc/vsftpd/vsftpd.conf [root@mami sekigawa]# vi /etc/vsftpd/user_list [root@mami sekigawa]# vi /etc/vsftpd/chroot_list sekigawa
テキスト整形のルールを表示する