sshでWARNING: POSSIBLE DNS SPOOFING DETECTED!エラー

sshでサーバーにつなごうとしたらエラーが..

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@       WARNING: POSSIBLE DNS SPOOFING DETECTED!          @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The RSA host key for [sub.sample.jp]:10022 has changed,
and the key for the corresponding IP address [192.168.0.2]:10022
is unknown. This could either mean that
DNS SPOOFING is happening or the IP address for the host
and its host key have changed at the same time.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx.
Please contact your system administrator.
Add correct host key in /home/user/.ssh/known_hosts to get rid of this message.
Offending RSA key in /home/user/.ssh/known_hosts:9
  remove with: ssh-keygen -f "/home/user/.ssh/known_hosts" -R [sub.sample.jp]:10022
RSA host key for [sub.sample.jp]:10022 has changed and you have requested strict checking.
Host key verification failed.

接続先のIPが変わってたりすると起きるようです

$ ssh-keygen -R [sub.sample.jp]:10022

で直しました

ubuntuでImage failed *ACCESS DENIED* installing on lenovoのエラー

Lenovo x240にUbuntu 14.04をいれていて問題なく使えたのですが

$ sudo apt-get dist-upgrade

して

$ uname -r
3.13.0-57-generic

となったあとに再起動したらBIOSぐらいでエラーが..

Image failed *ACCESS DENIED* installing on lenovo

うわっ、とおもって調べるとSecure BootをOFFにするといいみたい
BIOS画面で

secureboot

でSecureBootをdisabledにしたら起動しました

apt-get dist-upgradeでカーネルのバージョンをあげる

Ubuntu 14.04でカーネルのバージョンを上げてみました
まず確認

$ uname -r
3.13.0-40-generic

上げてみます
$ sudo apt-get dist-upgrade

確認

$ uname -r
3.13.0-57-generic

マイナーなバージョンしかあがらないみたいですが簡単ですね