Back to home
Tip of the week-ish

Well, of course, poly-p-ux isn't perfect - it isn't you. It isn't even me! So, I decided to start up a "tip-of-the-week" thing, to help you customize your system, advance it, and overall make it what you want it to be.

But of course, I have no follow-through, so I'm not going to remember every week to write up a new one. So I'll try to remember to do it every week, but no guarantees.

And one thing that would really help would be if you could email me some ideas, even if you don't know how something's done.

See all tips

The most recent tip:

Tip: increase init.d script performance very slightly

scripts in /etc/init.d are called by rcS - another shell script.

If they end in .sh, they are sourced. Otherwise, they are forked.

So, in other words, add .sh to the end of any shell-script init.d scripts for a slight performance boost.