Search Results

Search: Posts Made By: runtimeError
1,238
Posted By runtimeError
I am trying to use ipfw firewall and setting up a...
I am trying to use ipfw firewall and setting up a rule list now. I forgot to mention that it should run on OSX machines. Does anyone has experience with that?
1,238
Posted By runtimeError
well, the point is I am want to wrap the script...
well, the point is I am want to wrap the script with an app wrapper for OSX. That's basically the reason for using a shell script. I haven't yet looked into what else language it can wrap to make an...
1,238
Posted By runtimeError
Redirect all browser traffic to website x
Hello everyone,

I need to write a shell script, that redirects all traffic in your browser to a website x.
That means:

1. User sends a request to load website "www-somerandomwebsite-com"...
2,633
Posted By runtimeError
Thank you for your response bipinajith, but...
Thank you for your response bipinajith,
but it's still not working. I simplified the script a little for this post: (I added your code in there)


#!/bin/bash
set -x # DEBUG

USERNAME=$( who...
2,633
Posted By runtimeError
okay, here's another update on the script I'm...
okay, here's another update on the script I'm working on.

#!/bin/bash

set -x # DEBUG

# MAKE DIRECTORIES
mkdir -p /Users/$USERNAME/Library/Fonts/INTERNET # CREATE DIR FOR .SH AND DATE

#...
2,633
Posted By runtimeError
Thank you for response Jim. I just stumbled...
Thank you for response Jim.
I just stumbled over the crontab solution. To give you a little bit more background on this project: I found an old AOL 10 hours free Internet disk at home. You might...
2,633
Posted By runtimeError
Block all incoming connection for 10h
Hi all,

I am working on a shell script that blocks all incoming and outgoing connections
for 10 hours. After then hours everything will be unblocked again.

i am using the ipfw command and...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 05:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy