InterNetWorkingSolutions Support Site


admin's blog

Importing CDs into iTunes

Posted in Windows | iTunes by admin on Thu, 11/03/2005 - 3:37pm


Welcome back. Today I will show you how to put your CDs into iTunes and potentially onto your Ipod. Make certain that you are connected to the internet when you do this, so that iTunes automatically fills in your song titles and album information. You may be thinking,"why would I want to do this?" Well for one, you can import multiple CDs into iTunes and have them available with you. No more hunting for CDs or packing them on trips. Another is that organizing your songs into groups called playlists (for example, "This Weekend's Party") is a snap. In our next tutorial I will show you how to put those songs onto an iPod.

7 comments | read more | 717 reads

SQL Ledger Backup

Posted in Financial Software | SQL Ledger Accounting by admin on Tue, 11/01/2005 - 3:35pm


Good Luck and remember that we offer convenient install and support services.

Backing up your data is one of those highly important and extremely mundane things that must be done. Here I will show you a fairly painless, low cost method to backup your SQL Ledger data to an outside location in the event that something happens to the computer where your data resides.

  • Login to the admin section of your SQL Ledger Install (http://yourdomain.com/sql-ledger/admin.pl.
  • Create an email account at a third party site such as gmail, yahoo, etc.
  • 4 comments | read more | 882 reads

    SQL Ledger Printing

    Posted in Financial Software | SQL Ledger Accounting by admin on Tue, 11/01/2005 - 3:32pm

    
    

    Good Luck and remember that we offer convenient install and support services.

    printing to a printer Printers are defined in sql-ledger.conf %printer = ( 'Default' => 'lpr', 'Color' => 'lpr -PEpson' ); Check in your /etc/printcap file for the names of available printers. If you have LaTeX installed set $latex = 1 in sql-ledger.conf To send the document to the printer check the "Postscript" or "PDF" format, enter the number of copies and click on the "Print" button. The printer you enter in your preferences is the default printer. You can choose any other available printer. This makes it possible to print from anywhere on the network to any printer. Note: html format is for screen preview. Use the "Print" option from your browser to print to a printer. Using samba to send printjobs to a printer attached to a Windows XP workstation The next part applies to roll your own print filters only. If you use CUPS or LPRng your milage may vary but you can still use this as a guide how it works. I use the printer 'Epson' as an example which is attached to a XP workstation called Raven. /etc/printcap entry on the server which runs lpd epson:Epson\ :sh:\ :lp=/dev/null:\ :sd=/var/spool/output/epson:\ :if=/usr/libexec/lpr/epson/prnfilter:\ # end of entry in /etc/printcap # prnfilter shell script #!/bin/sh # Filter for Epson Stylus PATH="$PATH:/usr/local/bin" #read first_line read tmp first_line=`echo $tmp | cut -b1-2 | sed -n '1p'` first_chr=`expr "$first_line" : '\(.\)'` first_two=`expr "$first_line" : '\(..\)'` rewindstdin if [ "$first_two" = "%!" ]; then # Postscript file gs @st640p.upp -dSAFER -dNOPAUSE -q -sOutputFile=/tmp/$$ - else # text file cat > /tmp/$$ echo -n "^L" >> /tmp/$$ smbclient '\\Raven\Epson' "" -c 'printmode text' fi smbclient '\\Raven\Epson' "" -P -c "print /tmp/$$" rm /tmp/$$ # EOF rewindstdin is a small program to rewind the filehandle for STDIN save the next part up to EOF to a file rewindstdin.c and compile #include #include extern int errno; main() { if( lseek(0,0,0) == 0 ){ errno = 0; } return( errno ); } # EOF compile to an executable gcc -o /usr/local/bin/rewindstdin rewindstdin.c

    5 comments | 838 reads

    iTunes Setup

    Posted in Windows | iTunes by admin on Mon, 10/31/2005 - 3:28pm

    
    

    Today I will show you how to use Apple's iTunes Application. It lets you manage and play multiple types of digital media such as music, video, and photos. The first step is to simply install the application and start using it, which we will cover today.

     

  • Our first step is to actually download the software for your Windows or Macintosh Computer.
    You should see an installer on your desktop. Double click on it, and follow the directions that you are prompted with for your operating system.

  • login or register to post comments | read more | 1423 reads

    Installing SQL Ledger

    Posted in Financial Software | SQL Ledger Accounting by admin on Sun, 10/30/2005 - 4:51pm

    
    

    Good Luck and remember that we offer convenient install and support services.

    Installing SQL Ledger is within the realm of the novice user but not for the faint of heart. The installation requires one to be comfortable using a command line, modifying the apache webserver, and setting up and maintaining a database server.

    5 comments | read more | 1347 reads

    XML feed