Ask HN: I wrote a Slack compatible server. Can I open source it? 11 years ago
Host it in China and advertise directly to their current customers.
HN user
Host it in China and advertise directly to their current customers.
Are there spiders?
On the first hit with a non-curl user agent it will take you through a series of advertisement redirects then land you on an ad page. I got TurboTax, probably because I just read a TurboTax article from Reddit.
I was looking at multitail yesterday. The problem that I'm trying to solve is I follow multiple files using 'find /var/log -type f -mtime -1 | xargs tail -F' while I'm troubleshooting something, and then need to re-assemble them into one stanza per file rather than the sequential output from tail. I've been doing this manually in a text editor; does anyone have a better solution?