I haven't even unpacked!
Buffistechnology 3: "Press Some Buttons, See What Happens."
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
I seem to remember we've discussed alternate DNS servers. There was one that was really highly recommended.
Oh, the temptation.
Make it say, "You do watch Firefly don't you?"
I'm trying to connect to pandagon.net IP 209.200.252.213
isitdownorisitjustme.com says it is just me. But I can't connect or ping even using ip address.
I can ping it fine.
Make it say, "You do watch Firefly don't you?"
Screeching with laughter over here.
Thanks. Rebooting my Router had not worked so I assumed a real problem with the site. But I got out the screwdriver and did a hard reset to defaults and reprogrammed it from scratch and now it is working fine. But probably not a great sign.
I have a Unix question that I cannot find the fucking answer to despite my google-fu.
I need to log unix commands. I just want to start a logfile and have it record all the commands I enter (with corresponding responses back).
How do I do this? I can find commands on log mathematical functions, but not how to create and save a logfile.
From Matt:
script will capture commands.
If you run script and tee the output into the same file using append (>>) and redirecting using 2>&1, that might also work.