https://github.com/snawoot/gfortunes
UNIX login greeters which we deserve
https://github.com/snawoot/gfortunes
joke jokes offenses offensive offensive-language unix-login-greeters
Last synced: about 1 month ago
JSON representation
UNIX login greeters which we deserve
- Host: GitHub
- URL: https://github.com/snawoot/gfortunes
- Owner: Snawoot
- License: mit
- Created: 2016-11-17T09:46:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T17:29:21.000Z (about 2 years ago)
- Last Synced: 2025-01-26T06:11:16.243Z (3 months ago)
- Topics: joke, jokes, offenses, offensive, offensive-language, unix-login-greeters
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gfortunes [](https://travis-ci.org/Snawoot/gfortunes)
UNIX login greeters which we deserve
## Usage
### Simple usage
Just run `tellfortunes.sh`
### Using gfortunes with `fortune` utility
Build fortune files:
```bash
make
```Run `fortune` utility:
```bash
fortune gfortunes
```### Client-server installation
1. Install `xinetd` service using sample config in `xinetd.d/tellfortune` by placing it in `/etc/xinetd.d` directory
2. Connect to service using command like:
* `telnet SERVER-ADDRESS 5051`
* `nc SERVER-ADDRESS 5051`
* `cat < /dev/tcp/SERVER-ADDRESS/5051`