android question

2019-05-25 Thread David Lopez
does anyone know how to get a terminal window up on android phone.
what i'm thinking is to issue 'ls' commands etc.

david

-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Having trouble mounting an external disk

2019-04-30 Thread David Lopez
thanks all

installed the missing software (exfat-fuse exfat-utils).
works like a charm.

david

On Sun, Apr 28, 2019 at 5:45 PM Stephen Partington 
wrote:

> Also note, While Linux does have an ExFat option. the Linux ExFat is very
> different than the Windows ExFat.
>
>
> On Sun, Apr 28, 2019 at 5:17 PM Jason Spatafore <
> jason_onl...@spatafore.net> wrote:
>
>> exFAT is a new FS type to handle larger disks. (Windows format)
>>
>> Answer likely here for you.
>>
>> You'll likely just need to do the following commands
>>
>> sudo apt install exfat-fuse exfat-utils
>>
>>
>> On 4/28/19 5:07 PM, David Lopez wrote:
>>
>> hi guys & gals
>>
>> bought an external usb3 disk, Western Digital 3 Tera-bytes.
>> my Ubuntu try's to automatically mount on /media/david
>> (david is my user name) which is the standard mount point
>> for all of the other external disks i have tried successfully
>> (Toshiba, Seagate).
>>
>> The error code is "unknown filesystem type "exfat".
>>
>> I found it by looking at the "My Book" dir under the /media dir using the
>> "Files" app.
>>
>> i'll certainly go the wd web site unless you guys have a remedy.
>>
>> david
>>
>> --
>> David López
>>
>>
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail 
>> settings:https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>>
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
>
>
> --
> A mouse trap, placed on top of your alarm clock, will prevent you from
> rolling over and going back to sleep after you hit the snooze button.
>
> Stephen
>
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss



-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Having trouble mounting an external disk

2019-04-28 Thread David Lopez
hi guys & gals

bought an external usb3 disk, Western Digital 3 Tera-bytes.
my Ubuntu try's to automatically mount on /media/david
(david is my user name) which is the standard mount point
for all of the other external disks i have tried successfully
(Toshiba, Seagate).

The error code is "unknown filesystem type "exfat".

I found it by looking at the "My Book" dir under the /media dir using the
"Files" app.

i'll certainly go the wd web site unless you guys have a remedy.

david

-- 
David López
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: sleep and rsync

2019-01-01 Thread David Lopez
keep computer on by simply using the linux (ubuntu) timer on until rsync is
finished.

   settings-->power-->power saving=="never"

this is a time set at 3 minutes  - change it to an hour or more until rsync
is done.

david lopez

On Tue, Jan 1, 2019 at 4:25 PM David Lopez  wrote:

> keep computer on by simply using the linux (ubuntu) on until rsync is
> finished.
>
>settings-->power-->power saving==never
>
> this is a time set at 3 minutes  - change it to an your or more until
> rsync is done.
>
> david lopez
>
>
> On Tue, Jan 1, 2019 at 1:33 PM Michael  wrote:
>
>> how does one make it so the computer will not go to sleep?
>>
>> On Tue, Jan 1, 2019 at 1:26 PM der.hans  wrote:
>>
>>> Am 01. Jan, 2019 schwätzte Michael so:
>>>
>>> moin moin,
>>>
>>> your computer effectively turns off when it goes to sleep.
>>>
>>> tcp connections such as rsync might continue if you bring the computer
>>> out
>>> of sleep soon enough. Most likely you'll have to restart the rsync as the
>>> tcp connections will have timed out. rsync might also have controls to
>>> require re-authentication.
>>>
>>> rsync will continue from where it left off once you restart it.
>>>
>>> ciao,
>>>
>>> der.hans
>>>
>>> > I run rsync and sometimes the computer goes to sleep while I'm running
>>> it
>>> > (or at least the screen goes black and I need to reenter the pass
>>> word).
>>> > What happens to rsync when it goes to sleep? Like does it continue to
>>> run
>>> > or is it suspended? Do I need to ^C the thing and restart it or does it
>>> > pick up where it left off (if it does not continue to run)?
>>>
>>> --
>>> #  https://www.LuftHans.com   https://www.PhxLinux.org
>>> #  I've got a photographic memory,
>>> #  but I'm lousy photographer. -
>>> der.hans---
>>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>>> To subscribe, unsubscribe, or to change your mail settings:
>>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>>
>>
>>
>> --
>> :-)~MIKE~(-:
>> ---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
>
>
> --
> David López
> Software Engineer
>


-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: sleep and rsync

2019-01-01 Thread David Lopez
keep computer on by simply using the linux (ubuntu) on until rsync is
finished.

   settings-->power-->power saving==never

this is a time set at 3 minutes  - change it to an your or more until rsync
is done.

david lopez


On Tue, Jan 1, 2019 at 1:33 PM Michael  wrote:

> how does one make it so the computer will not go to sleep?
>
> On Tue, Jan 1, 2019 at 1:26 PM der.hans  wrote:
>
>> Am 01. Jan, 2019 schwätzte Michael so:
>>
>> moin moin,
>>
>> your computer effectively turns off when it goes to sleep.
>>
>> tcp connections such as rsync might continue if you bring the computer out
>> of sleep soon enough. Most likely you'll have to restart the rsync as the
>> tcp connections will have timed out. rsync might also have controls to
>> require re-authentication.
>>
>> rsync will continue from where it left off once you restart it.
>>
>> ciao,
>>
>> der.hans
>>
>> > I run rsync and sometimes the computer goes to sleep while I'm running
>> it
>> > (or at least the screen goes black and I need to reenter the pass word).
>> > What happens to rsync when it goes to sleep? Like does it continue to
>> run
>> > or is it suspended? Do I need to ^C the thing and restart it or does it
>> > pick up where it left off (if it does not continue to run)?
>>
>> --
>> #  https://www.LuftHans.com   https://www.PhxLinux.org
>> #  I've got a photographic memory,
>> #  but I'm lousy photographer. -
>> der.hans---
>> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
>> To subscribe, unsubscribe, or to change your mail settings:
>> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
>
>
>
> --
> :-)~MIKE~(-:
> ---
> PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss



-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

the super key + R key scam

2015-04-18 Thread David Lopez
all

i had a call saying my computer was spewing confidential data all over the
net, or at least to this guys computer. he said to prove it, log in to my
computer and press the windows key plus the R key. well, well, the
conversation went down from there... total scam.

at any rate, on my ubuntu box, if i press the window key for a couple of
seconds, a new wiindow pops up with a handy key shortcuts. but now on rev.
1410, it also overlays a small icon over the left hand icons starting from
the second icon to the 12th icon. the overlay is simply a number '1' to '9'
followed by a zero, then 'd'. anybody know why?

david

-- 
David López
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: how can i get dvd on latest amd 64 ubuntu disk - have slow connection

2014-07-09 Thread David Lopez
todd

i'll be there!

thanks

david


On Wed, Jul 9, 2014 at 11:38 AM, Todd Cole to...@azloco.com wrote:

 David Lopez lopezdavid...@gmail.com I plan to be at the meeting and
 will have several 14.04 that will be near the door
 and they are 64 bit desktop and server.
 we will also have them at the installfest Saturday the 19th Todd

 --
 Todd Cole
 Ubuntu Arizona Team
 4605 S PRIEST DR LOT 3
 TEMPE AZ  85282-6507
 to...@azloco.com
 602-677-9402

 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/mailman/listinfo/plug-discuss




-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

how can i get dvd on latest amd 64 ubuntu disk - have slow connection

2014-07-08 Thread David Lopez
does anyone have a fast connection to be able to get the the latest release
for my machine and a blank disk. here is my machine: amd x86_64 bit

i can pick it up during day or maybe at the upcoming meeting on the 10th.

i have ubuntu distribution of October 2012 - 12.10. Ubuntu does not send
updates to it any more. they suggest using updating to 2013.10?. anyway,
why not update to the latest of 14.04? can anyone explain?

even if i have a slow connection, i have lots of time. what would be your
advice on downloading the iso? format to to disk, then transfer to dvd
on my crappy set up?


PS
david@coco:~$ uname -a
Linux coco 3.5.0-51-generic #76-Ubuntu SMP Thu May 15 21:19:10 UTC 2014
x86_64 x86_64 x86_64 GNU/Linux


-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Larry Thiel passed away this morning ...

2014-03-23 Thread David Lopez
i will miss him alot. great contributor to this list.
great contributor to me personally.

he will be missed.

david


On Sun, Mar 23, 2014 at 12:14 AM, denise nissy@gmail.com wrote:

 I'm sorry to hear that Phoenix has lost someone so helpful and dedicated
 to the open source community.  My thoughts are with Larry's family and
 friends.  I wish that I had the opportunity to meet him myself as he sounds
 like a great guy.

 It's comforting to hear that he was able to take that scuba diving trip.
  Thank you for sharing the link to Subsurface, hans.  Very cool that he had
 the opportunity to give a presentation on open source software that was
 tied to his passion!

 Sincerely,
 denise


 Date: Thu, 20 Mar 2014 15:37:38 -0700 (MST)
 From: der.hans pl...@lufthans.com

 ...

 Larry was a great friend to PLUG and several other organizations here in
 town. He was also a great friend for those who regularly interacted with
 him.

 Along with Todd, Larry has been the driving force behind the Installfests
 for many years. Through his service, Larry has directly helped many people
 over the years. He has also indirectly helped even more by improving the
 organizations he volunteered for.
 ...


 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/mailman/listinfo/plug-discuss




-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

windigo - new worm for linux

2014-03-18 Thread David Lopez
10k linux machines infected (including mine).

http://www.welivesecurity.com/2014/03/18/operation-windigo-the-vivisection-of-a-large-linux-server-side-credential-stealing-malware-campaign/

beware (i think)

david

-- 
David López
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: how to start a sh script from launcher?

2013-12-16 Thread David Lopez
thanks stephen

the gtk pgm  that does the trick:

  gnome-desktop-item-edit ~/Desktop/ --create-new

if you don't have the program, download using this using std apt get:

 sudo apt-get install gnome-panel

david

thanks again


On Mon, Dec 16, 2013 at 5:40 AM, Stephen Partington cryptwo...@gmail.comwrote:


 http://askubuntu.com/questions/141229/how-to-add-a-shell-script-to-launcher-as-shortcut

 First hit via google. But the os and window manager you are using would be
 helpful.


 On Monday, December 16, 2013, wrote:

 Can In see the script?
 I execute shell scripts from GUIs all day long...
 ET


 David Lopez writes:

 oh wise men
 have an executable bash script.
 can execute it using terminal window - no issues.
 when i copy the script from the bin dir to desktop, the execute it from
 there by
 double clicking on the file name (with a made up icon), it displays
 buttons:
   a) run in terminal
   b) run
   c) display
   d) cancel
 using either a) or b) above, the program terminates just after a few
 bytes
 of output.
 tried it several times. even tried it when an empty terminal was on the
 screen.
 any ideas?
 david
 --
 David López
 Software Engineer

 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/mailman/listinfo/plug-discuss



 --
 A mouse trap, placed on top of your alarm clock, will prevent you from
 rolling over and going back to sleep after you hit the snooze button.

 Stephen



 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/mailman/listinfo/plug-discuss




-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

how to start a sh script from launcher?

2013-12-15 Thread David Lopez
oh wise men

have an executable bash script.

can execute it using terminal window - no issues.

when i copy the script from the bin dir to desktop, the execute it from
there by
double clicking on the file name (with a made up icon), it displays buttons:
  a) run in terminal
  b) run
  c) display
  d) cancel

using either a) or b) above, the program terminates just after a few bytes
of output.
tried it several times. even tried it when an empty terminal was on the
screen.

any ideas?

david

-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: PLUG's End of the year holiday time party TONIGHT

2013-12-12 Thread David Lopez
brian

can't make it tonight. have fun!

david


On Thu, Dec 12, 2013 at 9:06 AM, eric oyen eric.o...@gmail.com wrote:

 again,
 I am seeking a ride. the bus doesn't run down to there (or at least close)
 and I can't drive myself (google's self driving car for the blind isn't
 available yet). PLEAS call me (623)399-5635.
 I am located out on the west side near 83rd Ave. and indianschool rd.

 I asked earlier this week and never did get a response.

 -eric


 On Dec 12, 2013, at 8:15 AM, PLUG Announcements wrote:

  It's that time of year again when our usual PLUG meeting is suspended in
 favor of our end of the year, holiday time, party.
 
  We will meet at the usual time, of 7pm, at the Desert Breeze Substation:
  251 North Desert Breeze Blvd
  Chandler, AZ 85226
 
  For more information and directions see:
  http://phxlinux.org/meetings/14-east-valley-meeting.html
 
  The party is a pot luck party for the whole family.  Bring whatever you
 think will be enjoyed by all.  Remember it's dinner time and we'll be
 hungry.
 
  Can't bring anything... come anyway.  The more the merrier, we won't
 hold it against you.
 
  Cups, napkins, plates or utensils are usually in short supply, so you
 should keep that in mind when you decide what you bring.
 
  I'll see you there,
  Brian Cluff
 
  ___
  PLUG-announce mailing list  -  plug-annou...@lists.phxlinux.org
  http://lists.phxlinux.org/mailman/listinfo/plug-announce
  PLUG Website at http://plug.phoenix.az.us
  ---
  PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
  To subscribe, unsubscribe, or to change your mail settings:
  http://lists.phxlinux.org/mailman/listinfo/plug-discuss

 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/mailman/listinfo/plug-discuss




-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: CUPS Interface Script

2013-11-23 Thread David Lopez
lee

i have messed with the server script before and to grab and keep errors,
this is what i placed at the beginning of the script:

LogLevel debug2
LogDebugHistory 500
MaxLogSize 1m
MaxClientsPerHost 10
Listen localhost:631

the attributes must have proper case as per the cups docs:
  web address is: http://localhost:631/

look at /var/logs/cups/error_log

and look for the line: Loaded configuration file /etc/cups/cupsd.conf

look for any errors after that. i found that several attributes were no
longer used so i removed them.

let us know how u solved it.


david









On Sat, Nov 23, 2013 at 4:55 PM, l...@citylightsphx.com wrote:

 I am trying to set up a CUPS printer that will print a single print
 job on two separate printers.  I saw a technique online using a CUPS
 interface script, but it seems the interface script is being bypassed (the
 first line in the script uses echo to put some text into a file in my home
 directory, which is not happening).  The method is to create a printer with
 the URI set to /dev/null and an interface that spawns two new print jobs,
 one to each of the two printers you want it to print on.  Here is what I
 have done:



 Script interface_script:

 #!/bin/bash

 echo Interface script is running. /home/me/debug

 lp -d printer1 $6

 lp -d printer2 $6

 _

 Create Printer:  lpadmin -p twoprint -i interface_script -v /dev/null -E



 The lpadmin copies the interface_script into /etc/cups/interfaces/twoprint
 as expected and the permissions on the twoprint script are 755.  The CUPS
 LogLevel is set to debug2 and I don't see anything that looks to me to be
 an obvious problem in /var/log/cups/error_log.


 I had this working in the past, but now I am trying to set it up again and
 can't get it to work.  Does anyone have an idea why the interface script is
 not getting run?

 Lee Cowles



 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/mailman/listinfo/plug-discuss




-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

old linux magazines anyone?

2013-10-08 Thread David Lopez
plug

i was thinking that the last time i went to a plug meeting, there was
magazines
given away. i have linux magazines to donate in case that is still being
done.

Linux Journal: 1997-2011

Linux Format: 2000-2011

Linux Magazine: 1999-2006

david

-- 
David López
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: old linux magazines anyone?

2013-10-08 Thread David Lopez
brian

my wife laid down the law too!

stephen

the tempe library has not carried any linux mags. their bookstore (donated
books where i volunteer)
will display them or toss them. I'm trying to avoid the latter.

david


On Tue, Oct 8, 2013 at 9:06 PM, Stephen cryptwo...@gmail.com wrote:

 Have you checked with libraries or schools yet? They may have an interest
 in the back issues.
 On Oct 8, 2013 8:21 PM, Brian Cluff br...@snaptek.com wrote:

 I wish I knew people were interested in old magazines.  I just recently
 purchased the backissue dvds for just about everything I'm subscribed to
 and recycled severy tons of magazines... you know, so my wife wouldn't kick
 me out of the house :)

 Brain Cluff

 On 10/08/2013 06:39 PM, Lisa Kachold wrote:

 Wow! Yea, I am sure people will grab those if you take them over on
 Thursday?


 On Tue, Oct 8, 2013 at 4:01 PM, David Lopez lopezdavid...@gmail.com
 mailto:lopezdavid123@gmail.**com lopezdavid...@gmail.com wrote:

 plug

 i was thinking that the last time i went to a plug meeting, there
 was magazines
 given away. i have linux magazines to donate in case that is still
 being done.

 Linux Journal: 1997-2011

 Linux Format: 2000-2011

 Linux Magazine: 1999-2006

 david

 --
 David López

 --**-
 PLUG-discuss mailing list - 
 PLUG-discuss@lists.phxlinux.**orgPLUG-discuss@lists.phxlinux.org
 
 mailto:PLUG-discuss@lists.**phxlinux.orgPLUG-discuss@lists.phxlinux.org
 
 To subscribe, unsubscribe, or to change your mail settings:
 
 http://lists.phxlinux.org/**mailman/listinfo/plug-discusshttp://lists.phxlinux.org/mailman/listinfo/plug-discuss




 --

 (503) 754-4452 Android
 (623) 239-3392 Skype
 (623) 688-3392 Google Voice
 **
 it-clowns.com http://it-clowns.com/c/
 Chief Clown















 --**-
 PLUG-discuss mailing list - 
 PLUG-discuss@lists.phxlinux.**orgPLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/**mailman/listinfo/plug-discusshttp://lists.phxlinux.org/mailman/listinfo/plug-discuss

  --**-
 PLUG-discuss mailing list - 
 PLUG-discuss@lists.phxlinux.**orgPLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/**mailman/listinfo/plug-discusshttp://lists.phxlinux.org/mailman/listinfo/plug-discuss


 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/mailman/listinfo/plug-discuss




-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

printing problem on samsung laser printer

2013-08-21 Thread David Lopez
0) os is ubuntu 12:10, 8 gig ram

1) driver is the one recommended by ubuntu - samsung unified printer driver

2) printer is samsung black only laser printer circa 2012 - model ml2545

3) i usually can print on first try from web - mostly text

4) however, multiple attempts may or may not work. all looks good, the
   driver takes in multiple pages, thinks, the printer icon shows up,
   then goes away. there seems to be nothing in the debug from the printer
   icon under settings.

5) if i fiddle with the process a couple of times, it may finally print.

6) how do i debug this problem since i don't know if the problem is with
   the browser (firefox), the driver, the printer.

7) i was trying to print a recipe with pictures from the web, no go.
   so converted to a file using firefox print to file option. the
   resulting pdf does not print.

8) usually printing code gives me no issues.

9) all software is up to date

10) it has been acting this way for months, don't print much

your help is greatly appreciated

david

-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: printing problem on samsung laser printer

2013-08-21 Thread David Lopez
thanks larry.

for a while i thought the discussion email address i was using was bogus.

why? because gmail does not post mail to the std inbox from plug mail.
when i send the
email, it puts a copy on the send box. i can see that email was sent, but
it never showed
up in inbox coming from the plug.

maybe it is a function of the list mail software to broadcast to list but
not
to sender (in initial post).

if i manage to fix my printer problem, i will post the solution and all is
gory details.

david

ps i went to the plug web site and found all the posts. sorry gals-guys for
not thinking
of this earlier.


On Wed, Aug 21, 2013 at 4:01 PM, Dazed_75 lthiels...@gmail.com wrote:

 No error on your part.  I read each one and just don't have anything to
 contribute which probably goes for some other readers as well.  I only
 reply here so you know you are not posting to a black hole.  Sorry


 On Wed, Aug 21, 2013 at 12:28 PM, David Lopez lopezdavid...@gmail.comwrote:

 0) os is ubuntu 12:10, 8 gig ram

 1) driver is the one recommended by ubuntu - samsung unified printer
 driver

 2) printer is samsung black only laser printer circa 2012 - model ml2545

 3) i usually can print on first try from web - mostly text

 4) however, multiple attempts may or may not work. all looks good, the
driver takes in multiple pages, thinks, the printer icon shows up,
then goes away. there seems to be nothing in the debug from the printer
icon under settings.

 5) if i fiddle with the process a couple of times, it may finally print.

 6) how do i debug this problem since i don't know if the problem is with
the browser (firefox), the driver, the printer.

 7) i was trying to print a recipe with pictures from the web, no go.
so converted to a file using firefox print to file option. the
resulting pdf does not print.

 8) usually printing code gives me no issues.

 9) all software is up to date

 10) it has been acting this way for months, don't print much

 your help is greatly appreciated

 david

 --
 David López
 Software Engineer

 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/mailman/listinfo/plug-discuss




 --
 Dazed_75 a.k.a. Larry

 Please protect my address like I protect yours. When sending messages to
 multiple recipients, use the BCC: (Blind carbon copy). Remove addresses
 from a forwarded message body before clicking Send.

 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/mailman/listinfo/plug-discuss




-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

help - need a picture from my usb camera

2013-08-03 Thread David Lopez
hi all

I have a usb logictech video and sound which i mounted over my flat screen
monitor. I use it for skype. along comes a lost dog which i'm trying to get
on the pet lost and found web sites but i need a picture. i looked at
ubuntu using the software centre applet but can't seem to find one. and i
looked!

years ago i found an app to take pictures but i can't remember the name.

any suggestions would me welcome.

david

-- 
David López
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

music cd in wav to mpg format

2013-04-18 Thread David Lopez
how do i copy music cd's (wav format) to my hard drive and create an
mp3 output to one cd to listen on my car radio?

my system is ubuntu 12.10 64 bit with amd phenom 2 chip and 8 gig ram.

as you know, ubuntu uses rhythmbox to play cd's. works ok. it even
finds the cd play list (from the web?) and then displays the name of
song and author in a spreadsheet-like output. nice.  it can also import to
a
directory but i can't do it. i can create the dir but nothing gets
imported. obviously, i can manually copy the wav files to dir in my
hard disk, however, rhythmbox can't find the play list but can play
the copied wav files.

it also comes with cd burner program called brasero. i can use this
to burn the cd but as far as i can see it does not do conversions
wav--mp3 format. what program can do this?

any web links will be appreciated.

david

-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Boot Problems

2012-12-15 Thread David Lopez
mark

did not mean pipe, i meant redirect output to a file.

dmesg  /tmp/dmesg.txt_2012dec15

david

On Sat, Dec 15, 2012 at 6:38 PM, David Lopez lopezdavid...@gmail.comwrote:

 mark

 on you machine from a terminal, do a dmesg command and pipe it to a file
 for inspection using cat or text editor.
 you should see the relative times on the left and output of your boot up
 on the right. maybe you can figure it out.

 david

 On Sat, Dec 15, 2012 at 6:12 PM, Mark Phillips m...@phillipsmarketing.biz
  wrote:

 I have an older Dell Tower running Linux version 2.6.32-5-686 (Debian
 2.6.32-41squeeze2) (da...@debian.org) (gcc version 4.3.5 (Debian
 4.3.5-4) ). It is a headless system that just serves some web pages, php,
 mysql, and a few others. It stopped booting, so I hooked up a monitor and
 keyboard and rebooted. It ran into problems checking the disk, so I let it
 boot into read only mode and ran fsck. I accepted all the defaults - there
 were some damaged inodes, so I let it fix them. It is booting OK now and
 seems to be running OK. The broken inodes were in some perl packages (late
 last night, did not write down the package name).

 The only strange behavior now occurs right at boot - it hangs a long time
 (~2 min)  at the first two steps after grub loads:
 Loading Linux 2.6.32-5-686 - ~ 1 min
 Loading initial ramdisk - ~1 min
 There is only 1 gig of ram in the system, so the ram disk cannot be that
 large! -
 Ouput from top:
 top - 18:09:05 up 1 min, 2 users, load average: 0.27, 0.16, 0.06
 Tasks: 84 total, 1 running, 83 sleeping, 0 stopped, 0 zombie
 Cpu(s): 0.0%us, 0.3%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
 Mem: 1032772k total, 176740k used, 856032k free, 6916k buffers
 Swap: 2017272k total, 0k used, 2017272k free, 90536k cached

 Is there anything I should do at this point, or just keep it running?

 Thanks,

 Mark

 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.phxlinux.org/mailman/listinfo/plug-discuss




 --
 David López
 Software Engineer




-- 
David López
Software Engineer
---
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss