问基友要了台服务器,密码与密钥均不能登陆.改了密码后可以登陆,但密钥依然不能登陆.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[root@VM_19_31_centos ~]# ls -al                               
total 80
drwxrwxrwx. 3 root root 4096 Mar 30 23:50 .
dr-xr-xr-x. 24 root root 4096 Mar 30 23:51 ..
-rwxrwxrwx 1 root root 790 Mar 31 00:07 .bash_history
-rwxrwxrwx. 1 root root 18 May 20 2009 .bash_logout
-rwxrwxrwx. 1 root root 176 May 20 2009 .bash_profile
-rwxrwxrwx. 1 root root 176 Sep 23 2004 .bashrc
-rwxrwxrwx. 1 root root 100 Sep 23 2004 .cshrc
-rwxrwxrwx. 1 root root 12754 Dec 25 2014 install.log
-rwxrwxrwx. 1 root root 5520 Dec 25 2014 install.log.syslog
drwxrwxrwx 2 root root 4096 Mar 30 23:50 .ssh
-rwxrwxrwx. 1 root root 129 Dec 4 2004 .tcshrc
-rwxrwxrwx 1 root root 1005 Mar 30 23:50 .viminfo
[root@VM_19_31_centos ~]# cd .ssh/
[root@VM_19_31_centos .ssh]# ls -al
total 12
drwxrwxrwx 2 root root 4096 Mar 30 23:50 .
drwxrwxrwx. 3 root root 4096 Mar 30 23:50 ..
-rwxrwxrwx 1 root root 1157 Mar 31 00:08 authorized_keys

明显*.ssh/authorized_keys*权限设置错误,改之

1
2
chmod 700 ~/.ssh
chmod 600 ~/.ssh/authorized_keys

退出登录,然而依然不能用密钥登陆…

Read more »

SSM:

即是Spring SpringMVC Mybatis的开头字母

Spring

Spring Framework Runtime

SSM里的Spring其实主要常用的是IoC和Aop,还有Test

  • Spring默认的xml配置文件为 applicationContext.xml

Spring IoC

中文译名:控制反转/依赖注入,简单来说,即是原来的new xxx();用spring中content的bean代替,实现在构造函数的时候自动注入参数,有三种配置方式:基于xml,基于注解,基于java类,有三种注入方式:构造注入,set注入,工厂注入(不常用).

Read more »

steam常用脚本Steam Web Tools和Steam Economy Enhancer一起使用时,库存页面显示有冲突.此时仅需要将

1
"<style>.checkedForSend{background:#366836!important}.itemcount{background:#292929;color:#FFF;font-weight:700;position:absolute;right:0;top:0}.swt_icon{position:absolute;top:0;left:0}.swt_icon-st{background:#CF6A32;color:#fff}.swt_icon-t{background:#FDEC14;color:#000}#inventory_logos{display:none}.swt_hidden{display:none}</style>"

修改为

1
'<style>.checkedForSend{background:#366836!important}.itemcount{background:#292929;color:#FFF;font-weight:700;position:absolute;right:0;bottom:0}.swt_icon{position:absolute;top:0;left:0}.swt_icon-st{background:#CF6A32;color:#fff}.swt_icon-t{background:#FDEC14;color:#000}#inventory_logos{}.swt_hidden{display:none}</style>'

即可

或者直接点击安装即可

对于我这种买不起vps的穷逼来说,免费$$不失为一个很好的解决方案.然而大部分在飞机场里的免费$$都是隔一段时间变更一下端口和密码.

爬虫什么的用py做的比较多一点,然而在路由器上那点可怜的空间并不足以装上py.遂查了资料上了shell的爬虫.

Read more »

今天随机到的游戏是Socxel | Pixel Soccer

开发商是 BUG-Studio 😄 这名字好啊.
Read more »

今天随机到的游戏是”The Next Door”.

不不不,不是你想的那个意♂思,和"Boy♂Next♂Door"的那个一点关系都没有.此游戏是一个融合了宗教元素的正常向解密游戏,只是我第一次玩的时候直白的xx画面吓得我赶紧把游戏关掉了而已.
Read more »

当今年steam夏季促销完成后,随着身体的一阵抖动,顿时感觉索然无味了起来.

看着库里各种慈善包/免费领取的喜加一,想着这破博客的更新频率,我决定搞一个一个喜加一小游戏的游玩记录,玩玩各种”多半差评”的神奇游戏.

使用steamdb.info页面下方提供的”i’m feeling lucky”来实现.

Read more »

早几日听说vs2017 Rc已经可以下载了,今日下载了下来玩了下。

默认全部在线安装

一个在线安装的安装程序
我已经开始了下载,并准备做好去蹲坑的准备,结果我刚拿上了纸就听到了下载完成的提示声音。
837 kb

Read more »
0%