标题:求购能给美国google ads充值的虚拟卡
作者:illuspas
原帖:https://hostloc.com/thread-820795-1-1.html
摘要:求购能给美国google ads充值的虚拟卡
作者:illuspas
原帖:https://hostloc.com/thread-820795-1-1.html
摘要:求购能给美国google ads充值的虚拟卡
标题:出CC机房小鸡 带一只黑鸡
作者:youth
原帖:https://hostloc.com/thread-820796-1-1.html
摘要:为啥我不标明哪个商家因为里面有只黑鸡
配置:4核 1G内存 20G硬盘 1G端口 2T流量
两只鸡同配置
7-29到期 年付12刀
IP不放了 CC机房洛杉矶随便都可以搜索到
黑鸡已经稳定运行2年
网站登录邮箱改不了 可发TK更改 不敢发怕黑鸡没了
带控制面板可协助更改
500出
12刀鸡不续费 黑鸡也可以用 除非商家倒闭
赵荣博客里找到2011年发的AD 是老商家
作者:youth
原帖:https://hostloc.com/thread-820796-1-1.html
摘要:为啥我不标明哪个商家因为里面有只黑鸡
配置:4核 1G内存 20G硬盘 1G端口 2T流量
两只鸡同配置
7-29到期 年付12刀
IP不放了 CC机房洛杉矶随便都可以搜索到
黑鸡已经稳定运行2年
网站登录邮箱改不了 可发TK更改 不敢发怕黑鸡没了
带控制面板可协助更改
500出
12刀鸡不续费 黑鸡也可以用 除非商家倒闭
赵荣博客里找到2011年发的AD 是老商家
标题:macbook air哪个颜色 好看?
作者:openboy
原帖:https://hostloc.com/thread-820797-1-1.html
摘要:https://item.jd.com/100016616004.html
金色是不是太娘了?
作者:openboy
原帖:https://hostloc.com/thread-820797-1-1.html
摘要:https://item.jd.com/100016616004.html
金色是不是太娘了?
标题:宽带昨天免费升级成了1000M,感觉是不是路由器也要换 WiFi6?
作者:ccf
原帖:https://hostloc.com/thread-820799-1-1.html
摘要:WiFi5 路由器有点吃力
作者:ccf
原帖:https://hostloc.com/thread-820799-1-1.html
摘要:WiFi5 路由器有点吃力
标题:PR 20.21 LemonBench测试
作者:hhzk
原帖:https://hostloc.com/thread-820800-1-1.html
摘要:测试脚本 https://raw.githubusercontent.com/LemonBench/LemonBench/master/LemonBench.sh
LemonBench Server Test Tookit 20200426 Intl BetaVersion (C)iLemonrain. All Rights Reserved.
==========================================================================================
[Info] Bench Start Time: 2021-03-20 22:46:53
[Info] Test Mode: CPU Performance Test Only (Standard Mode)
-> CPU Performance Test (Standard Mode, 3-Pass @ 30sec)
1 Thread Test: 739 Scores
4 Threads Test: 2522 Scores
==========================================================================================
作者:hhzk
原帖:https://hostloc.com/thread-820800-1-1.html
摘要:测试脚本 https://raw.githubusercontent.com/LemonBench/LemonBench/master/LemonBench.sh
LemonBench Server Test Tookit 20200426 Intl BetaVersion (C)iLemonrain. All Rights Reserved.
==========================================================================================
[Info] Bench Start Time: 2021-03-20 22:46:53
[Info] Test Mode: CPU Performance Test Only (Standard Mode)
-> CPU Performance Test (Standard Mode, 3-Pass @ 30sec)
1 Thread Test: 739 Scores
4 Threads Test: 2522 Scores
==========================================================================================
标题:各位有人知道怎么删除FASTPANEL吗
作者:crystalstudio
原帖:https://hostloc.com/thread-820801-1-1.html
摘要:安装的时候FASTPANEL卡BUG,结果现在只剩下一个FASTPANEL的尸体,完全没办法打开
作者:crystalstudio
原帖:https://hostloc.com/thread-820801-1-1.html
摘要:安装的时候FASTPANEL卡BUG,结果现在只剩下一个FASTPANEL的尸体,完全没办法打开
标题:哪个游戏网有绿色“禁闭求生”汉化版?Grounded
作者:hemake
原帖:https://hostloc.com/thread-820802-1-1.html
摘要:哪个游戏网有绿色“禁闭求生”汉化版?Grounded
作者:hemake
原帖:https://hostloc.com/thread-820802-1-1.html
摘要:哪个游戏网有绿色“禁闭求生”汉化版?Grounded
标题:如何解决(卸载)FastPanel的安装失败/错误残废尸体(CentOS)
作者:crystalstudio
原帖:https://hostloc.com/thread-820805-1-1.html
摘要:相信各位有人跟我一样都是倒霉蛋,安装的时候冲突结果留下了个尸体,搞定完冲突了结果没办法卸载,网上也没人给出答案
然后我看了看FastPanel是怎么检测有没有安装的,就在这时候我看到了 function CheckPackageInstall { yum -q list installed |grep -cE "$1\..+\s" #yum -q list installed $1 >/dev/null 2>&1 #echo $? } function CheckPreinstalledPackages { case `CheckPackageInstall fastpanel2` in 0 ) Debug "Package 'fastpanel2' not installed." ;; 1 ) Error "FASTPANEL package have already been installed on the server. Exiting.\n" ;; esac复制代码
注意yum -q list installed |grep -cE "$1\..+\s",也就是说fastpanel是用yum安装的,很简单,去yum卸载
至于直接卸载会不会有什么问题,既然你的FastPanel都是残废尸体了,还怕这个干什么
输入yum -y remove fastpanel2*复制代码
基本上就可以解决掉了
作者:crystalstudio
原帖:https://hostloc.com/thread-820805-1-1.html
摘要:相信各位有人跟我一样都是倒霉蛋,安装的时候冲突结果留下了个尸体,搞定完冲突了结果没办法卸载,网上也没人给出答案
然后我看了看FastPanel是怎么检测有没有安装的,就在这时候我看到了 function CheckPackageInstall { yum -q list installed |grep -cE "$1\..+\s" #yum -q list installed $1 >/dev/null 2>&1 #echo $? } function CheckPreinstalledPackages { case `CheckPackageInstall fastpanel2` in 0 ) Debug "Package 'fastpanel2' not installed." ;; 1 ) Error "FASTPANEL package have already been installed on the server. Exiting.\n" ;; esac复制代码
注意yum -q list installed |grep -cE "$1\..+\s",也就是说fastpanel是用yum安装的,很简单,去yum卸载
至于直接卸载会不会有什么问题,既然你的FastPanel都是残废尸体了,还怕这个干什么
输入yum -y remove fastpanel2*复制代码
基本上就可以解决掉了
标题:这苹果也太坑了吧
作者:aws
原帖:https://hostloc.com/thread-820807-1-1.html
摘要:本来想买M1的,可是想想有可能还要用到windows 就买了台高配 MacBook pro
结果发现就4个雷电口一个耳机孔
别的不说,我给我苹果手机充电还得再买根线啊 。。。。。
这不买个扩展坞 都用不了USB-A HDMI RJ45网口。。。
作者:aws
原帖:https://hostloc.com/thread-820807-1-1.html
摘要:本来想买M1的,可是想想有可能还要用到windows 就买了台高配 MacBook pro
结果发现就4个雷电口一个耳机孔
别的不说,我给我苹果手机充电还得再买根线啊 。。。。。
这不买个扩展坞 都用不了USB-A HDMI RJ45网口。。。
标题:向PR 低头,前来发送达到500跑分的测试。
作者:小朋友
原帖:https://hostloc.com/thread-820811-1-1.html
摘要:------------------------------------------------------------------------ Benchmark Run: Sat Mar 20 2021 09:57:14 - 10:25:25 4 CPUs in system; running 1 parallel copy of tests Dhrystone 2 using register variables 30675148.8 lps (10.0 s, 7 samples) Double-Precision Whetstone 4071.9 MWIPS (10.0 s, 7 samples) Execl Throughput 2117.2 lps (29.9 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 423273.2 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 106733.9 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 991358.3 KBps (30.0 s, 2 samples) Pipe Throughput 588973.4 lps (10.0 s, 7 samples) Pipe-based Context Switching 37356.7 lps (10.0 s, 7 samples) Process Creation 3546.3 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 3300.3 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1636.6 lpm (60.0 s, 2 samples) System Call Overhead 368007.9 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 30675148.8 2628.5 Double-Precision Whetstone 55.0 4071.9 740.4 Execl Throughput 43.0 2117.2 492.4 File Copy 1024 bufsize 2000 maxblocks 3960.0 423273.2 1068.9 File Copy 256 bufsize 500 maxblocks 1655.0 106733.9 644.9 File Copy 4096 bufsize 8000 maxblocks 5800.0 991358.3 1709.2 Pipe Throughput 12440.0 588973.4 473.5 Pipe-based Context Switching 4000.0 37356.7 93.4 Process Creation 126.0 3546.3 281.5 Shell Scripts (1 concurrent) 42.4 3300.3 778.4 Shell Scripts (8 concurrent) 6.0 1636.6 2727.6 System Call Overhead 15000.0 368007.9 245.3 ======== System Benchmarks Index Score 663.8 ------------------------------------------------------------------------ Benchmark Run: Sat Mar 20 2021 10:25:25 - 10:53:40 4 CPUs in system; running 4 parallel copies of tests Dhrystone 2 using register variables 100278266.3 lps (10.0 s, 7 samples) Double-Precision Whetstone 15078.0 MWIPS (10.0 s, 7 samples) Execl Throughput 10032.9 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 612741.6 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 119220.9 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1873862.7 KBps (30.0 s, 2 samples) Pipe Throughput 2179769.4 lps (10.0 s, 7 samples) Pipe-based Context Switching 250530.6 lps (10.0 s, 7 samples) Process Creation 20579.9 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 18120.2 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 2335.2 lpm (60.1 s, 2 samples) System Call Overhead 1352807.5 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 100278266.3 8592.8 Double-Precision Whetstone 55.0 15078.0 2741.5 Execl Throughput 43.0 10032.9 2333.2 File Copy 1024 bufsize 2000 maxblocks 3960.0 612741.6 1547.3 File Copy 256 bufsize 500 maxblocks 1655.0 119220.9 720.4 File Copy 4096 bufsize 8000 maxblocks ...
作者:小朋友
原帖:https://hostloc.com/thread-820811-1-1.html
摘要:------------------------------------------------------------------------ Benchmark Run: Sat Mar 20 2021 09:57:14 - 10:25:25 4 CPUs in system; running 1 parallel copy of tests Dhrystone 2 using register variables 30675148.8 lps (10.0 s, 7 samples) Double-Precision Whetstone 4071.9 MWIPS (10.0 s, 7 samples) Execl Throughput 2117.2 lps (29.9 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 423273.2 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 106733.9 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 991358.3 KBps (30.0 s, 2 samples) Pipe Throughput 588973.4 lps (10.0 s, 7 samples) Pipe-based Context Switching 37356.7 lps (10.0 s, 7 samples) Process Creation 3546.3 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 3300.3 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 1636.6 lpm (60.0 s, 2 samples) System Call Overhead 368007.9 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 30675148.8 2628.5 Double-Precision Whetstone 55.0 4071.9 740.4 Execl Throughput 43.0 2117.2 492.4 File Copy 1024 bufsize 2000 maxblocks 3960.0 423273.2 1068.9 File Copy 256 bufsize 500 maxblocks 1655.0 106733.9 644.9 File Copy 4096 bufsize 8000 maxblocks 5800.0 991358.3 1709.2 Pipe Throughput 12440.0 588973.4 473.5 Pipe-based Context Switching 4000.0 37356.7 93.4 Process Creation 126.0 3546.3 281.5 Shell Scripts (1 concurrent) 42.4 3300.3 778.4 Shell Scripts (8 concurrent) 6.0 1636.6 2727.6 System Call Overhead 15000.0 368007.9 245.3 ======== System Benchmarks Index Score 663.8 ------------------------------------------------------------------------ Benchmark Run: Sat Mar 20 2021 10:25:25 - 10:53:40 4 CPUs in system; running 4 parallel copies of tests Dhrystone 2 using register variables 100278266.3 lps (10.0 s, 7 samples) Double-Precision Whetstone 15078.0 MWIPS (10.0 s, 7 samples) Execl Throughput 10032.9 lps (30.0 s, 2 samples) File Copy 1024 bufsize 2000 maxblocks 612741.6 KBps (30.0 s, 2 samples) File Copy 256 bufsize 500 maxblocks 119220.9 KBps (30.0 s, 2 samples) File Copy 4096 bufsize 8000 maxblocks 1873862.7 KBps (30.0 s, 2 samples) Pipe Throughput 2179769.4 lps (10.0 s, 7 samples) Pipe-based Context Switching 250530.6 lps (10.0 s, 7 samples) Process Creation 20579.9 lps (30.0 s, 2 samples) Shell Scripts (1 concurrent) 18120.2 lpm (60.0 s, 2 samples) Shell Scripts (8 concurrent) 2335.2 lpm (60.1 s, 2 samples) System Call Overhead 1352807.5 lps (10.0 s, 7 samples) System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 100278266.3 8592.8 Double-Precision Whetstone 55.0 15078.0 2741.5 Execl Throughput 43.0 10032.9 2333.2 File Copy 1024 bufsize 2000 maxblocks 3960.0 612741.6 1547.3 File Copy 256 bufsize 500 maxblocks 1655.0 119220.9 720.4 File Copy 4096 bufsize 8000 maxblocks ...
标题:今天PR ,明天PR,天天PR,那么问题来了
作者:炒鸡大绿怪
原帖:https://hostloc.com/thread-820812-1-1.html
摘要:你告诉我PR 油TU 速度多少?为啥没一个人测?没图没真相哦
作者:炒鸡大绿怪
原帖:https://hostloc.com/thread-820812-1-1.html
摘要:你告诉我PR 油TU 速度多少?为啥没一个人测?没图没真相哦
标题:openwrt的京东签到V1.98账号 Cookie 列表无法添加
作者:风中奇缘
原帖:https://hostloc.com/thread-820813-1-1.html
摘要:openwrt的京东签到V1.98账号 Cookie 列表无法添加
有人发现了吗?是我系统问题还是这个插件问题呢?
作者:风中奇缘
原帖:https://hostloc.com/thread-820813-1-1.html
摘要:openwrt的京东签到V1.98账号 Cookie 列表无法添加
有人发现了吗?是我系统问题还是这个插件问题呢?
标题:仿个模板
作者:杀猪的
原帖:https://hostloc.com/thread-820814-1-1.html
摘要:苹果V10(php) ,https://ddrk.me
包括留言及已下架视频,没用的代码都删了,包括CSS里的
有时间的带价PM吧
作者:杀猪的
原帖:https://hostloc.com/thread-820814-1-1.html
摘要:苹果V10(php) ,https://ddrk.me
包括留言及已下架视频,没用的代码都删了,包括CSS里的
有时间的带价PM吧
标题:PR测评不知道能用几天
作者:airinf
原帖:https://hostloc.com/thread-820816-1-1.html
摘要:反正已经挂了一次了,无语。
机房:STACK-XYZ-6 ----------------------------------------------------------------------
Superbench.sh -- https://www.oldking.net/350.html
Mode : Standard Version : 1.1.6
Usage : wget -qO- git.io/superbench.sh | bash
----------------------------------------------------------------------
CPU Model : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
CPU Cores : 4 Cores 2599.998 MHz x86_64
CPU Cache : 16384 KB
OS : CentOS 7.8.2003 (64 Bit) KVM
Kernel : 4.14.129-bbrplus
Total Space : 1.6 GB / 79.0 GB
Total RAM : 80 MB / 5959 MB (109 MB Buff)
Total SWAP : 0 MB / 0 MB
Uptime : 0 days 0 hour 4 min
Load Average : 0.17, 0.18, 0.08
TCP CC : bbrplus
ASN & ISP : AS8100, QuadraNet Enterprises LLC
Organization : QuadraNet
Location : Los Angeles, United States / US
Region : California
----------------------------------------------------------------------
I/O Speed( 1.0GB ) : 128 MB/s
I/O Speed( 1.0GB ) : 199 MB/s
I/O Speed( 1.0GB ) : 199 MB/s
Average I/O Speed : 175.3 MB/s
----------------------------------------------------------------------
Node Name Upload Speed Download Speed Latency
Speedtest.net 772.15 Mbit/s 271.12 Mbit/s 2.555 ms
作者:airinf
原帖:https://hostloc.com/thread-820816-1-1.html
摘要:反正已经挂了一次了,无语。
机房:STACK-XYZ-6 ----------------------------------------------------------------------
Superbench.sh -- https://www.oldking.net/350.html
Mode : Standard Version : 1.1.6
Usage : wget -qO- git.io/superbench.sh | bash
----------------------------------------------------------------------
CPU Model : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
CPU Cores : 4 Cores 2599.998 MHz x86_64
CPU Cache : 16384 KB
OS : CentOS 7.8.2003 (64 Bit) KVM
Kernel : 4.14.129-bbrplus
Total Space : 1.6 GB / 79.0 GB
Total RAM : 80 MB / 5959 MB (109 MB Buff)
Total SWAP : 0 MB / 0 MB
Uptime : 0 days 0 hour 4 min
Load Average : 0.17, 0.18, 0.08
TCP CC : bbrplus
ASN & ISP : AS8100, QuadraNet Enterprises LLC
Organization : QuadraNet
Location : Los Angeles, United States / US
Region : California
----------------------------------------------------------------------
I/O Speed( 1.0GB ) : 128 MB/s
I/O Speed( 1.0GB ) : 199 MB/s
I/O Speed( 1.0GB ) : 199 MB/s
Average I/O Speed : 175.3 MB/s
----------------------------------------------------------------------
Node Name Upload Speed Download Speed Latency
Speedtest.net 772.15 Mbit/s 271.12 Mbit/s 2.555 ms
标题:chrome左下角有时显示正在检测代理脚本是怎么回事。
作者:haole
原帖:https://hostloc.com/thread-820817-1-1.html
摘要:机器上没有安装任何代理程序。我看了网上教程说是在ie选项里去掉自动检测代理。可以解决chrome左下角的等待和提示。这个办法确实可行。
但是我的疑问在于。有几台win机上我都是默认的,并没有修改ie设置,chrome也都没有左下角出现“正在检测代理脚本”的提示。
而同样的情况下,个别win机的chrome就会在左下角出现“正在检测代理脚本”。
作者:haole
原帖:https://hostloc.com/thread-820817-1-1.html
摘要:机器上没有安装任何代理程序。我看了网上教程说是在ie选项里去掉自动检测代理。可以解决chrome左下角的等待和提示。这个办法确实可行。
但是我的疑问在于。有几台win机上我都是默认的,并没有修改ie设置,chrome也都没有左下角出现“正在检测代理脚本”的提示。
而同样的情况下,个别win机的chrome就会在左下角出现“正在检测代理脚本”。
标题:出米oay.sd 欢迎来撩
作者:看逼侠
原帖:https://hostloc.com/thread-820818-1-1.html
摘要:pay.sd
大意为:傻吊支付 支付傻叼 神盾支付 支付时代 速度支付 山东支付 上帝支付 等等
苏丹银行支付
.sd是苏丹国家(该国在非洲地区)的国别域名,即类似中国的顶级域名.cn
该国现已启用 .edu.sd .gov.sd .com.sd等机构性质域名 可见其pay.sd作用之大 趣域续费300rm左右域名
欢迎感兴趣的小伙伴可通过访问域名进行报价 其余域名的米表地址在下方马甲
作者:看逼侠
原帖:https://hostloc.com/thread-820818-1-1.html
摘要:pay.sd
大意为:傻吊支付 支付傻叼 神盾支付 支付时代 速度支付 山东支付 上帝支付 等等
苏丹银行支付
.sd是苏丹国家(该国在非洲地区)的国别域名,即类似中国的顶级域名.cn
该国现已启用 .edu.sd .gov.sd .com.sd等机构性质域名 可见其pay.sd作用之大 趣域续费300rm左右域名
欢迎感兴趣的小伙伴可通过访问域名进行报价 其余域名的米表地址在下方马甲