杨过link

杨过Link

Linux


日常常用小技巧

去除网易有道笔记左下角广告 在安装目录,找到 \YoudaoNote\theme\default\skin.xml 删除 PanelAd Bounds=0,0,0,161 DockStyle=bottom /PanelAd 判断一台机器是不是虚拟机 systemd-detect-virt windows 入站规则开启不生效 检查专用与公用网络配置。这俩并不公用一个网络配置文件 设置某网络为专用链接 Get-NetConnectionProfile Set-NetConnectionProfile -InterfaceIndex 18 -NetworkCategory Private docker 容器内tomcat应用与当前时间相差8个小时 在catalina.sh配置文件中加入 export JAVA_OPTS=$JAVA_OPTS -Duser.timezone=Asia/  …

Linux

NFS Filesystem Mount

使用nfs文件系统挂载 服务器端挂载配置 https://cloud.tencent.com/developer/article/1626660 参考文章 :How to share a directory on a Linux machine to a Windows machine via NFS? 挂载相关命令 Linux side: Install the NFS server and utilities (nfs-utils or your distribution's equivalent). sudo apt install nfs-kernel-server Create the directory /srv/nfs. sudo mkdir -p /srv/nfs4/backups Create a new empty directory under /srv/ …

Linux NFS Windows

Linux 部署clash的三种方式

前言 Clash for Windows 是一款非常好用的代理软件,它通过简单的配置能实现通过代理的网路自动切换直连或者代理。也提供了允许局域网其他设备连接和游戏模式等非常好i用的功能。在Windows的图形化界面操作非常友好。由于我家里有台设备是Linux Ubuntu。想通过这个软件走代理。以下是配置三种方法 linux常规安装 1. 下载文件 wget https://github.com/Dreamacro/clash/releases/download/v1.8.0/clash-freebsd-amd64-v1.8.0.gz 2. 解压 gunzip 3. 配置 将订阅的配置文件移动到解压目录并重命名为config.yaml 4、启动 chmod +x ./clash-linux-XXXX ./clash-linux-XXXX -d . 5、自启动 #创建service文件 …

clash Linux

远程连接linux桌面的几种方式

前言 家里有个老电脑想使用起来,最适合的就是linux系统了,安装了Ubuntu。除了远程命令执行外还需要远程窗口帮助家里长辈处理一些问题。问题描述如下: v2ex类似问题:远程访问 Linux 桌面最快速最高效的方式是什么 VNC,RDP? 使用花生壳做端口映射 无公网ip的首选方案,但是限制网速1m,网络总流量1gb。有点太少了。一天基本就要用500m。 xrdp 在linux安装xrdp并在花生壳开启3389端口映射。事实体验并不太好。画面卡断。操作不流畅 teamview 下载teamView wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb 安装 teamView sudo apt install ./teamviewer_amd64.deb 在安装过程中,官方 TeamViewer  …

Linux Remote

  • 1