Re: what's a good compiler for the Orange Pi?

2020-09-15 Thread Jeff Jibson
I haven't used them, but if you put linux on it, you should be able to use gcc or llvm (clang). On Tue, Sep 15, 2020 at 3:50 PM Alan Kirkwood wrote: > I'm an old "C" programmer, and I'd like to use something similar to what > I've used in the past. What works with the Orange Pi, that also has

Re: Linux and accessibility

2018-10-04 Thread Jeff Jibson
Would a split keyboard help? I saw where someone had put a split keyboard with the sides attached to their chair so their arms could hang down... I think for repetitive stress. On Thu, Oct 4, 2018, 09:37 Barry Roberts wrote: > So, I broke my collar bone yesterday.I can type some, but I can

Re: LPI / Linux Book recommendations?

2018-03-24 Thread Jeff Jibson
On Sat, Mar 24, 2018 at 8:14 PM, AJ ONeal (Home) wrote: ​snip​ > I've got a friend who knows his way around the command line, but it's time > for him to get his hands dirty and build a kernel, know what all the lines > in /etc/passwd and whatnot mean, know the truth and

Re: look what I've found

2017-07-17 Thread Jeff Jibson
gmail seems to no long quote and bottom post :'( This rule in gmail worked for me: Matches: from:(mchagberg ) Do this: Delete it​ /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Open vim with splits and vsplits

2017-07-06 Thread Jeff Jibson
On Thu, Jul 6, 2017 at 10:10 AM, Barry Roberts wrote: > > If it matters, I'm using vim 8.0.0386-r1 in Gentoo. > > Well, there's your problem, right there ;-). > > Not exactly what you asked, but when I've needed things like that in > the past, tmux with separate editor

Help with hacking a phone/installing a custom rom

2016-09-20 Thread Jeff
ny ideas? I've spent probably a good 40 hours on this over the last 5 - 6 weeks and am past the end of my rope. Any tips would be so incredibly appreciated! Thanks, Jeff /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Industrial embedded Linux systems

2016-07-18 Thread Jeff Jibson
On Mon, Jul 18, 2016 at 1:02 PM, Matt plug.org wrote: > > Long story short, I want something that's more flexible and powerful to use > as a platform for this project. I'm familiar with PLCs and hobbyist level > microcontrollers/embedded systems (Arduino, Raspberry Pi,

Re: PLUG Digest, Vol 139, Issue 8

2016-07-15 Thread Jeff
A.J. I am interested in your firefox phone. How do I pick it up from you? Jeff On 07/15/2016 12:00 PM, plug-requ...@plug.org wrote: Send PLUG mailing list submissions to plug@plug.org To subscribe or unsubscribe via the World Wide Web, visit http://plug.org/mailman

Has anybody ever heard anything back from AJ ONeal?

2016-07-13 Thread Jeff
All, I never saw any follow up posts from AJ about his various gadgetry he posted. Does anybody else know anything? Thanks Jeff On 07/12/2016 12:00 PM, plug-requ...@plug.org wrote: Send PLUG mailing list submissions to plug@plug.org To subscribe or unsubscribe via the World Wide

[OT] Free Gadgetry (Arduino, Cables, Dev Boards, Adapters etc)

2016-07-06 Thread Jeff
2.0 Hard Drive dock (ThermalTake) Media Pi - Raspberry Pi B (original) enclosure and maybe a look through some of your various cables and 5v and 12v wall adapters Again, Thanks! Jeff /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Fast Broadband options for American Fork?

2016-06-08 Thread Jeff
speed)?(12 years ago when it first became available, $39.99 for 15 mbit was beyond uber cool, but it's staid the same while the rest of the world caught up and passed us). If anyone knows of anything it would be greatly appreciated! Jeff /* PLUG: http://plug.org, #utah on irc.freenode.net

Re: Strange issue with my screens...

2016-03-11 Thread Jeff Jibson
I had some weird video issues not too long ago. Gentoo, not Fedora. XRandr changed the names of my displays. This only happened on my system with an AMD card with open source drivers. Once I changed things to match the XRandr's new display names, it's been fine. On Fri, Mar 11, 2016 at 11:03

Re: make rule

2016-03-08 Thread Jeff Jibson
ke/manual/html_node/Wildcards.html#Wildcards > > > > Says that it accepts the same wildcard characters as bash for expansion > > inside targets and filenames, so > > > > [0-9]-[0-9][0-9].cfg: %m4 $(DEFFILES) should work > > > > > > On Mon, Mar 7, 20

make rule

2016-03-07 Thread Jeff Jibson
I have a single source file, va.m4, and need to setup rules like: %s-ii.cfg : %m4 $(DEFFILES) $(M4) -I $(CURDIR) -D S=s -D I=ii < $< > $*s-ii.cfg where s is a single digit number, ii is a double digit number, the fist might be a leading 0 I can think of ways to do it with multiple rules, but

Re: Tiling window manager

2016-03-04 Thread Jeff Jibson
i3 (with tmux). It is really nice if you want to control your tile placement, i.e. it is not an automatic tiler. I have been using it a couple of years both at home and work. One thing that works nicely with dual displays is to assign super to one windows key and hyper to the other. Then,

Vim syntax highlighting nested languages

2016-01-13 Thread Jeff Jibson
Does anyone know how or if it is possible to highlight nested languages in Vim? At work we I use m4 macros to generate files and chef (ruby template language) to generate files. Id like to have syntax highlighting of the language that generates the files and syntax highlighting of the generated

Re: encrypted devices and /etc/crypttab?

2015-11-05 Thread Jeff Jibson
On Thu, Nov 5, 2015 at 1:33 AM, Dan Egli <ddavide...@gmail.com> wrote: > On November 3, 2015, Jeff Jibson wrote: > > > > > Funtoo's site also had some decent instructions: > > > > Okay, who or what is Funtoo (some port of Gentoo?) and where are the > ins

Re: encrypted devices and /etc/crypttab?

2015-11-03 Thread Jeff Jibson
I'd use the systemreacuecd (gentoo based) instead of the minimal CD. The only change you'll need to do is use the following for untaring the stage3: tar --numeric-owner xvjpf stage3* Here are a bunch of useful links for installing Gentoo and Encryption: http://www.sysresccd.org/Download

Re: username locations

2015-08-20 Thread Jeff Jibson
If I remember correctly, Michael uses Gentoo. Gentoo has a dependency problem for Samba 4. It requires app-crypt/heimdal http://gpo.zugaina.org/app-crypt/heimdal and dev-libs/openssl requires app-crypt/mit-krb5. There is an overlay with samba4 that can use app-crypt/mit-krb5. I masked samba 4

Re: Affordable unlocked 3g/4g HSPA USB that's made for NA frequencies?

2015-08-06 Thread Jeff Jibson
On Thu, Aug 6, 2015 at 1:33 PM, Michael Torrie torr...@gmail.com wrote: 1900 MHz UMTS http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dapsfield-keywords=USB+1900+MHz+UMTS The product description says this does ($15):

digEcor Job Opening

2015-01-18 Thread Jeff Anderson
Opportunity for someone with minimal experience to get in the door doing software development and testing. Yes, the pay is on the low side for this kind of thing. This is what I've been authorized to offer. I'm hoping it will turn into something longer term at higher pay. I should be able to

Re: Help with bash syntax

2014-12-19 Thread Jeff Anderson
If that's not it, it may be that your unquoted one is expanding into something Bash believes is an assignment plus a command because you have a semicolon in the value of $1. Well, but that's not it because 'free' is a command (usually), and it's saying the command not found is OK: This can

Re: Ethernet Shield for Raspberry Pi?

2014-12-08 Thread Jeff Jibson
I got a Buffalo ??? It comes with DD-WRT with instructions to install Open-WRT. Works great. I can get a signal from inside my condo through several walls to my car in the parking lot. This is the one I got (out of stock): http://www.newegg.com/Product/Product.aspx?Item=N82E16833162047 These

Re: Ethernet Shield for Raspberry Pi?

2014-12-05 Thread Jeff Jibson
On Fri, Dec 5, 2014 at 12:45 AM, Dan Egli ddavide...@gmail.com wrote: Many home-brew/DIY projects lack the polished look of the commercial models. But they are fun to get assembled, and work better than a commercial model too. So looks are the least of my consern. However, I can always look

Re: Ethernet Shield for Raspberry Pi?

2014-12-03 Thread Jeff Jibson
of RAM, which is higher than most in that price range. You might also want to compare it to the other models. http://cubieboard.org/ Jeff Jibson System Engineer PARENTLINK® o 801-373-9669 x121 c 801-368-2239 e jeff.jib...@parentlink.com /* PLUG: http://plug.org, #utah on irc.freenode.net

Re: Suggestions for LAMP Curriculum

2014-09-22 Thread Jeff Jibson
On Mon, Sep 22, 2014 at 5:07 AM, Dan Egli ddavide...@gmail.com wrote: I've never heard of MariaDB so I can't testify good or bad on that one. there's more than enough material to cover via the standard LAMP stack. If someone wants to learn more about NodeJS vs. Ruby, or MongoDB vs.

Re: Server Rack

2014-09-03 Thread Jeff Jibson
On Tue, Sep 2, 2014 at 3:00 PM, Jonathan Duncan jonat...@bluesunhosting.com wrote: My turn to look for a server rack. Needs to be about 12u, ceiling or wall mountable (so it is not taking up floor space). Price range around $200 but is not fixed. This rack is just for office switches, patch

Re: Server Rack

2014-09-02 Thread Jeff Nyman
/options/plug Don't fear the penguin. */ -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Server Rack

2014-09-02 Thread Jeff Nyman
For 50 bucks you can do anything you want to it. :) On Tue, Sep 2, 2014 at 3:44 PM, Jonathan Duncan jonat...@bluesunhosting.com wrote: On Tue, Sep 2, 2014 at 3:11 PM, Jeff Nyman jny...@americanleadership.net wrote: I have a single tree full size floor mount. $50.00 Hmm... I guess I

Re: Fedora update archives anywhere?

2014-06-09 Thread Jeff Jibson
On Sat, Jun 7, 2014 at 10:35 PM, Michael Torrie torr...@gmail.com wrote: I have Fedora 19 here, and recently updated a package that apparently great for my purpose. Then the other date it updated again to version 1.7.18. I want to revert to 1.7.8, but I can't find any of the previous fedora

Re: OS version of Exchange Outlook

2014-05-19 Thread Jeff Nyman
Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http

Re: Cruft!!!

2014-05-14 Thread Jeff Jibson
On Tue, May 13, 2014 at 8:18 AM, Matthew Walker mwal...@kydance.net wrote: On 05/13/2014 07:57 AM, Nicholas Leippe wrote: I use eix for searching portage. Emerge eix then replace your crontab emerge --sync line with eix-sync and away you go. ... I'll have to look more into eix. Haven't ever

Re: Cruft!!!

2014-05-14 Thread Jeff Jibson
On Wed, May 14, 2014 at 8:42 AM, Matthew Walker mwal...@kydance.net wrote: Why are you including @installed in your package list? Shouldn't @world pull in all of those anyway, since your USE flags shouldn't have changed? One time I needed it, I don't remember why. Since it normally wouldn't

Re: smoke detectors that don't suck

2014-03-14 Thread Jeff Jibson
On Thu, Mar 13, 2014 at 6:58 PM, Michael Lovell toelov...@gmail.com wrote: do any of you have any recommendations about brands or models or smoke detectors? There was another post asking for arduino projects... this sounds like a good candidate. I am not suggesting a full arduino board, but

Re: printers that don't suck

2014-03-07 Thread Jeff Nyman
Don't fear the penguin. */ -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: printers that don't suck

2014-03-07 Thread Jeff Jibson
I also have been very happy with my black and whiter Samsung laser printer (ML-2010). It was $80 and is about 10 years old and still prints great. When I get a color laser I will look at Samsung first. It works great in Linux. On Sat, Mar 8, 2014 at 6:28 AM, Paul Seamons p...@seamons.com wrote:

Re: Anyone here still read slashdot?

2014-02-07 Thread Jeff Anderson
I read it every day. The old style feels better to me. On Thu, Feb 6, 2014 at 1:25 AM, Garth Hill ga...@thrag.net wrote: On 2/6/14 1:21 AM, Michael Torrie wrote: Or am I the only one who still habitually wastes time with the occasional slashdot addiction? If I had resgistered my username

Re: Bob like interfaces?

2014-02-07 Thread Jeff Anderson
Right. Two of my nieces have been on iPads since age 3 with no problems. Well, unless you count them being glued to them playing Minecraft like zombies as a problem. On Thu, Feb 6, 2014 at 12:00 PM, Jeff Jibson jeff.jib...@parentlink.netwrote: On Thu, Feb 6, 2014 at 10:10 AM, S. Dale Morrey

Re: Bob like interfaces?

2014-02-06 Thread Jeff Jibson
On Thu, Feb 6, 2014 at 10:10 AM, S. Dale Morrey sdalemor...@gmail.com wrote: Also am I the only one who thinks this would be the perfect interface for a touchscreen or tablet? Kids don't need it. My 3 year old had an old iphone and now an android tablet since before she was two. She picked

Re: Bash Tutorial

2014-02-02 Thread Jeff Anderson
of them. On Tue, Jan 28, 2014 at 3:06 PM, Steven Boyd steven.boy...@gmail.comwrote: I would be interested, and I know some of my co-workers would be also. On Jan 28, 2014 12:32 PM, Steve Meyers st...@plug.org wrote: On 1/22/14 10:03 AM, Jeff Anderson wrote: I am writing a series Bash

Bash Tutorial: Basics

2014-02-02 Thread Jeff Anderson
*Foreword* Pardon me if this is super gumby and you already know all of this. I'm trying to start from the beginning at not gloss over too much. Even at that, I actually assume quite a bit here. For those with a lot of experience, I'm looking for feedback as to what I'm completely lying

Bash Tutorial: Basics

2014-02-02 Thread Jeff Anderson
*Foreword* Pardon me if this is super gumby and you already know all of this. I'm trying to start from the beginning at not gloss over too much. Even at that, I actually assume quite a bit here. For those with a lot of experience, I'm looking for feedback as to what I'm completely lying

Bash Tutorial: Getting Help

2014-02-02 Thread Jeff Anderson
://www.tldp.org/ http://www.gnu.org/software/bash/manual/bashref.html http://www.linfo.org/main_index.html http://mywiki.wooledge.org/BashGuide http://www.amihotornot.com.au/ (for the Australians) That's all well and good, Jeff, you say, but I'd have to lift my hand off my keyboard, move it to my mouse

Bash Tutorial: Press Any Key

2014-02-02 Thread Jeff Anderson
window just after the command prompt. Don't press Enter. Don't press any other keys. Stop and ponder what just happened. What the heck did just happen? On my screen, the letter h appeared. WTF, man! What kind of teacher are you, Jeff? You suck. I want a refund. This is bogus. Apparently

Re: Bash Tutorial

2014-02-02 Thread Jeff Anderson
I believe I just sent the first 4 Bash tutorials. That's all I have written so far. On Sun, Feb 2, 2014 at 9:11 AM, Jeff Anderson java.emit...@gmail.comwrote: Okay, I will start sending them. They kind of evolve slowly, so you have to bare with them. Will probably write at most one a week

Bash Tutorial

2014-01-22 Thread Jeff Anderson
I am writing a series Bash tutorial e-mails for people at work who don't have a lot of experience using it. Also, for my own benefit. Anyone mind if I post them here? /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Regexp Syntax

2014-01-21 Thread Jeff Anderson
It looks like a lone ^ by itself in a character class is a syntax error: $ echo '^^^' | pcregrep '[^]' pcregrep: Error in command-line regex at offset 3: missing terminating ] for character class /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe:

Re: What's the cheapest way to setup Linux box?

2013-12-11 Thread Jeff Nyman
but the place he bought it from closed their doors. What's the cheapest way to get this kind of setup? Thank you, Nicholas Stewart /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ -- *Jeff Nyman

Re: What's the page for syslinux.cfg?

2013-11-04 Thread Jeff Jibson
Sorry, I have never used it. I just took a minute to look at their web page. On Sun, Nov 3, 2013 at 12:24 AM, Dan Egli ddavide...@gmail.com wrote: On October 31, 2013, Jeff Jibson wrote: I think this is what you want: http://www.syslinux.org/wiki/index.php/SYSLINUX That was good

Re: What's the page for syslinux.cfg?

2013-10-31 Thread Jeff Jibson
I think this is what you want: http://www.syslinux.org/wiki/index.php/SYSLINUX There is a link to it from the side bar on the left of the page. On Thu, Oct 31, 2013 at 2:48 AM, Dan Egli ddavide...@gmail.com wrote: Hey pluggers, I think I'm having a bit of a brain fart or something. Hope you

Re: Wireless LAN bridge

2013-10-28 Thread Jeff Nyman
I've used them. Even built my own wireless router from one. They run OpenWrt just fine. A bit wimpy in the CPU and RAM department. /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ -- *Jeff Nyman

Re: Monitoring software question

2013-10-09 Thread Jeff Jibson
On Wed, Oct 9, 2013 at 2:37 AM, Dan Egli ddavide...@gmail.com wrote: On October 7, 2013, at 8:37pm, Brian Christiansen wrote: NRPE: Active Check (Nagios initiating the check NSCA: passive check (the server initiating the check) Now I'm lost. I thought Nagios ran on the server? If it

Re: New VOIP pbx setup

2013-10-07 Thread Jeff Jibson
On Fri, Oct 4, 2013 at 12:36 PM, Barry Roberts b...@robertsr.us wrote: I've long wanted some pbx functionality at home. Just calling extensions and transferring a call to an extension mostly. Now with the price of Grandstream phones and raspberry pi, I think it's about time. Plus our old

Re: Monitoring software question

2013-10-07 Thread Jeff Jibson
On Mon, Oct 7, 2013 at 6:04 AM, Josh Frome jfr...@gmail.com wrote: Can Nagios (or any other network monitor) actually connect to the server and read it's process table (or in some other way determine that the process is actually present)? I want some kind of central notification for this since

Re: Hosed yum on Fedora 18 x86_64

2013-08-12 Thread Jeff Jibson
I haven't used Fedora in years, but you might try upgrading to FC19. We CentOS at work. Most of our servers have kickstart files on PXE. There are only a few machines that are we don't wipe and re-install instead of trying to fix them. On Mon, Aug 12, 2013 at 8:51 AM, Barry Roberts

Re: Tech Events in the Open West

2013-07-16 Thread Jeff Jibson
Are there going to be recordings of any of these? I would love to attend Seth House's Vim presentation. But I have worked to much overtime lately to even think about asking my wife if she minds. On Mon, Jul 15, 2013 at 3:19 PM, Victor Villa vvi...@gmail.com wrote: Greets, Several high

Re: Defining Libertarianism (was Defining Terrorism)

2013-06-27 Thread Jeff Nyman
Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http://plug.org

[JOB] sysadmin positions open at HP

2013-05-29 Thread Jeff Anderson
work with a variety of systems including tomcat, play, and ruby on rails (among a few others). We're moving to using chef for configuration management of all our systems. If you are interested, please send me your resume off list, and I'll get it to the right people. Thanks, Jeff Anderson

Re: Killing SPAM

2013-05-22 Thread Jeff Nyman
on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: drobo

2013-05-22 Thread Jeff Nyman
://justinhileman.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org

Re: smbpasswd from stdin?

2013-05-10 Thread Jeff Jibson
-s When run by root: smbpasswd [options] [username] otherwise: smbpasswd [options] options: -L local mode (must be first option) -h print this usage message -s use stdin for password prompt -c smb.conf file Use the given

Re: Using usb 2.0 devices in KVM guest?

2013-04-08 Thread Jeff Jibson
I use this from kvm, and have never had a problem. Run lsusb. Insert the USB drive and run lsusb again. The new line will be that drive. Ex: Bus 002 Device 003: ID 0781:5530 SanDisk Corp. Cruzer Then using the ID from the lsusb line, add: -usb -usbdevice host:0781:5530 into your qemu-kvm

Re: Web Filtering

2013-04-05 Thread Jeff Nyman
control, but fast, free, and not mutually exclusive. /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http://plug.org, #utah

Re: Fedora 18 console screen res, help me understand systemd

2013-04-01 Thread Jeff Jibson
On Mon, Apr 1, 2013 at 1:57 AM, Dan Egli ddavide...@gmail.com wrote: *On March 28, 2013, levipear...@gmail.com wrote:* *Interesting idea. Anyone happen to know if Gentoo is rolling over to this? Once I get to the point where I can rebuild that ailing home server I mentioned before I'd

HSMM-mesh

2013-03-29 Thread Jeff Anderson
about nodes in the area. Thanks! Jeff Anderson signature.asc Description: OpenPGP digital signature /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Fedora 18 console screen res, help me understand systemd

2013-03-28 Thread Jeff Jibson
On Wed, Mar 27, 2013 at 8:45 PM, Michael Torrie torr...@gmail.com wrote: On 03/27/2013 08:30 PM, S. Dale Morrey wrote: What the heck is this new systemd? How is it different? Why is everyone moving to it? The downside is that it's a very opaque system that, for speed purposes, eschews

Re: An actual Linux question?

2013-03-26 Thread Jeff Jibson
I had a HP dv9000. ACPI was hit or miss from one kernel to the next. It was easy to tell if it wasn't going to work because it wouldn't shutdown all the way. It would get most of the way disabling the screen, but the LEDs were still on. It would still drain your battery and could overheat. I

Re: Crazy idea from a recruiter

2013-03-25 Thread Jeff Nyman
an interesting idea. I'm genuinely curious about your feedback. Count me in. /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http://plug.org

Re: Hypervisors and you!

2013-03-19 Thread Jeff Jibson
On Tue, Mar 19, 2013 at 4:19 AM, Nicholas Leippe n...@leippe.com wrote: Merely emerging the kernel sources doesn't compile, install, nor reboot into a new kernel. Masking them should never be necessary. The most it will ever do is move the /usr/src/linux symlink to the new source tree for

Re: Raspberry Pi standard USB Wi-Fi

2013-03-07 Thread Jeff Anderson
On 3/7/13 10:30 PM, Dan Egli wrote: *Hey, has anyone used that Raspberry Pi single-board-computer? I'm looking into getting something like that setup as a tinker project but had a couple of questions. If someone knows the answers to these, please let me know. Thanks!* * * *1) What kind of

Re: Best Linux Laptop

2013-01-08 Thread Jeff Jibson
Acer owns them now. I think they only use that name in Europe. Before moving back to Utah, 22 years ago, I worked at a computer store that was an authorized service center for Packard Bell. They refused to pay for most of it so we dropped them. I am guessing they did that to many others. On

Re: Best Linux Laptop

2013-01-07 Thread Jeff Jibson
I will avoid HP like the plague. I have a dv9000 that has been nothing but trouble after the warranty expired. It had a recall that I missed because I had been careful with it. The left hinge broke (the recall I missed). I fixed that. The heatsink was poorly done so the solder joints melt and

Re: Best Linux Laptop

2013-01-07 Thread Jeff Nyman
hours. -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Are you coming to the meeting tomorrow?

2012-12-17 Thread Jeff Nyman
://plug.org/mailman/options/plug Don't fear the penguin. */ -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Meeting location changing for November

2012-10-17 Thread Jeff Jibson
On Tue, Oct 16, 2012 at 11:52 PM, Steve Meyers steve-p...@spwiz.com wrote: I've got the link up on the website for the November meeting: http://www.plug.org/node/191 Please note the change in location. From now on, we will be meeting at the UVU Business Resource Center. I've got it mapped

Re: network problem

2012-09-13 Thread Jeff Nyman
HP procurve On Sep 13, 2012 10:19 AM, Merrill Oveson move...@gmail.com wrote: On Thu, Sep 13, 2012 at 10:11 AM, Corey Edwards ten...@zmonkey.org wrote: On 09/13/2012 09:45 AM, Merrill Oveson wrote: b) if indeed the problem is with the switches, recommend a switch manufacturer I not that

Re: What does everyone think of Fog?

2012-09-06 Thread Jeff Nyman
on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: [OT] Closed Source software and Windows XP

2012-08-20 Thread Jeff Jibson
On Mon, Aug 20, 2012 at 8:41 AM, Troy Wolfe wolfe...@gmail.com wrote: I believe that unified media started with vista On Aug 20, 2012 8:17 AM, Steve Meyers steve-p...@spwiz.com wrote: On 8/20/12 1:23 AM, Nicholas Leippe wrote: The install media is independent of the licensing. This

Re: Thanks to Brandon for the Meeting

2012-08-16 Thread Jeff Nyman
I enjoyed the meeting, my first one I've been able to attend, usually have scouts on Wednesdays. Interesting stuff for sure, too bad I can only dream about using it. -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe

Re: [OT] Josh's secret

2012-07-17 Thread Jeff Schroeder
structure. This 'rm' thing will be a huge timesaver! Jeff /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Dealing with Macs

2012-05-21 Thread Jeff Jibson
We have recently started moving our sales department to Macs. To test things like samba and printers in windows, I use kvm with different versions of windows guests. Macs, we will only be supporting one version. The licensing doesn't allow Mac OS on non mac hardware. My manager suggested

Re: Dealing with Macs

2012-05-21 Thread Jeff Jibson
On Mon, May 21, 2012 at 9:53 AM, Eric Jacobs e...@chomp.us wrote: You can dual boot macs without violating license. Interestingly enough, this is what Linus Torvalds has done for the last few years because he likes Apple hardware. The problem with dual booting, is when dealing with Mac

Re: send and receive faxes via email

2012-05-09 Thread Jeff Anderson
one occasion. Hylafax is a great way to go. If you have a fax-capable modem that works in linux, then you're good to go. You can also use a voip provider if they have t.38 modem support. Gafachi is one of a few providers that have this support. Thanks, Jeff Anderson pgpBbIuUazn6Y.pgp

Re: ATSC Tuner Card Compatibility

2012-05-07 Thread Jeff Nyman
My vote for HD Homerun. Had one for two years now. I only do OTA never have paid for cable. -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Job: Senior Systems Database Engineer

2012-03-28 Thread Jeff Nyman
come to expect from you non-creative garbage. You sit there on your loathsome, spotty behinds squeezing blackheads, not caring a tinker's cuss for the struggling artist. -- *Jeff Nyman* *IT Coordinator* American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe

Re: Survey questions

2012-03-14 Thread Jeff Jibson
On Tue, Mar 13, 2012 at 15:32, Steve Meyers steve-p...@spwiz.com wrote: 10. Which windowing environment do you prefer?  - KDE  - Gnome  - Unity  - Enlightenment  - Xfce - None - Window Manager only You might also want to include What Window Manager do you prefer? - DE default - i3 - fvwm

Re: refurbished/used laptops

2012-02-10 Thread Jeff Nyman
- Original Message - From: S. Dale Morrey sdalemor...@gmail.com To: Provo Linux Users Group plug@plug.org Sent: Thursday, February 9, 2012 7:51:14 PM Subject: Re: refurbished/used laptops I know computer universe in orem has a bunch at a really fair price. Might want to check them out.

Re: Servers on the quick

2012-01-19 Thread Jeff Nyman
Don't fear the penguin. */ -- Jeff Nyman IT Coordinator American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Regex Help?

2011-10-08 Thread Jeff Anderson
You probably don't even need a regular expression at all. Just split on whitespace. Then loop over the fields. From the second field onward (the description), add a space for the delimiter to your output. Until you hit a number. Then use commas. As long as none of the description words start

Re: Server Racks

2011-09-09 Thread Jeff Jibson
On Thu, Sep 8, 2011 at 17:38, Ken Jordan ken.w.jor...@gmail.com wrote: I love that. I'm definitely doing that. Thanks! Ken Jordan ken.w.jor...@gmail.com On Thu, Sep 8, 2011 at 5:09 PM, Thomas S Hatch thatc...@gmail.com wrote: On Thu, Sep 8, 2011 at 5:08 PM, Ken Jordan

Advice on wireless AP vs. wireless router

2011-09-07 Thread Jeff Patterson
in programming machines or has an electrical background that would like to learn to program machines in various languages but mostly Ladder drop me a line or visit www.masol-inc.com Thanks Jeff /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug

Re: Advice on wireless AP vs. wireless router

2011-09-07 Thread Jeff Patterson
That is exactly what I needed to know thank you! On Wed, Sep 7, 2011 at 8:41 AM, Tod Hansmann plug@todandlorna.comwrote: On 9/7/2011 8:27 AM, Jeff Patterson wrote: Hey everybody, I work in a very small company that builds custom automated manufacturing machinery in the valley. We

Re: File system for compact flash or SD for linux to run off of.

2011-08-31 Thread Jeff Jibson
On Wed, Aug 31, 2011 at 19:07, Michael Torrie torr...@gmail.com wrote: On 08/31/2011 06:24 PM, Tod Hansmann wrote: Sounds like good advice. Right now, I'm testing a setup with an ext4 boot partition and a btrfs root partition. I've set up tmpfs for things in /var like /var/run, /var/lock,

Re: need some home networking help

2011-08-17 Thread Jeff Nyman
/options/plug Don't fear the penguin. */ -- Jeff Nyman IT Coordinator American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: need some home networking help

2011-08-17 Thread Jeff Nyman
Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ Not worried about anything. It works just fine. -- Jeff Nyman IT Coordinator American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear

Re: need some home networking help

2011-08-16 Thread Jeff Nyman
. */ -- Jeff Nyman IT Coordinator American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: 32 vs 64 bit today?

2011-08-13 Thread Jeff Jibson
On Sat, Aug 13, 2011 at 07:16, Stuart Jansen sjan...@buscaluz.org wrote: On Sat, 2011-08-13 at 06:14 -0600, S. Dale Morrey wrote: I just wanted to take a quick poll and ask what the current state of the whole 32 vs 64 bit thing is now days when it comes to distros. I remember a few years ago

Re: Linux Music Production

2011-08-11 Thread Jeff Nyman
Delta delta 44 sound card and a M-audio midiman 2x2 and a Peavey StudioMix 8 track controller board. I don't want much for them so contact me off list if interested. -- Jeff Nyman IT Coordinator American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe

Re: PLUG Update

2011-08-09 Thread Jeff Nyman
stuff. We made a store to make sure we never ran out :) http://www.cafepress.com/harleypig Cheers, Clint /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */ I didn't need to see that -- Jeff Nyman

Re: Network Admin needed

2011-05-20 Thread Jeff Nyman
. */ -- Jeff Nyman IT Coordinator American Leadership Academy /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

  1   2   3   4   >