Re: Printing a job to 2 printers at the same time

2012-03-19 Thread John
Assuming you want to do it from Nautilus that is right mouse click and print the file. I would use Nautilus file manager scripts. http://g-scripts.sourceforge.net/ You could then write a two line bash code to send it to two printers while using the link above to pass the file name to your scrip

Linux Stammtisch - East Valley - Tomorrow (Tuesday)

2012-03-19 Thread PLUG Announcements
We'll be meeting up at Iguana Macks at 7pm on Tuesday for the Linux Stammtisch. A Stammtisch is a gathering of people with a common interest, so there is no formal presentation. Please come and join us for some good conversation over good food and drinks, which are both optional... Friends a

Re: attach XP computer to network fror printing

2012-03-19 Thread Michael Havens
You know... I wonder if this has anything to do with this: Whenever I apt-get on the server this happens: bmike1@Michaels-PC:~$ sudo apt-get install gparted Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: li

Re: ot- hows the weather?

2012-03-19 Thread Mark Phillips
Cold, windy, rain, cloudy - seems like Seattle. It is great Mark On Mar 19, 2012 10:58 AM, "Michael Havens" wrote: > it is snowing up here! > > -- > :-)~MIKE~(-: > --- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To sub

ot- hows the weather?

2012-03-19 Thread Michael Havens
it is snowing up here! -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Re: attach XP computer to network fror printing

2012-03-19 Thread Michael Havens
I tell you this is all screwed up! bmike1@Michaels-PC:~$ sudo /lib/ufw/ufw-init status Firewall is running bmike1@Michaels-PC:~$ sudo /lib/ufw/ufw-init stop Skip stopping firewall: ufw (not enabled) bmike1@Michaels-PC:~$ sudo /lib/ufw/ufw-init restart Skipping (not enabled) bmike1@Michaels-PC

Re: Printing a job to 2 printers at the same time

2012-03-19 Thread Shawn Badger
I'm not a 100% sure what kind of file it will be, but I am thinking it will be a text file. In my searches I found that I may be able to use the tee command and lpr as well. I'm not sure that would be the cleanest way of doing it, but it would be better than nothing. On Wed, Mar 14, 2012 at 6:30