Site Update

Tags: 

Belt of Orion (BoO)

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.

Tags: 

Securing SSH (without key pairs)

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

  1. Find...

    #Port 22
    #Protocol 2,1

Tags: 
Subscribe to Blissend RSS