by drtech | Jul 25, 2011 | Computers, Open Dental
I have been beating my head against the wall for almost a year now, trying to figure out how to install MySQL 5.5 on Ubuntu since there is still not a .deb package to use. OpenDental software makes use of MySQL as it’s database and since my servers have always...
by drtech | May 27, 2011 | Computers, Open Dental
This is assuming Ubuntu 11.04 64 bit Edit the source list sudo nano /etc/apt/sources.list Add the following line deb http://download.virtualbox.org/virtualbox/debian natty contrib Save and exit the file Add gpg key wget -q...
by drtech | Mar 1, 2011 | Computers, Open Dental
Update: This did not seem to work, and the only solution seems to be to upgrade to MySQL 5.5 11/27/2011 ______________________________________________________________________ Possible errors you might be having: mysqldump: Couldn’t execute ‘show fields...
by drtech | Feb 26, 2011 | Computers
UPDATED I finally got it to work using “alien” and converting the .RPM to .deb. Then I installed it on Ubuntu 11.04 See how I did it HERE… 07/26/2011 ________________________________________________________________________________________ Previously...
by drtech | Jan 25, 2011 | Computers, Linux
Making remote copies What if you want to copy files offsite to a remote host? No problem — all you need to do is add the host and user information. So, for instance, if you want to copy the same directory to a remote host, you’d use: rsync -ave ssh...
by drtech | Dec 16, 2010 | Computers
original help from http://nerdoftherings.net/wp/?p=90 Using Ubuntu Server 10.10 (“Maverick Meerkat”) 1) Install the system (select options a. LAMP b.OpenSSH c.Samba) 2) Create a user named “vbox” as your main user to follow this example Type...