博文

Charles永久免费破解方法

图片
  Charles永久免费破解方法 一、官网下载地址: https://www.charlesproxy.com/download/ 1、傻瓜式安装,然后下一步,继续下一步(可选择自己需要安装的位置) 2、Charles是收费软件,首次打开会提示你,可以免费试用30天。试用期过后,未付费的用户仍然可以继续使用,但是每次使用时间不能超过30分钟,并且启动时将会有10秒种的延时。 3、打开破解网址: https://www.zzzmode.com/mytools/charles/  输入版本号,点击生成,跳出弹框,复制License Key的值,如下图显示: 4、打开Charles 工具后,点击 Help——Registered Name,跳出弹框输入版本号和 License Key 的值,点击Register,如4.6.2版本 5、再次跳出弹框,提示注册成功,charles 需关闭后,再重启,即可生效 ;点击确定。charles 关闭 6、再次打开Charles 工具,已没有提示免费试用的信息,代表成功。 或者 直接运行 https://go.dev/play/p/Qtt2CmHbTzU 软件怎么用 https://www.youtube.com/watch?v=r7aV39-CKg4

Claude Code uninstall native + NPM

 https://github.com/burakdede/claude-code-uninstaller

Automatic login in Windows 10 / 11

图片
Quick guide: Automatic login in Windows 10  Open the Registry Editor using [Windows] + [R] and “regedit”.  Enter  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\PasswordLess\Device.  Double click on “DevicePasswordLessBuildVersion”. Set the value from “2” to “0”.  Open User Accounts using [Windows] + [R] and the CMD command “netplwiz”.  Uncheck the box beside “Users must enter a user name and password to use this computer”.

cloudflare ddns on linux (ubuntu)

github https://github.com/K0p1-Git/cloudflare-ddns-updater/tree/main youtube https://www.youtube.com/watch?v=rI-XxnyWFnM git clone https://github.com/K0p1-Git/cloudflare-ddns-updater.git use "ls" and "cd" , go to the folder of the cloudflare-template.sh nano cloudflare-template.sh auth_email="kppit88@gmail.com" # The email used to login 'https://dash> auth_method="global" # Set to "global" for Global API Key auth_key="" # Your API Token zone_identifier="" # Can be found in the Zone ID record_name="name.domain.com" fill in the all in info in .sh chmod +x cloudflare-template.sh nano /etc/crontab edit the crontab every 1 hour 0 1 * * * root /bin/bash /root/cloudflare-ddns-updater/cloudflare-template.sh systemctl restart cron

Issues running PVE Post Install scripts on 8.3

I had the same issue. download the script:  wget https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh make it executable: chmod 777 post-pve-install.sh edit the script: nano post-pve-install.sh scroll down and change the line that says if ! pveversion | grep -Eq "pve-manager/8.[0-2]"; then change the [0-2] to [0-3] if ! pveversion | grep -Eq "pve-manager/8.[0-3]"; then exit with <ctrl> x and save it run the file with  ./post-pve-install.sh site: https://www.reddit.com/r/Proxmox/comments/1gxd9nj/issues_running_pve_post_install_scripts_on_83/

install Tailscale on PVE by portainer docker

https://gist.github.com/bnhf/fed4cc3035f32a0f086b1da074a3d50b version: '3.9' services:   tailscale:     image: tailscale/tailscale:latest     container_name: tailscale     cap_add:       - NET_ADMIN       - NET_RAW     environment: #      - TS_HOSTNAME=${TS_HOSTNAME} # Usually not necessary for your hostname to be the same name on the tailscale network #      - TS_AUTHKEY=${TS_AUTHKEY} # Generate auth keys here: https://login.tailscale.com/admin/settings/keys #      - TS_ROUTES=${TS_ROUTES} # Creates a subnet router for Tailscale. Use your subnet's CIDR in the form: 192.168.1.0/24 #      - TS_ACCEPT_DNS=${TS_ACCEPT_DNS} # Set to false for Pi-hole Docker setups       - TS_SOCKET=/var/run/tailscale/tailscaled.sock # Specifying the /var/lib/tailscale/tailscaled.sock location allows use of standard Tailscale commands      ...

synology cloudflare ddns

图片
  Configure Cloudflare for Synology DDNS Synology doesn’t support Cloudflare by default, but JoshuaAvalon has written a script to get this configured within DSM: from  https://github.com/joshuaavalon/SynologyCloudflareDDNS/ SSH into your Synology NAS and complete the following steps: Download DDNS script — I recommend saving as cloudflare_domainname.sh if you have multiple domains. $ sudo wget https://corcoran.medium.com/using-cloudflare-for-ddns-and-tls-certificates-on-synology-dsm6-1549e55d557f https://raw.githubusercontent.com/joshuaavalon/SynologyCloudflareDDNS/master/cloudflareddns.sh -O /sbin/cloudflaredns_domainname.sh 2. Grant execute permissions $ sudo chmod +x /sbin/cloudflaredns_domainname.sh 3. Push configuration to DSM DDNS provider list $ sudo echo "[Cloudflare Domain Name]">>/etc.defaults/ddns_provider.conf $ sudo echo " modulepath=/sbin/cloudflaredns_domainname.sh">>/etc.defaults/ddns_provider.conf $ sudo echo " queryurl=https://ww...

Proxmox VE(PVE)修改IP地址

nano  /etc/network/interfaces ctrl + o ctrl + x