分类: 学习教程
Centos8无法安装screen的解决方法:使用epel安装screen
海天使用了七八年的vps服务商近期通知停止运营了,给到1月8号的时间,转移数据,没办法,海天只能给博客另找出路,看大家都推荐说Linode很稳定,那么就试试吧……
RHEL8/CentOS8的基础防火墙firewall-cmd配置及用例
RHEL8/CentOS8当前新版本引入了新的防火墙管理软件,使用方法也与原先的截然不同,现在我们一起来学习看看如何使用。
您可以通过浏览器搜索功能快速定位到自己……
终端会话保持工具screen的安装和使用
一、如何安装 screen
screen 在一些流行的发行版上已经预安装了。你可以使用下面的命令检查是否已经在你的服务器上安装了。
screen -v
Screen version 4.0……
分享介绍几个常用的VPS测试脚本
经常我们买到VPS后悔需要查看及测试VPS的各项参数及性能是否达到自己的要求,现在我就与大家一起分享一下我常用的几个VPS测试脚本。
很简单,基本只需要在VPS……
Bandwagonhost搬瓦工VPS购买及使用简易教程
今天为大家介绍一家VPS。
Bandwagonhost(国人称为搬瓦工),选择Bandwagonhost的理由:
1、IT7旗下商家,跑路概率基本为0
2、全部方案1Gbps端口,速度好
3、4……
Linux防火墙如何开放端口
经常我们会遇到Linux某些端口默认没有开放的,所以需要我们自己动手添加允许策略,下面一起学习如何添加端口允许策略。
开放端口的方法:
方法一:iptables命……
Simple shell script to enable or disable the port to public by iptables
Due to the reason that I need to change the SSH Port for my vps to gain more security.
I need to change my ssh port and disable the default ssh port……
Disable all the mail protocol by iptables
Disable all the mail protocol by iptables:
iptables -A INPUT -p tcp -m multiport --dport 25,110,465:587,993:995 -j DROP
iptables -A INPUT -p udp -m……
Linux shell script to change you ssh port
Our vps's ssh port always scaned by some bad gay and Fail2ban is not enought.
You can change you default port for the security.
But there is many ne……
Install phantomjs for CentOS 7
http://phantomjs.org/download.html
uncompress tar jxvf package.tar.bz2
pwd to get the path
ln -sf phantomjs's path/bin/phantomjs /usr/……