LMLPHP后院

GITHUB之GIT BASH使用教程

写在前面这篇文章写完后,感觉不是很满意,漏掉了一些常用的命令忘记写,如“git tag”,“git diff”,“git show”,“git log”,“git remote”等。但是作为教程,应该是越简单越好,文章太长,反而惹人讨厌,这样一想,也就没有继续补充了。GITHUB 是全球最出名的基于 GIT 的代码托管平台之一,可以免费的托管开源代码。作为一名软件工程师,对代码的管理养成一个良好的习惯是非常重...

夜神模拟器安装系统根证书

ng -> Save Charles Root Certificate。下载完成后。点击 Install Charles Root Certificate On a Mobile Device or Remote Browser,在这个弹出窗能看到代理的 ip 和 port。Charles 这边结束了。然后看看证书转换:下面是 openssl 证书格式转换 pem证书转.cer证书 openssl x509 ...

使用GIT BASH管理多个远程代码库

GITHUB 的 SSH 操作,对于 https 协议推送反而不知道怎么使用。从下面的操作日志中,可以看到 .git/config 文件中的内容,可以通过修改该配置文件添加远程库,或者使用 ”git remote add origin_xxx address“ 的方式来增加远程库。下面的操作例子中,远程库 origin_gitosc 是使用 https 协议来进行推送的,每次推送更新都需要输入用户名和密码;远...

解决GIT本地的远程分支删不掉的问题

不存在。本地远程分支删不掉的原因,系远程分支已经被其他终端删除,本地更新后 packed-refs 已经被删除,导致 git branch -d 报找不到分支的错误,需要手动清理 .git/refs/remotes/origin/branch_name。 如下示例:$ cat .git/packed-refs # pack-refs with: peeled 6d12bad321cbe20e4d32782e2...

关于 GIT 使用的几个常用命令

介绍几个 GIT 很实用的命令,一般人不容易掌握哦。如何检出一个远程分支,并且要求检出的分支名称和它不同,怎么做?git checkout -b <branch> --track <remote>/<branch> // $ git checkout -b tmp --track origin/feature-20170918如何删除一个本地的远程分支?git branch -d -r <remote>/<b...

Windows 远程关闭防火墙

response mode = Enable Notification mode = Enable Group policy version = Windows Defender Firewall Remote admin mode = Disable Ports currently open on all network interfaces: Port Protocol Version Program ...

发现了某搜的惊天大 Bug

,只留下了几个,如下:id : 6457300 uri : https://news.cctv.com/2018/03/20/VIDEoo9Q84OMEMHyX441p6eK180320.shtml remote_addr : 116.179.37.176 http_user_agent : Mozilla/5.0 (compatible; Baiduspider-render/2.0; +http://ww...

GIT之filter-branch修改作者信息

ing 0 predicted) Ref 'refs/heads/dev' was rewritten Ref 'refs/heads/master' was rewritten Ref 'refs/remotes/origin/master' was rewritten Ref 'refs/remotes/origin/dev' was rewritten WARNING: Ref 'refs/remote...

nginx client intended to send too large body

ve changed at the same time. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT I...

ubuntu vps 搭建 VPN server

ptpd and ppp pico -w /etc/pptpd.conf (or use your favorite text editor, like vim) Add the local and remote IP pool and the end of file: localip 10.10.0.1 remoteip 10.10.0.2-10 in the above example, the VPN ...
2024-04-23 19:05:43 1713870343 0.024942