Re: localhost

2021-10-09 Thread Michael via PLUG-discuss
>>> >>> The local loopback mechanism may be used to run a network service on a >>> host without requiring a physical network... >>> <https://en.wikipedia.org/wiki/Localhost> >>> >>> >>> you need to specify the port number >&g

localhost

2021-10-09 Thread Michael via PLUG-discuss
Are the addresses for localhost 127.0.0.1 and 127.0.1.1 ? That was a rhetorical question. What isn't rhetorical is why, when I enter either of those addresses into a browser , do I get a 'problem with address' page? Are there -- :-)~MIKE~(-: ---

Offered to help me with gentoo or arch?

2021-09-19 Thread Michael via PLUG-discuss
Someone out there in the land of PLUG offered to help me with arch or gentoo (I don't remember which and deleted that message). If you are still willing to help I would like to ask some questions. -- :-)~MIKE~(-: --- PLUG-discuss mailing list -

compile error

2021-09-18 Thread Michael via PLUG-discuss
It isn't really an error. ../sysdeps/unix/sysv/linux/x86/jmp_buf-ssp.sym > /mnt/lfs/sources.glibc-2.34/build/jmp_buf-ssp.ht I don't get it. I had it compiled to section 8 of LFS but now I can't get it past section 5.5 I get to make install and it gets to a section and it just keeps repeating

Re: fstab line

2021-09-17 Thread Michael via PLUG-discuss
never mind. I restArt my machine and it worked. never had that problem before. On Fri, Sep 17, 2021 at 2:20 PM Michael wrote: > What does a fstab line with a label look like? > -- > :-)~MIKE~(-: > -- :-)~MIKE~(-: --- PLUG-discuss mailing list -

fstab line

2021-09-17 Thread Michael via PLUG-discuss
What does a fstab line with a label look like? -- :-)~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

Re: processors on system

2021-09-12 Thread Michael via PLUG-discuss
;> >>> Hyper threading often shows up as 2. You may have a single core, dual >>> thread processor. >>> >>> Mac >>> >>> -- >>> Donald Mac McCarthy >>> Director, Field Operations >>> +1.602.584.4445 (desk) >>&

Re: processors on system

2021-09-12 Thread Michael via PLUG-discuss
>> Donald Mac McCarthy >> Director, Field Operations >> +1.602.584.4445 (desk) >> +1.602.727.4131 (mobile) >> >> On Sunday, Sep 12, 2021 at 12:56 PM, Michael via PLUG-discuss < >> plug-discuss@lists.phxlinux.org> wrote: >> I always thought I only

Re: processors on system

2021-09-12 Thread Michael via PLUG-discuss
> thread processor. > > Mac > > -- > Donald Mac McCarthy > Director, Field Operations > +1.602.584.4445 (desk) > +1.602.727.4131 (mobile) > > On Sunday, Sep 12, 2021 at 12:56 PM, Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > I always t

processors on system

2021-09-12 Thread Michael via PLUG-discuss
I always thought I only had one processor on my system However, when I ran the command 'grep processor /proc/cpuinfo' the output was: processor : 0 processor : 1 This means I have two processors in there? -- :-)~MIKE~(-: --- PLUG-discuss mailing

Re: cat >>EOF

2021-09-10 Thread Michael via PLUG-discuss
Thanks for the tip! On Fri, Sep 10, 2021 at 3:07 PM Shaun Anderson wrote: > Your >> should be <<. > > You're using redirect operators there. > > cat << EOF > > https://stackoverflow.com/questions/2500436/how-does-cat-eof-work-in-bash > > On Fri, Sep

Re: cat >>EOF

2021-09-10 Thread Michael via PLUG-discuss
r Z, or X. > > Worst case, unplug it and back away. It'll explode soon. > > Thanks, > Alexander. > > Sent from my Samsung S20+ 5G > > On Fri, Sep 10, 2021, 11:26 Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> I typed >> >

cat >>EOF

2021-09-10 Thread Michael via PLUG-discuss
I typed cat >>EOF But when I type EOF it doesn't exit. help? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings:

Re: vi

2021-09-10 Thread Michael via PLUG-discuss
e: > >> On 2021-09-10 08:36, Michael via PLUG-discuss wrote: >> > how does one save and exit with vi? >> >> (escape):wq or (escape)ZZ . If you're going to try to use vim, you >> should start by running vimtutor. That will show you how to use all the >>

Re: vi

2021-09-10 Thread Michael via PLUG-discuss
thanks guys. I should have done a web search. Sorry. On Fri, Sep 10, 2021 at 11:49 AM Matt Graham via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > On 2021-09-10 08:36, Michael via PLUG-discuss wrote: > > how does one save and exit with vi? > > (escape):wq or (e

vi

2021-09-10 Thread Michael via PLUG-discuss
how does one save and exit with vi? -- :-)~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

Re: path

2021-09-10 Thread Michael via PLUG-discuss
gt;>>> >>>>>>> Follow those steps and let me know once you have created the >>>>>>> bootable USB drive. >>>>>>> >>>>>>> -- >>>>>>> Thanks, >>>>

Re: path

2021-09-08 Thread Michael via PLUG-discuss
>> USB drive. >>>>>> >>>>>> -- >>>>>> Thanks, >>>>>> Alex. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On Wed, Sep

Re: path

2021-09-08 Thread Michael via PLUG-discuss
gt;> >>>>> >>>>> On Wed, Sep 8, 2021 at 11:19 AM Michael wrote: >>>>> >>>>>> well, that is kinda what I want. I want to build a package in a >>>>>> directory that is in the path so

Re: path

2021-09-08 Thread Michael via PLUG-discuss
s in your user path. Root will have a different PATH. > > You can add to it by typing: > > export PATH="$PATH:/your/new/directory" > > To append to the end. > > Put that at the bottom of your "~/.bashrc" file. > > Thanks, > Alexander. > >

path

2021-09-08 Thread Michael via PLUG-discuss
What directory is in the path that is also accessible by the user? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings:

Re: what is that thing that is similar to linuxfromscratch

2021-09-05 Thread Michael via PLUG-discuss
Was it gentoo you were recommending? Or was it another? On Sat, Sep 4, 2021 at 9:53 PM Michael wrote: > You recommended a distro a while back that is similar to linux from > scratch and I can't find that email. what was it? > > -- > :-)~MIKE~(-: > -- :-)~MIKE~(-:

what is that thing that is similar to linuxfromscratch

2021-09-04 Thread Michael via PLUG-discuss
You recommended a distro a while back that is similar to linux from scratch and I can't find that email. what was it? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail

Re: How do I reset su password

2021-09-02 Thread Michael via PLUG-discuss
Man why don't I ever search first. Sorry to have disturbed you! On Thu, Sep 2, 2021 at 4:00 PM Michael wrote: > I need to do things as root (not sudo) and when it asks me for a password > the computer doesn't accept what I type in. > I thought I wrote the instructions down but I guess not! > >

How do I reset su password

2021-09-02 Thread Michael via PLUG-discuss
I need to do things as root (not sudo) and when it asks me for a password the computer doesn't accept what I type in. I thought I wrote the instructions down but I guess not! -- :-)~MIKE~(-: --- PLUG-discuss mailing list -

Re: TVs

2021-09-02 Thread Michael via PLUG-discuss
gt; any other LED today. > > -mb > > > On Thu, Sep 2, 2021 at 10:42 AM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> Oh my appologies. This is for a tv. Not a monitor. >> >> On Wed, Sep 1, 2021 at 6:20 PM Michael Butash vi

strange to me auto completion error

2021-09-02 Thread Michael via PLUG-discuss
whenever I type rm $LFS/so it is replaced with: bmike1@bmike1-desktop:~$ rm \$LFS/so (and the auto complete options) which upon completion results in: rm: cannot remove '$LFS/sources/wget-list': No such file or directory why is it doing this? -- :-)~MIKE~(-:

Re: TVs

2021-09-02 Thread Michael via PLUG-discuss
. >> >> Each Pixel is it's own light source. >> >> "True Black" only exists on OLED. >> >> Thanks, >> Alexander. >> >> Sent from my Samsung S20+ 5G >> >> On Wed, Sep 1, 2021, 12:33 Michael via PLUG-discuss < >> plug-d

TVs

2021-09-01 Thread Michael via PLUG-discuss
LED tvs are best... right? -- :-)~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

find and remove

2021-08-26 Thread Michael via PLUG-discuss
a couple of years ago I think I copied a directory with directories and etcinto another directory. I think it was /Pictures or maybe not. How can I find it and delete it... well really I only need to find the files so I can delete it. -- :-)~MIKE~(-:

Re: blew system to bits

2021-08-24 Thread Michael via PLUG-discuss
n. Think about what you're doing >> before hitting that enter button. It's much the same when I'm doing >> network deployments to enterprise devices, or just mucking around with my >> workstation. Don't be that guy if you're ever in a position to admin >> business systems. &g

Re: blew system to bits

2021-08-24 Thread Michael via PLUG-discuss
n. Don't be that guy if you're ever in a position to admin > business systems. > > -mb > > > On Tue, Aug 24, 2021 at 2:12 PM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> OOPS. I hit return after typin rm -rf it deleted everythi

blew system to bits

2021-08-24 Thread Michael via PLUG-discuss
OOPS. I hit return after typin rm -rf it deleted everything in /home. So I restored my system and now this happens: bmike1@bmike1-desktop:~$ sudo apt install gparted [sudo] password for bmike1: Reading package lists... Done Building dependency tree Reading state information... Done The following

Re: /etc/fstab

2021-08-20 Thread Michael via PLUG-discuss
uss@lists.phxlinux.org> wrote: > On 2021-08-20 11:48, Michael via PLUG-discuss wrote: > > Please, will this work? > > > LABEL=boot /boot ext4 defaults 0 0 > > LABEL=rootdir / ext4 defaults 1 1 > > LABEL=swap swap swap pri=1 0 0 > > LAB

Re: ethernet cable

2021-08-20 Thread Michael via PLUG-discuss
this one will work I think! Mediabridge Ethernet Cable (15 Feet) - Supports Cat6/5e/5, 550MHz, 10Gbps - RJ45 Cord (Part# 31-399-15X ) On Fri, Aug 20, 2021 at 3:19 PM Michael wrote: > To connect a computer to a router what kind of cable would I get? I think > it is NOT a patch cable. What is it

ethernet cable

2021-08-20 Thread Michael via PLUG-discuss
To connect a computer to a router what kind of cable would I get? I think it is NOT a patch cable. What is it called? I need a 15 foot cable. What to get? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe,

/etc/fstab

2021-08-20 Thread Michael via PLUG-discuss
Please, will this work? # Begin /etc/fstab # file system mount-point type options dump fsck # order LABEL=boot /bootext4 defaults0 0 LABEL=rootdir /ext4 defaults

ET

2021-08-14 Thread Michael via PLUG-discuss
Where are you buddy? I've been missin ya! Well you got me into $LFS and I'm wrapping up things. Well, I got to section 8.44 so I don't know if you'd consider wrapping it up but it is closer than I've been before -- :-)~MIKE~(-: --- PLUG-discuss

Re: What am I doing wrong?

2021-08-06 Thread Michael via PLUG-discuss
> > does the build documentation detail where things get placed? > > > > > > > > > On Fri, Aug 6, 2021 at 11:39 AM Michael via PLUG-discuss > > > wrote: > > >> > > >> in my fourth attempt at linux from

Re: What am I doing wrong?

2021-08-06 Thread Michael via PLUG-discuss
going in but now it isn't > > On Fri, Aug 6, 2021 at 3:10 PM Stephen Partington via PLUG-discuss > wrote: > > > > does the build documentation detail where things get placed? > > > > > > On Fri, Aug 6, 2021 at 11:39 AM Michael via PLUG-discuss > >

Re: What am I doing wrong?

2021-08-06 Thread Michael via PLUG-discuss
well it was going in but now it isn't On Fri, Aug 6, 2021 at 3:10 PM Stephen Partington via PLUG-discuss wrote: > > does the build documentation detail where things get placed? > > > On Fri, Aug 6, 2021 at 11:39 AM Michael via PLUG-discuss > wrote: >> >> in m

What am I doing wrong?

2021-08-06 Thread Michael via PLUG-discuss
in my fourth attempt at linux from scratch this is the script I'm trying to run: ../configure \ --prefix=/usr \ --build=$(../config.guess) \ --host=$LFS_TGT\ --disable-nls \ --enable-shared

search engine not focused on selling you someting

2021-07-30 Thread Michael via PLUG-discuss
Check out this search engine: -- Forwarded message - From: Doug Nordfors Date: Wed, Jul 28, 2021 at 2:42 PM Subject: SearX (https://search.disroot.org/search) To: Michael Havens https://search.disroot.org/search -- :-)~MIKE~(-:

Re: I need help creating a partition.

2021-07-26 Thread Michael via PLUG-discuss
part if that truly is the label you'd like your > drive to have otherwise change it to something more appropriate or > simply leave it off : > mkfs.ext4 -L "opt" /dev/sdc10 > > Brian Cluff > > On 7/25/21 7:09 PM, Michael via PLUG-discuss wrote: > > gparted is failing me.

I need help creating a partition.

2021-07-25 Thread Michael via PLUG-discuss
gparted is failing me.It is a logical partition(/dev/sdc10) labled /home. It is 48 GB large. here is my attempt at using mkfs: michael@MyNUC:~$ sudo mkfs.ext4 -F -O ^64bit -L '/opt' '/dev/sdc10' 00:00:03 [sudo] password for michael: mke2fs 1.45.5 (07-Jan-2020) mkfs.ext4: invalid blocks

Re: using a thumb drive as a partition.

2021-07-23 Thread Michael via PLUG-discuss
It will be a USB3 drive but the port might only be a 2 if that! On Fri, Jul 23, 2021 at 4:50 PM Steve Litt via PLUG-discuss wrote: > > Stephen Partington via PLUG-discuss said on Fri, 23 Jul 2021 08:19:35 > -0700 > > > > > >i still find their write performance leaves something to be desired

Re: resize partition

2021-07-22 Thread Michael via PLUG-discuss
solution: Download the appropriate .deb files from CODE: SELECT ALL http://packages.ubuntu.com/yakkety/e2fslibs http://packages.ubuntu.com/yakkety/e2fsprogs and install e2fslibs, then install e2fsprogs. On Thu, Jul 22, 2021 at 3:46 PM Michael wrote: > > So I was looking at my disk partitions

resize partition

2021-07-22 Thread Michael via PLUG-discuss
So I was looking at my disk partitions and noticed I don't have a swap partition. I guess I probably should as I am going to do LFS and only have 8 GB of ram. I then shut down the machine and started a live version but got the following error: GParted 0.25.0 --enable-libparted-dmraid

Re: Electrical costs to run a home web server

2021-07-22 Thread Michael via PLUG-discuss
> > Tell me about it. I live in Orlando Florida. > You're in Orlando? Cool! I'm in Ocala. -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings:

using a thumb drive as a partition.

2021-07-21 Thread Michael via PLUG-discuss
Have they fixed the number of writes a drive cN TAKE? OR ELSE HOW MANY WRITES CAN an sd card take. I want to use it for LFS -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your

Re: Electrical costs to run a home web server

2021-07-21 Thread Michael via PLUG-discuss
$262 a YEAR. If you can't afford $22 more a month you need a less expensive hobby. Don't go out to eat one less time a month. Go to the movies one less time a month. I'm sure you can figure out something else to do one less time a month. 1 On Wed, Jul 21, 2021 at 10:34 AM Keith Smith via

Re: LFS

2021-07-18 Thread Michael via PLUG-discuss
te: > > On 7/18/21 4:58 PM, Harold Hartley via PLUG-discuss wrote: > > > Because it's more bloated as I see it. > > > > > > On Sun, Jul 18, 2021, at 16:33, Michael via PLUG-discuss wrote: > > >> You know I'm doing Linux From Scratch and I'm looking int

Housing

2021-07-18 Thread Michael via PLUG-discuss
My dad was just telling me I could get old laptop flash and make a drive with it. My little brain can't wrap itself around that. Anyone know what he is talking about? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org

LFS

2021-07-18 Thread Michael via PLUG-discuss
You know I'm doing Linux From Scratch and I'm looking into Beyond Linux from Scratch. Well I look at KDE and I look at Gnome. Gnome has about twice the pAckages to compile. Why is that? -- :-)~MIKE~(-: --- PLUG-discuss mailing list -

Directory size

2021-07-17 Thread Michael via PLUG-discuss
I tell ya; I am so excited. I was going to write a message to ya' all asking how to tell the a directories size. Then my mind starte t a-whirl. I thought: free No. That's a memory thing. Then I thought: df Maybe. It shows the size of the disk. Let's throw a directory onto thend of it df

Re: Linux from scratch

2021-07-15 Thread Michael via PLUG-discuss
Does anyone know what happened to ET? He was helping me with this when I was trying to do it about 10 years ago. On Thu, Jul 15, 2021 at 2:30 PM Michael wrote: > > I know google is my friend! I looked it up and it is possible. > Sorry I didn't thonk of that before I asked. > > On Thu, Jul

Re: help with printing

2021-07-14 Thread Michael via PLUG-discuss
will be available. > > You can also use Digikam. > Select the images you want included and then go to Tools -> Print Creator > > Hope that's the type of thing you were looking for. > > Brian Cluff > > On 7/13/21 8:46 PM, Michael via PLUG-discuss wrote: > >

help with printing

2021-07-13 Thread Michael via PLUG-discuss
I need a printing program which has layout management. I was told about photoprint but it has been removed from the repository. I also heard about krokus but it too is not in the repository and I tried to compile it but the dependencies weren't in the repository so I got uncomfortable with that.

Re: boy am I glad I have a basic understanding of linux thanks to you guys.

2021-07-04 Thread Michael via PLUG-discuss
correctionI now have windows on my laptop but my main computer is linuxand all of my computers between 199? and now have been Linux. Hm, I can't remember if the other laptop I had was a windows box or linux so there's that. On Sun, Jul 4, 2021 at 12:20 PM Michael wrote: > > That sounds

Re: boy am I glad I have a basic understanding of linux thanks to you guys.

2021-07-04 Thread Michael via PLUG-discuss
That sounds like about the same time I came around. If I remember right it was the installfest at glendale community college. Redddhat didn't work for me so the next month I took ithe computer to the monthly meeting and had Hans put windows back on. I don't know why but I went to the next

boy am I glad I have a basic understanding of linux thanks to you guys.

2021-07-03 Thread Michael via PLUG-discuss
Today I ran the update manager to get the new version of darktable and it failed w/o telling me why.Because of the knowledge I attained from you over the years I was able to open a terminal and to run apt and find out what was wrong. It urns out one of the packages had unmet dependencies.

Re: Libre office

2021-05-10 Thread Michael via PLUG-discuss
10, 2021, 9:00 AM Michael via PLUG-discuss > wrote: >> >> Why do these two formulas produce the same result? >> >> =(U127-2200)*0.01*16 =SUM((U127-T127)*0.01*$N$125) assuming t127 is not 2200 >> -- >> :-)~MIKE~(-: >>

Libre office

2021-05-10 Thread Michael via PLUG-discuss
Why do these two formulas produce the same result? =(U127-2200)*0.01*16 =SUM((U127-T127)*0.01*$N$125) assuming t127 is not 2200 -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change

Re: can't remember

2021-04-30 Thread Michael via PLUG-discuss
Thanks, man.]\ On Fri, Apr 30, 2021 at 4:35 PM Michael Butash via PLUG-discuss wrote: > > Use dollar signs. > > $D$4 == cell D4 doesn't change > > -mb > > > On Fri, Apr 30, 2021 at 11:22 AM Michael via PLUG-discuss > wrote: >> >> what is the symbol in

Re: can't remember

2021-04-30 Thread Michael via PLUG-discuss
what is it called? I was thinking absolute cell or value or something like that but it isn't. On Fri, Apr 30, 2021 at 2:21 PM Michael wrote: > > what is the symbol in librecalc to make a certain cell not vary the position? > > -- > :-)~MIKE~(-: -- :-)~MIKE~(-:

can't remember

2021-04-30 Thread Michael via PLUG-discuss
what is the symbol in librecalc to make a certain cell not vary the position? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings:

Thanks for your help when I ran out of room

2021-04-21 Thread Michael via PLUG-discuss
Wonderful! I was deleting things and elated home. Now I have plenty of room until I restored with my backups.\ In any case, what is a good external drive? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To

Re: running out of room in root

2021-04-21 Thread Michael via PLUG-discuss
Ok, thanks. On Wed, Apr 21, 2021 at 12:31 PM Shaun Anderson wrote: > > Is /boot on the same partition? If so there are usually some large older > kernel files in there you could clean up. > > On Wed, Apr 21, 2021 at 9:29 AM Michael via PLUG-discuss > wrote: >> >&g

running out of room in root

2021-04-21 Thread Michael via PLUG-discuss
I am getting an error: File system Root only has 143.6 MB remaining. What should I do michael@MyNUC:~$ df / -h Filesystem Size Used Avail Use% Mounted on /dev/sda528G 26G 137M 100% / michael@MyNUC:~$ -- :-)~MIKE~(-: ---

Re: I'm running out of room.

2021-04-21 Thread Michael via PLUG-discuss
thanks\ On Tue, Apr 20, 2021 at 9:40 PM John Seberg via PLUG-discuss wrote: > > I've just used xfburn or brasero. It's been a while. > > > > > > > On Tuesday, April 20, 2021, 6:16:50 PM MST, Michael via PLUG-discuss > wrote: > > > > > > I need t

I'm running out of room.

2021-04-20 Thread Michael via PLUG-discuss
I need to copy my pictures to dvd/cd. Could someone tell me how to do it? mount -t iso9660 -o ro,loop=/dev/loop0 cd_image /cdrom mkisofs -r -J -o output-files (for this will '*' copy names as is?) name-of-files-to-copy (will '*' copy all files) -- :-)~MIKE~(-:

Re: New to the List and Linux

2021-03-04 Thread Michael via PLUG-discuss
Chrome books are designed to run off of the Internet. How big of a hard drive does your chrome books have on them. On Thu, Mar 4, 2021 at 10:57 PM Stephen Partington via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > The closest I have done is enable Linux and set up flatpack. None of

modern xbmc/kodi

2021-02-22 Thread Michael via PLUG-discuss
How can we watch tv/movies on the computer like we could with xbmc? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings:

Re: Starlink Preorders Begin

2021-02-20 Thread Michael via PLUG-discuss
and what is 'stellar' On Thu, Feb 18, 2021 at 10:42 AM Michael Butash via PLUG-discuss wrote: > > Do you hate your incumbent ISP for keeping you in the dark ages with only > single digit megabit internet? Now you can start ordering Starlink services. > > https://www.starlink.com/ > > So far

Re: compromised passwords

2021-02-04 Thread Michael via PLUG-discuss
I wish I could On Thu, Feb 4, 2021 at 4:41 PM Harold Hartley via PLUG-discuss wrote: > > Don’t use chrome. > > On Thu, Feb 4, 2021, at 14:27, Michael via PLUG-discuss wrote: > > Whenever I try to save a password in chrome a window pops up saying I > > have 157 compromise

compromised passwords

2021-02-04 Thread Michael via PLUG-discuss
Whenever I try to save a password in chrome a window pops up saying I have 157 compromised passwords. Then, after I click the inspect button I am informed I have no saved passwords. How do I get that notice to stop appearing and passwords to be saved again? Oh, I forgot to say thay passwords are

Re: tiff file license

2021-01-23 Thread Michael via PLUG-discuss
ings? > > Regarding compression, in my experience, it was optional, and typically > lossless (ZIP or LZW) with TIFF. JPEG compression is lossy, and I think that > may be a TIFF option to be avoided by somebody wanting to preserve all > possible data. > > Cheers, > &

Re: tiff file license

2021-01-23 Thread Michael via PLUG-discuss
proprietary is the word! On Sat, Jan 23, 2021 at 9:03 AM Michael wrote: > > I mean like a DNG file is an Adobe product and I'm trying to convince > my photographer colleagues that they shouldn't use DNG but rather that > they should be using TIFF files when they need to convert a closed > format

Re: tiff file license

2021-01-23 Thread Michael via PLUG-discuss
I mean like a DNG file is an Adobe product and I'm trying to convince my photographer colleagues that they shouldn't use DNG but rather that they should be using TIFF files when they need to convert a closed format (I can't think of the correct word) image file to something darktable can read.

tiff file license

2021-01-23 Thread Michael via PLUG-discuss
how is a tiff file licensed? My web search didn't show it! -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings:

Re: Drone Kit

2021-01-07 Thread Michael via PLUG-discuss
on the topic. > > Good luck > Harold > > On Sun, Jan 3, 2021 at 1:19 PM Michael via PLUG-discuss > wrote: >> >> I asked this on a list that should know but I just got snarky replies. >> I am a real estate photographer and we use drones (surprise, >> surpris

Drone Kit

2021-01-03 Thread Michael via PLUG-discuss
I asked this on a list that should know but I just got snarky replies. I am a real estate photographer and we use drones (surprise, surprise). In any case I want to build a back up drone. Could someone point me towards a kit that has return to home, a 1" camera,and maybe a flight pattern thing

Re: simple-scan

2020-12-12 Thread Michael via PLUG-discuss
9:36 AM John Seberg via PLUG-discuss > wrote: > > > > I assume you downloaded .deb file(s) and used apt to install? > > > > $ sudo apt remove > > > > > > > > > > > > > > On Saturday, December 12, 2020, 7:29:31 AM MST, Michael via PL

Re: simple-scan

2020-12-12 Thread Michael via PLUG-discuss
oh brother! I knew that! I forgot. On Sat, Dec 12, 2020 at 9:36 AM John Seberg via PLUG-discuss wrote: > > I assume you downloaded .deb file(s) and used apt to install? > > $ sudo apt remove > > > > > > > On Saturday, December 12, 2020, 7:29:31 AM MST, M

Re: simple-scan

2020-12-12 Thread Michael via PLUG-discuss
es a paid license, but 4.x is > still free for linux. > > https://www.linuxuprising.com/2019/04/download-master-pdf-editor-4-for-linux.html > http://code-industry.net/public/master-pdf-editor-4.3.89_qt5.amd64.deb > > -mb > > > On Thu, Dec 10, 2020 at 3:39

Re: simple-scan

2020-12-10 Thread Michael via PLUG-discuss
3.89-1 (+56 4.48%) (Installed) > > A complete solution for creation and editing PDF files - Free version > > without watermark > > 1 aur/masterpdfeditor 5.6.80-1 (+169 3.69%) > > A complete solution for viewing, creating and editing PDF files > > > > -mb >

Re: simple-scan

2020-12-10 Thread Michael via PLUG-discuss
ution for viewing, creating and editing PDF files > > -mb > > > On Thu, Dec 10, 2020 at 12:21 PM Michael via PLUG-discuss > wrote: >> >> Does anyone know how to load a PDF document into simple-scan so you >> can add onto it. >> >> -- >> :-)~MIKE~(-: >&g

simple-scan

2020-12-10 Thread Michael via PLUG-discuss
Does anyone know how to load a PDF document into simple-scan so you can add onto it. -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings:

Re: HDR with GIMP

2020-12-05 Thread Michael via PLUG-discuss
CLI based. > > https://imagemagick.org > > > > > > On Saturday, December 5, 2020, 7:41:26 AM MST, Michael via PLUG-discuss > wrote: > > > > > > You know actually I just want to be able to turn the following arw > files into the jpg the

Re: HDR with GIMP

2020-12-05 Thread Michael via PLUG-discuss
turn the arw files in the link into the jpg file in the link I mean On Sat, Dec 5, 2020 at 9:40 AM Michael wrote: > > You know actually I just want to be able to turn the following arw > files into the jpg the linux way. With Gimp or darktable or some other > linux way: >

Re: HDR with GIMP

2020-12-05 Thread Michael via PLUG-discuss
You know actually I just want to be able to turn the following arw files into the jpg the linux way. With Gimp or darktable or some other linux way: https://drive.google.com/drive/folders/1b-ZmJv-vu1vqh9ZaQBhOU9c5qeibjOME?usp=sharing On Sat, Dec 5, 2020 at 7:52 AM Michael wrote: > > Goofy

Re: HDR with GIMP

2020-12-05 Thread Michael via PLUG-discuss
Goofy me the instructions said it would not be able to create directories and so to create the directories manually and then he gave the commands. Well it did not give me the error I expected so I thought I had a different error. Well, I was wrong. I entered the mkdir commands and everything

Re: HDR with GIMP

2020-12-05 Thread Michael via PLUG-discuss
this is the error I get after following the instructions found : https://www.evolware.org/?p=440 $ wine nikcollection-full-1.2.11.exe wine: created the configuration directory '/home/michael/.wine' 0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface

HDR with GIMP

2020-12-05 Thread Michael via PLUG-discuss
I need to install the google NIK plugin so I can do HDR in gimp. I get confused easily. Can someone help me install NIK and get it running so I can follow the book I got to teach me Gimp ? And if you would be willing, help me with learning how to do HDR? -- :-)~MIKE~(-:

Re: kindle fire sd card

2020-11-21 Thread Michael via PLUG-discuss
nevermind. she only had 3 apps so I told her download them again On Sat, Nov 21, 2020 at 10:25 AM Michael wrote: > > My wife just got an sd card for her kindle fire 7 and I don't know > what to do. I plugged it in go to settings>storage>move apps to sd > card and it says that it is moving them

kindle fire sd card

2020-11-21 Thread Michael via PLUG-discuss
My wife just got an sd card for her kindle fire 7 and I don't know what to do. I plugged it in go to settings>storage>move apps to sd card and it says that it is moving them only to say 0 apps moved to your sd card. What am I doing wrong? -- :-)~MIKE~(-:

Re: pulseaudio, analog sound output, and WHAT?

2020-11-20 Thread Michael via PLUG-discuss
Thank you so much for that. On Fri, Nov 20, 2020 at 11:13 AM Eric Oyen via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Oh joy! > > I really wish the developers had not taken this route with pulse audio. > Because of this, I have had no end of issues when trying to output screen >

Re: install BABL

2020-11-13 Thread Michael via PLUG-discuss
ld PPA and then deleting > >> everything gimp related off the system and then reinstalling gimp from > >> the distros repositories. > >> > >> Brian Cluff > >> > >> On 11/12/20 8:29 PM, Michael via PLUG-discuss wrote: > >>> This is b

Re: install BABL

2020-11-13 Thread Michael via PLUG-discuss
stro version to > install all it's dependencies. > I was able to fix is by getting rid of the old PPA and then deleting > everything gimp related off the system and then reinstalling gimp from > the distros repositories. > > Brian Cluff > > On 11/12/20 8:29 PM, Michael via PLU

install BABL

2020-11-12 Thread Michael via PLUG-discuss
This is bizarre. I installed gimp with apt (I had it installed with flAtpak) and it wouldn't start after the install. so I opened up a terminal to capture any error. This is what I got: BABL version too old! GIMP requires BABL version 0.1.78 or later. Installed BABL version is 0.1.74. Somehow

<    1   2   3   4   5   6   7   >