Nessuna descrizione

蘭雅sRGB adec53cfbf Update README.md 4 anni fa
debian adec53cfbf Update README.md 4 anni fa
README.md bbcf776ffc Windows 系统 http代理 给手机使用 4 anni fa

README.md

:bell: 我們雖然窮,但是不能說謊,也不能打人;不是我們的東西,我們不能拿;

:100: 要好好讀書,長大要做個對社會有用的人。


:heart_eyes:Linux 简单命令工具和简易脚本

点击展开内容 #### 一些表情例子 EMOJI - :smile: :laughing: :dizzy_face: :sob: :cold_sweat: :sweat_smile: :cry: :triumph: :heart_eyes: :relieved: - :+1: :-1: :100: :clap: :bell: :gift: :question: :bomb: :heart: :coffee: :cyclone: :bow: :kiss: :pray: :anger: ```c :smile: :laughing: :dizzy_face: :sob: :cold_sweat: :sweat_smile: :cry: :triumph: :heart_eyes: :relieved: :+1: :-1: :100: :clap: :bell: :gift: :question: :bomb: :heart: :coffee: :cyclone: :bow: :kiss: :pray: :anger: ``` ### 安装工具 tmux 和 fish 等 ``` apt install tmux fish -y ``` ### 在Android手机上安装Termux应用,测试学习10个秘密和酷命令! ``` 1) apt install sl sl 2) factor "Any Number" 3) apt install fish fish 4) apt install figlet figlet "Any Text" 5) apt install cmatrix cmatrix 6) apt install fortune fortune 7) apt install toilet toilet "Any Text" toilet -f mono12 -F gay "Any Text" 8) apt install w3m w3m "any websites" example:- w3m google.com 9) ifconfig 10) apt install cowsay cowsay "Any Text" ``` ### [acme协议从letsencrypt生成免费的证书](http://srgb.vicp.net/2018/11/05/acme_sh/) ``` #!/usr/bin/env sh # https://github.com/Neilpang/acme.sh/wiki/说明 # 安装ssl依赖 和 acme.sh工具 apt-get install socat netcat -y curl https://get.acme.sh | sh # 设置域名 DOMAIN=ssl.srgb888.ga # 生成域名ssl证书 ~/.acme.sh/acme.sh --issue -d ${DOMAIN} --webroot /var/www/html --standalone -k ec-256 --force ``` ### 如果你用的nginx服务器,以后可以使用一行命令更新证书 ``` ~/.acme.sh/acme.sh --issue -d ssl.srgb888.ga --nginx --standalone -k ec-256 --force ``` ## Linux 使用代理 加速git 和安装软件 ``` #!/bin/bash # socks5tohttp.sh brook socks5tohttp -s 127.0.0.1:1080 -l 0.0.0.0:8010 & ps aux | grep -E brook export http_proxy="http://127.0.0.1:8010" export https_proxy="http://127.0.0.1:8010" ``` - Windows 系统脚本 VPN --> socks5 --> http代理 给手机使用 ``` :: Brook 开启 socks5 再转http start /b brook socks5 -l :1080 -i 0.0.0.0 sleep 1 start /b brook socks5tohttp -s 127.0.0.1:1080 -l 0.0.0.0:8010 ``` ## 安装 brook 用来 Socks5 转 HTTP 代理 - brook 其他更多使用方法访问 [官方网站](https://txthinking.github.io/brook/#/zh-cn/brook-socks5tohttp) ``` $ curl -L https://github.com/txthinking/brook/releases/download/v20200909/brook_linux_amd64 -o /usr/bin/brook $ chmod +x /usr/bin/brook # 32位系统安装 $ curl -L https://github.com/txthinking/brook/releases/download/v20200909/brook_linux_386 -o /usr/bin/brook ``` - Socks5 转 HTTP 代理 ``` $ brook socks5tohttp -s 127.0.0.1:1080 -l 127.0.0.1:8010 ``` - 中继: 可以将地址中继到远程地址。 它可以中继任何tcp和udp服务器 ``` $ brook relay -f :9999 -t 1.2.3.4:9999 ``` - brook socks5 运行一个独立的标准socks5服务器(TCP和UDP) ``` $ brook socks5 -l :1080 -i 0.0.0.0 ``` ## Linux 让终端走代理的几种方法 - https://zhuanlan.zhihu.com/p/46973701

Debian 10 Buster 管理员手册 在线阅读

  • Debian 开发者和 Debian 手册作者 Raphaël Hertzog 宣布面向 Debian 10 的最新版本 Debian 管理员手册已上线。

Oracle VM VirtualBox 安装虚拟机 Debian 10 挖坑填坑笔记 在线阅读


网友视频和白话文档