Random thoughts about using computers to do things. Presently using an Alienware Aurora Desktop (Windows 10) , a Dell XPS 13 developer edition (Ubuntu 19.04) a Dell Precision M2800 laptop (Windows 10), a Mac Mini, an Apple iPhone 7, an Apple iPad 6, a Samsung Galaxy S8, a Samsung Tab A (2018), an iPod Classic 160GB plus CD's, DVD's, USB keys, and zip disks everywhere. Enjoy learning computing with me.
Monday, December 29, 2008
I started to burn the 18 DVD's to complete the year end back up of the Macbook 1.
Organizing software then installing some on Remembrance
Sunday, December 28, 2008
Backing up and file and folder making.
I made some folder for years, months, and quarters. I made some templates for folder arrangements. So I have years from the early 1950's through to 2008, I also have a folder full of the months and folders for quarters for different fiscal years. I can then copy and paste these templates into what ever I am organizing.
I also have made some html txt files for this blog and my studies blog for the year 2003 when these blogs were started. I hope to find all my study notes and other files that I made and store them in folders for each year and then back these up to DVD.
I have made some burn folders for the documents folder, the desktop and other files folder and the email folder for the Macbook. This is three 4.7 GB DVD's and I will make six copies for each DVD. So my back up process for 2008 has started.
The Macbook hard drive replacement was successful.
Wednesday, December 24, 2008
Using R to parse regular by line occurances
Goal: to price the cost of owning every O'Reilly pocket reference and guide.
Software needed:
A web browser
A spreadsheet
R software
a text editor.
Find a well formated web price list such as
http://oreilly.com/store/series/pocketrefs.csp
Step 1: Web browser
Highlight the beginning of the price list (i.e. highlight the beginning of the first item/record on the web page). Scroll to the end of the list or web page. Hold your shift key down and click just after the last item/record. Now copy this highlighted list. You should have all the items highlighted
Step 2 Spreadsheet
Paste this in to an empty spreadsheet. Examine this and see if prices are on one row alone. It does not matter if there are dollar signs with the prices in the cells or also in this case a currency symbol USD. But here we find in the spreadsheet a price such as "$9.99 USD" occurring in every eighth row. The Prices should be in cells by themselves. But there is all the other stuff like the title and the blurb which here we want to parse out.
Step 3 Spreadsheet
Save the spreadsheet as a CSV file comma separated file. Remember the name and directory for the first line of R code below in the next step.
Step 4: R software ( www.r-project.org), text editor
Copy and paste the code below into a text editor
Change the directory and file name to your file and directory name from step 3 in the first and and the directory in the last line of this code. On the last line chose a file name.
Change the line jump <-(seq(x,y,z)
so that x is the first row a price occurs and y the last row a price occurs and
z is the number of rows between each price.
You can also change jump(x,y,z) to parse out all the titles or all the blurbs or all the dates published.
After editing copy the code into the R command line a line at a time
the # lines are comments
Use R software and run this code on the R command line after editing it in the text editor. Stop after each line that begins with # to check the results. good luck and use R help if needed.
###################Code Starts here##################
OPocket <-read.csv(file="/Users/ptimusk/documents/school/books/OReillyPocket08-12-24.csv", header= FALSE)
# read into R and the variable OPocket the csv file created by Excel save as csv.
#change "Users/ptimusk/documents/school/books/...to your directory
# and file name OReillyPocket08-12-24.csv
OPocket
#check variable for rows that contain prices. Every foth row starting at 4 ending at 394
#
jump <- seq(4, 394, 5)
# create an index of rows where prices occur. Start with row 4. End with row 394
#Count by 5 rows
OPocket.Prices <- as.vector (OPocket[jump,1])
#take only the rows(indexed by "jump") with prices out of the variable OPocket
OPocket.Prices
# check to see above variable contains quoted prices in 79 rows
write.csv(OPocket.Prices,file="/Users/ptimusk/documents/school/books/OPocketPrices08-12-24.csv")
#write the prices to a csv text file
###############Code ends here######################
Step 5 text editor
Open with the text editor the file you just wrote on the last line of R code
Save as txt
Step 6 Spreadsheet
With the spreadsheet and a new empty spreadsheet open the txt file you just saved. That should be the text file with the Prices. This file should have the variable OPocket.Prices as an R format variable.
The spreadsheet should take you through some import steps where
you can adjust the separator characters to parse out the prices only without the $
and without the currency symbol. You also parse out the first line and the quotes.
Sum the prices column
Your done!
Answer: all the O'Reilly pocket references and guides will cost 851.69 $ for the 79 books.
Saturday, December 20, 2008
The steps are now completed and the hard drive in my Macbook has been replaced.
Wednesday, December 17, 2008
Time Machine is done the back up now.
Tuesday, December 16, 2008
iTunes on the Macbook
Time Machine is about half way done its back up now.
Sunday, December 14, 2008
I got an early Christmas present from my father. It is a new 250GB hard drive for my Macbook laptop.
I bought a new laptop hard drive. I bought a 250GB drive for 75$ from a local computer store. Here are the specs Fujitsu model MH22 BH.My brother gave me instructions to use the Leopard Time Machine software to help replace the drive. I will use Time Machine in the first step and fourth step.
The first step is to do a full back up of the Macbook hard drive using Time Machine. To do this I will use the LaCie 250 GB hard drive that I have been doing Macbook backups on. I needed to delete the most recent back up of the eMac that I had done on the LaCie 250 GB to give me enough space, 90 GB, to do a full back up of the 80 GB drive.
I am waiting for iTunes to get loaded with the new library then I will shut down all applications on the Macbook and run only the finder and Time Machine to complete the first step.
Once that first step is done I will test the Leopard Install DVD to make sure it is going to work according to the Time Machine instructions for a system restore.
Then the third step, if the Leopard Install disk appears like it is going to work, is to replace the hard drive. I will use the instructions at iFix it http://www.ifixit.com/Guide/Mac/MacBook-Core-Duo/Hard-Drive-Replacement/86/5/Page-1 to replace the hard drive. I happen to have the tools I need because I had bought a Torx T8 screw driver when I refurbished an original iBook a few years ago.
Then the fourth and final step is to follow the instructions for a system restore from the backup made by Time Machine on the LaCie 250 GB USB drive.
iTunes on both the eMac and Macbook is now using the Linksys network storage bay to store songs.
After iTunes is settled into using this new library (The process is about half way completed now.) I need to add the songs from the Macbook iTunes default storage location to the iTunes library. This is to make sure I have copies of all the music I have purchased from the iTunes Store using the Macbook. So in effect adding these songs from the old storage location the default iTunes folder on the Macbook will copy any songs from the Macbook not already on the storage drive. I will also add the default iTunes storage folder on the Macbook to the eMac's iTunes library.
The last step will be to reload the iPod with a good selection of the whole iTunes library. I will also resubscribe to some Podcasts I have previously deleted. I have almost 120 GB of storage on the network drive. So the present model of iPod Classic would work fine but for now I have an 8 GB Nano.
The ThinkCentre is now donated to making a community centre lab.
A local group I am involved with is offering a computer lab to a community centre. The idea is to run Ubuntu with the education version running terminals on old Pentium 1 and Pentium 2 computers. The donated ThinkCentre will be the server for this small lab that will allow an upgrade of the community centre's computers. This is being done for a community centre in a small town near, Ottawa, Ontario Canada.
Here is the link to the basic information about this version of Ubuntuhttp://www.ubuntu.com/products/WhatIsUbuntu/edubuntu.
Saturday, December 13, 2008
I copied the user folders from the ThinkCentre to Remembrance
Saturday, December 06, 2008
I need to reinstall Linux on Remembrance .
I use a command prompt to install KDE as the desktop right from the start.
Wednesday, December 03, 2008
I have successfully completed the first step in backing up the user folders from the ThinkCentre.
Monday, December 01, 2008
I am donating the ThinkCentre to a Geek lab.
The Canon IPPixma 4300 printer software is now installed.
Sunday, November 30, 2008
The brother Multi Function Centre 420 CN software is now installed on the new PC
Wednesday, November 26, 2008
I am installing a one year one time install version of ESRI's ArcGIS 9.2 student version on the new PC crystal 89.
At the moment I have installed the software and plan to open my old term project from the course I took in 2000. Then, by accessing recent census data I will update the ArcView project. I had used spreadsheets containing census 1996 data, entered into Excel from Zypher at the Ottawa Carleton Social Planning Council. There I had been paid to enter the data. I am a proud supporter of the Ottawa Carleton Social Planning Council and give them money every pay cheque through charitable donations. This is my present and first project for ArcView 9.2. I then may also attempt to open GIS files provided by Statistics Canada and Elections Canada, two of the workplaces I have worked.
I did not succeed right away with the new software. I was able too import my project file but could not get a map to appear. I am up over night and do not want to spend my time on a desktop computer working out this problem as I had planned to read books. So I am stopping now with the software successfully installed and registered.
The new PC Crystal 89 is up and running and has been stable now for 2 weeks.
Wednesday, November 19, 2008
Much more installing of software needs to be done yet on the new computer.
I did manage to use a USB key on the new computer without issue. I can not open the front USB ports because the little door does not seem to function anymore.
I have also used a USB headset successfully on the new computer.
I need to install printer software. I have used Open Office 3.0 now once on the new computer. I have not needed yet to print anything.I have a new Internet modem from Bell.
I have a brand new 2wire Internet modem. It is apparently a wireless four port router as well as a gateway. I have not set it up yet but now that my school work is submitted for the week I may set it up on Thursday. I have horror stories warning about changing successful network setups with new parts but I will go ahead with it. I did not want to risk changing it before my critical Internet activities were past for awhile. I no longer have a back up ready Internet service because I no longer have a computer with telephone modem. Although, I do have two telephone Internet services I have not accessed these for a few years now. To correct this I should buy a USB modem for my Macbook.
I found out from Bell that I use about 23 GB in downloads in a month and less than 2 GB of uploads for around 24 GB of traffic. I have now been upgraded to a 60 GB limit from a 30 GB limit. I believed everything the Bell technician told me when she sold me the upgrade.
The new computer is one week old now.
Saturday, November 15, 2008
The new PC is stable for two days and a bit now.
Wednesday, November 12, 2008
The sound was not working on the new PC. But I have it working now
I had spent two hours trying to get the sound working on the new PC but had no luck yet. I just plugged in my Microsoft headphones and those worked. I finally used the setup file in the audio drivers section of the motherboard DVD and now did get the sound working at the same time I got the headphones to work. Luck or persistence.
I played Eve Online in premium mode and it was cool. I chose the upgraded graphics for the new computer based on computer game demands.
I now am installing JAVA 6, then Open Office 3.0 then Eclipse, then Adobe reader and then I will start to install Debian 4.0 r5.
Tuesday, November 11, 2008
The windows XP is now being updated. It seems stable.
This time I will not be installing any ASUS AI software.
Reinstalling Windows XP 64 bit.
Windows XP is now installed on the homebuilt PC and has been updated once with 46 updates. Now I am installing the motherboard drivers.
The Windows XP install worked and I updated the system using Windows Update
Now I am installing the drivers for the motherboard.
These include
- an Intel Chipset Inf Update Program, now at version 7.2.2.1006,
- a high definition audio driver that is a SoundMax ADI1988B Audio Driver version 5.10.2.4580,
- a Marvell 61xx SATA RAID Driver version 1.1.0.43,
- and finally a Marvell Yukon Gigabit Ethernet Driver version 8.56.1.3
Now I am installing motherboard applications. These include
- a Marvell Yukon VCT application version 2.13.2.3
- ASUS AI Gear version 1.00.16
- ASUS AI Nap version
At this point the machine would not start Windows anymore so I am forced to reinstall Windows and this time not install so much stuff from the ASUS disk. This time I will not install the raid driver or applications. Hopefully this time I do not loose windows. I will also install the few drivers that I will install first then do a Windows Update. Strike one to ASUS.
I want to have the system up and running by 9:00 PM when I can play Eve Online again with the new expansion and hopefully in premium mode with advanced graphics.
First boot worked now installing Windows XP 64 bit.
I am downloading a current release copy of the Debian net install CD and later today I will install Debian on the second drive.
Friday, November 07, 2008
I have installed the 8 GB of RAM now.
Sunday, November 02, 2008
I found out that the Wolfdale processors are 64 bit processors, so I am downloading Win XP and Win Vista 64 bit versions from the MSDN school site
I had worried that the 8 GB of ram would not work with the computer I am building but if I use 64 bit versions I can access all the RAM. I did learn that the Wolfdale processor is a 64 bit processor so I can use 64 bit versions of Windows for the new machine. Using the Microsoft Developers Network academic alliance web site I am able to get free legal copies of windows. I am downloading Win Vista 64 bit and have already downloaded the Win XP 64 bit version. I will run the Win XP on the new computer and not the Vista.
By the way the CPU is going up in price again probably because of currency changes in the recent markets.
Saturday, November 01, 2008
The monitor drivers are installed
The new monitor needs the driver CD probably. Eve window can be good but takes adjusting.
Thursday, October 30, 2008
I bought a new monitor an LG 19" widescreen monitor
I bought two Kingston 2 GB sticks for my new PC for 4 GB of RAM. I may buy 4 more GB now.
Sunday, October 26, 2008
Backups happening. Labeling the last set of the DVD's and backing up email.
I spent some time labeling three DVD's of the Macbook Documents folder from 2007 fall. I have six copies each of these three DVD's. I still have many more DVD's to label. I also bought another 50 blank 4.7 GB DVD's to continue the process and prepare to start backing up 2008 in a couple of months.
I also used one of the LaCie hard drives to back up my email and that was successful.
The eMac DVD drive opens again.
I installed Eve Monitor on my Macbook under Windows XP and uninstalled a lot of Microsoft software
Saturday, October 25, 2008
So Eve Monitor stopped working.
Sunday, October 12, 2008
Technology consumer goods prices are always going down so as long as something does not leave the market, it always better to wait
Friday, October 10, 2008
My eMac is getting to be slow
Another plan is to upgrade to an iMac. An even cheaper plan would be to upgrade to a Mac Mini. This might also allow me to use the planned upgraded monitors that are going to be the monitors for the new PC. I am looking at refurbished 22 inch HP w2207 on sale at Future Shop. These are selling for 199 right now and I think of buying two monitors and placing them on a stand. I could switch one monitor back and forth between the PC and the Mac Mini.
Thursday, October 09, 2008
Java installs all around
Missing blogs and numerous accounts all over the web.
Yes I have lost a number of accounts within my busy digital life
Tuesday, October 07, 2008
I have a network storage hard drive working now. It is my music storage device.
I am running the iTunes storage folders on my eMac and on my Vista computer from this network drive. This size 120 GB will also perfectly match the new iPods if I ever get back into iPods. My new workplace is not a place where I listen to music so I do not listen to music all day like I could last year.
Thursday, October 02, 2008
I bought the power supply for the new PC
Sunday, September 14, 2008
Video card for new PC
Thursday, September 11, 2008
Building a workstation from parts.
Sunday, August 24, 2008
I have an Olympus BH microscope and looked into buying it a camera adapter
Sunday, August 17, 2008
I still need to label all the DVD's I burned. Film Labeling
Saturday, August 16, 2008
My new monitor is a used Samsung SyncMaster 955DF
Sunday, August 10, 2008
The 2007 documents folders from the Macbook are all backed up to to DVD disks now
I also copied the present contents of the documents folder, the desktop and the email folders to the USB drive. I now have three backup folders from 2008 on the USB drive.
Friday, August 08, 2008
I adjusted the by line for this blog.
Sixth disk being burned now.
Thursday, August 07, 2008
Installing Wn2K also failed as the Win2K disk is not good.
Hard drive issues caused a failure with installing NT on the Dell.
Sunday, August 03, 2008
I am setting up the Dell computer temporarily with Win NT to help me access some of my computer files from 1999-2003.
One is an Iomega Ditto Tape Drive. Supports I will use for the drive are here at Iomega's Ditto support site for Win NT.
The second back up source is a difficult IBM 20 GB hard drive. This was my old second hard drive in a Duron system used from March 2002 to late 2003. It is a difficult drive because it has many partitions due to numerous Linux installs on it (done when I was a Linux install Newbie), and some windows repair guys working with it.
So those two sources will be attached to the Dell for offloading. I hope I can network the Dell with my Macs and get the files off. That's plan A.
I have a PS2 mouse, PS2 keyboard, network cable, monitor hooked up the the Dell now. First I will install the hard drive or attempt that. Then I will plug in the Ditto parallel port drive. So those two steps still need to be done and then I will attempt an Win NT install.
The hard drive is now installed as a slave drive in the Dell. I will hook up the Ditto now.
I can not find the Ditto drive so I am cleaning my office more and setting aside this project for today. Everything else mentioned is ready to go. I also need to find my Win NT disk.
Friday, August 01, 2008
I am still making steady progress at backing up the 2007 documents folders for the Macbook1
Saturday, July 26, 2008
Back ups continue
The DVD drive in my eMac is still stuck closed
Tuesday, July 15, 2008
Backups continue
Thursday, July 10, 2008
One of these computers I traded for works and is complete.
For the servers I bought a Pentium M processor for one of them and got that in the mail, installed it and it starts up but does not post. The other 1U server is a Sun Fire v120 and for that I bought two hard drives 18 GB models 4177, the right hard drives with caddies. I am waiting for those to arrive in the mail. Other than that I have done no work on the servers. I need to learn more about operating servers.
The Dell laptop needs a power supply and is a Pentium II computer and has one USB port and a Modem.
Sunday, July 06, 2008
Back ups at present
Friday, July 04, 2008
I did not back up my studies blog but did start some bibliography work.
Thursday, July 03, 2008
Back ups of this blog
Now I must to do the same for my studies and more studies blog then I can figure a way of scanning it for bibliographic cites. I typically used the McGill legal studies style for my citations. I have many choices now. I can do what the book recommends and use MySQL which is installed on my Macbook and on my Linux computer. I could also install MySQL on this eMac. Or it may in fact already be installed here. I could also use RefWorks but that depends on being a registered student at the university of Ottawa. I could use BibDesk and need to install that on this eMac. I could make a plain text file of the data or use Excel meaning use some tool not especially for books. I could also use Librarything.com. Some of these book specific tools will be able to share the files. So the only problem now is to back up the studies and more studies blog and then extract the citations. From there I will go to RefWorks then download for BibTex and then manually up load to librarything. Also I could use Refworks "Grab it" and may be capture the books right off the blog pages. I may try that now. I am also thinking now before I leap that I should keep a separate list of books that have appeared on my blog only. Once again by writing I have helped solve some problems.
Hard drives for the Sun but thats it for now.
Tuesday, July 01, 2008
Swapping computers and parts with someone.
I researched the Sun Fire v120 and also the Foxconn board which he says is brand new. I will post some of my research later.
Wednesday, June 25, 2008
Sunday, June 22, 2008
Documenting some chart making in Open Office and Excel.
I downloaded some data that was free. There were only 5 years covered. I have been using years as my X axis for the past two weeks. The data was divided by age groups and I only downloaded 5 year age bands from 45 to 89 and then 90 and over. It was for cause of death data and is published annually. These vital statistics are free for download. I have around 27 causes picked out. I had the data for both sexes and for men and for women. So for each year I had a column and for each age band and each of the 3 gender categories I had the 27 causes in rows. All in all about 750 rows of data.
I downloaded that data into a spreadsheet. I then created a new sheet in that workbook. Editorial Note: When one downloads data it seems the workbook has only the one sheet unlike when one creates a new workbook with three sheets. In the new sheet I copied totals for cause of death for the same age bands and the same gender categories but from all causes of death in Canada. This was copied from a separate download. These two sheets were then not changed and after this step; data were only copied out from these two download sheets. Then in a third sheet I made my own row labels for the genders and age bands matching the second sheet's row ordering. The labels from the database were lengthy and unreadable in the width of my spreadsheet window and the differences between the labels could not be viewed easily. Editorial note: the labels were so long not even a 30 inch monitor would display them completely I am guessing. These new labels were shorter and after much copy and pasting I had made all some 31 rows labels by age bands and gender categories. They were in the same row ordering as the downloaded deaths by all causes. I then made five year columns after these row labels in the first column and copied the totals deaths by all causes by years data to this sheet.
Then I went back to a copy of the death by specific causes download in separate workbook and saved a copy of that download as a text file or comma separated file. I then closed it and imported it. I imported the data as a text file. This is one of my data handling tricks that could also be done with regular expressions if one was using a programming or scripting language. The picking of the appropriate delimiters is the trick. I chose delimiters during the import that would cut the long row labels in this file so that the specific causes' names, age band's names and gender names, were all brought in to this new spreadsheet in separate columns. Actually I used three columns and then copied these labels into a new fourth sheet in my main workbook. The row order for the 750 rows was preserved.
I then went back to the first sheet in the main workbook with all the cause specific data and copied all the data but not the labels into the new fourth sheet. So sheet four was the same as sheet one, but I now had three columns for labels and the labels were short and readable on the screen. I then made new rows in sheet four at the top of the beginning of each specific gender category (both sexes, males, females) and the beginning of each age band (5 year age bands 45-89 and the age band 90 and over). So when for example, the data for both sexes, 45 to 49,and 27 rows of specific causes of death started in the sheet, a new row started the 27 rows for both sexes, 45 to 49 years old. Then going back to sheet three with the total causes of death by genders and age bands, I added two more columns between the labels and the yearly totals columns to make a proper column alignment with the three column labels in sheet four. Then one at a time, the new rows I had created in sheet four were pasted with the rows from the 31 age and gender specific death by all causes data and short labels for gender and age bands from the third sheet.
I was now ready to calculate some results. I created formulas for counts for specific causes over total causes and then made this number a percent. I used the real number for the total but for the specific cause count I used a cell reference. I then filled down the columns into the 27 specific causes effecting the calculation for all five years and all 27 causes for the first set of data which was 45 to 49 both sexes. This was the only data I worked through today. I still had these 27 cause specific rows by 5 years columns of data highlighted after the fill so I then used format cells to change all the numbers to percents with 6 decimal places.
I then charted all non-zero rows basically following the charting techniques in Excel I have learned at work but I did it in Open Office. Somethings are done differently in Open Office charts. I then also did a counts chart that matched the percents charts but makes no reference to total deaths. After a long break, I spent some time formating the charts for printing and printed the two charts out.
I then saved and closed all the workbooks. I thought it would be a good idea and relaxing and good for my intellectual health to document all my work so I have posted this notes.
Wednesday, June 11, 2008
I used Disk Utility to Seven Pass erase a USB key.
I am getting some old SLR lenses
Hard drive space on the Sun Machine.
Sunday, June 08, 2008
Sun machine
Friday, May 30, 2008
Chapter one read now in Solaris 9 for Dummies
Friday, May 09, 2008
The eMac2 finder is working again.
Thursday, May 08, 2008
The eMac2 is having troubles but fixes are being attempted and emergency critical backups have begun for right now in case of further failure.
I did think last night to access the folders remotely using the Macbook1. So slowly late last night I have been copying the email folder and mail download folder off of the eMac2. I have shut off the email and the plan is to use the email software on the Macbook now.
Speaking of changing email software, I did loose a little email for about 1 hour's worth of incoming email on the Linux machine when I thought of switching to Linux for a main email computer. But I should learn to copy Mac Mail to Linux and also to Thunderbird email software on Vista. I still do not have a way of transferring email between operating systems other than Netscape email. I am hoping Thunderbird can do this too as Netscape is now closed as a company. This reminds me I need to access Netscape downloads and download some historical copies of the browser.
After my back up I will try to read all this email in the IBM under both Linux and also Vista. If this works I will try to load all the email into Solaris but I doubt there is room on the old Solaris box
I am also remotely deleting the last folder made on the eMac2 which was the burn folder for the backup I was trying to make. I am hoping that when this burn folder is deleted the finder will work again. If this does work out this way the situation will be less critical.
The only follow up may be simply increases the backup frequency for the eMac in future. I guess I would also stop burning disks on the eMac2 and try to avoid a similar problem in the future. I may also continue to follow through on switching some main computer tasks off of the eMac2 and onto a different but newer computer.
I can also just look up how to manually eject the DVD and that may solve the problem too.
Sunday, April 27, 2008
Still burning backup DVD's from the 2006 state of the Macbook1.
The email from 2006 is all backed up now to six DVD's and properly labeled. The whole user folder is not being backed up to a number of separate DVD's and I am not sure how many DVD's I will need to split the user folder into. So far I have the folders and files decided for two DVD's and the first disk is now burned to six identical copies. The backups continue.
Monday, April 21, 2008
Buying a Tadpole laptop
Saturday, April 19, 2008
My final exam was written. I did so so.
Saturday, April 12, 2008
I enjoyed a creative person's gathering in Second Life or a creativity meeting in a virtual world
Slowly installing the media wiki on the Debian Linux IBM Thinkcentre
I have been using the media wiki quite a bit on the Macbook for my study organisation. I have also been using LATeX much more and have learned to use BibTeX now.
For fun I have been playing Eve Online.
I must focus on school work now so tinkering will have to be put on the back burner for a week or so because it takes a lot of time to do.
Tuesday, March 25, 2008
Fink is now updated and the Macbook has a fresh install of the X code developer tools.
Sunday, March 23, 2008
Drupal is up and running with some issues.
I will now install Drupal on my Macbook.
Saturday, March 22, 2008
Mediawiki is installed on my Macbook now
I am setting up a study wiki on my own computer not to be web based.
To use a Wiki I selected I needed to install it on my Macbook. I first had to start Apache which I have done. I then needed to install MySQL 5.0 which I have downloaded and run two installers and then added the preference panel for MySQL. But so far I can not get MySQL started. I have studied MySQL in the past. I also managed to edit the file httpd.conf for apache so that PHP 5.0 will run now. I had to use vi for the edit and also chmod to change the permissions on the file so I could save my edit. I then changed the permissions back too. I had to use Linux for Dummies to use vi and to use chmod. I will leave this note here and report back later. I did take a break at this point to read some books before documenting this. I am now going back to the install of MediaWiki following the instructions for that software. It promises TeX support and images. I am going to run MediaWiki on my laptop and not serve it over the net.
Sunday, March 16, 2008
Ice Dove for email
Sunday, March 09, 2008
I deleted my Eve Online subscription.
I deleted my subscription because the game was taking too much valuable time from my home life and other activities and was costing money and I have no extra money. Also my main focus both with computers and school work is not in the entertainment gaming field. Yes, I can make connections to other topics like helping strangers and cooperative play but as I said it took too much time and too much money. I have also been able to experience the cooperation at a basic first time experience level. But games have traditionally been used in education to effect cooperation (aka Game Theory).
Enough with that game and information society cash out stream. This will save me 15$ per month as that was going to become the cost of that game. The game Second life is now costing me 33$ a month on a regular fee basis plus costs of buying land and other items. In fact, I am this weekend, buying another 512 basic lot adjoining my present virtual 3D land holdings
Sunday, February 24, 2008
SubEthaEdit
Friday, February 08, 2008
I downloaded Adobe InDesign to learn.
Thursday, February 07, 2008
I installed Vista on the IBM Thinkcentre
Monday, February 04, 2008
Playing Eve On-Line
Sunday, February 03, 2008
Successful burn of only one disk
Wednesday, January 23, 2008
I am preparing the eMac's documents folders from 2006 and 2007 for burning
Sunday, January 20, 2008
The backups continue I am moving on to the eMac backups now with the Macbook mostly completed.
I took a different approach and an important step I am realising. I went into each Desktop folder and deleted old burn folders and movie files. These were mostly movies I had collected from google that are copyright free . These were downloaded for the PSP or iPod. Most were movies used in Internet research such as Apple computer TV advertisements. Another movie was a documentary on how the Internet came to be. This deleting is important because it will help not only cut down the size I need to archive but it will also clean up the back ups in case someone else has to open them some day. It also cleans them up for my own use and I learned some practical file management this way. I do not need to back up other peoples stuff so much. These movies are only related to me as research sources I have used and will most possibly be still available from the Internet in the future. Also I do not need to save more than one copy; not one copy in each desktop. So for these movies I left one copy in the first Desktop it was found in and then deleted these large files in future desktop folders.
So I now have all these Desktop folders ready for archiving to DVD. The six folders should now fit on one 4.7 GB DVD and I have at least six blank DVD's to use for this. This is a way of clearing up the eMac's LaCie 250 GB backup drive. The other LaCie drive had 80 GB free after the backups last week and it is now back in regular service for the Macbook again but not with Time Machine or LaCie backup software but instead a simple copy of the three basic folders every other month.
- These three folders are
- Documents
- Desktop
- Mail and Mail downloads
I am buying fifteen 8 GB double layer DVD's today for 20 dollars and then the next purchase will be 50 or 100 4.7 GB DVD's.
I helped some other poor computer owners to use their computers.
Yesterday, also I connected someone to the Internet. She was paying for the service for about 5 months without using it. This was Rogers Yahoo Internet service that was delivered by a technician but not hooked up. The technician could see that she had only a windows 98 Pentium1 laptop but left her stranded with the bill. I helped her buy an new HP low end desktop as a microloan and gave her my Sony LCD 17" TV monitor for a complete recent system which she has been learning to use. So yesterday we hooked the system up to the net and then I updated a variety of softwares and she now has an email address. She has some basic understanding of what she is doing now but we covered a lot in the two hours of help. I have her using Thunderbird, Firefox and Open Office.
There is one more person to help and perhaps today she will also get some help.
The 160 GB LaCie drive is now working as the Music Library folder on the IBM Thinkcentre
It took a while to get the LaCie drive working with the IBM Thinkcentre running XP. In the end I formatted the drive on the eMac using Disk Utility as a MS-DOS disk. iTunes on XP asked if I wanted to copy my music library to the LaCie when I changed the store folder of iTunes to the LaCie. So this worked fine and it works with the Linksys music bridge. So that is that. Too bad the Linksys bridge does not also handle video.
Sunday, January 13, 2008
Configuring the use of external hard drives
I do have some very personal voice memos though which I should make sure stay on only the eMac. I used the Griffen iTalk microphone and my first 60GB iPod photo to record these memos and I no longer record voice memos that way. I can now use my Blackberry to record voice memos but have not really recorded any of these yet.
The LaCie 160 drive is all cleared off except the backup from Time Machine which I will try to transfer to the new Time Machine drive. The old 250 Macbook backup drive is being cleared off still and backed up to DVD's in fact six copies of each DVD. Four of these copies will be mailed to family members each person getting two copies of each disk. I have some cardboard boxes for mailing that are filling up with DVD's now. I did buy more blank DVD's and DVD's sleeves. I will use up this new supply of fifty DVD's sometime today. I will not quite finish the back up and clear up but have about 80 GB free now so I can start the Time Machine on the drive today. I have also copied some folders to the eMac's 250 GB external drive.
I am almost done backing up all the 2006 backups which mostly include a variety of dated copies of three major folders for different dates through the year. The folders are the Desktop, the Documents and the user folder.
So now I am almost ready with enough free space on the Macbook 250 external drive to start Time Machine as I said. Then I can start the music drive on the Windows XP computer today too. This means two help files are needed from the Apple Web site. One help file explaining how to transfer or change Time Machine drives and then a second help file or help web page to change the store folder for the music in iTunes on the WinXP computer. This does tie down the iTunes to having the external drive running but it does not have to absolutely use AC power. So this should help with my habit or keeping all devices not in use turned off and not on some sort of on state. All those AC adapters left plugged in produce heat and thus use wasted electricity