Re: Proxmox

2022-11-17 Thread Sean Roe via PLUG-discuss
to its own disks. Works really well. Sean On Thu, Nov 17, 2022 at 8:40 AM Thomas Scott via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Proxmox is an ESXi replacement If I recall correctly? So it's a little bit > more than Virtualbox. It's installed on baremet

Re: compromised passwords

2021-02-04 Thread sean via PLUG-discuss
doing. Have you tried a different password? Maybe Chrome won't let you save what it thinks is a known compromised password. Sean On Thu, Feb 4, 2021 at 2:28 PM Michael via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Whenever I try to save a password in chrome a wind

Re: How to eliminate password prompt after lid up?

2020-10-05 Thread sean via PLUG-discuss
What you’re trying to do is disable any action by the desktop environment when you close the laptop lid. It’s usually under the power settings, wherever your desktop environment keeps those. You should be able to do this as your normal user so there’s no need to use sudo/root. On Mon, Oct 5, 2020

Re: buckling spring keyboards

2020-04-18 Thread sean via PLUG-discuss
Red Cherry switches are probably the closest to buckling springs, but it’s still very different. I’d get a Unicomp - good condition Model Ms are hard to come by these days. On Sat, Apr 18, 2020 at 8:50 PM Jim via PLUG-discuss < plug-discuss@lists.phxlinux.org> wrote: > Do the Cherry keyboards sou

Re: OT: Best way to shrink size of video?

2017-07-09 Thread sean
ffmpeg Sorry, no examples off the top of my head, but ffmpeg is the answer. On Sun, Jul 9, 2017 at 8:41 PM wrote: > What is the best (quickest and most efficient) > way to shrink the size of a video? > > Someone sent a 11-second ".MOV" video that was > 25-megabyte. I first tried to use mencoder

Re: How to safely delete excess files ???

2017-03-04 Thread sean
Sat, Mar 4, 2017 at 9:52 AM sean wrote: > It's not pointless clutter. They serve a purpose. They're stuffed into > hidden directories. If you didn't look for them, you'd never find them. I > don't see the issue. > > On Sat, Mar 4, 2017 at 9:27 AM wrote: > >

Re: How to safely delete excess files ???

2017-03-04 Thread sean
It's not pointless clutter. They serve a purpose. They're stuffed into hidden directories. If you didn't look for them, you'd never find them. I don't see the issue. On Sat, Mar 4, 2017 at 9:27 AM wrote: > > Joe, that begs the question: > > Are you running out of space? > > If not, why risk an u

Re: Digital Ocean Performance Issues

2017-01-20 Thread sean
Move/copy the site to NY and compare. I'd like to see the results :-) On Jan 20, 2017 1:01 PM, "Nathan" wrote: > > I haven't paid attention to ping time at all. I am talking purely slow > sites. > I have one server in particular in SF02 with a 200MB mariadb database and > a custom framework and

Re: remote ssh commands

2016-05-31 Thread sean
ue" wrote: > Its a virtual to virtual setup. All the guests are on the bridge > connection that I have made so that they are on the same network. To answer > your question I am not touching the VM host at all. > > On Tue, May 31, 2016 at 9:27 PM, sean wrote: > >> A

Re: remote ssh commands

2016-05-31 Thread sean
Are you running this on a virtual machine? If so, are you powering off its host machine? On May 31, 2016 9:22 PM, "Nadim Hoque" wrote: > Fellow Pluggers, > > So I am trying to perform a remote poweroff command and for some reason > the host powers itself off. I am able to run another command such

Re: Test 5-2-2016

2016-05-02 Thread sean
Got it On May 2, 2016 5:25 PM, "Stephen Partington" wrote: > Test message. Someone respond? > > --- > PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org > To subscribe, unsubscribe, or to change your mail settings: > http://lists.phxlinux.o

Re: how do I do this windows procedure?

2016-04-09 Thread sean
Or just follow the instructions? They don't look specific to Windows to me, but I've been wrong before... On Apr 9, 2016 9:37 AM, "Stephen Partington" wrote: > Head to history. Then to clear data. > On Apr 9, 2016 9:09 AM, "Michael" wrote: > >> chrome: I click the lines to the right of the addre

Re: compile image viewer geeqie

2016-01-26 Thread sean
I need to specify? > > > On Tue, Jan 26, 2016 at 1:02 PM, sean wrote: > >> No, it's because you did not specify a PREFIX during the configure step >> and the default location /usr/local was used, which your user cannot write >> to. It says it right in the error m

Re: compile image viewer geeqie

2016-01-26 Thread sean
No, it's because you did not specify a PREFIX during the configure step and the default location /usr/local was used, which your user cannot write to. It says it right in the error message. On Jan 26, 2016 10:58 AM, "Michael" wrote: > I no longer have the files but I am thinking that my user wasn

Re: compile image viewer geeqie

2016-01-25 Thread sean
Did you run 'make install' as a non-root user without specifying a writable PREFIX? Why don't you just install geeqie with your distro's package manager? On Jan 25, 2016 10:18 PM, "Michael" wrote: > I'm trying to compile something and it is complaining about permisipns. > What should I do to fix

Re: bulk scale

2015-12-31 Thread sean
Use ImageMagick instead - it's designed for this and is quite powerful. On Dec 31, 2015 1:57 PM, "Michael Havens" wrote: > Is there a way to scale a bunch of pictures down to the same size with > GIMP? > > -- > :-)~MIKE~(-: > > --- > PLUG-discuss ma

Re: How to increase the window edge/corner grabber size?

2015-12-30 Thread sean
A pretty common window manager shortcut seems to be alt+right click to resize (along with alt+left to move). I seem to remember this being the default with kwin, flux/openbox, fvwm etc. On Dec 30, 2015 10:41 PM, "Michael Butash" wrote: > This is a persistent frustration of mine, trying to resize

procmail question

2015-08-26 Thread Sean Roe
seem a little obtuse. Sean --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail settings: http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Re: Open Source Bug/Issue Trackers

2015-08-10 Thread sean
I've heard lots of good stuff about Trac. Do you have any issues with it? On Aug 10, 2015 10:22 PM, "trent shipley" wrote: > What are some good open source issue trackers? > > There is Bugzilla which is unfortunately in PERL, and seems to have no PM > integration. > > There is Trac, which is Berk

Re: printf

2015-07-31 Thread sean
What sort of tables/output? Have you played with column (piping to column -t)? On Jul 31, 2015 8:08 PM, "Snyder, Alexander" wrote: > Hello all! > > I'm trying to find a tutorial that explains "PRINTF" as it relates to > usage in BASH, more specifically how to create tables based on output ... > a

Re: Need a Linux tool to capture my own keystrokes ...

2015-05-07 Thread sean
Copy/paste should be good enough for a sanity check. FTP access can be allowed while SSH is not. Check logs for failed logins and look for account info in the passwd and shadow files. If someone else is managing the machine then I would assume this is the intended behavior. On May 7, 2015 7:24 PM,

Re: OT: How to send an email anonymously ...

2015-05-01 Thread sean
Leave a note on his door and call it a day. You're thinking way too hard about this. On Fri, May 1, 2015 at 5:55 PM, wrote: > Thanks for all the comments. > > Just to clarify, the action that I had thought of taking would not have > been "meddling" in my neighbor's affairs. > > So, what is the b

Re: Chrome/chromium constantly exhausting file handlers/ulimits

2015-04-15 Thread sean
If your chrome is actually hitting your ulimits then something is wrong. Have you done some troubleshooting to track it down? E.g. lsof+ps+strace? On Apr 15, 2015 1:36 PM, "Michael Butash" wrote: > On 04/15/2015 12:48 PM, Kevin Fries wrote: > >> >> I have seen both Chrome and Chromium go ape s#&$

Re: Remotes for Kodi/XBMC

2015-04-14 Thread sean
I would look at using a Nintendo wiimote. I have no experience with it but I've read about people using it with Kodi. On Apr 14, 2015 4:47 PM, "Venzetti Laptop" wrote: > Hello everyone, > > I've got mythbuntu 14.04 32-bit running a mythbackend and a Kodi frontend > on > the same machine and I was

Re: I need some help from the wise-guys of Arizona.

2015-03-07 Thread sean
$ matches the end of line. You don't get any output because that file doesn't have any lines ending in 'bmike1'. That's why it was recommended that you grep for a shell. You are getting the same output with and without the ^ because it happens to be that bmike1 always appears at the beginning of t

Re: reboot

2015-02-08 Thread sean
For libraries, you can restart any processes that have loaded the old libraries into memory. Generally you can use lsof to identify these processes. Rebooting will of course force all services to restart, thus making the updates "take effect". That's probably why he said that. On Sun, Feb 8, 2015

Re: CentOS Networking with V Box

2015-02-04 Thread sean
Are you sure that it was bridged at Starbucks and not nat'd? What's the wifi chip? Not all have support for being bridged. On Feb 4, 2015 9:09 AM, "Michael Torres" wrote: > Yes it has both ...its a laptop. I hear what your saying but i have a > hard time wrapping my head around the fact that my

Re: vlc

2015-01-05 Thread sean
y error: Failed to resize display >> [h264 @ 0x7fdb88c28120] illegal short term buffer state detected >> [0x7fdb88c277e8] avcodec decoder error: more than 5 seconds of late video >> -> dropping frame (computer too slow ?) >> [h264 @ 0x7fdb88c28120] reference picture missi

Re: vlc

2015-01-05 Thread sean
How about you actually tell us what problem you are having? Errors? On Jan 5, 2015 6:00 PM, "Michael Havens" wrote: > My google search told me to: > > sudo apt-get install ubuntu-restricted-extras > > which I did. However immediately after pressing 'enter' remembered > (thinking I did) instal

Re: How to open, view, or convert a fax.scr file?

2014-11-10 Thread sean
Efax will not send you an scr. This is likely a cryptowall variant or some other nasty thing. On Nov 10, 2014 3:26 PM, wrote: > Today, I received an email containing a document with this name: > > _efax_msg1110.scr > > And I cannot figure out how to open, view, or convert it to something that > I

Re: scp/connection refused

2014-10-31 Thread sean
:::139 :::*LISTEN > 648/smbd > tcp6 0 0 :::80 :::*LISTEN > 1856/apache2 > > > :-)~MIKE~(-: > > On Fri, Oct 31, 2014 at 3:00 PM, sean wrote: >> >> You need to give more details.

Re: scp/connection refused

2014-10-31 Thread sean
You need to give more details. Why can't you ssh from b to a? What's the error? What distributions? 1 - install ssh server 2 - start the service 3 - deal with firewalls 4 - ssh with a valid user What's the output of: netstat -tpan | grep LISTEN on both computers? On Fri, Oct 31, 2014 at 2:55 PM

Re: selinux on vhost

2014-10-26 Thread sean
Sounds like a good reason to not use cpanel :-) On Oct 26, 2014 11:27 AM, "Sesso" wrote: > Yes. You cannot run Cpanel with selinux > > Sent from my iPhone > > > On Oct 26, 2014, at 10:58 AM, Eric Cope wrote: > > > > Are those public facing? That sounds like a bad idea. > > > > Sent from my iPhon

Re: python

2014-10-11 Thread sean
Learnpythonthehardway.org On Oct 11, 2014 12:35 PM, "Michael Havens" wrote: > Well, I've decided to try to learn python. Right now I'm on 'format > string'.So there are different ones, right? Well, I'm working with %d and > %s right now and if I change the %d to a %s I get the same result when I

Re: Configuring a test box with multiple VM's

2014-10-09 Thread Sean Roe
Im going to have to go with JD. Proxmox is the best opensource VM solution period. Sean On Thu, Oct 9, 2014 at 11:40 AM, JD Austin wrote: > Proxmox, your preferred Linux OS with Virtualbox, or using your preferred > Linux OS's KVM/Qemu virtualization will all work about as wel

Re: Bash is vulnerable!

2014-09-28 Thread sean
Did you do apt-get upgrade? Update syncs with repos and doesn't install anything. On Sep 28, 2014 8:22 AM, wrote: > Hi, > > I'm running Mint 17 KDE on on workstation. > > I ran the command: > > env VAR='() { :;}; echo Bash is vulnerable!' bash -c "echo Bash Test" > > and it returned > > Bash is v

Re: LFS 8.5

2014-09-06 Thread sean
Can mike write to /sources on the lfs host? On Sep 6, 2014 12:37 PM, "Michael Havens" wrote: > I finished! Before I boot into the new system they say to install a few > BLFS programs to make it easier before I leave the chroot environment. So > I download the first program, check the md5sum of i

Re: Laptop Recommendations

2014-08-13 Thread Sean Brown
I haven’t seen it mentioned yet, but I would suggest System76. https://system76.com Thanks, Sean Brown On Aug 13, 2014, at 9:00 AM, Mark Phillips wrote: > I forgot to mention in my first post that I don't want the touchscreen and > consider it a waste of money. But I do want

Re: crypto lock

2014-08-07 Thread sean
You only have to send one file. They are able to retrieve the decryption key from just that file. On Aug 7, 2014 12:54 PM, "Michael Butash" wrote: > Maybe they'll only keep a copy of it as their price. > > I would have figured someone would release an app to unlock it for poor > bastards, but yo

Re: ip address confusion

2014-08-03 Thread sean
ter's LAN port to one of the LAN ports on > the secondary router. If there is no uplink port and neither of the routers > have auto-sensing ports, use a cross-over cable. [You will not need a > cross-over cable if one of the "routers" is a computer.] Leave the WAN port > unc

Re: ip address confusion

2014-08-03 Thread sean
Wasn't the previous solution to disable dhcp on the second router? Then of course it wouldn't give out the new addresses... On Aug 3, 2014 3:33 PM, "Michael Havens" wrote: > well the deal is that I didn't want to run another cable from my router. > My confusion isn't on getting it to work but rat

Re: can't ssh from host to remote

2014-07-20 Thread sean
You don't have to change the firmware. Just make your extra wireless device a wireless bridge + ethernet switch without DHCP. Problem solved. By the way, those 4 ports ARE the LAN ports. On Sun, Jul 20, 2014 at 6:44 PM, Michael Havens wrote: > cool apparently if I do the firmware upgrade I'll

Re: How to stop this annoying pop-up?

2014-07-08 Thread sean
Looks like KDE Wallet Manager is asking for the keyring key to retrieve your password for upquick. Have you changed your wallet password? Or you upquick password? On Jul 7, 2014 6:55 PM, wrote: > "Ryan Rix" last wrote: > > > That's from the Network tool; Looks like it's trying to connect to a >

Re: Useless and meaningless rant about my hate for Linux Mint...

2014-06-21 Thread sean
Sounds like you should hate DVD drives instead. On Jun 21, 2014 11:10 AM, wrote: > I hate Unity too... > And/or the M$-like bloated KDE. > Because my long hated (and mostly reliable) Linux Mint went out of > support, I decided to go with what I hate the least: Xubuntu. > But I could not burn the

Re: Ransom Virus

2014-06-19 Thread sean
crack their code? > > Ralph > > Sent from my iPad > > On Jun 19, 2014, at 9:20 PM, sean wrote: > > You have to pay or restore from a backup. You can't beat the encryption. > On Jun 19, 2014 7:19 PM, "Ralph Prowell" wrote: > >> Just recently a fri

Re: Ransom Virus

2014-06-19 Thread sean
You have to pay or restore from a backup. You can't beat the encryption. On Jun 19, 2014 7:19 PM, "Ralph Prowell" wrote: > Just recently a friend of mine opened an outlook message that asked her to > download a program that turned out to be a ransom virus and has encrypted > all of her Microsoft

Re: Is my hard drive hosed?

2014-04-12 Thread Sean Brown
I would check out a product called Spin Right by Steve Gibson. Thanks, Sean Brown > On Apr 12, 2014, at 7:14 PM, Mark Phillips wrote: > > I have been having some issues lately on an older server.just found this > in dmesg with I realized the file system w

Re: Off Topic Server recommendations

2014-04-08 Thread Sean Brown
will ever need for the job described below. Thanks, Sean Brown On 4/8/2014 12:27 AM, Nadim Hoque wrote: be about it. I am thi --- PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org To subscribe, unsubscribe, or to change your mail

Re: OT : Best Reseller Hosting

2014-03-27 Thread Sean Roe
I have been using http://www.webhostingpad.com/ for years and have never had a problem, they are always responsive and cheap as heck too. Sean On Thu, Mar 27, 2014 at 2:20 PM, keith smith wrote: > > > Hi, > > I do not sell or provide hosting. I use reseller hosting because I

Re: bitcoin mining

2014-03-20 Thread sean
You will be if you try to mine a cryptocurrency. I think you're underestimating how much processing power is needed to get coins. On Mar 20, 2014 10:06 AM, "Michael Havens" wrote: > I'll tell you Rusty, I currently have 2 computers that I keep on 24 hours > a day. I set it up so I pay a yearly av

Re: $PATH question

2014-02-27 Thread sean
ype. Let's just drop the whole subject as all we are getting is > repeats of the same questions. > > > On Thu, Feb 27, 2014 at 4:00 PM, KevinO wrote: > >> On 02/27/2014 03:55 PM, Dazed_75 wrote: >> > Sean, as stated before, I do have a bashrc and it is being adhe

Re: $PATH question

2014-02-27 Thread sean
Feb 27, 2014 3:55 PM, "Dazed_75" wrote: > Sean, as stated before, I do have a bashrc and it is being adhered to by > the system. There IS NO OUTPUT from killsol.sh. It is designed to kill a > process if it exists and do so silently whether the process exists or not. >

Re: $PATH question

2014-02-27 Thread sean
So, again, what is the output of "which killsol.sh"? Also do you have a .bashrc? If not try renaming your .profile to .bashrc. On Feb 27, 2014 3:48 PM, "Dazed_75" wrote: > Sean, when it is not working (I have not run .profile manually), it prints > killsol.sh: com

Re: $PATH question

2014-02-27 Thread sean
l.sh" by itself. On Thu, Feb 27, 2014 at 11:59 AM, Dazed_75 wrote: > Sean, there is no output from killsol.sh. It either kills the desired > process or does nothing. And it DOES work when it actually gets run. > > Nathan, .profile actually checks to see if the is a .bashrc

Re: $PATH question

2014-02-27 Thread sean
~/bin in the path by default. Do you have a .bashrc? Have you modified it? I don't know what Ubuntu does to the environment, but a .bashrc should set you straight. Sean On Thu, Feb 27, 2014 at 8:24 AM, Dazed_75 wrote: > Prior to mu sourcing .profile, those commands showed nothing. Once I ra

Re: Amarok taking over

2014-01-14 Thread Sean Roe
Did you re-associate it with vlc? Sean On Mon, Jan 13, 2014 at 9:52 PM, Brian Cluff wrote: > Weird. We'll the file that dictates the order of the applications that > open files is: > ~/.local/share/applications/mimeapps.list > > I'd love to hear a follow up i

Re: package manager

2013-12-18 Thread sean ritzler
ated with hostname) >>> Failed to fetch >>> http://packages.medibuntu.org/dists/quantal/non-free/i18n/ >>> Translation-en_US >>> Something wicked happened resolving 'packages.medibuntu.org:http' (-5 >>> - No address associated with hostname)

Re: package manager

2013-12-18 Thread sean ritzler
The medibuntu repo has been shut down. You'll want to remove any mention of it from your list of repositories. On Wed, Dec 18, 2013 at 1:31 PM, Michael Havens wrote: > I can't get my packaage managers to work. For instance: I open synaptic and > after it loads an info window appears that says: >

Re: Why is Firefox so slow? How to speed it up?

2013-10-24 Thread sean ritzler
o find the cause with strace - you should try the same, or tell us some actual specs/relevant output before talking about bloatware! :-) Sean On Wed, Oct 23, 2013 at 1:55 PM, wrote: > Each time I start-up Firefox, it takes about 13 seconds for it to load. > > Chrome takes less than

Re: Fresh Debian7 and firefox

2013-08-26 Thread sean ritzler
Debian ships with Firefox ESR (Iceweasel version 17.0.8esr-1~deb7u1). Is this not what you want? Sean On Mon, Aug 26, 2013 at 7:24 AM, Stephen wrote: > I am looking for a graceful way to implement Firefox (Firefox ESR if > possible) on Debian 7 and not allot of the solutions I am findi

Re: Simple Small Busines Accounting App

2013-08-09 Thread sean ritzler
I have not used it myself, but I've heard good things about GnuCash. On Fri, Aug 9, 2013 at 4:55 PM, keith smith wrote: > > > Hi, > > I am looking for a very simple accounting system. > > I receive 2 or 3 payments a month and I might write 4 or 5 checks a month. > > I was using quickbooks home an

Re: How to list a directory "all except"

2013-08-07 Thread sean ritzler
To answer your last question specifically: ls -ltr | grep -v htm$ I don't know if ls has some sort of exclude option, so I would just use grep. Sean On Wed, Aug 7, 2013 at 8:04 AM, wrote: > What syntax would one use to list all the contents > of a directory *except* those of

Nagios and nrdp

2013-07-23 Thread Sean Roe
OST /nrdp// HTTP/1.1" 200 170 "-" "curl/7.19.7 (x86_64-unknown-linux-gnu) libcurl/7.19.7 NSS/3.13.1.0zlib/1.2.3 libidn/1.18 libssh2/1.2.2" but nothing in Nagios itself changes. Im befuddled. Any links or ideas Im all ears. Thanks, Sean --

Re: Spacewalk and Linux 5

2013-07-22 Thread Sean Roe
Hi All, I figured a way around it that seems to be working well. I installed the python-hashlib rpm for the correct architecture and then re-ran rhn_check and it works. Thanks, Sean On Mon, Jul 22, 2013 at 3:17 PM, John J. Macey wrote: > > What is the utility here? > > > On 0

Spacewalk and Linux 5

2013-07-22 Thread Sean Roe
uth': 'IjcFArqVOwaHwADYyHJc8Q==', 'X-RHN-Auth-User-Id': '', 'X-RHN-Auth-Expire-Offset': '3600.0'} D: local action status: ((6,), 'Fatal error in Python code occurred', {}) D: rpcServer: Calling XMLRPC registration.welcome_message so I am kin

Re: /usr/local/bin/search ??

2013-07-08 Thread Sean Roe
It appears to be part of the sphinx database engine package. That was just from googling it. try looking up sphinx search. Sean On Sun, Jul 7, 2013 at 1:57 PM, Bryan O'Neal < bryan.on...@theonealandassociates.com> wrote: > apt-file search file.name should tell you the package

Re: OT: Then vs Now Programming WAS: Re: AMD vs Intel memory managemement

2013-06-13 Thread sean ritzler
And the full source is under 70MB. Sure it's not a few floppies, but it doesn't require a DVD. On Thu, Jun 13, 2013 at 12:49 PM, Patrick Callahan wrote: > What kind of hardware support did Linux have 10 years ago? Today it runs > basically everywhere without any screwing around. Driver support i

Re: Firefox v20 has just become very slow.

2013-05-15 Thread sean ritzler
Firefox config. Sean On Tue, May 14, 2013 at 7:39 PM, wrote: > Until recently, Firefox had been working fairly well, but as of > today, it has become strangely slow to open. > > Once open, it seems to work generally okay for most websites; but > the initial start-up now seems to ta

Re: PHP Mailer and other questions

2013-04-22 Thread Sean Brown
all or nothing ordeal. Just a thought. Thanks, Sean Brown On Apr 22, 2013, at 8:34 PM, keith smith wrote: > > > Hi, > > I am working on some PHP code that I want to upgrade and modularize. Moving > to a framework is out of the question. The app must be incremental

Re: Volume level after reboot

2013-03-08 Thread sean ritzler
`sudo alsactl store` will make your current levels persistent. I don't remember having this issue in 12.04, but give that a shot. Sean On Fri, Mar 8, 2013 at 5:13 PM, Raj Mitta wrote: > Hello, > > I am new to this group. I have been working on Wndows networks for 10 years >

Re: Linux Kernel 3.8 (Stable) Available For Download

2013-02-21 Thread sean ritzler
Hardware support mostly. Some bugfixes and other goodies: see the changelog here http://kernelnewbies.org/LinuxChanges. The kernelnewbies people do a great job with the updates! Sean On Thu, Feb 21, 2013 at 11:47 AM, Michael Havens wrote: > lol... that's about what I thought. &g

Re: command line question SOLVED Thanks!

2013-01-29 Thread sean ritzler
nohup gwenview filename.jpg >/dev/null 2>&1 & $ Alt+F2 joeview enter You probably wouldn't even need nohup or the & at that point! sean On Tue, Jan 29, 2013 at 3:34 PM, wrote: > > > Sounds like your terminal does the wrong thing :). > > > > Try this: &g

Re: command line question

2013-01-29 Thread sean ritzler
w has been around since 2006, back in the KDE3 days. Who knows how much code is left over and dangling, unused and no longer needed? Also, Joe, check out some general stuff on process management - nohup, fg, bg, etc. - it's useful stuff. sean On Tue, Jan 29, 2013 at 2:57 PM, der.hans wrote

Re: How to compare (diff) files completeness on two computers?

2013-01-22 Thread sean ritzler
Glad it worked. I forgot to mention: pipe it to sort: diff -r -q dir1 dir2 | sort Much better! Sean On Tue, Jan 22, 2013 at 2:16 PM, wrote: > Thanks Sean. That was exactly what I needed. > I didn't know about that -r option. > It actually worked better than expected and > it ev

Re: What is the most efficient yet versatile image viewer?

2013-01-22 Thread sean ritzler
feh does do slideshows - check out its manpage. And of course it doesn't edit: it's a viewer. Check out geeqie for something that has a few more features. I use feh, geeqie, GIMP and imagemagick (for larger, scriped tasks) and haven't had a need for anyth

Re: How to compare (diff) files completeness on two computers?

2013-01-19 Thread sean ritzler
If you just want to compare a listing of files (rather than integrity checks as Stephen mentioned), diff itself can actually compare directory contents. Since one of the directories is remote, I would first mount it via sshfs and use `diff -r -q dir1 dir2`. -r makes diff go through directories recu

Re: OT: Figuring Sales Tax for Online Sales

2012-12-12 Thread sean ritzler
My team is also going with Avalara. They seem pretty robust, which works for us since we will be collecting tax in many states. There may be a more appropriate solution if Keith only needs to collect in CA, but I don't know of any. On Wed, Dec 12, 2012 at 7:33 AM, Tom Haws wrote: > o ---