0
votes
3answers
26 views
How do I IIS redirect on a different port for tortoise svn
I installed VisualSVN on port 8080. So I can access it with http://www.mysite.com:8080 and everything works fine.
I now want to access the svn using http://svn.mysite.com instead of using port 8080. …
0
votes
2answers
159 views
BASH script passing stdin input to a program and giving control back to user input
(I looked everywhere for this, perhaps my googling skill is off today)
I have a program that requires a handful of initialization cmds from stdin (and not through arguments). It'd be nice to move …
1
vote
2answers
113 views
How to activate new page on some event in MVVM-WPF?
Hi,
I have a list page which list records in graphical representation.
On clicking a some graphical portion or some button-which is added runtime on page- i want to activate new page by passing a …
0
votes
1answer
23 views
Flash URLLoader and Location -redirection
I have a Flash object that sends an URL request with URLLoader. However, how do I make it follow those Location: redirections in headers?
2
votes
4answers
834 views
How to load program reading stdin and taking parameters in gdb?
I have a program that takes input from
stdin and also takes some parameters
from command line. It looks like this:
cat input.txt > myprogram -path
"/home/user/work"
I try to debug …
0
votes
4answers
344 views
Cron job stderr to email AND log file?
I have a cron job:
$SP_s/StartDailyS1.sh >$LP_s/MirrorLogS1.txt
Where SP_s is the path to the script and LP_s is the path for the log file. This sends stdout to the log file and stderr to my …
0
votes
3answers
40 views
htaccess 404 error redirection for /cat/sub/.html like urls
Hi friends,
How can I redirect such link (below) to 404 error page?
http://www.blabla.com/category/sub/.html
I generate a SEO friendly links, normally products has url like …
0
votes
3answers
50 views
Detect DNS Redirect in .NET
In a .NET application I am writing, I need to detect whether a particular URL is available. For the average user with a default DNS server, an invalid address would end up throwing a WebException. …
0
votes
1answer
22 views
Sharepoint Redirecting Users or Groups from a page to another.
Hello ,
What I am tring to do is, when people comes to that page:
http://server:26521/MY%5FPortal/service/default.aspx
I want them to be redirected to that page
http://server:26521/default.aspx
…
0
votes
2answers
29 views
Redirect window of command line tool to your app (Windows)
Hello,
is there a way (on Windows XP+) to redirect the output of a window created by a process created with e.g. CreateProcess to a window of your own program?
I'd like to make a nicer GUI for …
2
votes
3answers
583 views
Can I redirect the stdout in python into some sort of string buffer?
I'm using python's ftplib to write a small FTP client, but some of the functions in the package don't return string output, but print to stdout. I want to redirect stdout to an object which I'll be …
0
votes
0answers
77 views
Education.. how much how little? [closed]
Hi Everyone,
So a little background. Started out in construction and completed my apprenticeship over a 6 year period. Got married, bought 2 houses and decided I wanted to switch to computers. I …
0
votes
2answers
59 views
Regular expression with RedirectMatch does anything
Hi
I use .htaccess to perform redirection.
Here the line
RedirectMatch permanent .*\?langue=([\w]{2}).*id_([\w]+)=([1-9]+) …
1
vote
2answers
61 views
IIS server redirect locations…
hi,
I got a asp site hosted in a iis server. In the server there is a virtual folder products and whenever a url like xyz.com/products/abc_11.asp is provided it is forwared to …
1
vote
5answers
81 views
Using file contents as command line arguements in BASH
I'd like to know how to use the contents of a file as command line arguments, but am struggling with syntax.
Say I've got the following:
# cat > arglist
src/file1 dst/file1
src/file2 dst/file2
…
