它总是那么明亮。怎么调暗才不伤眼睛。
主页
/
user-623503
Philip Rego's questions
Philip Rego
Asked:
2020-02-13 11:38:00 +0800 CST
我重新安装了我的显卡驱动程序,现在我不能再在我的桌面上调暗屏幕了。
当我使用此https://github.com/sidneys/desktop-dimmer/releases 时,它会阻止我单击停靠栏和顶部工具栏。我必须从终端杀死它才能阻止它。
这不会调整任何东西。 https://github.com/Fushko/gammy 在 Ubuntu 18 中不工作:
$ xrandr -q
Screen 0: minimum 16 x 16, current 1920 x 1080, maximum 32767 x 32767
XWAYLAND0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 510mm x 290mm
1920x1080 59.96*+
/sys/class/backlight 目录为空
Philip Rego
Asked:
2019-09-01 10:37:54 +0800 CST
我正在使用 Eclispe 运行 Spring Boot 应用程序,我想知道 Eclipse 使用什么命令或脚本来运行它。当它启动时,它只显示弹簧引导输出。
我还希望 Eclipse 展示其他项目的运行方式,而不仅仅是 Spring Boot。也许有一个设置可以启用它,或者有一个日志文件可以显示它。
控制台输出:
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.2.3.RELEASE)
2019-08-31 14:25:42.106 INFO 32045 --- [ main] be.heydari.seed.Application
...
Philip Rego
Asked:
2019-06-20 11:03:19 +0800 CST
我想轻松地git-go
为此终端线设置别名:
git commit -m "init "; git push; git status
因此,当我输入 git-go 时,应输入此行。
我怎样才能做到这一点?我看到的答案仅涵盖不带参数的命令的别名。但我想为任意终端线设置别名。
编辑: 我学会了使用函数而不是别名,因为
关于别名的定义和使用的规则有些混乱。
和
对于几乎所有目的,shell 函数都比别名更受欢迎。
因此,除非必须,否则不要使用别名。 https://ss64.com/bash/alias.html
Philip Rego
Asked:
2018-10-20 06:08:48 +0800 CST