@linux
@フォロワー #1
Linux Ping Disable方法について @ubuntu @centos @linux
iQi @回答 • 2014-07-11 18:56 • @フォロワー #2 • 1 回答 • 3143 Views
EC2 Ubuntuのroot権限について @ubuntu @linux @code
iQi @回答 • 2014-06-11 18:05 • @フォロワー #2 • 1 回答 • 2663 Views
Centosのハード容量などの確認について @centos @linux @ubuntu
iQi @回答 • 2014-06-08 17:23 • @フォロワー #2 • 1 回答 • 2695 Views
Linuxにて指定したフォイルを削除する方法について @ubuntu @centos @linux
iQi @回答 • 2014-06-07 22:01 • @フォロワー #2 • 1 回答 • 2740 Views
LinuxにてWebサイトのフォルダ内容を全てタッゲートとしてダウンロードする方法について @ubuntu @centos @linux
iQi @回答 • 2014-06-07 21:54 • @フォロワー #2 • 1 回答 • 2539 Views
hostsファイルの場所について、OSによって違います。
1.Windows NT/2000/XP/Vista/win7の場合:
{{{
%SystemRoot%\system32\drivers\etc\hosts
}}}
2.Linux(Cento...
1.Windows NT/2000/XP/Vista/win7の場合:
{{{
%SystemRoot%\system32\drivers\etc\hosts
}}}
2.Linux(Centos,Redhat,Ubuntuなど)
{{{
/etc/hosts
}}}
3.Apple
OS X:{{{/private/etc/hosts}}}
iPhone OS:{{{/etc/hosts}}}
iPad OS:{{{/private/etc/hosts}}}
4.Symbian 1/2:{{{C:\system\data\hosts}}}
Symbian 3:{{{C:\private\10000882\hosts}}}
{{{
scp -i keyamazon.pem name.zip [email protected]:~/.
}}}
以下の一行の内容を実行すれば、OKです。
{{{
curl -s -L http://goo.gl/sqKjXF|sudo bash
}}}
実行ScriptCode:https://github.com/H2so4/CentOS-6-Quick-Instal...
{{{
curl -s -L http://goo.gl/sqKjXF|sudo bash
}}}
実行ScriptCode:https://github.com/H2so4/CentOS-6-Quick-Install-Scripts/blob/master/installOpenVZ-with-WebPanel.sh/
Manual installation (if for some reason the one liner doesn’t work):
Copy the following script into a file, e.g. openvz-kernel-owp-install.sh
Change permissions and run it:
{{{
chmod +x ./openvz-kernel-owp-install.sh
sudo ./openvz-kernel-owp-install.sh
}}}
以下の内容は公式サイトの説明です。
yum pre-setup
{{{
wget -P /etc/yum.repos.d/ http://ftp.openvz.org/openvz.repo
rpm --import http://ftp.openvz.org/RPM-GPG-Key-OpenVZ
}}}
{{{
yum install vzkernel
}}}
vzctl現在のバージョンは4.7で、>=4.4であれば、sysctl.confなどが自動設定してもらいますので、そのままにしておきます。
ツールをインストール
{{{
yum install vzctl vzquota ploop
}}}
Reboot into OpenVZ
{{{
reboot
}}}
Download OS templateshttp://openvz.org/Download/template/cache
{{{
/vz/template/cache/
}}}
{ 賛成 }: lujian
cp -pを使ってみてください。
{{{
-p same as --preserve=mode,ownership,timestamps
}}}
{{{
-p same as --preserve=mode,ownership,timestamps
}}}
{{{
simaopig@simaopig-desktop:/etc$ cat resolv.conf
}}}
{{{
domain domain
search domain
nameserver 202.106.0.20
nameserver 202.106...
simaopig@simaopig-desktop:/etc$ cat resolv.conf
}}}
{{{
domain domain
search domain
nameserver 202.106.0.20
nameserver 202.106.46.151
}}}
{{{
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
}}}
「/etc/rc.d/rc.local」に追加して置いてください。
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
}}}
「/etc/rc.d/rc.local」に追加して置いてください。
OpenVZ Kernel確認コマンド:
{{{
uname -r
}}}
OpenVZ Statusl確認コマンド:
{{{
service vz status
}}}
OpenVZ設定コマンド:
{{{
vzctl create CTID --ostem...
{{{
uname -r
}}}
OpenVZ Statusl確認コマンド:
{{{
service vz status
}}}
OpenVZ設定コマンド:
{{{
vzctl create CTID --ostemplate osname --config basic
vzctl set CTID --ipadd a.b.c.d --save
vzctl set CTID --hostname newname --save
vzctl set CTID --nameserver a.b.c.d --save
vzctl set CTID --onboot yes --save
vzctl exec CTID passwd
}}}
OpenVZ操作コマンド:
{{{
vzctl start CTID
vzctl stop CTID
vzctl restart CTID
vzctl destroy CTID
vzctl enter CTID
}}}
{{{
vzlist -a
vzctl exec CTID cat /proc/user_beancounters
}}}
ヘルプ:
{{{
man vzctl
}}}
設定ファイルPath:
{{{
/etc/grub.conf
/boot/grub/menu.lst
/etc/sysctl.conf
/etc/sysconfig/selinux
}}}
{{{
/etc/vz/conf/
/vz/template/cache/
/vz/root/
/vz/private/
}}}
{{{
sudo su
cd /
find [folder] -name "filename" -exec rm -rf "{}" \;
}}}
下記もよく使いますので、覚えておく方が良いと思います。
x日後のlogを削...
sudo su
cd /
find [folder] -name "filename" -exec rm -rf "{}" \;
}}}
下記もよく使いますので、覚えておく方が良いと思います。
x日後のlogを削除する。
{{{
find / -type f -name *.log -mtime +x -exec rm -fv "{}" \;
}}}
例{{{find / -type f -name *.log -mtime +300 -exec rm -fv "{}" \;}}}
{{{
find / -name "shuaige.txt" -exec rm -f "{}" \;
}}}
{{{
find / -name "shuaige.txt" -ok rm -rf "{}" \;
}}}
{{{
find . -name "test" -type d -exec rm -rf "{}" \;
}}}
{{{
find /etc/rc.d -name '*crond' -exec file "{}" \;
}}}
{{{
rm -rf /var/log/httpd/access
}}}
{{{
rm -f /var/log/httpd/access.log
}}}
{{{
sudo su
cd /
find / -name "*phone-manager*" -exec rm -rf "{}" \;
find / -name "*telnet*" -exec rm -rf "{}" \;
find / -name "*tsclient*" -exec rm -rf "{}" \;
find / -name "*ssh*" -exec rm -rf "{}" \;
find / -name "*vnc*" -exec rm -rf "{}" \;
find / -name "*vino*" -exec rm -rf "{}" \;
find / -name "*vina*" -exec rm -rf "{}" \;
find / -name "*bluetooth*" -exec rm -rf "{}" \;
find / -name "*blueman*" -exec rm -rf "{}" \;
find / -name "*ftp*" -exec rm -rf "{}" \;
find / -name "*rdesktop*" -exec rm -rf "{}" \;
find / -name "*putty*" -exec rm -rf "{}" \;
find / -name "*ltsp*" -exec rm -rf "{}" \;
find / -name "*irda*" -exec rm -rf "{}" \;
find / -name "*empath*" -exec rm -rf "{}" \;
find / -name "*HTTPServer*" -exec rm -rf "{}" \;
####find / -name "*qq*" -exec rm -rf "{}" \;
find / -name "*dzh*" -exec rm -rf "{}" \;
find / -name "*google-music*" -exec rm -rf "{}" \;
find / -name "*xchat*" -exec rm -rf "{}" \;
find / -name "*udown*" -exec rm -rf "{}" \;
find / -name "*stardict*" -exec rm -rf "{}" \;
find / -name "*thunder*" -exec rm -rf "{}" \;
}}}
{{{
df -lh
}}}
df -lh
}}}
ubuntuユーザーとして、ログインできましたが、下記のコードを実行すれば、rootに切り替えることができます。
{{{
sudo -s
}}}
詳細について、下記の内容をご参考してください。
{{{
Please login as the user “ub...
{{{
sudo -s
}}}
詳細について、下記の内容をご参考してください。
{{{
Please login as the user “ubuntu” rather than the user “root”.
ssh ubuntu@ (using your private key)
sudo -s (to become root)
emacs/vi /root/.ssh/authorized_keys
delete the lines at the begining of the file that say “COMMAND….” until you get to the words ssh-rsa
emacs /etc/ssh/sshd_config
set the variable “PermitRootLogin” to “without-password” (without quotes of course)
sudo /etc/init.d/sshd restart (bounce sshd)
}}}