yum install epel-release
yum install --enablerepo=epel iftop
yum install epel-release
yum install --enablerepo=epel iftop
yum -y install python-setuptools
easy_install speedtest-cli
speedtest --list
speedtest --server [サーバー番号]
yum -y install epel-release
yum -y install nc nmap pv
送信側
pv WindowsXP.img | nc -l 10000
受信側
nc 192.168.1.33 10000 | pv > WindowsXP.img
lsb_release -a
apt-get install numlockx
sh -c 'printf "[SeatDefaults]\ngreeter-setup-script=/usr/bin/numlockx on\n" >/usr/share/lightdm/lightdm.conf.d/50-numlock-on.conf'
デバッグモードにて起動
# mount -o remount,rw /mnt
# vi /mnt/grub/menu.lst
引数の最後にvga=794とつけると1280×1024になる
vga=askとつけると一覧で確認したうえで選択できる模様
まだ終わらん
24時間は経過してると思うんだが
これ止まってないよね・・
http://mirror.centos.org/centos/6/SCL/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
エラーの対処
yum remove centos-release-SCL
yum update
yum install centos-release-scl
yum update
GMOクラウド ALTUS Basicの鯖をVMware vCenter Converter StandaloneでP2V? V2V?
万が一の時の為に、バックアップとして吸い上げておこうかと
普通にVMware vCenter Converter StandaloneでALTUS側から吸い上げます。
無事吸い上げられるのだが
起動せず
grubのカーネルパラメーター
console=xvc0
これを消してブート
無事起動
初期値1500から9000へ
nmcli connection modify eno16777736 802-3-ethernet.mtu 9000
初期値1500へ戻す
nmcli connection modify eno16777736 802-3-ethernet.mtu 1500
確認してみる
cat /etc/sysconfig/network-scripts/ifcfg-eno16777736