Fix Dual System Time Problem

Fix dual system time problem fix a dual system bug : windows time not right everytime after using ubuntu. run this in ubuntu 1sudo timedatectl set-local-rtc 1 --adjust-system-clock why having this problem there a hardware called RTC in your computer: if RTC time is 00:00 , and you are in UTC+8:00 time zone , windows …

Grub Settings for Noobies

turn on grub menu if your grub menu don’t show when you boot up your system , you can follow this : edit grub config 1sudo vim /etc/default/grub 1# GRUB_TIMEOUT_STYLE=hidden 2GRUB_TIMEOUT=10 commit 1sudo update-grub get a theme gnome grub themes store deadsec theme change some grub settings edit grub config 1sudo …

Install Qv2ray on Ubuntu

install Qv2ray install qv2ray in snap store. get core of Qv2ray go to this link on git hub to download >this link< unzip core to whatever floder, set up the core path in Qv2ray - Preferences - Kernel Settings and it’s all done! use your phone as a proxy router , speed up download process. settings after you …

Install Sougou for Ubuntu

install sougou for ubuntu you can follow this guide download and install download sougou here fix every thing sougou need 1sudo apt install fcitx 2sudo cp /usr/share/applications/fcitx.desktop /etc/xdg/autostart/ 3sudo apt purge ibus 4sudo apt install libqt5qml5 libqt5quick5 libqt5quickwidgets5 qml-module-qtquick2 …

自学 Linux 命令

官方培训课程 控制台常用快捷键 按键 作用 Ctrl+d 键盘输入结束或退出终端 Ctrl+s 暂停当前程序,暂停后按下任意键恢复运行 Ctrl+z 将当前程序放到后台运行,恢复到前台为命

Corntab计划任务

corntab 设置corntab任务,使用默认编辑器 1corntab -e 设置默认编辑器 1select-editor 设置任务,每天2:00执行 10 2 * * * /home/saber/DDREPORT/ddrp.sh

Proxychains 使用教程

安装proxychains sudo apt install proxychains4 配置他的配置文件:sudo vim /etc/proxychains4.conf 取消掉的注释 dynamic_chain 将底部的网络协议和代理端口和ip改成你翻墙软件提供的: 1socks5 127.0.0.1 1089 2http

Shell

菜鸟shell教程 Shell 命令脚本 Shell 脚本文件的名称可以任意,建议将.sh 后缀加上,以表示是一个脚本文件。 创建脚本:vim example.sh 写好脚本的内容(就是连串

Ubuntu安装Qv2ray

replace your source with tuna speed up apt-update : https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ this is for ubuntu , but igeuss it will working well on other linux machines too. download Qv2ray here: https://github.com/Qv2ray/Qv2ray/releases download v2ray-core here (linux-64 …

Ubuntu换源

ps:也可以通过内置的software & update来测试和更换中国源 清华: https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu/ 阿里: https://developer.aliyun.com/mirror/ubuntu

Vim

vimtutor-ch 快速使用vim: 跳转 行之间的跳转 1[n] shift g #跳转到第n行 2gg #跳转到第一行 3shift g #跳转到最后一行 行内的跳转 1~ #切换大小写 2w #到下一个单词头部 30 #到

安装zsh和配置主题

zsh 有很多实用功能,下面安装和配置ohmyzsh的教程: 安装zsh 1sudo apt install zsh 提前安装所需的字体 1sudo apt-get install fonts-powerline powerline-GitHub 抄国光的作业 1sh -c "$(curl -fsSL https://github.com/Cabbagec/termux-ohmyzsh/raw/master/install.sh)" .zshrc配置 打