zip

2017-05-17 Thread Michael
I'm looking to get a job and one of the things they want is for us to be able to zip files before we send them. Now there is tar and all of those zip abilities but there windows centric so I zeed a windows zip thing. Is there a linux utility to do this or else what do you think I can do? I&

Re: zip

2017-05-17 Thread Matthew Crews
I like 7-zip personally. Not only does it support the command line, but there are also GUI clients. Install details at www.7-zip.org On Wed, May 17, 2017 at 3:14 PM Michael wrote: > I'm looking to get a job and one of the things they want is for us to be > able to zip files before w

Re: zip

2017-05-17 Thread James Mcphee
quick and dirty, java's jar is a zip format, so you can jar things up and they're in zip that most windows understands. the question i guess is what zip on windows are you using. On Wed, May 17, 2017 at 3:21 PM, Matthew Crews wrote: > I like 7-zip personally. Not only does i

Re: zip

2017-05-17 Thread Matthew Crews
If you're using Windows, might as well use the built in zip tools (pretty much every version since XP? has them) On Wed, May 17, 2017 at 3:34 PM James Mcphee wrote: > quick and dirty, java's jar is a zip format, so you can jar things up and > they're in zip that most wind

Re: zip

2017-05-17 Thread Stephen Partington
https://linux.die.net/man/1/zip <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campa

Re: zip

2017-05-17 Thread Stephen Partington
//www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Wed, May 17, 2017 at 3:39 PM, Matthew Crews wrote: > If you're using Windows, might as well use the buil

Re: zip

2017-05-17 Thread Sesso
i just use zip lol jason > On May 17, 2017, at 3:14 PM, Michael wrote: > > I'm looking to get a job and one of the things they want is for us to be able > to zip files before we send them. Now there is tar and all of those zip > abilities but there windows centric so

Re: zip

2017-05-17 Thread Brien Dieterle
If you use Gnome, just select some files or folders, and right-click, choose "compress". Choose your format, 7z, zip, etc etc. You didn't specify your desktop environment so I hope this is helpful. On Wed, May 17, 2017 at 3:14 PM, Michael wrote: > I'm looking to g

Re: zip

2017-05-17 Thread Michael
I don't have windows. I will be zipping for a windows box On Wed, May 17, 2017 at 6:16 PM, Sesso wrote: > i just use zip lol > > jason > > > On May 17, 2017, at 3:14 PM, Michael wrote: > > I'm looking to get a job and one of the things they want is for u

Re: zip

2017-05-17 Thread Michael
Gee that is simple. And I suppose 'zip' is the format I should select? On Wed, May 17, 2017 at 7:35 PM, Brien Dieterle wrote: > If you use Gnome, just select some files or folders, and right-click, > choose "compress". Choose your format, 7z, zip, etc etc.

Re: zip

2017-05-17 Thread Brien Dieterle
Yep :) On May 17, 2017 4:38 PM, "Michael" wrote: > Gee that is simple. And I suppose 'zip' is the format I should select? > > > On Wed, May 17, 2017 at 7:35 PM, Brien Dieterle wrote: > >> If you use Gnome, just select some files or folders, and r

Re: zip

2017-05-17 Thread Brian Cluff
You can use the exact same procedure on the KDE Plasma desktop. Brian Cluff On 05/17/2017 04:35 PM, Brien Dieterle wrote: If you use Gnome, just select some files or folders, and right-click, choose "compress". Choose your format, 7z, zip, etc etc. You didn't speci

zip codes

2017-08-26 Thread Michael
Does anyone know of a resource that will give me all zipcode within a radii? Google isn't of any help. -- :-)~MIKE~(-: --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings: http:/

Re: zip codes

2017-08-26 Thread Michael
nevermind, I changed the search terms slightly and found what I'm looking for On Sat, Aug 26, 2017 at 9:18 AM, Michael wrote: > Does anyone know of a resource that will give me all zipcode within a > radii? > Google isn't of any help. > > -- > :-)~MIKE~(-: > -- :-)~MIKE~(-: -

Re: zip codes

2017-08-26 Thread Michael
and if anyone is interested in this https://www.freemaptools.com/find-zip-codes-inside-radius.htm On Sat, Aug 26, 2017 at 9:22 AM, Michael wrote: > nevermind, I changed the search terms slightly and found what I'm looking > for > > On Sat, Aug 26, 2017 at 9:18 AM, Michael

I got a zip file from the government but it won't unzip properly

2013-07-25 Thread Michael Havens
It seems to unzip fine but the document that opens freezes libre writer and when I try to open it with a text editor it complains about encoding. here is the file: https://www.dropbox.com/s/q5x24uzhyrv3mo1/az-foiarefund-list.zip Any ideas how to open it? :-)~MIKE~(-:

Re: I got a zip file from the government but it won't unzip properly

2013-07-25 Thread kitepilot
I could open it no problem with vim (vi). ET Michael Havens writes: It seems to unzip fine but the document that opens freezes libre writer and when I try to open it with a text editor it complains about encoding. here is the file: https://www.dropbox.com/s/q5x24uzhyrv3mo1/az-foiarefund-

Re: I got a zip file from the government but it won't unzip properly

2013-07-25 Thread kitepilot
That's an scary document, who handed you that? ET Michael Havens writes: It seems to unzip fine but the document that opens freezes libre writer and when I try to open it with a text editor it complains about encoding. here is the file: https://www.dropbox.com/s/q5x24uzhyrv3mo1/az-foiare

Re: I got a zip file from the government but it won't unzip properly

2013-07-25 Thread Stephen
opens fine with notepad On Thu, Jul 25, 2013 at 2:18 PM, wrote: > That's an scary document, who handed you that? > ET > > Michael Havens writes: > >> It seems to unzip fine but the document that opens freezes libre writer >> and >> when I try to open it with a text editor it complains about en

Re: I got a zip file from the government but it won't unzip properly

2013-07-25 Thread JD Austin
I could also open it after unzipping it. I ran dos2unix on it and Gedit choked on it with a message about character encoding but vi and nedit can open it fine. It is a fixed length non-delimited data file. -- JD Austin Voice: 480.269.4335 (480 2MY Geek) j...@twingeckos.com On Thu, Jul 25, 2013

Re: I got a zip file from the government but it won't unzip properly

2013-07-25 Thread Stephen
this is the MD5 sum i got from it 8cf3ac6408be39fae98ef97032d7a4b3 az-foiarefund-list.zip On Thu, Jul 25, 2013 at 2:25 PM, Stephen wrote: > opens fine with notepad > > > On Thu, Jul 25, 2013 at 2:18 PM, wrote: > >> That's an scary document, who handed you that? >> ET >> >> Michael Havens writ

RE: I got a zip file from the government but it won't unzip properly

2013-07-25 Thread Paul Mooring
ppy way. Paul Mooring Operations Engineer www.opscode.com From: plug-discuss-boun...@lists.phxlinux.org on behalf of Michael Havens Sent: Thursday, July 25, 2013 2:09 PM To: plug-disc...@phxlinux.org Subject: I got a zip file from the government but it won'

Re: I got a zip file from the government but it won't unzip properly

2013-07-25 Thread Michael Havens
> > *Sent:* Thursday, July 25, 2013 2:09 PM > *To:* plug-disc...@phxlinux.org > *Subject:* I got a zip file from the government but it won't unzip > properly > > It seems to unzip fine but the document that opens freezes libre writer > and when I try to open it with

RE: I got a zip file from the government but it won't unzip properly

2013-07-25 Thread Paul Mooring
___ From: plug-discuss-boun...@lists.phxlinux.org on behalf of Michael Havens Sent: Thursday, July 25, 2013 3:02 PM To: Main PLUG discussion list Subject: Re: I got a zip file from the government but it won't unzip properly cool. vi opens it. I do not see

Re: I got a zip file from the government but it won't unzip properly

2013-07-25 Thread Lyle Tuttle
Might be the new update today on Libre..?  Have you applied it?  www.libreoffice.org/default/ At 02:09 PM 7/25/2013, Michael Havens wrote: It seems to unzip fine but the document that opens freezes libre writer and when I try to open it with a  text editor it complains about encoding. here

Re: I got a zip file from the government but it won't unzip properly

2013-07-25 Thread kitepilot
.phxlinux.org> on behalf of Michael Havens < bmi...@gmail.com> *Sent:* Thursday, July 25, 2013 2:09 PM *To:* plug-disc...@phxlinux.org *Subject:* I got a zip file from the government but it won't unzip properly It seems to unzip fine but the document that opens freezes libre writer and

Re: I got a zip file from the government but it won't unzip properly

2013-07-25 Thread Michael Havens
>>> www.opscode.com >>> -- >>> *From:* >>> plug-discuss-bounces@lists.**phxlinux.org< >>> >>> plug-discuss-bounces@lists.**phxlinux.org> >>> on behalf of Michael Havens < >>> bmi...@gmail.co