Category Archives: how to

Ubuntu Remix on Samsumg N310

When I got my N310 I was determined that I would make a concerted effort to run Ubuntu on it. I’ve tried a few times over the past couple of years to use Ubuntu, but I always hit a compatibility … Continue reading

Posted in IT, how to | Tagged , | 1 Comment

Editing a PDF

In my daily life I strive to be as paperless as possible – for months I even managed to do without renewing the ink in my printer and found ways to resuse paper or just do things electronically. Generally, the … Continue reading

Posted in IT, Programs, how to | Tagged , | 2 Comments

Incremental Filenames

I was tinkering with a little program in C# this morning that needed to create incremental filenames instead of just overwriting the existing file.  As in: myfilename.htm -> myfilename_1.htm etc. So here is the rough and ready version of what … Continue reading

Posted in Programs, how to | Tagged , | Leave a comment