impca
impca
If you disable cyclingPingTimer (you can just comment out //this.conn.cyclingPingTimer.start(); in irc.js), your connection won't get interrupted when you have too many queued messages. That means your hubot-irc adapter will...
This needs some polishing (use all vars in teplate), but it should work: ``` - name: Create override directory file: path: /etc/systemd/system/jenkins.service.d state: directory - name: Add overrides template: src:...
Here's another idea - put Nginx in front of Hound, enable access logs and parse them.
> +1 > Any news on this feature? I would be very cool for helpdesk user to just have to check a box to launch something on some specific hosts....
Fancy MOTD messages and other stuff in .bashrc that sets prompt can confuse Tramp. I use a line ``` if [[ $TERM = dumb ]]; then return; fi ``` at...
Try adding something like: ``` if [[ $TERM = dumb ]]; then return; fi ``` to the top of your `.bashrc` on your remote machine. https://www.gnu.org/software/emacs/manual/html_node/tramp/Frequently-Asked-Questions.html