白夜瞭望

系统技巧
Linux技术

Linux定期换端口脚本

Linux定期换端口脚本,可以解决搬瓦工或vltur长期使用一个端口,容易被封端口的问题。

2023年3月18日 0条评论 3583点热度 2人点赞 bai 阅读全文
系统技巧

解决“谷歌搜维基,PC显示手机页面”问题(中文与日文)

Google 错误地索引 .m 链接,把带有m移动版的排名放在第一位,导致在pc浏览器阅读体验下降,可以用 维基百科移动域名自动跳转 这个脚本自动跳转到桌面端。 发现日文也有类似的情况,稍微改了一下脚本: // ==UserScript== // @name 维基百科移动域名自动跳转 // @version 0.01 // @description 用于维基百科移动域名自动跳转为pc域名 // @namespace https://greasyfork.org/en/users/30-opsomh // @incl…

2022年8月11日 0条评论 3241点热度 0人点赞 bai 阅读全文
Linux技术

微林中转、加速节点教程(加速SSH、frp等)

配置高的机器网络不好,线路好的机器价格贵。再加上网络情况复杂。总会碰到需要加速的时候,于是就弄了微林做中转。 试了一下,加速效果不错。原本几十K的龟速机器,可以跑几M。钱花出去之后,顺便写篇教程回点血。 1、注册微林账号 首先,当然是去微林官网(https://www.vx.link/ ),点右上角注册账号: # 我的邀请码,用邀请码注册,好像系统会多送一些点数什么的: JRGNQBM28T 填好邮箱地址、密码。点按钮获取验证码,邮箱就会收到附有验证码的邮件。 如果过一段时间没收到,建议重新发送、或看看是不是被归类…

2022年7月12日 0条评论 8799点热度 3人点赞 bai 阅读全文
Linux技术

OhMyZsh自定义设置

安装OnMyZsh 首先你得装zsh。 # Ubuntu: sudo apt install zsh # Archlinux: sudo pacman -S zsh 然后就可以装ohmyzsh这个优化整合包了,官方提供的一键脚本: sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" 设置常用插件 plugins=( git archlinux autojump go…

2019年4月2日 0条评论 6872点热度 0人点赞 bai 阅读全文
系统技巧

Manjaro XFCE 系统设置、系统修复

选择国内源 # 生成可用中国镜像站列表: sudo pacman-mirrors --country China # 或者 sudo pacman-mirrors --c China 升级系统 sudo pacman -Syyu 清华加速源 ## 在 /etc/pacman.conf 文件末尾添加以下两行: [archlinuxcn] Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch #之后安装 archlinuxcn-keyring 包…

2019年4月1日 0条评论 12493点热度 1人点赞 bai 阅读全文
Linux技术

Windows10 2019 LTSC安装Archlinux子系统(WSL)

系统环境Windows10 2019 LTS 开启WSL功能 首先,你需要在系统设定当中开启WSL功能。 1、进入系统设置 点击左下角Windows图标,打开开始菜单、点击系统设置按钮。 2、启用开发人员模式 在windows设置菜单里,选择“更新与安全”。 选择开发者选项 启用开发人员模式 3、启用Windows子系统 依次选择 开始菜单、Windows系统、控制面板 在控制面板里面,找到“程序与功能” 启用“适用于Linux的Windows子系统”。 安装微软商店 网上有整合包,参考这篇文章即可: https:…

2019年3月21日 0条评论 12299点热度 11人点赞 bai 阅读全文
系统技巧

Linux命令与设置备忘

网络与时间 手动设置terminal代理 export all_proxy=http://127.0.0.1:10800; export https_proxy=http://127.0.0.1:10800; export http_proxy=http://127.0.0.1:10800; # socks5代理: export https_proxy=socks5://127.0.0.1:10801; export http_proxy=socks5://127.0.0.1:10801; 浏览器、 软件输入法、字…

2018年12月22日 1条评论 5518点热度 0人点赞 bai 阅读全文
一些链接:

GitHub:
https://github.com/yumenaka/

归档
  • 2023 年 3 月 / 1篇
  • 2022 年 8 月 / 2篇
  • 2022 年 7 月 / 3篇
  • 2022 年 5 月 / 1篇
  • 2022 年 3 月 / 1篇
  • 2022 年 1 月 / 1篇
  • 2021 年 6 月 / 1篇
  • 2021 年 1 月 / 1篇
  • 2020 年 9 月 / 1篇
  • 2020 年 8 月 / 2篇
  • 2020 年 5 月 / 1篇
  • 2019 年 7 月 / 1篇
  • 2019 年 6 月 / 1篇
  • 2019 年 4 月 / 4篇
  • 2019 年 3 月 / 1篇
  • 2019 年 1 月 / 1篇
  • 2018 年 12 月 / 5篇
Search

Copyright © 2022 yumenaka.net All Rights Reserved.

Theme Kratos Made By Seaton Jiang