Random Password Generator (POMjs)

POMjs is an open and uncomplicated Random Password Generator written in Javascript and HTML. We all love secure and random passwords, and sometimes you just need to make one up …

Read more

Monitoring redis access and activity

Use redis-cli to monitor redis access and activity. redis-cli monitor or telnet localhost 6379 When the connection has been made, type MONITOR Use Ctrl+C or send SIGINT to get out …

Read more