虾兄

3 年前

甲骨文(Oracle Linux)手动扩容命令

LANG=en_US.UTF-8 sudo /usr/libexec/oci-growfs sudo dd iflag=direct if=/dev/oracl…

虾兄

3 年前

极致的Gravatar头像全球加速服务

感谢大佬提供服务: https://gravatar.pho.ink/ 替换你的链接为 //gravatar.pho.ink/avatar

虾兄

3 年前

ServerStatus 感觉不错, 记录一下配置过程

最近服务器有点多, 于是打算搞个探针监控一下, hostloc上看到ServerStatus的讨论比较多, 那就选它了! 安装有2种方法, 由于已经先安装了宝塔…

虾兄

3 年前

Centos7 防火墙管理

查看状态 firewall-cmd --state 关闭防火墙: systemctl stop firewalld.service #停止firewall sy…

虾兄

3 年前

必须推荐一下, B站的顶级UP主: 在远方的阿伦

https://space.bilibili.com/270359901/

虾兄

3 年前

electerm 设置同步

electerm 同步配置项 创建 gist id,参考官方链接教程:secret gist id 创建 token,参考官方链接教程:github perso…

虾兄

3 年前

百感交集

虾兄

3 年前

ssh 远程登陆指定端口

ssh 到指定端口 ssh -p xx user@ip xx 为 端口号 user为用户名 ip为要登陆的ip

虾兄

3 年前

Ubuntu 开放指定端口

一般情况下,ubuntu安装好的时候,iptables会被安装上,如果没有的话先安装 sudo apt-get install iptables 添加开放端口 …

虾兄

3 年前

甲骨文使用ssh登陆 – FinalShell

文本编辑器打开,把第一行 -----BEGIN PRIVATE KEY----- 改成 -----BEGIN RSA PRIVATE KEY----- 最后一行…

虾兄

3 年前

table css样式

<head> <title></title> <style type="text/css">…

虾兄

4 年前

CentOS 7安装TCP BBR

  TCP BBR(Bottleneck Bandwidth and Round-trip propagation time)是由Google设计,于2016年…

1 3 4 5 41