From o1bigtenor at gmail.com Wed Oct 3 09:24:30 2018 From: o1bigtenor at gmail.com (o1bigtenor) Date: Wed, 3 Oct 2018 09:24:30 -0500 Subject: [tclug-list] Fwd: How do I ?????? In-Reply-To: References: Message-ID: On Sun, Sep 30, 2018 at 9:58 PM gregrwm wrote: > > in any situation where booting the hard disk is amis i reach for a thumb drive and boot that. usually the latest ubuntu iso will boot most anything that isn't bleeding edge iron, tho yes there are situations where you need to get an extra driver, and if so it can be put on the same thumb drive. hopefully that will do it, else you get busy with googling. from the iso you can simply use grub-install (ubuntu) or grub2-mkconfig (centos) to install a bootstrap, or do a sparkling fresh complete install, without wiping out whatever you might want to keep if you know what you're doing, and once it's bootable you can setup dual- or multi-booting, even all within the same partition, per our prior exchange. while indeed most of this deviates from the "normal" install instructions, you can find the howto's, or keep asking if uncertain. > Greetings Thanks for the ideas. What worked was to play with the bios setting. HP has a quite different way that it uses the bios compared to the other systems (dell and generic) that I've used in the past. What needed doing was drilling down to the exact partition that had the efi/boot information and then the system recognized that the hdd was valid and could be booted from. What I found in my previous multi-boot attempts was that it just wasn't possible to multi-boot using 2 different versions of Debian - - - it may work with other *nixes but not here. There was no way to get the efi/boot area to keep separate the two (debian stable and debian testing). There may be a way but I couldn't find any options nor any precedents so I now have two different systems both on wakeonlan and set up to run headless AND without any other peripherals. Regards Dee From o1bigtenor at gmail.com Wed Oct 3 09:27:24 2018 From: o1bigtenor at gmail.com (o1bigtenor) Date: Wed, 3 Oct 2018 09:27:24 -0500 Subject: [tclug-list] Fwd: How do I ?????? In-Reply-To: <20181001031935.GA4829@nobelware.com> References: <20181001031935.GA4829@nobelware.com> Message-ID: On Sun, Sep 30, 2018 at 10:43 PM Iznogoud wrote: > > Greg, I thought went we went through this discussion a couple of weeks > ago he still found the process confusing. I think your "summary" (let's > call it is spot on, but he needs more explicit instructions. > > I know I am being of no help right now. > I think you misunderstood what I was trying to do. I was trying to set up a multi-boot system, not only on one hard drive, (which I've done a few times in the past) but the options being two versions of the same os. That I just couldn't seem to get to work so I went to using tow completely different systems because that gives me the ability to run both at once which no other setup (barebone one anyway) will. Regards Dee From o1bigtenor at gmail.com Wed Oct 3 09:36:11 2018 From: o1bigtenor at gmail.com (o1bigtenor) Date: Wed, 3 Oct 2018 09:36:11 -0500 Subject: [tclug-list] Questions on wireguard Message-ID: Greetings Found what looks to be a quite interesting vpn 'system' called wireguard. The dev team is still saying, after a couple years of what looks to be some very active development, don't run this as solid software. From the chatter that I've read the quality of the software is maybe like grub where it sat at version 0.97 for what was that - - - about 7 or 8 years ( and then hit version 2 in no time flat!). I am wanting to use this wireguard between two different routers here to firmly control not only the in but also the outgoing electronic communications. Perhaps someone has a better solution - --if so - - - I'm looking (grin!). TIA Dee From andrew at lunn.ch Wed Oct 3 10:47:07 2018 From: andrew at lunn.ch (Andrew Lunn) Date: Wed, 3 Oct 2018 17:47:07 +0200 Subject: [tclug-list] Questions on wireguard In-Reply-To: References: Message-ID: <20181003154707.GB4730@lunn.ch> On Wed, Oct 03, 2018 at 09:36:11AM -0500, o1bigtenor wrote: > Greetings > > Found what looks to be a quite interesting vpn 'system' called wireguard. Lets start with a disclaimer. I'm helping with the review work for the networking part of wireguard for getting it into the mainline kernel. My knowledge of wireguard it limited to just reviewing the patches. I've not used it myself. > The dev team is still saying, after a couple years of what looks to be > some very active development, don't run this as solid software. From > the chatter that I've read the quality of the software is maybe like > grub where it sat at version 0.97 for what was that - - - about 7 or 8 > years ( and then hit version 2 in no time flat!). I expect something similar will happen here. Once it gets accepted into the mainline kernel, it should really be production quality. However the process of getting it into the mainline kernel is suffering because it has spent so long outside of the kernel, and was developed without involving the kernel community. The code ignores a lot of kernel conventions, and introduces a new controversial crypto library. This is slowly being beaten into shape, but it is taking time. At the moment, the networking part has only been superficially reviewed, because of the kernel conventions it ignores. Those need fixing before anybody takes a serious look at the actual networking code. Jason does seem to be a good cryptographer and coder, so in the end it seems like it will be a good addition to the kernel. I don't think anything found so far during reviews would compromise the security. > I am wanting to use this wireguard between two different routers here > to firmly control not only the in but also the outgoing electronic > communications. > > Perhaps someone has a better solution - --if so - - - I'm looking (grin!). I avoid IPSec. It seems like you can wrongly configure it and traffic you expect to the protected is not. I use OpenVPN. And then ssh/sftp etc on top of that. Security is about having multiple layers. Andrew From iznogoud at nobelware.com Wed Oct 3 13:57:09 2018 From: iznogoud at nobelware.com (Iznogoud) Date: Wed, 3 Oct 2018 18:57:09 +0000 Subject: [tclug-list] Fwd: How do I ?????? In-Reply-To: References: <20181001031935.GA4829@nobelware.com> Message-ID: <20181003185708.GA25991@nobelware.com> > > I think you misunderstood what I was trying to do. > I was trying to set up a multi-boot system, not only on one hard > drive, (which I've done a few times in the past) but the options being > two versions of the same os. Oh, I understood alright. What you did not understand is what several of us told you, i.e. to learn a little bit of GRUB/GRUB2 and the booting sequence of the Linux kernel. But you found that it was either too intricate or too much work. I boot two different distributions with entirely different kernels, Windows 10, and some other junk, by having "duct-taped together" the grub.conf. So I am pretty sure that I understood what you wanted to do and I know it is possible with minimal effort. I know I am being of no help again, but perhaps it is time for you to start reading HOWTOs and other online documents again. Like Euclid told Ptolemy: "There is no `royal road' to geometry." You are better off learning the things you do not now. I hope this helps. I hope this message does not carry a condescending tone. From o1bigtenor at gmail.com Wed Oct 3 15:10:55 2018 From: o1bigtenor at gmail.com (o1bigtenor) Date: Wed, 3 Oct 2018 15:10:55 -0500 Subject: [tclug-list] Fwd: How do I ?????? In-Reply-To: <20181003185708.GA25991@nobelware.com> References: <20181001031935.GA4829@nobelware.com> <20181003185708.GA25991@nobelware.com> Message-ID: On Wed, Oct 3, 2018 at 1:57 PM Iznogoud wrote: > > > > > I think you misunderstood what I was trying to do. > > I was trying to set up a multi-boot system, not only on one hard > > drive, (which I've done a few times in the past) but the options being > > two versions of the same os. > > Oh, I understood alright. What you did not understand is what several of us told > you, i.e. to learn a little bit of GRUB/GRUB2 and the booting sequence of the > Linux kernel. But you found that it was either too intricate or too much work. > > I boot two different distributions with entirely different kernels, Windows 10, > and some other junk, by having "duct-taped together" the grub.conf. So I am > pretty sure that I understood what you wanted to do and I know it is possible > with minimal effort. > > I know I am being of no help again, but perhaps it is time for you to start > reading HOWTOs and other online documents again. Like Euclid told Ptolemy: > "There is no `royal road' to geometry." You are better off learning the things > you do not now. I hope this helps. > > I hope this message does not carry a condescending tone. I'll start here - - - -its clear that you didn't read what I said - - -I wanted to use two different kernels from the SAME distribution and that I just couldn't get to work and I couldn't find nada on line about it either. Doing it for different *nixes - - - sorry that's easy and I have done that in the past its trying to do it for the same os and just have two significantly (4.0.9 (iirc) and 4.16 (again iirc)) different kernels that proved part of the unfindable (sic) continuum. I just couldn't find a way to stick those two together. Thanks. Dee > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list From iznogoud at nobelware.com Wed Oct 3 20:55:22 2018 From: iznogoud at nobelware.com (Iznogoud) Date: Wed, 3 Oct 2018 20:55:22 -0500 Subject: [tclug-list] Fwd: How do I ?????? In-Reply-To: References: <20181001031935.GA4829@nobelware.com> <20181003185708.GA25991@nobelware.com> Message-ID: <20181004015522.GA2743@nobelware.com> > > I'll start here - - - -its clear that you didn't read what I said - - > -I wanted to use two > different kernels from the SAME distribution and that I just couldn't > get to work and I > couldn't find nada on line about it either. Doing it for different > *nixes - - - sorry that's > easy and I have done that in the past its trying to do it for the same > os and just have > two significantly (4.0.9 (iirc) and 4.16 (again iirc)) different > kernels that proved part of > the unfindable (sic) continuum. I just couldn't find a way to stick > those two together. OK, OK. Think what you want. Here is my final attempt, in the spirit of keeping the discussion productive. The way to do what you want is to simply edit the grub.conf and add a menu entry that uses the kernel that you want to use. You can boot from the same root filesystem (say /dev/sda1, or whatever), you can boot from a different one, a duplicated one, a different drive, etc. With some simple GRUB command line typing/editing and by knowing what you are doing, it can be done. Here is how. Start here for a very brief sample: https://www.youtube.com/watch?v=jqysW8RmRBU (This guy is doing it in a virtual machine, which is what I had recommended that you do to "practice" and not screw anything up, but you shut the idea down for nonsense reasons.) Here is a more verbose solution that matches your needs: https://www.youtube.com/watch?v=i97y5Y2nChs At the beginning he tells you how you can "lose" a bootloader... maybe not important to you. Then, fast-forward to 8:29, where he tells you what he is going to do, and walks you through the steps of modifying the grub.conf. Now recall from the previous video what keywords were given to GRUB from the command line, like "linux /vmlinuz" and so on. These are arguments/switches that go into a GRUB "menu item" as you will see. This guy's grub.conf is built from an automated configuration from the grub-mkconfig or whatever, and so it is very populated with crap. But he goes right ahead and cleans them up, does what he wants, etc. You want to get a menu item that has the booting from the standard kernel of the distro, and duplicate it with the new kernel in the new menu item. When you are done, you do not even have to re-install the bootloader; it is that simple. Here is a less useful, more laborious process, video that uses external toosls: https://www.youtube.com/watch?v=OUWpUdCWFbI Here is another good one that will teach you a thing or two: https://www.youtube.com/watch?v=prHDES9XmjU This one starts with the standard GRUB configuration that does the auto- detect thing again, which somebody pointed out on this list. I hope this helps. From o1bigtenor at gmail.com Thu Oct 4 06:14:46 2018 From: o1bigtenor at gmail.com (o1bigtenor) Date: Thu, 4 Oct 2018 06:14:46 -0500 Subject: [tclug-list] Fwd: How do I ?????? In-Reply-To: <20181004015522.GA2743@nobelware.com> References: <20181001031935.GA4829@nobelware.com> <20181003185708.GA25991@nobelware.com> <20181004015522.GA2743@nobelware.com> Message-ID: Thanks On Wed, Oct 3, 2018 at 11:46 PM Iznogoud wrote: > > > > > I'll start here - - - -its clear that you didn't read what I said - - > > -I wanted to use two > > different kernels from the SAME distribution and that I just couldn't > > get to work and I > > couldn't find nada on line about it either. Doing it for different > > *nixes - - - sorry that's > > easy and I have done that in the past its trying to do it for the same > > os and just have > > two significantly (4.0.9 (iirc) and 4.16 (again iirc)) different > > kernels that proved part of > > the unfindable (sic) continuum. I just couldn't find a way to stick > > those two together. > > > OK, OK. Think what you want. Here is my final attempt, in the spirit of > keeping the discussion productive. > > The way to do what you want is to simply edit the grub.conf and add a menu > entry that uses the kernel that you want to use. You can boot from the same > root filesystem (say /dev/sda1, or whatever), you can boot from a different > one, a duplicated one, a different drive, etc. With some simple GRUB command > line typing/editing and by knowing what you are doing, it can be done. > > Here is how. > > Start here for a very brief sample: > https://www.youtube.com/watch?v=jqysW8RmRBU > (This guy is doing it in a virtual machine, which is what I had recommended > that you do to "practice" and not screw anything up, but you shut the idea > down for nonsense reasons.) > > Here is a more verbose solution that matches your needs: > https://www.youtube.com/watch?v=i97y5Y2nChs > At the beginning he tells you how you can "lose" a bootloader... maybe not > important to you. Then, fast-forward to 8:29, where he tells you what he is > going to do, and walks you through the steps of modifying the grub.conf. > Now recall from the previous video what keywords were given to GRUB from the > command line, like "linux /vmlinuz" and so on. These are arguments/switches > that go into a GRUB "menu item" as you will see. This guy's grub.conf is > built from an automated configuration from the grub-mkconfig or whatever, > and so it is very populated with crap. But he goes right ahead and cleans > them up, does what he wants, etc. You want to get a menu item that has the > booting from the standard kernel of the distro, and duplicate it with the > new kernel in the new menu item. When you are done, you do not even have to > re-install the bootloader; it is that simple. > > Here is a less useful, more laborious process, video that uses external toosls: > https://www.youtube.com/watch?v=OUWpUdCWFbI > > Here is another good one that will teach you a thing or two: > https://www.youtube.com/watch?v=prHDES9XmjU > This one starts with the standard GRUB configuration that does the auto- > detect thing again, which somebody pointed out on this list. > > I hope this helps. > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list From woodbrian77 at gmail.com Thu Oct 4 13:23:01 2018 From: woodbrian77 at gmail.com (Brian Wood) Date: Thu, 4 Oct 2018 13:23:01 -0500 Subject: [tclug-list] Fwd: How do I ?????? Message-ID: > I know I am being of no help again, but perhaps it is time for you to > start reading HOWTOs and other online documents again. > Like Euclid told Ptolemy: "There is no `royal road' to geometry." I checked on that quote and it is thought to be a questionable quote. Brian Ebenezer Enterprises - In G-d we trust. http://webEbenezer.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From sfertch at gmail.com Sun Oct 28 14:58:10 2018 From: sfertch at gmail.com (Shawn Fertch) Date: Sun, 28 Oct 2018 14:58:10 -0500 Subject: [tclug-list] IBM acquiring RH? Message-ID: Not sure what to say... https://www.bloomberg.com/news/articles/2018-10-28/ibm-is-said-to-near-deal-to-acquire-software-maker-red-hat -Shawn From tclug at freakzilla.com Sun Oct 28 15:09:15 2018 From: tclug at freakzilla.com (Clug) Date: Sun, 28 Oct 2018 15:09:15 -0500 (CDT) Subject: [tclug-list] IBM acquiring RH? In-Reply-To: References: Message-ID: IBM have been supporting Linux for ages, and Red Hat are a commercial entity who sell a commercial product as well as services. Unless you're a commercial entity yourself and use Red Hat's products and services, I don't think this will really affect you much, if at all. On Sun, 28 Oct 2018, Shawn Fertch wrote: > Not sure what to say... > > https://www.bloomberg.com/news/articles/2018-10-28/ibm-is-said-to-near-deal-to-acquire-software-maker-red-hat > > -Shawn > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > From rhayman at pureice.com Sun Oct 28 18:31:54 2018 From: rhayman at pureice.com (r hayman) Date: Sun, 28 Oct 2018 18:31:54 -0500 Subject: [tclug-list] IBM acquiring RH? In-Reply-To: References: Message-ID: <1540769514.22849.3.camel@pureice.com> RHEL has become the enterprise standard for Linux. This may become a significant disruption to enterprise strategies. Time will tell. On Sun, 2018-10-28 at 15:09 -0500, Clug wrote: > IBM have been supporting Linux for ages, and Red Hat are a > commercial? > entity who sell a commercial product as well as services. > > Unless you're a commercial entity yourself and use Red Hat's products > and? > services, I don't think this will really affect you much, if at all. > > On Sun, 28 Oct 2018, Shawn Fertch wrote: > > > > > Not sure what to say... > > > > https://www.bloomberg.com/news/articles/2018-10-28/ibm-is-said-to-n > > ear-deal-to-acquire-software-maker-red-hat > > > > -Shawn > > _______________________________________________ > > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > > tclug-list at mn-linux.org > > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryan.coleman at cwis.biz Sun Oct 28 19:28:11 2018 From: ryan.coleman at cwis.biz (Ryan Coleman) Date: Sun, 28 Oct 2018 19:28:11 -0500 Subject: [tclug-list] IBM acquiring RH? In-Reply-To: References: Message-ID: Well, Unix as the first step? it wasn?t a far stretch to move to Linux. > On Oct 28, 2018, at 3:09 PM, Clug wrote: > > IBM have been supporting Linux for ages -------------- next part -------------- An HTML attachment was scrubbed... URL: From sfertch at gmail.com Sun Oct 28 19:53:19 2018 From: sfertch at gmail.com (Shawn Fertch) Date: Sun, 28 Oct 2018 19:53:19 -0500 Subject: [tclug-list] IBM acquiring RH? In-Reply-To: <1540769514.22849.3.camel@pureice.com> References: <1540769514.22849.3.camel@pureice.com> Message-ID: Exactly why I'm not sure how this will turn out and not quite sure what to say. I'm concerned that IBM may change the focus of RHEL, and Linux in general by changing how involved with the community Red Hat has been. What will they do with competing technologies such as Big Fix and Satellite or Ansible? IBM hasn't always been good to the tecnologies they acquire over the years. I agree with you in that time will tell. All this being said, I'm surprised that IBM didn't acquire SuSE years ago with how deeply involved they were with it back then. -Shawn On Sun, Oct 28, 2018 at 7:21 PM r hayman wrote: > > RHEL has become the enterprise standard for Linux. This may become a significant disruption to enterprise strategies. Time will tell. > > On Sun, 2018-10-28 at 15:09 -0500, Clug wrote: > > IBM have been supporting Linux for ages, and Red Hat are a commercial > entity who sell a commercial product as well as services. > > Unless you're a commercial entity yourself and use Red Hat's products and > services, I don't think this will really affect you much, if at all. > > On Sun, 28 Oct 2018, Shawn Fertch wrote: > > > Not sure what to say... > > https://www.bloomberg.com/news/articles/2018-10-28/ibm-is-said-to-near-deal-to-acquire-software-maker-red-hat > > -Shawn > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list From eng at pinenet.com Sun Oct 28 20:25:33 2018 From: eng at pinenet.com (Rick Engebretson) Date: Sun, 28 Oct 2018 20:25:33 -0500 Subject: [tclug-list] IBM acquiring RH? In-Reply-To: References: <1540769514.22849.3.camel@pureice.com> Message-ID: <58712b83-1321-82c4-2550-16d8fa511065@pinenet.com> Thanks for the tip. It really fits with something I was going to post; the PC industry is in chaos and collapse. IBM and Linux to the rescue. I have doubts it's so much about "The Cloud," as the article implies. Intel quit making motherboards a few years ago and is screwing around with UEFI flavor of the month. They want to jam streaming graphics into a multicore CPU that sucks hundreds of watts. Or they push their Nuc line these days. Microsoft can't take care of satisfied Windows7 64 bit users anymore. And, as is their habit, have their cash hungry palm out to degrade your PC. Yet, the development needs of a PC standard is accelerating greater than ever. If you can't live without 10GB of RAM, TBytes disks, high resolution LCD panels, 2GHz multi-core CPUs, fast internet, that run a decade and swap out in a day...well, carry your selfie phone to the shower with you. Industry needs a PC like a farmer needs a pick-up truck, and Ford needs to keep making them. Or like USSteel needs to keep making steel in the US. And the big players are saving all our asses again, thank you. Shawn Fertch wrote: > Exactly why I'm not sure how this will turn out and not quite sure > what to say. I'm concerned that IBM may change the focus of RHEL, and > Linux in general by changing how involved with the community Red Hat > has been. > > What will they do with competing technologies such as Big Fix and > Satellite or Ansible? IBM hasn't always been good to the tecnologies > they acquire over the years. I agree with you in that time will tell. > > All this being said, I'm surprised that IBM didn't acquire SuSE years > ago with how deeply involved they were with it back then. > > -Shawn > > > > On Sun, Oct 28, 2018 at 7:21 PM r hayman wrote: >> >> RHEL has become the enterprise standard for Linux. This may become a significant disruption to enterprise strategies. Time will tell. >> >> On Sun, 2018-10-28 at 15:09 -0500, Clug wrote: >> >> IBM have been supporting Linux for ages, and Red Hat are a commercial >> entity who sell a commercial product as well as services. >> >> Unless you're a commercial entity yourself and use Red Hat's products and >> services, I don't think this will really affect you much, if at all. >> >> On Sun, 28 Oct 2018, Shawn Fertch wrote: >> >> >> Not sure what to say... >> >> https://www.bloomberg.com/news/articles/2018-10-28/ibm-is-said-to-near-deal-to-acquire-software-maker-red-hat >> >> -Shawn >> _______________________________________________ >> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota >> tclug-list at mn-linux.org >> http://mailman.mn-linux.org/mailman/listinfo/tclug-list >> >> >> _______________________________________________ >> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota >> tclug-list at mn-linux.org >> http://mailman.mn-linux.org/mailman/listinfo/tclug-list >> >> _______________________________________________ >> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota >> tclug-list at mn-linux.org >> http://mailman.mn-linux.org/mailman/listinfo/tclug-list > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > From eng at pinenet.com Sun Oct 28 21:32:56 2018 From: eng at pinenet.com (Rick Engebretson) Date: Sun, 28 Oct 2018 21:32:56 -0500 Subject: [tclug-list] IBM acquiring RH? In-Reply-To: <58712b83-1321-82c4-2550-16d8fa511065@pinenet.com> References: <1540769514.22849.3.camel@pureice.com> <58712b83-1321-82c4-2550-16d8fa511065@pinenet.com> Message-ID: Excuse me, correction. Intel stopped making "desktop" boards (not motherboards) years ago. Rick Engebretson wrote: > Thanks for the tip. It really fits with something I was going to post; > the PC industry is in chaos and collapse. IBM and Linux to the rescue. I > have doubts it's so much about "The Cloud," as the article implies. > > Intel quit making motherboards a few years ago and is screwing around > with UEFI flavor of the month. They want to jam streaming graphics into > a multicore CPU that sucks hundreds of watts. Or they push their Nuc > line these days. > > Microsoft can't take care of satisfied Windows7 64 bit users anymore. > And, as is their habit, have their cash hungry palm out to degrade your PC. > > Yet, the development needs of a PC standard is accelerating greater than > ever. If you can't live without 10GB of RAM, TBytes disks, high > resolution LCD panels, 2GHz multi-core CPUs, fast internet, that run a > decade and swap out in a day...well, carry your selfie phone to the > shower with you. Industry needs a PC like a farmer needs a pick-up > truck, and Ford needs to keep making them. Or like USSteel needs to keep > making steel in the US. And the big players are saving all our asses > again, thank you. > > > Shawn Fertch wrote: >> Exactly why I'm not sure how this will turn out and not quite sure >> what to say. I'm concerned that IBM may change the focus of RHEL, and >> Linux in general by changing how involved with the community Red Hat >> has been. >> >> What will they do with competing technologies such as Big Fix and >> Satellite or Ansible? IBM hasn't always been good to the tecnologies >> they acquire over the years. I agree with you in that time will tell. >> >> All this being said, I'm surprised that IBM didn't acquire SuSE years >> ago with how deeply involved they were with it back then. >> >> -Shawn >> >> >> >> On Sun, Oct 28, 2018 at 7:21 PM r hayman wrote: >>> >>> RHEL has become the enterprise standard for Linux. This may become a >>> significant disruption to enterprise strategies. Time will tell. >>> >>> On Sun, 2018-10-28 at 15:09 -0500, Clug wrote: >>> >>> IBM have been supporting Linux for ages, and Red Hat are a commercial >>> entity who sell a commercial product as well as services. >>> >>> Unless you're a commercial entity yourself and use Red Hat's products >>> and >>> services, I don't think this will really affect you much, if at all. >>> >>> On Sun, 28 Oct 2018, Shawn Fertch wrote: >>> >>> >>> Not sure what to say... >>> >>> https://www.bloomberg.com/news/articles/2018-10-28/ibm-is-said-to-near-deal-to-acquire-software-maker-red-hat >>> >>> >>> -Shawn >>> _______________________________________________ >>> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota >>> tclug-list at mn-linux.org >>> http://mailman.mn-linux.org/mailman/listinfo/tclug-list >>> >>> >>> _______________________________________________ >>> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota >>> tclug-list at mn-linux.org >>> http://mailman.mn-linux.org/mailman/listinfo/tclug-list >>> >>> _______________________________________________ >>> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota >>> tclug-list at mn-linux.org >>> http://mailman.mn-linux.org/mailman/listinfo/tclug-list >> _______________________________________________ >> TCLUG Mailing List - Minneapolis/St. Paul, Minnesota >> tclug-list at mn-linux.org >> http://mailman.mn-linux.org/mailman/listinfo/tclug-list >> > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > From iznogoud at nobelware.com Mon Oct 29 09:25:46 2018 From: iznogoud at nobelware.com (Iznogoud) Date: Mon, 29 Oct 2018 14:25:46 +0000 Subject: [tclug-list] IBM acquiring RH? In-Reply-To: <1540769514.22849.3.camel@pureice.com> References: <1540769514.22849.3.camel@pureice.com> Message-ID: <20181029142546.GA6679@nobelware.com> I would have dismissed this as news, until I heard it on Marketplace this morning. Now I am inclined to believe this is the real issue here: > > RHEL has become the enterprise standard for Linux. This may become a > significant disruption to enterprise strategies. Time will tell. From bradyh at gmail.com Mon Oct 29 10:23:24 2018 From: bradyh at gmail.com (Brady's Gmail) Date: Mon, 29 Oct 2018 10:23:24 -0500 Subject: [tclug-list] IBM acquiring RH? In-Reply-To: <20181029142546.GA6679@nobelware.com> References: <1540769514.22849.3.camel@pureice.com> <20181029142546.GA6679@nobelware.com> Message-ID: <56593341-EEB8-45FC-8B81-BB559A8F7617@gmail.com> I haven?t directly used Red Hat for years. I think we used it for servers when I worked for Thomson-Reuters. I?d be concerned that IBM (like Oracle) seems to grab technologies and then double the price. I?m not sure how they get away with that except they have clients with arbitrarily deep pockets. Maybe Red Hat will be different. > On Oct 29, 2018, at 9:25 AM, Iznogoud wrote: > > I would have dismissed this as news, until I heard it on Marketplace this > morning. > > Now I am inclined to believe this is the real issue here: > >> >> RHEL has become the enterprise standard for Linux. This may become a >> significant disruption to enterprise strategies. Time will tell. > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list From woodbrian77 at gmail.com Mon Oct 29 11:31:11 2018 From: woodbrian77 at gmail.com (Brian Wood) Date: Mon, 29 Oct 2018 11:31:11 -0500 Subject: [tclug-list] AI not very helpful Message-ID: I often get email from job sites that are supposed to be a good job match, but that are out in left field. Yesterday I got one from Indeed about a job that required Mulesoft. I've never heard of Mulesoft and am happy with C++. If AI isn't able to figure out from my resume and websites that I'm interested in C++, it's unlikely to be very helpful for those with more varied resumes. I don't have a bunch of different languages on my resume. I've used Python a little, but other than that it's all C++. Ziprecruiter is another one that often sends me goofy suggestions. I guess after however many trillion dollars AI is starting to get better at driving cars at slow speeds, but they have a long way to go to being helpful with these job suggestions. I'll put this here in case AI is reading this: < clues for AI programs> Brian Wood of Little Canada likes C++. Brian Ebenezer Enterprises - In G-d we trust. http://webEbenezer.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From eng at pinenet.com Mon Oct 29 12:17:20 2018 From: eng at pinenet.com (Rick Engebretson) Date: Mon, 29 Oct 2018 12:17:20 -0500 Subject: [tclug-list] IBM acquiring RH? In-Reply-To: <20181029142546.GA6679@nobelware.com> References: <1540769514.22849.3.camel@pureice.com> <20181029142546.GA6679@nobelware.com> Message-ID: I have seen no specific downside to this. A lot of whatifs. But it is certainly an historic gamble; https://www.wsj.com/articles/ibm-thinks-really-different-with-red-hat-1540830624 "International Business Machines" makes their biggest purchase ever of a business software company, in the middle of a collapsing PC marketplace, during a business boom. Tens of $billions investment is generated for the combined efforts. I knew a guy in strategic planning of IBM when pushing what we now call the internet (investor's brother-in-law). Believe me, nobody really knew where it was going. But the telephone company, computer companies, manufacturers, and government bet on their best and brightest (which quickly left me out). 1981 was a "what do we do now?" danger time. In a similar situation, Charles Lindbergh flew across the Atlantic in 1927, 10 years later we were preparing for an air war. The "Great Depression" never hit technology. The market just pulled the rug out from non-essentials. I'm excited as can be for this new opportunity. And grateful to others with faith and hope in our future. Maybe some just don't understand what a computer really is?? Iznogoud wrote: > I would have dismissed this as news, until I heard it on Marketplace this > morning. > > Now I am inclined to believe this is the real issue here: > >> >> RHEL has become the enterprise standard for Linux. This may become a >> significant disruption to enterprise strategies. Time will tell. > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > From rhubarbpieguy at gmail.com Mon Oct 29 14:15:15 2018 From: rhubarbpieguy at gmail.com (rhubarbpieguy) Date: Mon, 29 Oct 2018 14:15:15 -0500 Subject: [tclug-list] New computers, transparent bridging, and iptables. Message-ID: <0d5ef608-d170-fbb9-d47d-fbda8c8a132e@gmail.com> I recently loaded Linux on a new computer which responds to ShieldsUP! (to test firewalls) differently.? I'm not advocating the product, but my old computer would pass the test with all ports reported as stealth. However, my new computer reports three ports as closed, and fails the test. This is identical to running the test using my new cable modem which came without transparent bridging enabled and used its own firewall.? Is there something in new computers that does something similar? So as to not rely on my memory I installed the same Linux on my old computer and all ports reported as stealth. From iznogoud at nobelware.com Mon Oct 29 15:59:31 2018 From: iznogoud at nobelware.com (Iznogoud) Date: Mon, 29 Oct 2018 20:59:31 +0000 Subject: [tclug-list] AI not very helpful In-Reply-To: References: Message-ID: <20181029205931.GA21666@nobelware.com> I am guessing that the current state of the job-search algorithms is good enough for them to not want to "improve" it. And on another note, without allowing a little bit of error, certain things that would only happen by chance would just not happen. In a convoluted way I am saying that the job seekers' AI seems to be doing as it is told and performs as well as it is funded to do... And, in today's job market, which is the seeker who is the chooser, I am not surprised that rcruiters are pretty desperate. From ryan.coleman at cwis.biz Mon Oct 29 17:51:15 2018 From: ryan.coleman at cwis.biz (Ryan Coleman) Date: Mon, 29 Oct 2018 17:51:15 -0500 Subject: [tclug-list] AI not very helpful In-Reply-To: <20181029205931.GA21666@nobelware.com> References: <20181029205931.GA21666@nobelware.com> Message-ID: There?s that? and then there?s the policy of ?if something similar appears in a resume then we send it to them regardless of their qualifications or interest?. I get offers all the time. I?m not in the market. And I get them for jobs OUT of this market and I clearly state I will not relocate for a job. But still they send them. In response they get cease and desist statements. > On Oct 29, 2018, at 3:59 PM, Iznogoud wrote: > > > And, in today's job market, which is the seeker who is the chooser, I am not > surprised that rcruiters are pretty desperate. -------------- next part -------------- An HTML attachment was scrubbed... URL: From iznogoud at nobelware.com Tue Oct 30 10:12:50 2018 From: iznogoud at nobelware.com (Iznogoud) Date: Tue, 30 Oct 2018 15:12:50 +0000 Subject: [tclug-list] AI not very helpful In-Reply-To: References: <20181029205931.GA21666@nobelware.com> Message-ID: <20181030151250.GA30296@nobelware.com> > > In response they get cease and desist statements. > Wait. You mean you do not have an AI machine responding to those emails? I am soooooo disappointed now. From ryan.coleman at cwis.biz Tue Oct 30 19:45:28 2018 From: ryan.coleman at cwis.biz (Ryan Coleman) Date: Tue, 30 Oct 2018 19:45:28 -0500 Subject: [tclug-list] AI not very helpful In-Reply-To: <20181030151250.GA30296@nobelware.com> References: <20181029205931.GA21666@nobelware.com> <20181030151250.GA30296@nobelware.com> Message-ID: I like tech. I don?t LIVE tech. :D > On Oct 30, 2018, at 10:12 AM, Iznogoud wrote: > >> >> In response they get cease and desist statements. >> > > Wait. You mean you do not have an AI machine responding to those emails? > I am soooooo disappointed now. > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list