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 s

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 '00:00:03'

Re: I need help creating a partition.

2021-07-26 Thread Michael via PLUG-discuss
g simple like, > but only do the -L "opt" 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, Mich

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~(-: -

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

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: >> >>

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-

Re: What am I doing wrong?

2021-08-06 Thread Michael via PLUG-discuss
ote: > > > > > > 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 fou

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 mail

/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

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,

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 c

Re: /etc/fstab

2021-08-20 Thread Michael via PLUG-discuss
-discuss@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 > >

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 ad

Re: blew system to bits

2021-08-24 Thread Michael via PLUG-discuss
r just mucking around with my > workstation. 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: > >> OO

Re: blew system to bits

2021-08-24 Thread Michael via PLUG-discuss
re doing. Slow. It. Down. 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 ev

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~(-: --

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

Re: TVs

2021-09-02 Thread Michael via PLUG-discuss
g> wrote: > >> OLED are best. >> >> 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

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
ick by the 2x cost over > 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

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 - PLUG-discuss@lists.phxlin

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! > > >

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 s

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~(-: -

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: https://lists.phxlinux.org/mailman/listin

Re: path

2021-09-08 Thread Michael via PLUG-discuss
olders 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. >

Re: path

2021-09-08 Thread Michael via PLUG-discuss
t;> >>>>> >>>>> >>>>> >>>>> 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 i

Re: path

2021-09-08 Thread Michael via PLUG-discuss
w once you have created the bootable >>>>>> USB drive. >>>>>> >>>>>> -- >>>>>> Thanks, >>>>>> Alex. >>>>>> >>>>>> >>>>>> >>>>>> >>&g

Re: path

2021-09-10 Thread Michael via PLUG-discuss
ps://rufus.ie/en/ >>>>>>> >>>>>>> Follow those steps and let me know once you have created the >>>>>>> bootable USB drive. >>>>>>> >>>>>>> -- >>>>>>&

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: 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

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 >

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: https://lists.phxlinux.org/mailman/listinfo/

Re: cat >>EOF

2021-09-10 Thread Michael via PLUG-discuss
C ? Or 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 &g

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,

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 lis

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

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
;> >>> 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) >>&

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: 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 -

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 itself

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 - PLUG

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~(-: --- PLUG

Re: localhost

2021-10-09 Thread Michael via PLUG-discuss
localhost >>> >>> 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 num

Re: localhost

2021-10-09 Thread Michael via PLUG-discuss
n your local lan. This is a security > practice in application cases for high-speed caching or inter-process > communications local to this system only. > > -mb > > On Sat, Oct 9, 2021 at 12:24 PM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: &g

I just realized something....

2021-10-15 Thread Michael via PLUG-discuss
I usually create a document or edit a picture or something and rarely use it again. I also make a backup of said document. People also complain about running out of room. So I am going to erase the original and only keep the backup. What do you all think of that? (I propose this to invoke conversa

I was wondering....

2021-10-15 Thread Michael via PLUG-discuss
Can raid5 be done on ssd? -- :-)~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

Could someone show me how to compile things from github?

2021-10-19 Thread Michael via PLUG-discuss
I have never compiled a program from github. Could someone show me how to compile darktable from github? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings: http

Re: Could someone show me how to compile things from github?

2021-10-19 Thread Michael via PLUG-discuss
valuation. > but basic steps are usual git clone the repo, find the makefiles etc, > build, install. > > Each project individually will have a different process. > > > On Tue, Oct 19, 2021 at 8:47 AM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org>

Re: Could someone show me how to compile things from github?

2021-10-19 Thread Michael via PLUG-discuss
to learn how to use github On Tue, Oct 19, 2021 at 2:12 PM Retro64XYZ via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Why are you doing this? > On 10/19/21 11:10, Michael via PLUG-discuss wrote: > > Okay, I went into the darktable section of github and read the RE

Re: I just realized something....

2021-10-19 Thread Michael via PLUG-discuss
cool On Fri, Oct 15, 2021 at 1:08 PM Stephen Partington via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > well. that is no longer your backup. this is often referred to as > archiving. > > On Fri, Oct 15, 2021 at 9:52 AM Michael via PLUG-discuss < > plug-di

Re: Could someone show me how to compile things from github?

2021-10-19 Thread Michael via PLUG-discuss
g> wrote: > > Michael via PLUG-discuss wrote: > >> I have never compiled a program from github. Could someone > >> show me how to compile darktable from github? > On 2021-10-19 09:19, Stephen Partington via PLUG-discuss wrote: > > This one is kind of a project per

printer on arch

2021-10-22 Thread Michael via PLUG-discuss
I installed Arch recently and am lost on setting up the printer (hp envy photo 7855). the printer wiki says that the page needs to be updated. Could someone help? I installed hplip (and that installed cups and other stuff) and I installed usbutils to get lsusb. I was having difficulties getting lsu

Printer on ARCH

2021-10-23 Thread Michael via PLUG-discuss
I ran the configuration for the printer and it can not find the ppd file. I searched the web for it so I could point to it but there was no luck... unless the ppd file is hplip. If that is the case something is wrong with it. Where is it located so I can tell ARCH where it is? -- :-)~MIKE~(-: ---

Re: Printer on ARCH

2021-10-23 Thread Michael via PLUG-discuss
t; Run this command: > > find / -type f -iname "*.ppd" > > > See what kind of results you get. > > -- > Thanks, > Alex. > > > > > On Sat, Oct 23, 2021 at 1:41 PM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: >

bad mouse or a setting

2021-10-29 Thread Michael via PLUG-discuss
I have a problem. When I click and drag the mouse will create the selection box and it will expand but the click will unclick periodically and then reclick and then (repeat). Does anyone know what's wrong or else should I just get another mouse? -- :-)~MIKE~(-:

Re: bad mouse or a setting

2021-10-31 Thread Michael via PLUG-discuss
Thanks for the idea. Unfortunately it is a wired mouse. I don't have those new-fangled contraptions! On Sun, Oct 31, 2021 at 8:30 AM Steve Litt via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Michael via PLUG-discuss said on Fri, 29 Oct 2021 14:36:53 -0400 > &g

Re: bad mouse or a setting

2021-10-31 Thread Michael via PLUG-discuss
thank you On Sun, Oct 31, 2021 at 3:45 PM Matt Graham via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > On 2021-10-31 12:26, Michael via PLUG-discuss wrote: > > On Sun, Oct 31, 2021 at 8:30 AM Steve Litt wrote: > >> Michael via PLUG-discuss said > >>

Re: bad mouse or a setting

2021-10-31 Thread Michael via PLUG-discuss
of them. I've found some nice stuff at them, even expensive gaming > keyboards and various peripherals. One man's garbage... > > -mb > > > On Sun, Oct 31, 2021 at 5:16 PM Steve Litt via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> Mic

I wish I would have learned about Arch Linux .....

2021-11-05 Thread Michael via PLUG-discuss
I wish I would have learned about Arch Linux when I first got into Linux. My current computer took 30 seconds to load from when it first starts loading to GUI while arch takes about 22 seconds. Further I would have learned about compiling the applications. It will be difficult now because I am over

Compile Gimp or darktable for arch.

2021-11-05 Thread Michael via PLUG-discuss
Hey Mr Butash, Could you walk me through compiling Gimp or Darktable. After we do that I may be able to compile the other on my own. The Arch page is just giving me links that are confusing to me. -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLU

cmos battery

2021-11-14 Thread Michael via PLUG-discuss
When it begins to die does the clock not keep accurate time? -- :-)~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

Re: cmos battery

2021-11-14 Thread Michael via PLUG-discuss
s < plug-discuss@lists.phxlinux.org> wrote: > Michael via PLUG-discuss said on Sun, 14 Nov 2021 12:47:09 -0500 > > >When it begins to die does the clock not keep accurate time? > > > >-- > >:-)~MIKE~(-: > > https://lmgtfy.app/?q=computer+cmos+battery > >

Re: cmos battery

2021-11-14 Thread Michael via PLUG-discuss
t in > yourself vs. the random dude across the city. > > > -mb > > > On Sun, Nov 14, 2021 at 4:27 PM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> Lovely my computer Is a swall computer (7"x7") and I can't even s

Re: cmos battery

2021-11-15 Thread Michael via PLUG-discuss
inux.org> wrote: > Need to get some better tools then man. Time to upgrade, still be cheaper > than paying someone else to fart with it. :D > > -mb > > > On Sun, Nov 14, 2021 at 5:52 PM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > &

Re: I wish I would have learned about Arch Linux .....

2021-11-18 Thread Michael via PLUG-discuss
a community > build of it available as an easy install for arch already, which is really > nice, even eww things like microsoft teams. > > I too am glad to help others that want to try arch on the list here or in > plug irc. The arch channel irc folks can be a bit prickly, I'd

Re: I wish I would have learned about Arch Linux .....

2021-11-18 Thread Michael via PLUG-discuss
munity >> build of it available as an easy install for arch already, which is really >> nice, even eww things like microsoft teams. >> >> I too am glad to help others that want to try arch on the list here or in >> plug irc. The arch channel irc folks can be a bit pr

Is Jeremy Reed still around?

2021-11-18 Thread Michael via PLUG-discuss
I need to talk with you if you are. -- :-)~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

wifi and arch (or perhaps I should say systemd or iwd)

2021-11-19 Thread Michael via PLUG-discuss
I connect to the internet ( I guess): [bmike1@HavensARCH ~]$ iwctl [iwd]# station wlan0 connect NETGEAR48 [iwd]# (I had entered my password before) but nothing happens (no WIFI icon). So I unplug the ethernet and restart the computer but still nothing (and no internet as well in case you were wonde

Re: wifi and arch (or perhaps I should say systemd or iwd)

2021-11-19 Thread Michael via PLUG-discuss
;re seeing yourself and your neighbors ssid's pop up. > As long as you're seeing traffic, it *should* work. > > -mb > > > On Fri, Nov 19, 2021 at 12:34 PM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> I connect to the intern

Re: wifi and arch (or perhaps I should say systemd or iwd)

2021-11-20 Thread Michael via PLUG-discuss
any logs there >> point to problems? >> >> Otherwise, maybe just make sure the wlan nic is working doing some basic >> kismet scans that you're seeing yourself and your neighbors ssid's pop up. >> As long as you're seeing traffic, it *should* work. >>

Re: wifi and arch (or perhaps I should say systemd or iwd)

2021-11-20 Thread Michael via PLUG-discuss
;>> It's probably a bit easier to troubleshoot with nmcli and the gui itself. >>>> >>>> If you look at logs with journalctl -f while doing so, any logs there >>>> point to problems? >>>> >>>> Otherwise, maybe just make sure the wla

Re: wifi and arch (or perhaps I should say systemd or iwd)

2021-11-20 Thread Michael via PLUG-discuss
g list. > > /me strikes Mike's knuckles with a ruler, "Don't do that." :) > > -mb > > > > On Sat, Nov 20, 2021 at 11:39 AM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> thanks Mike. I had to enable the it: &

Re: wifi and arch (or perhaps I should say systemd or iwd)

2021-11-20 Thread Michael via PLUG-discuss
About being able to login from the resort. How would I login to a network that does not require a password? I think: [bmike1@HavensARCH ~]$ nmcli radio wifi enabled [bmike1@HavensARCH ~]$ nmcli device wifi connect password or [bmike1@HavensARCH ~]$ nmcli radio wifi enabled [bmike1@HavensARCH

Re: wifi and arch (or perhaps I should say systemd or iwd)

2021-11-20 Thread Michael via PLUG-discuss
> -mb > > > > On Sat, Nov 20, 2021 at 12:37 PM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> About being able to login from the resort. How would I login to a network >> that does not require a password? I think: >> >>

Re: wifi and arch (or perhaps I should say systemd or iwd)

2021-11-22 Thread Michael via PLUG-discuss
And why would you rather say device then radio? On Sun, Nov 21, 2021 at 7:50 PM Seabass via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Actually, I'd say > > [bmike1@HavensARCH ~]$ nmcli device wifi connect -a > > So you don't have to put the password into the command line, and thus

Re: wifi and arch (or perhaps I should say systemd or iwd)

2021-11-22 Thread Michael via PLUG-discuss
O I see how it is different. The’-a’. What does that do’? I can’t look. I’m on my phone right now. On Sun, Nov 21, 2021 at 7:50 PM Seabass via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Actually, I'd say > > [bmike1@HavensARCH ~]$ nmcli device wifi connect -a > > So you don't

Compile firefox on arch

2021-11-26 Thread Michael via PLUG-discuss
I get the following error: 0001-Use-remoting-name-for-GDK-application-names.patch was not found in the build directory and is not a URL. So I google the patch and find one (which I can't find again) to put in the build directory but what I found was a arch page which I don't know how to use, And

Re: Compile firefox on arch

2021-11-26 Thread Michael via PLUG-discuss
or else do you think it is worth the effort and time it takes to compile it? On Fri, Nov 26, 2021 at 1:03 PM Michael wrote: > I get the following error: > > 0001-Use-remoting-name-for-GDK-application-names.patch was not found in > the build directory and is not a URL. > > So I google the pat

building a graphics workstation

2021-12-16 Thread Michael via PLUG-discuss
I know someone who wants to build a linux grfx workstation for about the price of MacBook Pro 14" with the M-Pro chip. What hardware should he get? I'm pretty sue he won't be doing video editing but if so he probably needs a separate grfx card? -- :-)~MIKE~(-: ---

Re: building a graphics workstation

2021-12-17 Thread Michael via PLUG-discuss
I don't know. I think they just want the desktop. On Fri, Dec 17, 2021 at 10:03 AM Stephen Partington wrote: > that is a decent consideration. > > are they looking at maintaining the portability equivalent to the Macbook? > or a desktop? > > > On Thu, Dec 16, 2021 a

ntp

2021-12-23 Thread Michael via PLUG-discuss
How does one set it up so that arch doesn't need a cmos battery. Mine is going belly-up and I don't want to replace it. I was thinking I shouldn't need to with NTP. What do you think? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@list

Re: ntp

2021-12-23 Thread Michael via PLUG-discuss
itt via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Michael via PLUG-discuss said on Thu, 23 Dec 2021 12:03:19 -0500 > > >How does one set it up so that arch doesn't need a cmos battery. Mine > >is going belly-up and I don't want to replace it. I was think

Re: ntp

2021-12-23 Thread Michael via PLUG-discuss
If you don’t want to replace the battery, you should look at replacing the > board. > > Mac > > -- > Donald Mac McCarthy > Director, Field Operations > +1.602.584.4445 (desk) > +1.602.727.4131 (mobile) > > On Thursday, Dec 23, 2021 at 2:16 PM, Steve Litt via PLUG-disc

Re: ntp

2021-12-23 Thread Michael via PLUG-discuss
ung S20+ 5G > > On Thu, Dec 23, 2021, 13:29 Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> It's not that I don't want to replace it. It is just that the screws >> holding the board in place are too securely tight. I will spend the $4

Re: ntp

2021-12-23 Thread Michael via PLUG-discuss
Steve Litt via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Michael via PLUG-discuss said on Thu, 23 Dec 2021 15:29:21 -0500 > > >It's not that I don't want to replace it. It is just that the screws > >holding the board in place are too securely tight.

update darktable

2021-12-24 Thread Michael via PLUG-discuss
Well, it is that time of the year yet again. A new version of darktable is out again. It is not in the repositories yet so I have to use github. I never learned nor was I taught how to use github. Would someone be kind enough to show me? -- :-)~MIKE~(-: ---

Re: update darktable

2021-12-24 Thread Michael via PLUG-discuss
nevermind we already went through this On Fri, Dec 24, 2021 at 1:42 PM Michael wrote: > Well, it is that time of the year yet again. A new version of darktable is > out again. It is not in the repositories yet so I have to use github. I > never learned nor was I taught how to use github.

I think I corrupted a drive.

2021-12-30 Thread Michael via PLUG-discuss
OOpS. I think I corrupted a drive. Is there a way to fix it? -- :-)~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

Re: I think I corrupted a drive.

2021-12-30 Thread Michael via PLUG-discuss
I just tried to look at another drives files and it wouldn't read that drive either. I then stuck the known good drive directly into the computer and it read it fine. So it seems that I corrupted my USB hub. Does this sound like something that happens? On Thu, Dec 30, 2021 at 4:24 PM Michael wrot

Re: I think I corrupted a drive.

2021-12-31 Thread Michael via PLUG-discuss
there fixed it. Put btrfs on it and then ntfs back on. it just seems to run slower. On Thu, Dec 30, 2021 at 4:30 PM Michael wrote: > I just tried to look at another drives files and it wouldn't read that > drive either. I then stuck the known good drive directly into the computer > and it re

downgrade darktable

2022-01-09 Thread Michael via PLUG-discuss
how can I go back to the previous version and make it so that updating the computer won't upgrade darktable? My computer is not powerful enough for 3.8. The lag is not too horrible but enough that I don't want the new features. I run ARCH -- :-)~MIKE~(-: -

way OT

2022-01-18 Thread Michael via PLUG-discuss
Does anyone here know anything about the Sigma 100-400mm f/5-6.3 DG DN OS and how it compares to the Sony FE 100-400mm F4.5-5.6 GM OSS? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to

ot- camera lens

2022-01-24 Thread Michael via PLUG-discuss
you people are so knowledgeable so I ask my technical questions here. how do I get a grey market lens? I want a sigma 100-400mm for my sony but can't afford US prices. -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org

I am signing up for an online, in person, training course.....

2022-02-18 Thread Michael via PLUG-discuss
what do I use to record the session that will also record his and my audio? -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings: https://lists.phxlinux.org/mailma

Re: I am signing up for an online, in person, training course.....

2022-02-18 Thread Michael via PLUG-discuss
2 monitor set up where I put the webinar on one screen and > set OBS to record that screen. But there are many other ways to use OBS. > > Peter > > > > > > On 2/18/2022 11:35 AM, Michael via PLUG-discuss wrote: > > what do I use to record the session that wi

Re: I am signing up for an online, in person, training course.....

2022-02-18 Thread Michael via PLUG-discuss
gt; > On Fri, Feb 18, 2022 at 12:17 PM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> thanks Peter. I don't have two monitor. would using desktop 2 or three be >> the same? >> >> >> On Fri, Feb 18, 2022 at 2:10 PM AZ Pet

ransomeware

2022-03-07 Thread Michael via PLUG-discuss
is that a windows problem or do we also have to worry about it? -- :-)~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/p

  1   2   3   4   5   6   7   8   >