Cent OS
wget ftp://ftp.riken.jp/net/apache/apr/apr-util-1.*.tar.bz2 wget ftp://ftp.riken.jp/net/apache/apr/apr-1.*.tar.bz2 wget ftp://ftp.riken.jp/net/apache/httpd/httpd-2.4.*.tar.bz2
ファイル ftp://ftp.riken.jp/Linux/centos/7/extras/x86_64/Packages/epel-release-7-5.noarch.rpm ディレクトリー ftp://ftp.riken.jp/Linux/centos/7/extras/x86_64/Packages/
yum install python python-devel wget ftp://ftp.samba.gr.jp/pub/samba/samba-4.1.*.tar.gz tar -zxf samba-4.1.*.tar.gz cd samba-4.1.* ./configure make && make test && make install cp -pr /etc/profile /etc/profile.$(date +"%Y%m%d%H%M%S")~ echo…
[root@localhost ~]# /etc/init.d/sshd start [root@localhost ~]# chkconfig sshd on [root@localhost ~]# yum -y update [root@localhost ~]# yum -y groupinstall "Development Tools" [root@localhost ~]# yum -y groupinstall "Web Server" [root@local…
Please keep in mind that 6.0, 6.1, 6.2, 6.3 and 6.4 no longer gets any updates, nor any security fix's. Cent OS 6.0 Cent OS 6.1 Cent OS 6.2 Cent OS 6.3 Cent OS 6.4 Cent OS 6.5 Cent OS 6.6 Cent OS 7.0 GNOME Cent OS 7.0 KDE
[root@localhost ~]# yum update [root@localhost ~]# yum groupinstall "Development Tools" [root@localhost ~]# yum install perl perl-* php php-* mysql mysql-* httpd
インストール yum -y install denyhosts 設定ファイル ls -l /etc/denyhosts.conf 再起動等 # Usage: /etc/init.d/denyhosts start # 起動 # Usage: /etc/init.d/denyhosts stop # 停止 # Usage: /etc/init.d/denyhosts status # 状態確認 # Usage: /etc/ini…
コメント行削除 sed -e "/^#/d" 空行削除 sed -e "/^$/d"
~/.vimrc UTF-8 のファイルが多い場合 :set encoding=utf-8 :set fileencodings=iso-2022-jp,euc-jp,sjis,utf-8 :set number EUC-JP のファイルが多い場合 :set encoding=euc-jp :set fileencodings=iso-2022-jp,euc-jp,sjis,utf-8 :set number SJISのファイ…
Another app is currently holding the yum lock; waiting for it to exit... まあ、併走して yum は実行してはいけません。
@echo off rem command : ttermpro.cmd !@ !U !P rem arg[0] : ttermpro.cmd rem arg[1] : <hostname> rem arg[2] : <username> rem arg[3] : <password> rem arg[4] : -pw rem arg[5] : <password> rem test : cd %UserProfile%\command rem test : ttermpro.cmd $hostname $username $password SET </password></password></username></hostname>…