Download crx file from Chrome Extensions Store

https://clients2.google.com/service/update2/crx?response=redirect&os=win&arch=x64&os_arch=x86_64&nacl_arch=x86-64&prod=chromecrx&prodchannel=&prodversion=77.0.3865.90&lang=zh-CN&acceptformat=crx2,crx3&x=id%3D[ID]%26installsource%3Dondemand%26uc把[ID]替换为扩展ID即可下载

  Read More →

Adobe下载

https://pan.baidu.com/s/1oRo8nnNLYORLGOISiTQYYwt9i6

  Read More →

iostat命令参数解释

命令iostat 1 -d -x -p sda返回参数参数含义Device设备名r/s设备每秒完成的读请求数(合并后)w/s设备每秒完成的写请求数(合并后)rkB/s每秒读K字节数wkB/s每秒写K字节数rrqm/s每秒钟排队到设备的合并后的读请求数wrqm/s每秒钟排队到设备的合并后的写请求数%rrqm在发送到设备之前合并到一起的读请求的百分比%wrqm在发送到设备之前合并到一起的写请求的百分比r_await平均每次读请求的时间(以毫秒为单位) 包括请求在队列中花费的时间和执行它们所花费的时间w_await平均每次写请求的时间(以毫秒为单位) 这包括请求在队列中花费的时间和执行它们所花费的时

  Read More →

Ubuntu 18+ 快速开启 TCP BBR

Linux Kernel 内核升级到 4.9 及以上版本可以实现 BBR 加速,由于Ubuntu 18.04 默认的内核就是 4.15版本的内核,由于Ubuntu 20.04 默认的内核就是 5.4 版本的内核,并已经默认编译了 TCP BBR 模块,所以可以直接通过参数开启。新的 TCP 拥塞控制算法 BBR (Bottleneck Bandwidth and RTT) 可以让服务器的带宽尽量跑慢,并且尽量不要有排队的情况,让网络服务更佳稳定和高效。修改系统变量:echo net.core.default_qdisc=fq >> /etc/sysctl.confecho net.

  Read More →

Ubuntu Server LTS 20.04 删除 cloud-init

记不清从 Ubuntu 16 还是 18 开始就内置了一个叫 cloud-init 的东西。这个东西是用来配合云计算平台工作的,进行一些虚拟机初始化的操作。我自己在物理机上安装 Ubuntu 自然就用不到这个东西了,就算自己安装虚拟机也用不上。所以有些时候是可以卸载掉它的。首先配置 cloud-init 服务,取消所有选项,只留下 Nonedpkg-reconfigure cloud-init然后卸载apt purge cloud-init最后删掉它的配置文件rm -rf /etc/cloud /var/lib/cloud完成,再次启动的时候就不会看见它的执行过程了。

  Read More →

Ubuntu 20.04 DNS 设置

编辑 /etc/systemd/resolved.conf 文件,添加 DNS ServerDNS=10.0.0.1 192.168.0.1重启 resolved 服务systemctl restart systemd-resolved创建服务生成的解析文件软链接到系统解析文件ln -fs /run/systemd/resolve/resolv.conf /etc/resolv.conf

  Read More →

卓越性能 电源计划

打开Windows PowerShell(管理员)powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61控制面板——电源选项 或者 设置——系统——电源与电池选择卓越性能如果没有显示"卓越性能"选项,那还需要执行一条命令powercfg /s 加上边第二条命令生成的UUID或者只接执行这两条命令powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61 powercfg /s UUID把第一条命令生成的UUID提换掉第二条命令里的UUID

  Read More →

Chrome 控制台中添加 jQuery

在控制台中输入并执行以下代码即可使用jQuery和$:var importJs=document.createElement('script') importJs.setAttribute('type','text/javascript') importJs.setAttribute('src', 'https://cdn.jsdelivr.net/gh/jquery/jquery/dist/jquery.min.js') document.getElementsByTagName('head')[0].appendChild(importJs)

  Read More →

Ubuntu 禁用 Netplan 改用 ifupdown 配置网络

本文介绍如何禁用 Netplan 改回使用 ifupdown 配置网络,并将 DNS 管理由 systemd-resolved 改回 resolvconf。在 Ubuntu 初始安装过程禁用 NetplanNetplan FAQ 里有提到,可以在系统安装时设置不用 Netplan(引导界面按 F6 键设置如下参数)。netcfg/do_not_use_netplan=true该方法适合全新安装 Ubuntu 使用。对于 VPS 测试通过 VNC 无法操作(因安全原因拦截了按键)。已安装 Ubuntu 的情况下禁用 Netplan1. 先安装 ifupdown、resolvconf 软件包。su

  Read More →

apt-get broken: No module named debian.deb822

某日在执行 apt 更新系统的时候报出一个错误:Traceback (most recent call last): File "/usr/lib/update-notifier/package-data-downloader", line 26, in import debian.deb822 ImportError: No module named debian.deb822搜索解决访问之后发现需要卸载两个包:apt remove update-notifier-common flashplugin-installer完成,问题解决

  Read More →
  搜索
  Tags
全部   Ubuntu   Linux   Python   Windows   Shell   转发   字体   循环   js   KMS   MySQL   html   DNS   css   多线程   VSCode   Office   安装   WinSCP   字典   原创   多进程   反向代理   领带   截取字符   随机数   随机   重定向   远程调试   进程池   进度条   网卡   线程池   电源   生活   激活   浏览器   日志   数据库   venv   vbs   uuid   IP   iostat   import   GitHub   dpkg   DHCP   curl   crx   CPU   cloud-init   BBR   Apt   iptables   Kitsunebi   kvm   tc   subprocess   SSH   SoftEther   Set   samba   pyflakes   pip   Nginx   NextCloud   List   libreoffice   Adobe  
  功能
You can put anything you want inside of these side widgets. They are easy to use, and feature the new Bootstrap 4 card containers!