I am frequently connecting to several servers over SSH at once and like to use tmux to organize those different sessions.Β To be able to keep track which pane is which server I am using the following function in my .bashrc
file to display the machine name in tmux’s pane title.
https://gist.github.com/florianbeer/ee02c149a7e25f643491
Tag: script
Simple PHP RSS Script
In case anybody needs to quickly publish DB contents as RSS feed, you can now use my SRSSS – Simple RSS Script π
Nothing sophisticated but should serve a valid RSS 2.0 feed. Just fill in the setup vars on the top, construct your SQL query and make sure you’ve got the right values in the while-loop.
Download here -> SRRS