Toggen Blog
Tech tips
Articles
Latest
Changing the LedgerSMB Letter Head Graphic
Make a backup of the original demo templates cp -rv /var/lib/ledgersmb/templates/demo /var/lib/ledgersmb/templates/template1 # on Ubuntu this was sudo cp -rv /etc/ledgersmb/templates/demo /etc/ledgersmb/templates/template1 Go into the LedgerSMB admin control panel and...
Make a y/n prompt for cscript.exe using VBS
msg = "Do you wish to add " & First & " " & Last & "?" wscript.echo msg Wscript.StdOut.Write "Add Employee to DB? (y/n) " choice = Wscript.StdIn.ReadLine ' read the input if choice = "y" or choice = "Y" then ' do what you have to do .... end...
LedgerSMB Installation on Fedora 10 Notes
Overview Starting from Fedora 10 Live Installed to Harddisk. This is a a record of the chronological steps with all the errors I encountered along the way. As such it is a kind of messy and in a as it happened style. I will flesh these notes out as I have time. Email...
Error Installing SimpleInvoices
Fail I haven't been able to install SI on U8.10 there are alot of problems with the Ubuntu 8.10 enviroment. Incorrect mysql_pdo modules etc... Nightmare ... SI installs fine on Fedora 10. Problem: On Ubuntu 8.10 Server I get "Warning: Smarty::include()...
RIP – Foo the Fighting Fish
Sadly Foo our Siamese Fighting Fish was found motionless in the bottom of his tank this morning (18/12/2008).
Fedora 10 – VMWare
Just attempted to install Fedora 10 under VMWare Server 1.0.4 on Windows. I chose the default "Other Linux 2.6.x" VM option, leaving the defaults except for configuring the VM's CD to be an iso image of the Fedora Live CD. Man was it slow... I traced the problem to...
