[PLUG] Booting Linux kernel as EFI Stub on Macintosh Family

2013-02-03 Thread Jameson Williams
Hello, I have managed to obtain a working configuration to boot Linux on a MacBook via grub-efi. I have documented that project here: http://nosemaj.org/dual-boot-mac-linux . Next, I would like to remove grub-efi all together, and directly boot the kernel as an EFI stub. Has anyone had

Re: [PLUG] How to copy files from one machine to another without having them owned by nobody

2013-01-28 Thread Jameson Williams
On 01/28/2013 05:35 PM, Richard C. Steffens wrote: On 01/28/2013 05:11 PM, Russell Senior wrote: Your name is only a mapping to a number (which the filesystem uses), the UID (likewise the group: GID). It sounds like you have different UID/GID's on the two systems. Look in /etc/passwd on each

Re: [PLUG] question on Ubuntu 11.10 (Oneiric) repositories availability in Oregon

2011-10-03 Thread Jameson Williams
+1 to the linux-flavor.osuosl.org repos; I have been using them since I moved to Oregon, never with any hickup and usually with high throughput. I hadn't been aware that Portland State had a mirror! On 10/03/2011 12:57 PM, Fernando Freire wrote: I too, lost access to cat.pdx.edu, although I

[PLUG] List Guidelines

2011-10-03 Thread Jameson Williams
What is preventing our list administrators from removing the offending party from the subscribers list, and adding a regex for the offending domain to the ban list? The years of repeated violation of publicly stated list rules would justify this - and to do so could greatly benefit the quality of

Re: [PLUG] Ubuntu 10.04 and missing links

2011-09-09 Thread Jameson Williams
That is a large amount. I too have about ~13k in /usr with 11.04. (Using my favorite command, find:find /usr -xtype l) . It looks like almost all of them are in /usr/share/, and a very large number are related to language packs. For whatever reason, it seems popular for a package to install

Re: [PLUG] determine OS bitness for remote servers

2011-08-26 Thread Jameson Williams
On 08/26/2011 09:16 AM, Daniel Herrington wrote: Does anyone know a way to do a scan of a remote server to get the bitness? I tried nmap -O but the output does not say if it's 64 or 32 bit. I'm seeing the value you want in the nmap fingerprint output via: nmap -A -vvv hostname ...

Re: [PLUG] determine OS bitness for remote servers

2011-08-26 Thread Jameson Williams
On 08/26/2011 01:23 PM, Jameson Williams wrote: On 08/26/2011 09:16 AM, Daniel Herrington wrote: Does anyone know a way to do a scan of a remote server to get the bitness? I tried nmap -O but the output does not say if it's 64 or 32 bit. I'm seeing the value you want in the nmap fingerprint

Re: [PLUG] Upgrade Xubuntu Distribution

2011-08-24 Thread Jameson Williams
On 08/24/2011 02:20 PM, chris (fool) mccraw wrote: On Wed, Aug 24, 2011 at 12:42, Joe Shisei Niskijoeni...@easystreet.net wrote: sudo apt-get dist-upgrade out of curiosity, why is anyone still using apt-get on ubuntu? i use aptitude exclusively these days. favorite feature:

Re: [PLUG] One-liners to empty all files in a directory?

2011-08-18 Thread Jameson Williams
On 08/18/2011 12:38 PM, Michael Rasmussen wrote: On Thu, Aug 18, 2011 at 11:33:09AM -0700, Randal L. Schwartz wrote: If you're on google-plus, this particular rant of mine inspired one of the longest threads I've seen on G+: https://plus.google.com/105487854388646525021/posts/JCRge81VRS8

Re: [PLUG] One-liners to empty all files in a directory?

2011-08-18 Thread Jameson Williams
Jameson In as far as I can tell, Randal doesn't like GNU because it Jameson breaks interoperability with UNIX/POSIX, e.g. GNU Make vs. BSD Jameson Make? Seems a silly flame war to me, but my +1 for GNU are Jameson several fold: (1) GPL/copy-left; (2) larger % of user Jameson

Re: [PLUG] One-liners to empty all files in a directory?

2011-08-17 Thread Jameson Williams
On 08/17/2011 08:10 PM, Randal L. Schwartz wrote: Find is overkill if you're not descending directories. perl -e 'open F, $_ for @ARGV' * Agreed. /var/log definitely has some nesting, though (below). But that's no excuse for me not to learn Perl. :-) jameson@orange:/var/log$ sudo find

Re: [PLUG] One-liners to empty all files in a directory?

2011-08-17 Thread Jameson Williams
On 08/17/2011 06:52 PM, Randal L. Schwartz wrote: Jameson I haven't been able to get this one yet. Jameson Challenge: A one-line statement (pipes okay, but explicit loops not) Jameson that empties all found files (as for debugging with /var/log, Jameson perse). Randal In a single

Re: [PLUG] One-liners to empty all files in a directory?

2011-08-17 Thread Jameson Williams
On 08/17/2011 08:51 PM, Randal L. Schwartz wrote: Daniel truncate -s0 * man truncate Not found. You're using some weird OS. Hm, I'll be damned. Truncate is part of coreutils, but /is/ relatively new (2008)! Here's where it got merged:

[PLUG] One-liners to empty all files in a directory?

2011-08-15 Thread Jameson Williams
I haven't been able to get this one yet. Challenge: A one-line statement (pipes okay, but explicit loops not) that empties all found files (as for debugging with /var/log, perse). This is close, but has a loop: find -type f | while read file; do :$file; done This seems like it might

Re: [PLUG] One-liners to empty all files in a directory?

2011-08-15 Thread Jameson Williams
On 08/15/2011 03:47 PM, Sam Hart wrote: On Mon, Aug 15, 2011 at 6:22 PM, Jameson Williams jameson.h.willi...@intel.com wrote: I haven't been able to get this one yet. Challenge: A one-line statement (pipes okay, but explicit loops not) that empties all found files (as for debugging

Re: [PLUG] One-liners to empty all files in a directory?

2011-08-15 Thread Jameson Williams
That one doesn't work on my end. It echos (literally) lines like filename instead of executing the above in bash. On 08/15/2011 04:15 PM, wes wrote: My solution would have been: find -type f -exec echo \ {} \; -wes On Mon, Aug 15, 2011 at 3:48 PM, Jameson Williams jameson.h.willi

[PLUG] Anyone Looking for a Job?

2011-01-05 Thread Jameson Williams
Hi there, I'm looking for a mobile app and/or game developer with a strong Linux background for a contract. If you're looking for work, please check out this post http://bit.ly/go4rJB ! (I apologize if this is spam to you -- I'm not a recruiter, just some guy on the list.) Thanks, Jameson

[PLUG] PHP with POSIX style message queues (mq_open() and friends)

2010-10-28 Thread Jameson Williams
the only way to go about this? Thank you, Jameson Williams ___ PLUG mailing list PLUG@lists.pdxlinux.org http://lists.pdxlinux.org/mailman/listinfo/plug

Re: [PLUG] Top500 List, and SC09

2009-11-18 Thread Jameson Williams
On Tue, Nov 17, 2009 at 7:14 PM, Keith Lofstrom kei...@kl-ic.com wrote: BTW, SC09 is jawdropping awesome. Thanks to Michael Dexter and the Linux Fund folks for the exhibitor guest badges. The show fills the entire A-B-C-D-E exhibit area at the convention center, as well as some of the

Re: [PLUG] Linus Torvalds for Nobel Peace Prize

2009-11-18 Thread Jameson Williams
While I am generally onboard with the idea that a prominent figure of the Open Source community might be recognized as a leader of world peace (or simply as having had a large humanitarian impact), it is unclear to me that Linus Torvalds is the correct recipient. Linux is a cool piece of software.

[PLUG] Top500 List Released Today at SC09

2009-11-17 Thread Jameson Williams
The latest list of the five-hundred most powerful computers in the world was released today. Linux powers Oak Ridge's Cray XT5 system Jaguar, which is back in the #1 slot. (Not to say that almost all of the others on the list don't run Linux, too.) http://www.top500.org/lists/2009/11 --

Re: [PLUG] Date Reformatting in Database Table

2009-10-12 Thread Jameson Williams
EE code: if (fapml) goto dovx23; while( bxx ) ; for( foovar ) dofun(); On Mon, Oct 12, 2009 at 12:17 AM, Russell Senior seni...@aracnet.comwrote: Eric == Eric Wilhelm enoba...@gmail.com writes: Eric # from Rich Shepard # on Saturday 10 October 2009 10:27: A friend that worked at the

Re: [PLUG] Date Reformatting in Database Table

2009-10-12 Thread Jameson Williams
My apologies. you are correct. There should also be a line that reads: MyEXTVAL ~= 0x0133344; On Mon, Oct 12, 2009 at 12:31 AM, Russell Senior seni...@aracnet.comwrote: Jameson == Jameson Williams jame...@jamesonwilliams.com writes: Russell I could kiss electrical engineer programmers

[PLUG] Spot the race condition!

2009-10-05 Thread Jameson Williams
. Sometimes it fails to sort. I believe this is likely do to a race condition involving my qs_arg object, but I'm not all together sure; my attempts to mutex it did no further good. Can someone with a keen eye spot the race condition and propose a solution? Thank you! Jameson Williams #include

Re: [PLUG] I hosed my WRT54GL, need JTAG help

2009-09-02 Thread Jameson Williams
I thought I'd hosed one of those back in the day... are you able to tftp / telnet to it at all? I forget where, but someone had posted a good howto on the matter. some of this networking firmware lives separately from that which you'd flash via the GUI. Good for fubars. On Wed, Sep 2, 2009 at

Re: [PLUG] Linux distributions concern...

2009-09-01 Thread Jameson Williams
On Tue, Sep 1, 2009 at 4:12 PM, Michael Robinson plu...@robinson-west.comwrote: CentOS sadly is way behind as far as Linux distributions go. Indeed. People who run CentOS want something that just plain works and they don't expect to reinstall their operating system every 6 months or

Re: [PLUG] Linux distributions concern...

2009-09-01 Thread Jameson Williams
On Tue, Sep 1, 2009 at 6:02 PM, Russell Johnson ru...@dimstar.net wrote: On Sep 1, 2009, at 4:29 PM, Jameson Williams wrote: The kernels that CentOS uses stock are quite old as far as the 2.6 branch goes. I am using 2.6.18 and the current kernel is like 2.6.27 or something. In CentOS

Re: [PLUG] pdxlinux.org needs a new website

2009-08-05 Thread Jameson Williams
I agree with David -- a new look could be quite fashionable. (Rich, your reply here reminds me of this thread http://lists.pdxlinux.org/pipermail/plug/2009-July/064513.html) Keeping a website up to date is a tedious and often thankless job. I imagine that whomever is maintaining it would

Re: [PLUG] One-liners

2009-07-30 Thread Jameson Williams
On Thu, Jul 30, 2009 at 9:34 AM, Randal L. Schwartz mer...@stonehenge.comwrote: Andrew find . -empty -maxdepth 1 -exec rm {} \; Beware. -empty is a stupid GNUism because the GNU people were too lazy to type -size 0. The *real* find is documented in:

Re: [PLUG] One-liners

2009-07-30 Thread Jameson Williams
On Thu, Jul 30, 2009 at 4:26 PM, Randal L. Schwartz mer...@stonehenge.comwrote: For example, MAC OSX 10.5 *is* Unix. Officially. Well, I can see that -- Mac OSX is more like UNIX than Linux is, from a user experience. Both are broken and kind of suck. Hoho.

Re: [PLUG] One-liners

2009-07-28 Thread Jameson Williams
On Tue, Jul 28, 2009 at 5:14 PM, Andrew Brookins a.m.brook...@gmail.comwrote: Hey, list, This is kind of a pedestrian request, but hey, it's like 104 degrees outside. I wanted to remove all empty files in a directory today, so I typed this command: ls -s | grep -e '^ 0' | sed 's/^...//'

Re: [PLUG] One-liners

2009-07-28 Thread Jameson Williams
Or how about find . -empty -maxdepth 1 -delete On Tue, Jul 28, 2009 at 5:35 PM, Jameson Williams jame...@jamesonwilliams.com wrote: On Tue, Jul 28, 2009 at 5:14 PM, Andrew Brookins a.m.brook...@gmail.comwrote: Hey, list, This is kind of a pedestrian request, but hey, it's like 104

Re: [PLUG] Using YUM to install RPMs from a text file list

2009-07-19 Thread Jameson Williams
Yum also fetches something if you don't have it, and it resolves dependencies. Thus I don't know if having it run on each line is a good way to do it. Assuredly not. Yum package list updates alone are painful; the overhead of invoking yum is kind of a bore, imhe. Not sure what the op's

Re: [PLUG] Linux-compatible laptops

2009-07-15 Thread Jameson Williams
It is getting a little more stable, but I am always careful to upgrade kernels only when I have time to troubleshoot the suspend mode. Bill, Just to satisfy my curiosity, why upgrade kernels if everything on the unit works with the existing kernel? Rich Why have a child if the

Re: [PLUG] Linux-compatible laptops

2009-07-14 Thread Jameson Williams
The commodity Intel abg wireless chips have worked fine for me. I would download the latest kernel source, look what is in the wireless modules source folder, and see if one of those will suit the chip in the laptop you want to buy. I got a Dell Vostro 1310 last year which has been quite Linux

Re: [PLUG] Javascript, Firefox, IE event handling

2009-07-14 Thread Jameson Williams
MSIE? JavaScript? I recently joined this list, but have seen a lot of things that rightly belong in PLUG-talk or a forum. Use Debian and enjoy the GNU libraries. Jameson On Tue, Jul 14, 2009 at 9:50 PM, Eric Wilhelm scratchcomput...@gmail.comwrote: # from Keith Lofstrom # on Tuesday 14 July

Re: [PLUG] Sharing on Ubuntu

2009-07-13 Thread Jameson Williams
Personally, I would just do sudo chmod 777 directory name. But there may be better settings in your case. *Don't* do this! 777 is an exception to the rule, probably only for things like /tmp. ___ PLUG mailing list PLUG@lists.pdxlinux.org

Re: [PLUG] Java book

2009-07-13 Thread Jameson Williams
The best way that I've found to learn any language is to embark on making a compiler or interpreter for the language, preferably in the language. Doesn't this require that you know assembly language??? Compile to what...?? Interpret to what..??? This is not a bad idea, but linux-yug