Tagged Questions
2
votes
2answers
133 views
“sed” or “awk” launched on opening terminal window
At some point, I've noticed strange behavior of Terminal app - now on opening new window i get this as normal:
Last login: Tue Nov 27 11:54:21 on ttys001
but can't see the "~" sign afterwards and ...
0
votes
1answer
449 views
How can I start postgres automatically on startup?
I can start postgres with:
# Start Postgres
/usr/local/bin/pg_ctl -D /usr/local/pgsql/data -l logfile start
Where can I put that to start up when I start the machine up?
I can put it in my ...