-
FIX - gpg failed to sign the data fatal: failed to write commit object
For MacOS | Mojave | High Sierra | BigSur | Monterey Step 1 - Upgrade current gpg brew upgrade gnupg Step 2 - Install pinentry-mac brew install … ... Continue.
-
golang中var、make、new的使用[转]
一、var、make、new、:=的使用习惯: 1.使用make(),来初始化slice,map 和channel 。 2.大多数场合,类型明确的场 Continue.
-
Uninstall nix on MacOS
要在 Mac OS 上卸载 nix,请完成以下步骤:: Step 1: 编辑 /etc/zshrc 和/etc/bashrc 并删除以下行 sourcing nix-daemon.sh #Nix if [ -e … ... Continue.
-
How to look at the stack with gdb
I was chatting with someone yesterday and they mentioned that they don’t really understand exactly how the stack works or how to look at it. So here’s … ... Continue.
-
Building cgit on macOS
Checkout and init the submodule. git clone git://git.zx2c4.com/cgit cd cgit git submodule init git submodule update Install gettext through brew. brew … ... Continue.
-
Vim Cheat Sheet
A Great Vim Cheat Sheet Essentials Cursor movement (Normal/Visual Mode) h j k l - Arrow keys w / b - Next/previous word W / B - Next/previous word … ... Continue.
-
去掉doc88,360doc,csdn和sfgg的登陆后复制限制
各大站都搞这个登陆复制,真的恶心, 尤其是csdn,各种和谐, 虽然有命令,但是每次敲都贼麻烦, 来个油猴脚本吧~~ /* eslint-disable no-undef */ /* eslint-disable no-eval */ // ==UserScript== // @name 去掉d ... Continue.
-
win10 笔记本 同时接入无线(外网)和有线(内网)
连接内网和无线网络 内网和外网都不要禁止,win10系统,以管理员身份运行CMD,在CMD中输入route print IPv4 路由表 上面一行是外网,下面一行是 ... Continue.
-
网络字体包压缩优化方案
本文将介绍如何缩小网络字体包大小及优化其加载过程。 优化思路 将字体包转换为 woff2 格式。它具有更小的体积,对现代浏览器非常友好,且无需再 gzip 压缩。 使字 ... Continue.
-
[solved]modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name='off'
exute sudo modprobe nvidia error: modprobe: ERROR: ../libkmod/libkmod-module.c:832 kmod_module_insert_module() could not find module by name=‘off’ … ... Continue.