Re: Slightly OT regarding advanced whois searches...

2012-09-04 Thread Mike Ballon
for loop? grep for @ or whatever specific contact text you're looking for. $ for i in `cat domains.txt` ; do whois $i | grep '@' ; done Please contact contact-ad...@google.com 1600 Amphitheatre Parkway dns-ad...@google.com +1.650253 Fax: +1.6506188571

OT: HP-UX Internet Express Needed

2012-07-13 Thread Mike Ballon
Just throwing it out just in case, I've already post on HP. I need a copy of Internet Express version A16 for HP-UX 11.31 ia64 if anyone has a copy? I opened a ticket and HP claims they don't keep a copy of the old version when the latest is released. I couldn't even get a copy if I wanted one.

Re: Google cloud printing

2012-05-22 Thread Mike Ballon
You got further than I did. Of course my setup was a printer hanging off a windoz laptop so I didn't have high hopes. Your printer is network attached I'm guessing, I'd be curious to what you find. On Mon, May 21, 2012 at 11:11 PM, Michael Havens bmi...@gmail.com wrote: Does anyone know

Re: ssh in network

2012-03-30 Thread Mike Ballon
to be installed. I tried installing it but it won't install. I think it because it can't remove  linux-image-3.0.0-15-generic  linux-image-3.0.0-16-generic  linux-image-3.0.0-17-generic On Thu, Mar 29, 2012 at 5:54 AM, Mike Ballon mike.bal...@gmail.com wrote: I don't have an ubuntu box to show output

Re: ssh in network

2012-03-30 Thread Mike Ballon
...@gmail.com wrote: Make that: Try sudo apt-get install openssh-server On Fri, Mar 30, 2012 at 6:07 AM, Mike Ballon mike.bal...@gmail.com wrote: I spun up an ubuntu-desktop VM. At least the desktop distro does not have sshd installed. Try sudo apt-get install openssh--server I also

Re: network issue blocks svn code pull?

2012-03-30 Thread Mike Ballon
no good: svn://clusterresources.com/torque/branches/4.0-fixes svn: Can't connect to host 'clusterresources.com': Operation timed out svn list svn://clusterresources.com/torque svn: Can't connect to host 'clusterresources.com': Operation timed out On Fri, Mar 30, 2012 at 6:47 PM, Steven A.

Re: ssh in network

2012-03-30 Thread Mike Ballon
            deinstall linux-image-3.0.0-17-generic            deinstall On Fri, Mar 30, 2012 at 9:08 AM, Mike Ballon mike.bal...@gmail.com wrote: Lets try the other route; what is your output to dpkg --get-selections | grep openssh ? Also post the output of dpkg --get-selections | grep linux-image

Re: ssh in network

2012-03-29 Thread Mike Ballon
I don't have an ubuntu box to show output exactly, hopefully this will get you what you need just the same... type netstat -a | grep ssh on the print server host, you should get something like this: tcp0 0 *:ssh *:* LISTEN If you don't see the output

Re: scp in reverse?

2012-03-16 Thread Mike Ballon
/this/path to /that/file in 'remotebox'. ET j...@actionline.com writes: This is interesting.  Does this really mean that scp in reverse is possible by using a similar syntax with the dot at the end to extract a file from a remote computer to my local computer? - Mike Ballon

Re: ssh/scp

2012-03-15 Thread Mike Ballon
Since 22 is open from PC to laptop you can simply scp in reverse: scp 192.168.0.4:Pictures/2009-Move.from.Florida . I'm guessing the path of the pictures and take note of the dot at the end On Thu, Mar 15, 2012 at 5:07 AM, Michael Havens bmi...@gmail.com wrote: I want to copy a folder from

Re: compile program

2012-03-06 Thread Mike Ballon
Are you trying to install a gimp plugin? Is your gimp install from source? I'm not familiar with this exact setup, although normal if you're plugin is from source your main program would need to be installed from source as well. You might be able to install gimp-devel if you have a packaged

Re: find and replace

2012-02-09 Thread Mike Ballon
[adding the find logic] find /blah/*.jpg -exec rename .jpg .png {} \; On Wed, Feb 8, 2012 at 6:19 PM, James Mcphee jmc...@gmail.com wrote: rename .JPG .jpg *.JPG On Wed, Feb 8, 2012 at 3:58 PM, Michael Havens bmi...@gmail.com wrote: some cameras take photos and append it with .JPG My

Re: share the faith, my brothers and sisters in the penguin!

2011-11-19 Thread Mike Ballon
I ran RH 5.2 on 3 Emachines for 5 years, seriously... They connected 3 offices together across the local cable company's network. It's been a LONG time since I did this, although I don't remember having any major issues. -Mike On Fri, Nov 18, 2011 at 7:48 AM, Michael Havens bmi...@gmail.com

Re: IPTables question

2011-07-01 Thread Mike Ballon
When listing try iptables -L -n also you should see a port, ex: ACCEPT tcp -- 10.0.0.0/8 0.0.0.0/0 state NEW tcp dpt:22 or in your case I'm guessing ici is the protocol and you grep ici from /etc/services you'll see port 2200 I would just use the IP on the rule unless

Re: cause of IO wait

2011-06-27 Thread Mike Ballon
you've mentioned iostat and vmstat so lets skip those. I would start sar and saving running process at the same interval, normal 5mins. I would also take a look at lsof, tracing the pids Then there is iotop if you have it. -Mike On Monday, June 27, 2011, der.hans pl...@lufthans.com wrote:

Re: ssh question

2011-06-17 Thread Mike Ballon
I have seen ssh timeouts on slow networks because of dns as well. ssh relies on a reverse lookup and on very slow networks, I've seen the login process timeout because of bad ptr data. On Fri, Jun 17, 2011 at 9:23 AM, Joseph Sinclair plug-discuss...@stcaz.netwrote: A connection timed out

Re: ssh question

2011-06-17 Thread Mike Ballon
netstat -na | grep LIST output? ssh to localhost works? iptables stop (just for the sake) selinux? On Fri, Jun 17, 2011 at 11:49 AM, Dazed_75 lthiels...@gmail.com wrote: These machines are all gigabit ethernet and connected to the same gigabit switch with little network traffic at the time

Re: log out

2011-06-06 Thread Mike Ballon
A little crude, but how about: -set a screen saver for 10mins -set a crontab from every min (or whatever) with a script that checks qdbus, if true run gnome-session-save --kill. again, crude, but I think it will do the trick. ex: qdbus org.gnome.ScreenSaver /ScreenSaver

Re: The devil you know

2011-03-24 Thread Mike Ballon
In your situation I would stick with Ubuntu, but only use say of the hard disk for the install. Then load virtualbox to play with several other distros like Mint (my current), decide if you like any of them more than Ubuntu, and then install that one onto the free space you left open. Or if you

Re: Monitor changes to a file

2011-03-02 Thread Mike Ballon
You could also try using strace as well, although maybe I just don't understand exactly what you need. Note; if the script doesn't run long enough it's hard to catch the data. For example when I ran dd below with a count of 1000 both text files were empty. I ran this as myself and root, the

Re: Monitor changes to a file

2011-02-28 Thread Mike Ballon
lsof? fuser? wrap the whole thing in exec or cron like you mentioned? On Mon, Feb 28, 2011 at 6:33 PM, Kurt Granroth kurt+plug-disc...@granroth.com wrote: I need to be able to monitor a file to see when it changes and, more importantly, what process is making that change. Specifically, I run

Re: ftp access logs

2010-12-27 Thread Mike Ballon
date transfer_time remote_ip size filename bINARY/aSCIIi specialFlagAlways[_] oUT/iN rEAL/aNONYMOUS username service authMethodNumber authenticationUserIdAlwaysStar cOMPLETE/iNCOMPLETE On Mon, Dec 27, 2010 at 12:00 PM, Steve Phariss sphar...@gmail.com wrote: Hey all, I am trying to decipher

Web Deployment OS or COTS (was RE: Versioning system - Subversion Vs. Git)

2010-12-27 Thread Mike Ballon
Greets, I'm looking for either an opensource or commercial package for web deployment. In the past I have used both Replweb and WebMethods in the Windoz world, although now I'm looking at a LAMP environment. The reason I'm looking is because our web team does constant updates and deployments and

Re: Web Deployment OS or COTS (was RE: Versioning system - Subversion Vs. Git)

2010-12-27 Thread Mike Ballon
is require for data to go live? On Mon, Dec 27, 2010 at 10:58 AM, Mike Ballon mike.bal...@gmail.com wrote: Greets, I'm looking for either an opensource or commercial package for web deployment. In the past I have used both Replweb and WebMethods in the Windoz world, although now I'm

Re: Removing a file whose name starts with '-', was Re: How to command line rotate an image?

2010-11-12 Thread Mike Ballon
OK, this is the last time I answer from the bar :) I didn't mean that using inodes was the only way, I just knew it would work. I also stated that the syntax might not be correct as I didn't test it. [n...@hostd1 ~]$ ls -li total 64 31758 -rw-rw-r-- 1 user group 4549 Oct 21 14:50 text.html

Re: How to command line rotate an image?

2010-11-11 Thread Mike Ballon
I don't know who to rotate the image, but to delete your file you need to use the inode. This is off the top of my head so if the synax is wrong you can just google it. ls -il -rotate90 find . -inum 123456 -exec rm -i {} \; On 11/11/10, j...@actionline.com j...@actionline.com wrote: . How

Re: Reverse Proxy

2010-09-12 Thread Mike Ballon
Thanks all, I'm going with Apache. -Mike --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

Reverse Proxy

2010-09-10 Thread Mike Ballon
Hi Everyone, I have the need to setup a reverse proxy to front-end some websites for security reasons, but I can't decide whether to use Apache or Squid. The only real requirements are to having something more secure than your standard IP based firewall, something like an application proxy that

Re: Interesting DNS issue

2010-08-10 Thread Mike Ballon
Very interesting. I don't think the technical aspects are all that difficult, but the reputation of the cooperating or say, authoritative servers, is more questionable. I do trust the ISC though, at least they have never given me a reason not to. That and I just love to read RFCs :), mostly

Re: System crontab

2010-07-31 Thread Mike Ballon
First, I would recommend that you do not use crontab -e, it's a bad habit IMHO. Instead create a file, perhaps with a version/change section at the top and create your entries there. Then when you want to load it simply type crontab nameoffile. Don't even get me started about crontab -r As far

Re: weird sendmail request

2010-07-15 Thread Mike Ballon
You want /etc/mail/relay-domains, /etc/mail/access is more for allowing specific hosts to relay. Any domain that is not in relay-domains will be rejected. You may also want to look at mailertable if your host is simple MTA and not the final destination. *some versions may vary :) -Mike On Thu,

Re: How to locate all duplicate files?

2010-04-21 Thread Mike Ballon
I don't have time to write the script right now, but a something simple like: find . * | xargs ls -l | awk -F '{print $7 $9}' then man on sort and uniq. You could also just toss the output into a spreadsheet. -Mike On Wed, Apr 21, 2010 at 3:53 PM, j...@actionline.com wrote: What command

Re: VM Utility

2010-03-25 Thread Mike Ballon
http://conshell.net/wiki/index.php/Linux_P2V -Mike On Thu, Mar 25, 2010 at 2:22 AM, Richard Wilson r...@mchsi.com wrote: I have heard that there are some utilities that allow you to create a Virtual Machine image from an existing installation -- I need to do this for 2 different XP

Re: VM Utility

2010-03-25 Thread Mike Ballon
As a follow up (why do I always hit send so fast :) you could also clone/ghost the system and restore to a VM. Also maybe look at netcat, it's hard to suggest too much not knowing the whole setup. -Mike On Thu, Mar 25, 2010 at 8:46 AM, Mike Ballon mike.bal...@gmail.com wrote: http

Linux Paid Internship in Scottsdale (re: position filled)

2010-03-24 Thread Mike Ballon
would report directly or perhaps indirectly, to Mike Ballon; the position does have a good possibility of becoming full time. Please send resumes to mike.bal...@gmail.com --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe

Paid Internship

2010-02-17 Thread Mike Ballon
Hi Everyone, I tried to email the site's contact about getting a job posted, but no luck... so here it is: I'm looking someone to fill a paid Linux Internship for the company I work for in Scottsdale. I need someone that has knowledge in Red Hat based distros with a nice to have in LAMP type

Re: How to unlock a locked hard disk?

2010-02-17 Thread Mike Ballon
Not sure what you are running, but here is a coupe things to try: Does this display anything? mdadm --detail --scan Does this display any raid fs? fdisk /dev/sdb p On Wed, Feb 17, 2010 at 1:28 PM, j...@actionline.com wrote: . There are two identical 300-gig hard disks on my computer; but