方法一
打开终端,ctrl+r键入之前输入过的命令片段,会自动匹配出完整命令,回车确认再次执行,再次按ctrl+r可以在匹配到的完整命令里进行切换
方法二
1 | sudo vim /etc/inputrc |
按/
搜索关键词history-search
,删除这两行前面的#,退出保存,再重新登录终端,键入之前输入过的命令开头部分,PgUp\PgDn可以在匹配到的完整命令里进行切换
不卑不亢,不骄不躁
打开终端,ctrl+r键入之前输入过的命令片段,会自动匹配出完整命令,回车确认再次执行,再次按ctrl+r可以在匹配到的完整命令里进行切换
1 | sudo vim /etc/inputrc |
按/
搜索关键词history-search
,删除这两行前面的#,退出保存,再重新登录终端,键入之前输入过的命令开头部分,PgUp\PgDn可以在匹配到的完整命令里进行切换
国际版没有鸡肋的云端功能,更加清爽,只是界面默认是英文的,需要使用国内版的语言包实现“汉化”。
国际版:https://linux.wps.com
国内版:https://linux.wps.cn/
1 | sudo dpkg -i wps-office_11.1.0.10161.XA_amd64.deb |
解压wps-office_11.1.0.10161_amd64.deb,找到下面目录,复制到/opt/kingsoft/wps-office/office6/mui
目录;随意打开一个word文档,点击右上角被方框包裹的A标记按钮,设置下中文显示即可。
下载wps_symbol_fonts.zip字体包,解压到/usr/share/fonts
目录,执行以下命令
1 | sudo mkfontscale |
修改/usr/share/templates
目录下的.desktop文件,修正模板文件路径即可
参考:
https://plumz.me/archives/11779/
https://mxy493.xyz/2019/04/08/Ubuntu安装WPS(解决字体缺失问题)/
系统环境:kubuntu20.04
这里拿IDEA做示例
1 | vim /usr/share/applications/IDEA.desktop |
主要要修改下Exec
和Icon
的路径,分别对应可执行文件和快捷方式图标
1 | [Desktop Entry] |
1 | chmod u+x IDEA.desktop |
1 | cp /usr/share/applications/IDEA.desktop ~/桌面/ |
参考:
https://blog.csdn.net/weixin_30379531/article/details/97091266
开发环境用如下配置即可
1 | # Templates reloading during development |
application.properties中增加如上配置,运行项目即可
1、File->Settings->Build, Execution, Deployment->Compiler,勾选Build project automatically
2、Help->Find Action,搜索Registry,勾选compiler.automake.allow.when.app.running
如上设置IDEA,运行项目即可
ubuntu里使用deb包安装的chrome没办法像在win里的chrome一样,用“关于”来检查/更新chrome版本;所以推荐使用ppa源安装的chrome,这样当发布新版本,就可以自动更新之。
1 | wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - |
1 | sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" |
1 | sudo apt update |
1 | sudo apt install google-chrome-stable |
物理机安装的是ubuntu,用来处理日常事务,vbox里起一个win10虚拟机,用来打印发票。
1、安装vbox扩展
2、物理机插上金税盘
3、使用如下命令将用户名添加到vboxusers组
sudo adduser usrname vboxusers
4、vbox配置读取物理机U口
服务器端环境:ubuntu20.04,公网
客户端环境:armbian5.77,内网
1 | wget https://github.com/fatedier/frp/releases/download/v0.34.3/frp_0.34.3_linux_amd64.tar.gz |
然后解压
1 | tar -zxvf frp_0.34.3_linux_amd64.tar.gz |
1 | cd frp_0.34.3_linux_amd64 |
如服务器端配置:
1 | [common] |
1 | cp frps /usr/bin/frps |
1 | wget https://github.com/fatedier/frp/releases/download/v0.34.3/frp_0.34.3_linux_arm64.tar.gz |
然后解压
1 | tar -zxvf frp_0.34.3_linux_arm64.tar.gz |
1 | cd frp_0.34.3_linux_arm64 |
客户端配置:
1 | [common] |
1 | cp frpc /usr/bin/frpc |
通过如上配置,就可以通过ssh -p 2200 root@xxx.xxx.xxx.xxx
ssh访问处在内网的armbian
ADDS
Active Directory Domain Services,活动目录域名服务
ADFS
Active Directory Federation Services,活动目录联合服务
MIM
Microsoft Identity Manager,
KDC
Key Distribution Center,密钥分发中心
vbox安装,过程略
系统镜像下载:
激活工具下载:
参见:
参见:
参见:
参考:
https://blog.joden123.top/2019/03/09/sso/adfs/adds-install/
https://blog.joden123.top/2019/03/11/sso/adfs/adfs-install/
https://www.cnblogs.com/firstdream/p/8515453.html
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true