tail -f ZS64.log

Random Ramblings

Browsing Posts tagged administration

In FreeBSD, sshd by default gets started quite late in the boot process, about the same time a console will show the login prompt. There’s quite a few services that can make trouble and hang before that. Annoyingly, you can’t fix a stuck system via ssh, since it’s not started yet. But as it turns [...]

I like bash, mostly for its interactive features over FreeBSD’s standard Bourne-compatible shell, ash. Setting bash as the default shell for the root user however has a big downside: if you ever break bash or any of the libraries it depends on, you can’t log in as root anymore to fix it. I’ve tried quite [...]