Questions tagged «motd»

2
Bash .hushlogin,保留上次登录时间和主机
在公司中,当我登录到某些服务器时,将显示我的上次登录名和一个巨大的横幅: me@my-laptop$ ssh the-server Last login: Mon Feb 8 18:54:36 2016 from my-laptop.company.com ************************************************************************ * * * C O M P A N Y I N F O R M A T I O N S Y S T E M S * * * * !WARNING! Your connection has …
19 bash  login  motd 

2
如何在MOTD中使用颜色?
我编辑了默认设置/etc/update-motd.d/00-header,添加了一些颜色以使其更易于阅读: printf "Welcome to \e[1;34m%s\e[0m \e[2m(%s %s %s)\e[0m\n" "$DISTRIB_DESCRIPTION" "$(uname -o)" "$(uname -r)" "$(uname -m)" 我可以在终端中很好地运行该行代码,但是当我00-header使用此信息进行编辑时,我得到了以明文形式打印的转义代码: Welcome to \e[1;36mUbuntu 13.10\e[0m \e[2m(GNU/Linux 3.11.0-23-generic i686)\e[0m 如何在当天的留言中添加一点色彩?
17 shell  ubuntu  colors  motd 

2
如何在Debian Jessie 8.2中为ssh设置动态消息(motd)?
我希望有一个动态的模式,但是我不知道该怎么做。 我试了一下,我发现,加入/etc/update-motd.d/00-header,10-sysinfo,90-footer,和符号链接到/etc/motd /var/run/motd.dynamic,/run/motd.dynamic,/run/motd或/var/run/motd。 我在这些行中/etc/pam.d/sshd: # Print the message of the day upon successful login. # This includes a dynamically generated part from /run/motd.dynamic # and a static (admin-editable) part from /etc/motd. session optional pam_motd.so motd=/run/motd.dynamic session optional pam_motd.so noupdate 我也对systemd感到困惑。 有没有办法做到这一点?有人可以举一个简单的例子吗?
16 debian  ssh  systemd  motd 

2
/ etc / motd命名管道时不显示?
运行Gentoo 3.4.0 最近听说过/ etc / motd文件后,我试图让它显示随机的Cowsay财富。我写了一些随机的bash脚本充当守护程序,将/ etc / motd作为命名管道提供,如在某些论坛上看到的那样。 我认为该脚本没有任何问题,因为对管道进行管理可以正常工作,但MOTD不会在登录时显示(使用常规文件有效)! fira@nyan ~ % cat /etc/motd _______________________________________ / We didn't put in ^^ because then we'd \ | have to keep telling people what it | | means, and then we'd have to keep | | telling them why it doesn't …
8 linux  login  gentoo  motd 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.