Modify Ubuntu Hostname

1 2 3 4 5 1. hostname newhostname 修改 主机名(立即生效, 重启消失) 2. vim /etc/hostname 修改 /etc/hostname 内容为 主机名(这个是重启生效)

TCP三次握手, 四次挥手

首先Client端发送连接请求报文,Server段接受连接后回复ACK报文,并为这次连接分配资源。 Client端接收到ACK报文后也向Ser

idea 配置 maven jetty run

配置 command line 1 org.mortbay.jetty:maven-jetty-plugin:6.1.22:run 配置POM 1 2 3 4 5 6 7 8 9 10 <build> <finalName>admin</finalName> <plugins> <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>9.2.1.v20140609</version> </plugin> </plugins> </build> 修改端口 1 Runner选项->VM Options 设置 -Djetty.port=8081

maven oschina 源设置【推荐使用阿里云的源】

1 2 3 4 5 6 7 <!--settings.xml --> <mirror> <id>nexus-osc</id> <mirrorOf>*</mirrorOf> <name>Nexus osc</name> <url>http://maven.oschina.net/content/groups/public/</url> </mirror> 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 <!--pom --> <repositories> <repository> <id>nexus</id> <name>local private nexus</name> <url>http://maven.oschina.net/content/groups/public/</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories> <pluginRepositories> <pluginRepository> <id>nexus</id> <name>local private nexus</name> <url>http://maven.oschina.net/content/groups/public/</url> <releases> <enabled>true</enabled>

Disabled Ping

1 2 sudo echo "net.ipv4.icmp_echo_ignore_all = 1" >> /etc/sysctl.conf sudo sysctl -p

PhpStorm: Algorithm negotiation fail

事情是酱紫的,我用 phpstorm 通过 sftp 协议连接我一台服务器的时候报错 1 2 Algorithm negotiation fail 第一次遇到这个问题, 并通过 stackoverflow 搜索解决. 解决方法 编辑 /etc/ssh/sshd_config 文件 1 2 vim /etc/ssh/sshd_config 在文件末尾

xunsearch 安装

xunsearch 安装 1 2 3 4 5 6 wget http://www.xunsearch.com/download/xunsearch-full-latest.tar.bz2 tar -xjf xunsearch-full-latest.tar.bz2 ./setup.sh 安装 # 如果缺少 zlib.h aptitude install zlib1g-dev xunsearch 在当前版本不支持配置 data 目录 如果需要更改目录,可以使用软连接 +=================================================+ | Installation completed successfully, Thanks you | | 安装成功,