/etc/shells

The /etc/shells file is a list of valid shells on the system. Example from an Ubuntu 12.10 Desktop system:

# /etc/shells: valid login shells
/bin/sh
/bin/dash
/bin/bash
/bin/rbash
/usr/bin/screen

Example from a CentOS 6 minimal server:

/bin/sh 
/bin/bash
/sbin/nologin
/bin/dash

See Also

Installation of syslog-ng on CentOS 6

  1. Enable EPEL
  2. yum install -y syslog-ng
  3. Configure /etc/syslog-ng/syslog-ng.conf
  4. chkconfig syslog-ng on
  5. chkconfig rsyslog off
  6. service rsyslog stop
  7. service syslog-ng start

nSnake

nSnake is an ncurses-based clone of the classic snake game. It runs on Linux and Windows.

curl

See Also

  • httpie is a CLI cURL replacement with some extra features.
About

Hello, I'm Marios Zindilis and this is my website. Opinions are my own. You also find me on LinkedIn and GitHub.

Unless otherwise specified, content is licensed under CC0.

Search