标题:出两个oracle甲骨文首尔老号
作者:lvywiki
原帖:https://hostloc.com/thread-970745-1-1.html
摘要:首尔一号:创建时间2021年1月26日
价格:261
首尔二号:创建时间2020年10月11日
价格:285
可小刀
联系方式
tg:@mjjyyds
qq:69061788二
作者:lvywiki
原帖:https://hostloc.com/thread-970745-1-1.html
摘要:首尔一号:创建时间2021年1月26日
价格:261
首尔二号:创建时间2020年10月11日
价格:285
可小刀
联系方式
tg:@mjjyyds
qq:69061788二
标题:哪吒探针,关机报警只报第一次,后边就不报了
作者:吹风秀跳刀
原帖:https://hostloc.com/thread-970747-1-1.html
摘要:[{"type":"offline","cycle_start":"2022-01-01T08:00:00Z","duration":3}]
哪吒探针,关机报警只报第一次,后边就不报了
这个报警咋设置,机器每次关机/重启 它都会报警呢
求助大佬
作者:吹风秀跳刀
原帖:https://hostloc.com/thread-970747-1-1.html
摘要:[{"type":"offline","cycle_start":"2022-01-01T08:00:00Z","duration":3}]
哪吒探针,关机报警只报第一次,后边就不报了
这个报警咋设置,机器每次关机/重启 它都会报警呢
求助大佬
标题:收个支付宝,或者帮我代充值阿里云账户 +10%给你u
作者:rrw
原帖:https://hostloc.com/thread-970748-1-1.html
摘要:我的被限制了。急需充值续费阿里云账户
你别怕,违法 阿里云会处理。
你别怕,觉得不稳希望有不是自己账户的老哥帮忙
论坛等级太低 不合作
作者:rrw
原帖:https://hostloc.com/thread-970748-1-1.html
摘要:我的被限制了。急需充值续费阿里云账户
你别怕,违法 阿里云会处理。
你别怕,觉得不稳希望有不是自己账户的老哥帮忙
论坛等级太低 不合作
标题:How to deny ICMP ping requests
作者:xiaomifan
原帖:https://hostloc.com/thread-970749-1-1.html
摘要:Instructions
Update UFW rules
In order to deny any incoming ICMP ping requests we need to modify /etc/ufw/before.rules UFW’s configuration file. First, make a backup copy:
$ sudo cp /etc/ufw/before.rules /etc/ufw/before.rules_backup
Next, open the file with root privileges using your favorite text editor and change:
FROM:
# ok icmp codes for INPUT
-A ufw-before-input -p icmp --icmp-type destination-unreachable -j ACCEPT
-A ufw-before-input -p icmp --icmp-type source-quench -j ACCEPT
-A ufw-before-input -p icmp --icmp-type time-exceeded -j ACCEPT
-A ufw-before-input -p icmp --icmp-type parameter-problem -j ACCEPT
-A ufw-before-input -p icmp --icmp-type echo-request -j ACCEPT
TO:
# ok icmp codes for INPUT
-A ufw-before-input -p icmp --icmp-type destination-unreachable -j DROP
-A ufw-before-input -p icmp --icmp-type source-quench -j DROP
-A ufw-before-input -p icmp --icmp-type time-exceeded -j DROP
-A ufw-before-input -p icmp --icmp-type parameter-problem -j DROP
-A ufw-before-input -p icmp --icmp-type echo-request -j DROP
Alternatively, use the below sed command to perform the change:
$ sudo sed -i '/ufw-before-input.*icmp/s/ACCEPT/DROP/g' /etc/ufw/before.rules
Enable Firewall
Enable UFW firewall using the following linux command:
$ sudo ufw enable
Alternatively, if your firewall is already enabled you can reload it with:
$ sudo ufw reload
作者:xiaomifan
原帖:https://hostloc.com/thread-970749-1-1.html
摘要:Instructions
Update UFW rules
In order to deny any incoming ICMP ping requests we need to modify /etc/ufw/before.rules UFW’s configuration file. First, make a backup copy:
$ sudo cp /etc/ufw/before.rules /etc/ufw/before.rules_backup
Next, open the file with root privileges using your favorite text editor and change:
FROM:
# ok icmp codes for INPUT
-A ufw-before-input -p icmp --icmp-type destination-unreachable -j ACCEPT
-A ufw-before-input -p icmp --icmp-type source-quench -j ACCEPT
-A ufw-before-input -p icmp --icmp-type time-exceeded -j ACCEPT
-A ufw-before-input -p icmp --icmp-type parameter-problem -j ACCEPT
-A ufw-before-input -p icmp --icmp-type echo-request -j ACCEPT
TO:
# ok icmp codes for INPUT
-A ufw-before-input -p icmp --icmp-type destination-unreachable -j DROP
-A ufw-before-input -p icmp --icmp-type source-quench -j DROP
-A ufw-before-input -p icmp --icmp-type time-exceeded -j DROP
-A ufw-before-input -p icmp --icmp-type parameter-problem -j DROP
-A ufw-before-input -p icmp --icmp-type echo-request -j DROP
Alternatively, use the below sed command to perform the change:
$ sudo sed -i '/ufw-before-input.*icmp/s/ACCEPT/DROP/g' /etc/ufw/before.rules
Enable Firewall
Enable UFW firewall using the following linux command:
$ sudo ufw enable
Alternatively, if your firewall is already enabled you can reload it with:
$ sudo ufw reload
标题:How to use rsync to copy files
作者:xiaomifan
原帖:https://hostloc.com/thread-970750-1-1.html
摘要:https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/
作者:xiaomifan
原帖:https://hostloc.com/thread-970750-1-1.html
摘要:https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/
标题:How to disable IPv6 on Linux
作者:xiaomifan
原帖:https://hostloc.com/thread-970751-1-1.html
摘要:https://support.nord扶墙.com/Connectivity/Linux/1047409212/How-to-disable-IPv6-on-Linux.htm
作者:xiaomifan
原帖:https://hostloc.com/thread-970751-1-1.html
摘要:https://support.nord扶墙.com/Connectivity/Linux/1047409212/How-to-disable-IPv6-on-Linux.htm
标题:iON面板链接没了,但wp01 plesk面板是可以登录的
作者:konks
原帖:https://hostloc.com/thread-970753-1-1.html
摘要:https://wp01.krypt.com:8443/enterprise/rsession_init.php
MJJ可以试试,登录没问题。
作者:konks
原帖:https://hostloc.com/thread-970753-1-1.html
摘要:https://wp01.krypt.com:8443/enterprise/rsession_init.php
MJJ可以试试,登录没问题。
标题:香港或者别的亚洲杜甫30m以上稳定的有哪家
作者:guowang
原帖:https://hostloc.com/thread-970756-1-1.html
摘要:最近用的香港老打不开 懵逼了 求推荐稳定的 。。。其实腾讯阿里就挺好就是他们宽带太贵了 有没有稳定便宜香港日本连接中国快的大宽带推荐 无所谓杜甫了
累了 不想折腾了乱搬家了都
作者:guowang
原帖:https://hostloc.com/thread-970756-1-1.html
摘要:最近用的香港老打不开 懵逼了 求推荐稳定的 。。。其实腾讯阿里就挺好就是他们宽带太贵了 有没有稳定便宜香港日本连接中国快的大宽带推荐 无所谓杜甫了
累了 不想折腾了乱搬家了都
标题:昨天新站突然从湾湾来了个IP!!吓得我今天马上上了谷歌广告
作者:gamerock
原帖:https://hostloc.com/thread-970757-1-1.html
摘要:感觉湾湾省和香港省的IP还是蛮值钱的!!
希望以后多来点湾湾省和香港省的!!
澳门省的不知道值不值钱!!
作者:gamerock
原帖:https://hostloc.com/thread-970757-1-1.html
摘要:感觉湾湾省和香港省的IP还是蛮值钱的!!
希望以后多来点湾湾省和香港省的!!
澳门省的不知道值不值钱!!
标题:求推荐好用的浏览器
作者:hostlocmjj
原帖:https://hostloc.com/thread-970760-1-1.html
摘要:浏览器的书签密码能快速同步。而不是等好久才同步。
有手机端和电脑版。
想过谷歌浏览器,问一下谷歌的同步需要梯子吗
edge手机端不咋好用
火狐没用过,你们来说说
夸克没电脑版
作者:hostlocmjj
原帖:https://hostloc.com/thread-970760-1-1.html
摘要:浏览器的书签密码能快速同步。而不是等好久才同步。
有手机端和电脑版。
想过谷歌浏览器,问一下谷歌的同步需要梯子吗
edge手机端不咋好用
火狐没用过,你们来说说
夸克没电脑版
标题:博客换友链了
作者:canxunhulian
原帖:https://hostloc.com/thread-970762-1-1.html
摘要:建站三个月即可
不换资源网
名称:UQUQ
简介:何以解忧,唯有暴富!
链接:https://www.uquq.cn
图像:https://www.uquq.cn/wp-content/uploads/2020/07/logo.jpg
大佬们快来换啊
我看别人博客一百多个友链 NB NB NB NB !!!!!!!!
作者:canxunhulian
原帖:https://hostloc.com/thread-970762-1-1.html
摘要:建站三个月即可
不换资源网
名称:UQUQ
简介:何以解忧,唯有暴富!
链接:https://www.uquq.cn
图像:https://www.uquq.cn/wp-content/uploads/2020/07/logo.jpg
大佬们快来换啊
我看别人博客一百多个友链 NB NB NB NB !!!!!!!!
标题:Resume template for Coder
作者:史蒂夫乔布斯
原帖:https://hostloc.com/thread-970764-1-1.html
摘要:https://github.com/byoungd/Resume-template-for-Coder
作者:史蒂夫乔布斯
原帖:https://hostloc.com/thread-970764-1-1.html
摘要:https://github.com/byoungd/Resume-template-for-Coder
标题:苹果商店的Blink Shell已免费
作者:julie
原帖:https://hostloc.com/thread-970766-1-1.html
摘要:Blink Shell新版本发布, 已免费. 新版本整合了vscode. 如有需要可以下载.
作者:julie
原帖:https://hostloc.com/thread-970766-1-1.html
摘要:Blink Shell新版本发布, 已免费. 新版本整合了vscode. 如有需要可以下载.
标题:春川放货啦,赶紧上!!!
作者:Rayer
原帖:https://hostloc.com/thread-970765-1-1.html
摘要:不得不说,arm真的好刷
2+12的配置,今天鼠标点了三个小时就出来了
甲骨文,永远的神!!!
作者:Rayer
原帖:https://hostloc.com/thread-970765-1-1.html
摘要:不得不说,arm真的好刷
2+12的配置,今天鼠标点了三个小时就出来了
甲骨文,永远的神!!!
标题:儿子喝农药了。想得到mjj帮忙,无以为报!手上还有腾讯.....
作者:date728
原帖:https://hostloc.com/thread-970767-1-1.html
摘要:昨天下午,就读高二的儿子因患抑郁症,喝了农药!现在重症监护室,昏迷中
现向mjj求助,捐款无论多少!我这边都会给一个888券的良心云企业号!
筹款链接!需要复制 在微信打开
http://xzj.jkjkjiankang.com/app/index.php?i=3&c=entry&id=1051&is_share=1&do=detail&m=jy_qingsongchou&from=singlemessage&wxref=mp.weixin.qq.com
发卡链接https://fk.728.hk/product/9.html
TG:mjj728
作者:date728
原帖:https://hostloc.com/thread-970767-1-1.html
摘要:昨天下午,就读高二的儿子因患抑郁症,喝了农药!现在重症监护室,昏迷中
现向mjj求助,捐款无论多少!我这边都会给一个888券的良心云企业号!
筹款链接!需要复制 在微信打开
http://xzj.jkjkjiankang.com/app/index.php?i=3&c=entry&id=1051&is_share=1&do=detail&m=jy_qingsongchou&from=singlemessage&wxref=mp.weixin.qq.com
发卡链接https://fk.728.hk/product/9.html
TG:mjj728