Submitted by blissend on March 3, 2012 - 5:54pm
Submitted by blissend on March 3, 2012 - 6:30pm
Belt of Orion (BoO) is an opensource (GPL License) text based scrolling RPG (in a live environment, not turned based) designed to support the freedom of making your own game world/stories. It is written in python/wxpython and utilizes an sqlite database backend. Because of this, it is crossplatform and will be able to support Windows/OSX/Linux operating systems.
Submitted by blissend on March 3, 2012 - 6:25pm

Whenever I setup a Linux server, one of the ways I secure it is by making sure SSH is configured better. Afterwards, I have a little script to check your IP when logging in. If it doesn't match an allowed list an email alert is sent out and/or it disconnects you.
First, here are the changes I make to /etc/ssh/sshd_config
-
Find...
#Port 22
#Protocol 2,1