Git Product home page Git Product logo

Comments (7)

lyf3 avatar lyf3 commented on August 20, 2024

sudo apt-get install curl

from up.

lyf3 avatar lyf3 commented on August 20, 2024

快速管理 V2Ray
v2ray info 查看 V2Ray 配置信息
v2ray config 修改 V2Ray 配置
v2ray link 生成 V2Ray 配置文件链接
v2ray infolink 生成 V2Ray 配置信息链接
v2ray qr 生成 V2Ray 配置二维码链接
v2ray ss 修改 Shadowsocks 配置
v2ray ssinfo 查看 Shadowsocks 配置信息
v2ray ssqr 生成 Shadowsocks 配置二维码链接
v2ray status 查看 V2Ray 运行状态
v2ray start 启动 V2Ray
v2ray stop 停止 V2Ray
v2ray restart 重启 V2Ray
v2ray log 查看 V2Ray 运行日志
v2ray update 更新 V2Ray
v2ray update.sh 更新 V2Ray 管理脚本
v2ray uninstall 卸载 V2Ray

from up.

lyf3 avatar lyf3 commented on August 20, 2024

在终端运行dpkg命令的时候提示 dpkg错误:另外一个进程已为dpkg状态库加锁

原因可能是某处执行了apt-get命令或者某处也执行了dpkg命令或者很多奇奇怪怪的情况

解决方法很简单。。你可以选择重启 23333   

或者sudo rm /var/lib/dpkg/lock 即可

from up.

lyf3 avatar lyf3 commented on August 20, 2024

Linux关机和重启命令总结

关机命令:shutdown -h now(立刻进行关机)

                  halt(立刻进行关机)

                  poweroff(立刻进行关机)

重启命令:shutdown -r now(现在重新启动计算机)

                  reboot(现在重新启动计算机)

from up.

lyf3 avatar lyf3 commented on August 20, 2024

GCE、阿里云等不能访问公网:
sudo sh -c "iptables-save > /etc/network/iptables.up.rules"
sudo vi /etc/network/iptables.up.rules
注释掉
#-A POSTROUTING -s 192.168.18.0/24 -j SNAT --to-source 公网IP
然后加上
-A POSTROUTING -s 192.168.18.0/24 -j MASQUERADE
保存并
sudo iptables-apply

from up.

lyf3 avatar lyf3 commented on August 20, 2024

5.命令配置IP
使用命令vi /etc/config/network 编辑配置文件
修改完后, 使用 /etc/init.d/network restart 重启网
重启后使用 ip addr show eth0 查看ip 地址是否生效 不一定

from up.

lyf3 avatar lyf3 commented on August 20, 2024

koolshare

passwd

from up.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.