Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
stands for Moving Picture Experts Group (MPEG), >>> which implies MPEG compression (*MPEG-4 Part 14*, specifically). >>> >>> Compression here is the opposite of what you're trying to achieve. >>> >>> Thanks, >>> Alexander >>> >>> Se

Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
t; >> Thanks, >> Alexander >> >> Sent from my Samsung Galaxy S22+ >> >> On Thu, Apr 21, 2022, 15:06 Michael via PLUG-discuss < >> plug-discuss@lists.phxlinux.org> wrote: >> >>> ffmpeg -i input.mp4 -vcodec rawvideo -pix_fmt bgr24 output.avi

Re: flv to ogg

2022-04-22 Thread Michael via PLUG-discuss
ng to achieve. > > Thanks, > Alexander > > Sent from my Samsung Galaxy S22+ > > On Thu, Apr 21, 2022, 15:06 Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> ffmpeg -i input.mp4 -vcodec rawvideo -pix_fmt bgr24 output.avi >> >&g

Re: flv to ogg

2022-04-21 Thread Michael via PLUG-discuss
ut trying to reconvert it to another format is just >> going to make it bigger every time and probably still stutter. >> >> Since I've never tried to uncompress a video file, I don't know what the >> settings would be. You have to do some googling to find that ffmpeg >>

Re: flv to ogg

2022-04-21 Thread Michael via PLUG-discuss
probably still stutter. > > Since I've never tried to uncompress a video file, I don't know what the > settings would be. You have to do some googling to find that ffmpeg > uncompress video > > On Thu, Apr 21, 2022 at 11:56 AM Michael via PLUG-discuss < > plug-discuss@l

Re: flv to ogg

2022-04-21 Thread Michael via PLUG-discuss
xan...@snyderfamily.co> wrote: > How did the handbrake output look? > > Thanks, > Alexander > > Sent from my Samsung Galaxy S22+ > > On Thu, Apr 21, 2022, 11:56 Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> Okay these are

flv to ogg

2022-04-21 Thread Michael via PLUG-discuss
Okay these are the questions I will have concerning converting my flv to ogg while scaling the resolution. Is it as simple as stating: ffmpeg .flv -vf scale=-1:720 .ogg ? -- :-)~MIKE~(-: --- PLUG-discuss mailing list -

Re: flv to mp4

2022-04-21 Thread Michael via PLUG-discuss
720 > > for 480 > -vf scale=-1:480 > > > > On Wed, Apr 20, 2022 at 9:58 AM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> well, I searched the man page for 'resolution', '720' & '480' but to my >> uneducated view there was

Re: flv to mp4

2022-04-21 Thread Michael via PLUG-discuss
at 10:46 AM Ryan Petris via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> Not sure if anyone has mentioned yet but you may want to try HandBrake: >> https://handbrake.fr/ >> >> On Sat, Apr 2, 2022, at 4:04 PM, Michael via PLUG-discuss wrote: >

Re: flv to mp4

2022-04-21 Thread Michael via PLUG-discuss
at 10:46 AM Ryan Petris via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> Not sure if anyone has mentioned yet but you may want to try HandBrake: >> https://handbrake.fr/ >> >> On Sat, Apr 2, 2022, at 4:04 PM, Michael via PLUG-discuss wrote: >

Re: flv to mp4

2022-04-20 Thread Michael via PLUG-discuss
ge. I am sure there > is a command line switch that can select resolution size. > > -Eric > From the Central Offices of the Technomage Guild, Multimedia recoding dept. > > > On Apr 16, 2022, at 10:53 PM, Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: >

Re: flv to mp4

2022-04-16 Thread Michael via PLUG-discuss
ake that can convert just about any > video/audio streaming format to mp4. You can then set it up for either 480p > or 720p depending on your machines display requirements. > > -Eric > From the Central Offices of the Technomage Guild, Multimedia Dept. > > > On Apr 2, 2022, at 5:35 P

Re: netflix

2022-04-15 Thread Michael via PLUG-discuss
correction it won't accept my password. On Sat, Apr 16, 2022 at 12:20 AM Michael wrote: > is there a reason netflix won't run in firefox? > > -- > :-)~MIKE~(-: > -- :-)~MIKE~(-: --- PLUG-discuss mailing list -

netflix

2022-04-15 Thread Michael via PLUG-discuss
is there a reason netflix won't run in firefox? -- :-)~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: Still hoping for advice from Plug ...

2022-04-13 Thread Michael via PLUG-discuss
getting mint to login w/o a password is set up upon install. I'm sure you can change that after install but you will have to ask the mint forum. https://forums.linuxmint.com/posting.php?mode=post=90 On Tue, Apr 12, 2022 at 8:09 PM joe--- via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote:

Re: convert to x264

2022-04-08 Thread Michael via PLUG-discuss
"expr:gte(t,n_forced*4)" -c:a > aac -b:a 192k -preset fast -strict experimental -loglevel warning -stats > 2022-04-02 darktabletraining.mp4 > > On Fri, Apr 8, 2022 at 10:26 AM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> I get a coupl

Re: flv to ogg

2022-04-08 Thread Michael via PLUG-discuss
at the file information it is > already encoded as x264 video and aac audio. What problems do you have > playing this video ? > > On Fri, Apr 8, 2022 at 10:13 AM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> found it! >> ffmpeg -i infil

convert to x264

2022-04-08 Thread Michael via PLUG-discuss
I get a couple of errors: michael@michael-desktop:~/Desktop/darktable training$ ffmpeg -i 2022-04-02\ darktabletraining.flv -channel_layout 5.1 -c:v libx264 -vf yadif -crf 28 -force_key_frames "expr:gte(t,n_forced*4)" -x264-params log-level=none -c:a aac -b:a 192k -preset -preset fast -strict

Re: flv to ogg

2022-04-08 Thread Michael via PLUG-discuss
> clicking noise in a few places, but the video and audio does not stutter. >> >> On Thu, Apr 7, 2022 at 11:54 AM Snyder, Alexander J via PLUG-discuss < >> plug-discuss@lists.phxlinux.org> wrote: >> >>> Sure! >>> >>> Thanks, >&g

Re: flv to ogg

2022-04-08 Thread Michael via PLUG-discuss
te: > >> Sure! >> >> Thanks, >> Alexander >> >> Sent from my Samsung Galaxy S22+ >> >> On Thu, Apr 7, 2022, 11:32 Michael via PLUG-discuss < >> plug-discuss@lists.phxlinux.org> wrote: >> >>> it is taking entirel

Re: flv to ogg

2022-04-07 Thread Michael via PLUG-discuss
lists.phxlinux.org> wrote: > >> ok now try >> >> ffmpeg -i input.mp4 -codec:v libtheora -qscale:v 3 -codec:a libvorbis >> -qscale:a 3 -f ogv output.ogg >> >> you might also want to try converting it to x264 just google convert video >> to ffmp

size difference

2022-04-07 Thread Michael via PLUG-discuss
How much bigger is an ogg file than an flv? -- :-)~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: flv to ogg

2022-04-07 Thread Michael via PLUG-discuss
nput.mp4 -codec:v libtheora -qscale:v 3 -codec:a libvorbis >> -qscale:a 3 -f ogv output.ogg >> >> you might also want to try converting it to x264 just google convert video >> to ffmpeg x264 >> >> >> On Wed, Apr 6, 2022 at 4:22 PM Michael via PLUG-discu

Re: flv to ogg

2022-04-07 Thread Michael via PLUG-discuss
output.ogg > > you might also want to try converting it to x264 just google convert video > to ffmpeg x264 > > > On Wed, Apr 6, 2022 at 4:22 PM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> forgot to mention the ones that would not lo

Re: flv to ogg

2022-04-07 Thread Michael via PLUG-discuss
07:53 Bob Elzer via PLUG-discuss < >> plug-discuss@lists.phxlinux.org> wrote: >> >>> ok now try >>> >>> ffmpeg -i input.mp4 -codec:v libtheora -qscale:v 3 -codec:a libvorbis >>> -qscale:a 3 -f ogv output.ogg >>> >>> you might also

Re: flv to ogg

2022-04-07 Thread Michael via PLUG-discuss
qscale:a 3 -f ogv output.ogg >> >> you might also want to try converting it to x264 just google convert video >> to ffmpeg x264 >> >> >> On Wed, Apr 6, 2022 at 4:22 PM Michael via PLUG-discuss < >> plug-discuss@lists.phxlinux.org> wrote: >> &

Re: flv to ogg

2022-04-06 Thread Michael via PLUG-discuss
red. >> >> On Wed, Apr 6, 2022 at 7:10 PM Bob Elzer via PLUG-discuss < >> plug-discuss@lists.phxlinux.org> wrote: >> >>> I would try the mp4 versions too >>> >>> >>> On Wed, Apr 6, 2022, 3:07 PM Michael via PLUG-discuss < >>>

Re: flv to ogg

2022-04-06 Thread Michael via PLUG-discuss
ote: > >> I would try the mp4 versions too >> >> >> On Wed, Apr 6, 2022, 3:07 PM Michael via PLUG-discuss < >> plug-discuss@lists.phxlinux.org> wrote: >> >>> After further investigation I found 720p_stereo.ogg >>> <https://download.blende

Re: flv to ogg

2022-04-06 Thread Michael via PLUG-discuss
I did. Those ones stuttered. The other ones had 2 hour downloads. The 1099 ogg file stuttered. On Wed, Apr 6, 2022 at 7:10 PM Bob Elzer via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > I would try the mp4 versions too > > > On Wed, Apr 6, 2022, 3:07 PM Michae

flv to ogg

2022-04-06 Thread Michael via PLUG-discuss
After further investigation I found 720p_stereo.ogg and 480p_stereo.ogg work. So I need to convert it to one of those

Re: flv to mp4

2022-04-06 Thread Michael via PLUG-discuss
ormat. >>>> When you find a suitable format. Duplicate those settings in your >>>> conversion for your video. >>>> Open the video in VLC and type Ctrl-i then click the codec tab, this >>>> will tell you the codec info. >>>> >&

Re: flv to mp4

2022-04-06 Thread Michael via PLUG-discuss
h of the versions of the movie and play each one. If it >>> stutters, then rule out the settings for that format. >>> When you find a suitable format. Duplicate those settings in your >>> conversion for your video. >>> Open the video in VLC and type Ctrl-i then click the code

Re: flv to mp4

2022-04-06 Thread Michael via PLUG-discuss
e. If it >> stutters, then rule out the settings for that format. >> When you find a suitable format. Duplicate those settings in your >> conversion for your video. >> Open the video in VLC and type Ctrl-i then click the codec tab, this >> will tell you the codec info. >> &

Re: flv to mp4

2022-04-06 Thread Michael via PLUG-discuss
e video in VLC and type Ctrl-i then click the codec tab, this will > tell you the codec info. > > > > > On Sat, Apr 2, 2022 at 5:35 PM Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> Well, the default if removing -sameq produces something wi

Re: flv to mp4

2022-04-02 Thread Michael via PLUG-discuss
Well, the default if removing -sameq produces something with a little better result but it is still to resource intensive for my puter. Is .mov a little more basic? (I can't figure out the man page) On Sat, Apr 2, 2022 at 7:04 PM Michael wrote: > I recorded a instruction session with someone

Re: Kodi

2022-04-02 Thread Michael via PLUG-discuss
; > On Sat, Apr 2, 2022, 16:28 Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> Yeah I waas pirating movies and such until 4 years ago. Now I want to pay >> for my tv. We got net flix right now. How do I get an add on that gives us >>

Kodi

2022-04-02 Thread Michael via PLUG-discuss
Yeah I waas pirating movies and such until 4 years ago. Now I want to pay for my tv. We got net flix right now. How do I get an add on that gives us like xbmc was when I was pirating my content and how do I pay for it??? -- :-)~MIKE~(-: ---

flv to mp4

2022-04-02 Thread Michael via PLUG-discuss
I recorded a instruction session with someone today and my computer can't handle the video output. The sound is OK but the video plays in spurts and then it is just frozen. I looked up how to convert the .flv file to an .mp4 (ffmpeg -i filename.flv -sameq -ar 22050 filename.mp4) but would taking

Re: what do you think of starlink as a dns?

2022-03-29 Thread Michael via PLUG-discuss
unbound? On Tue, Mar 29, 2022 at 5:07 PM Steve Litt via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Snyder, Alexander J via PLUG-discuss said on Tue, 29 Mar 2022 13:29:00 > -0700 > > >I don't think Starlink has a "Five Nines" (99.9%) uptime rating > >yet, and I doubt they (or

Re: what do you think of starlink as a dns?

2022-03-29 Thread Michael via PLUG-discuss
, > Alexander > > Sent from my Samsung Galaxy S22+ > > On Tue, Mar 29, 2022, 13:12 Michael via PLUG-discuss < > plug-discuss@lists.phxlinux.org> wrote: > >> what do you think of using starlink as a dns? >> >> -- >> :-)~MIKE~(-: >>

what do you think of starlink as a dns?

2022-03-29 Thread Michael via PLUG-discuss
what do you think of using starlink as a dns? -- :-)~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: GNOME or KDE?

2022-03-25 Thread Michael via PLUG-discuss
truly. mine doesn't have minimal overlapping but the one it does use (cursor)should be good enough (if I can remember what I set). lol On Fri, Mar 25, 2022 at 2:07 PM Jim via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Thanks for ending years of frustration. > > On 3/24/22

Re: To those who don't have a lot of resources:

2022-03-24 Thread Michael via PLUG-discuss
Well I do keep newer files I am using on the SSD but.i put them to usb once a week or so. On Thu, Mar 24, 2022 at 9:55 PM wrote: > > You can e format DVDs and use them as drives. I was doing that for a > while and may return to doing so again. > Ssd > > > On 2022-03-23 09

To those who don't have a lot of resources:

2022-03-23 Thread Michael via PLUG-discuss
You know, I used to get the largest hard drive/SSD I could afford and then I realized I rarely access any of my files. So what I am doing now is keeping all of my personal files on a thumb drive. -- :-)~MIKE~(-: --- PLUG-discuss mailing list -

Re: ot - gas price

2022-03-18 Thread Michael via PLUG-discuss
honestly... I was just wondering what gas was costing in AZ. I didn't want a political debate because most likely we are set in our beliefs. I would love to get together for drinks but can't make it as I live far from phoenix. On Fri, Mar 18, 2022 at 11:24 AM greg zegan via PLUG-discuss <

ot - gas price

2022-03-17 Thread Michael via PLUG-discuss
What is gas going for in arizona? It is around 4 a gallon in florida. -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings:

Re: update firefox

2022-03-08 Thread Michael via PLUG-discuss
thanks for the reminder On Tue, Mar 8, 2022 at 1:18 PM der.hans via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > moin moin, > > if you're using Firefox, then please update. > > https://www.mozilla.org/en-US/security/advisories/mfsa2022-09/ > > ciao, > > der.hans > -- > #

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:

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 Pete via

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

2022-02-18 Thread Michael via PLUG-discuss
nitor 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 will al

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:

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

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

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

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

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:

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

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: 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. I will

Re: ntp

2021-12-23 Thread Michael via PLUG-discuss
G > > 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 $40 to >> have i

Re: ntp

2021-12-23 Thread Michael via PLUG-discuss
n’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-discuss < &

Re: ntp

2021-12-23 Thread Michael via PLUG-discuss
ia 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 thinking I > >

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 -

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 at 5:3

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

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

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

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

2021-11-20 Thread Michael via PLUG-discuss
gt; > > > 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-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
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: >> &g

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

2021-11-20 Thread Michael via PLUG-discuss
lf. >>>> >>>> If you look at logs with journalctl -f while doing so, 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 yo

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

2021-11-20 Thread Michael via PLUG-discuss
; 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. >> >> -mb >> >> >> On Fri, Nov 19, 2021 at 12:34 PM

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

2021-11-19 Thread Michael via PLUG-discuss
sid'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 internet ( I guess): >> [bmike1@HavensARCH ~]$ iwc

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

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

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

2021-11-18 Thread Michael via PLUG-discuss
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 recommend >> keeping basic q

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

2021-11-18 Thread Michael via PLUG-discuss
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 recommend > keeping basic questions more local

Re: cmos battery

2021-11-15 Thread Michael via PLUG-discuss
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: > >&g

Re: cmos battery

2021-11-14 Thread Michael via PLUG-discuss
ty. > > > -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 see >> the battery. >> >> https://www.intel.com/

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:

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 -

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

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: > >> Michael via P

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

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

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

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

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

2021-10-19 Thread Michael via PLUG-discuss
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

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

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

2021-10-19 Thread Michael via PLUG-discuss
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> wrote: > &

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:

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

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

Re: localhost

2021-10-09 Thread Michael via PLUG-discuss
n. 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: > >> the

<    1   2   3   4   5   6   7   >