Category: Updates

Drawing profiles using Excel

I have the data table as shown below. Y-loc x1-value x2-value 0.0 0.0 0.0 0.2 50.0 55.0 0.4 65.0 75.0 ... ... 2.0 0.0 0.0 When I plot it in Excel (Scatte...

What is sideport memory?

What is sideport memory and how do I enable/use it? My new motherboard claims: Equipped 1 Gigabit (128MB) DDR3 1333MHz IGP boost memory to accelerate onbo...

Ink not flowing

I have Canon pixma mx397 printer and converted to CISS and the two of the inks are not flowing. I'm not familiar on how to fix CISS printer and this ...

Ps command and grep

Why does ps -ef | grep $$ shows the grep command in the process list? Isn't the grep executed after the ps is has finished his work?