一句话shell脚本

本文共有1158个字,关键词:shell

linux 普通用户调用 tty 设备

由于 tty设备 隶属于 dialout 所以把当前用户加入到 dialout 即可

sudo gpasswd --add `whoami` dialout

ubuntu16.04 把菜单栏放到底部

按下 Ctrl + Alt + t 键盘组合键调出终端,在终端中输入以下命令:

gsettings set com.canonical.Unity.Launcher launcher-position Bottom 

Ubuntu 安装 terminator

# sudo add-apt-repository ppa:gnome-terminator # 不用,应该已有
sudo apt-get update
sudo apt-get install terminator

chrome关闭恶心的手势

网页编辑文章,不小心双指上下滚动时往左右偏了点,就前进后退了。
页面编辑的内容都消失了。关闭掉这个恶心的功能,终端里运行

defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false

此方法在macos 中亲测有效,其他系统未做测试。

centos 最小化安装后 yum update 报错 The GPG keys listed for the "CentOS-8 - Base" repository are already installed but they are not correct for this package.

sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*

ubuntu18 笔记本合上显示器 事件配置

打开文件 /etc/systemd/logind.conf

修改 如下配置
HandlePowerKey :按下电源键后的行为
HandleSleepKey :按下挂起键后的行为
HandleHibernateKey: 按下休眠键后的行为
HandleLidSwitch: 合上笔记本盖后的行为

配置选项: hibernate(休眠)、suspend(睡眠)、poweroff(关机)

修改完后执行 sudo systemctl restart systemd-logind 生效

「一键投喂 软糖/蛋糕/布丁/牛奶/冰阔乐!」

pch18

(๑>ڡ<)☆谢谢老板~

使用微信扫描二维码完成支付

版权声明:如无特别说明,本文为作者原创,转载请在首行注明来源:https://pch18.cn/archives/93.html
添加新评论
仅有一条评论
  1. xue:

    sudo add-apt-repository ppa:gnome-terminator
    sudo apt-get update
    sudo apt-get install terminator