Resive world

Come world to Record life


  • Home

  • Tags

  • Categories

  • Archives

  • Sitemap

  • Search

只允许rsync同步的中心机器

Posted on 2024-01-23 | In 网络

在VPS上新建一个用户,专门用于给其它电脑rysnc同步文件。为了不让用户随意进入终端,必须设置公私钥认证+仅允许rsync同步+文件夹权限为只读。

Read more »

shell简单的文本处理

Posted on 2024-01-23 | In 读书笔记

使用Shell脚本处理文本很方便。通常情况下,若处理文本,一句shell脚本能解决的问题,换成python要十行代码,因此在某些情况下选择shell文本处理能提高效率。

书名 作者 下载地址
Classic Shell Scripting Arnold R. & Nelson H.F.B 暂无
Advanced Bash-Scripting Guide Mendel Cooper PDF

grep

打印出某行。

Read more »

aria2+yaaw离线下载

Posted on 2024-01-23 | In 网络

充分利用VPS大硬盘、大流量的特点,让服务器进行BT/磁力/HTTP下载,并实现web资源管理器:文件上传下载,一举两得。

Read more »

搭建git服务器

Posted on 2024-01-23 | In 网络

对于几个人的小团队,可以自行在公司内网搭建git服务器,实现版本控制。配合gitolite实现权限控制。

Read more »

Shadowsocks:一个混淆工具

Posted on 2024-01-23 | In 网络

shadowsocks是被设计来混淆数据,增加某Wall检查出流量特征所需的计算量,提高实时检测的成本,而不是加密。ss的作者多次强调过这一点。

说这些并不是指责ss的安全性,而是再三强调不要忘记ss作者的本意——这是一个帮你能用Google又或者是看别的什么奇怪porn网站的混淆工具,其意义是瞒过Wall的实时流量检测,而不是瞒过Wall后面的master minds。ss不是一个真正意义上的VPN,它无法保护你的数据安全。

Read more »

Configuring the ShadowVPN Server/Client

Posted on 2024-01-23 | In 网络

Configuring the Server

If you are running a VPS, ensure you have the TUN / TAP interface enabled in your VPS control panel.

Read more »

我的ShadowVPN配置记录v2

Posted on 2024-01-23 | In 网络

无论什么时候,我总希望梯子要多备一把,防止某天走出不去。

Read more »

shell命令:文件与进程

Posted on 2024-01-23 | In 读书笔记

我的读书笔记,学习shell的强大的文件进程管理命令。

书名 作者 下载地址
Classic Shell Scripting Arnold R. & Nelson H.F.B 暂无
Advanced Bash-Scripting Guide Mendel Cooper PDF
Read more »

Shell学习:基本语法

Posted on 2024-01-23 | In 读书笔记

在学习和工作中shell的使用是相当普遍。为了跟上开源时代的步伐,我也得抽时间进行基础学习。

Read more »

ss-redir配合ipset转发TCP+UDP

Posted on 2024-01-23 | In 网络

想要使用ss-redir代理所有非中国大陆的UDP流量(用于打游戏),需要将ss的项目脚本稍作修改。本文提出一种修改后的脚本方案,可以支持代理不仅仅是53端口的UDP流量,而是所有境外IP的UDP流量。

Read more »
1…567…58

574 posts
69 categories
286 tags
© 2024 Companyd
Powered by Hexo
|
Theme — NexT.Muse v5.1.4