Slashdot Mirror


User: c-bo-licious

c-bo-licious's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. FAQ says $400-500 on SATA 3.0 Release Paves the Way To 6Gb/sec Devices · · Score: 1

    That website says $400-500

  2. pipe multiple results to an interactive script on (Useful) Stupid Unix Tricks? · · Score: 1

    If there is a function or script that prompts you for multiple things you can pipe multiple things that will go through all the prompts. So you could do something like this: "(ls *.zip; yes)| gunzip" to replace existing files. (Same as doing "yes | gunzip *.zip")

  3. favs on (Useful) Stupid Unix Tricks? · · Score: 1

    Lets say you forgot to put a & at the end of your cmd!! Oh no!!! you can hit Ctrl+Z and enter 'bg' to make that task a background task and get back to a command prompt. nice and renice are excellent for changing processor time priorities (give something more processor time to make it go faster) root and super users can do more with this. On a University or other large scale server you can always type 'last' and see the last machine name and time that everyone logged in from. Grep the output to look for someone in particular. You can use a trace route to track people down this way.

  4. ergoGenesis chairs are durable and very nice on Best Chair For Desktop Coding? · · Score: 1

    At the engineering company I work for we have ergoGenesis chairs in our computer lab area. Very adjustable. And they squeak very little if at all compared to my chair at home.

  5. A Professor Explains it for us on Low-Hanging Moon Explained · · Score: 1