The redirection tag has no wiki summary.
0
votes
1answer
16 views
In Firebug, how can I stop a redirect?
In Firebug, how can I stop a redirect? I want to examine and edit a webpage before it redirects. Under the Net tab, using Persist I can see all the GET including the previous pages and the redirect ...
0
votes
1answer
25 views
Pipe and watch piped output?
I want to make a shell-pipe like this:
producer | analyser > report.txt
and watch the output of producer while it is generating data (a big log-file) for analysis.
How can I do that?
1
vote
1answer
31 views
Redirecting output into existing (g)vim instance
Is it possible to redirect the output of a process (in bash) into an existing instance of (g)vim?
Something like:
cat myfile1.txt | awk 'print $1' | gvim -
Then I might start a new window inside ...
0
votes
0answers
30 views
How do I stop Chrome from activating a link on right or middle click? [closed]
Possible Duplicate:
Are there any addons that allow us to middle click any link and open the link in a new background tab in Chrome?
I started browsing the NYT site this afternoon and found ...
0
votes
1answer
210 views
How can I redirect a subdomain to an internal IP?
I have a FQDN let's say abc.com with only one external IP and I use zoneedit.com ns servers.
I have configured www as a CNAME of abc.com. The web server is setup wiith IIS on local computer. What I ...
0
votes
0answers
73 views
STDOUT redirection to a file does not work if Groovy script run directly from command line (.groovy in PATHEXT)
I've updated the title, please see update below for the reason.
I have asked this question on Stackoverflow, but still didn't receive an answer.
Groovy: redirect stdout to a file does not work.
...
1
vote
1answer
37 views
Redirecting input from file to command-line program
I have a command-line program that normally gets its parameters from the keyboard after the program is run. Something like this:
Enter parameter 1? 3
Enter parameter 2? 2.6
Calculate something y/n? y
...
3
votes
2answers
65 views
How to check if your email is redirected or tracked
I would like to ask if there is a way to check if your emails are also sent to another email. I work for company and i think they are ''tracking'' my email adress and want to check if this is true. I ...
0
votes
0answers
81 views
Disable RDP Smart Card redirection on server side in XP
I use an online banking software which uses smart-cards to establish a VPN session to the bank server.
I want to be able to control it over RDP.
The smart card used is actually a multi-purpose USB ...
1
vote
1answer
115 views
My facebook redirect to localhost
I am in strange condition right now. I am not able to access facebook.
Once I open the facebook it just loads the localhost.
I know we can set it from host file. But just have a look at my host ...
1
vote
2answers
91 views
Proxying fake domain to a localhost port
I'd like to do much the same thing described at Redirect Domain Name to Localhost for web app development purposes, but with the twist that I'd like requests to fakedomain.com:80 to be routed to ...
0
votes
0answers
67 views
How to track redirects accross domains in firebug/firefox?
I have Firebug, I'm on the net tab, persist is on, but when i enter "olddomain.com" and it redirects to "newdoamin.com", the "olddomain.com" request is removed from the console. I want all redirects ...
1
vote
1answer
43 views
How can I change (locally) a hyperlink on a site to point to a different location? Opera, Windows XP
How can I change all instances of a hyperlink pointing to, say, domain_address_a, to point to domain_address_b (still a string address, not an IP address, both URLs in this case belong to the same ...
0
votes
1answer
84 views
firefox 8 on Mac OSX Lion - browser redirections don't seem to work
For example, when you login to paypal and you get a page saying "if you see this for longer than 5 seconds, click here" or something to that effect - the redirect that should have happened there ...
2
votes
1answer
27 views
How can I redirect input from file and then from terminal?
How can I run a program in bash in such a way that first it receives some input from a file, and then, as the file ends, it will receive input from terminal?
1
vote
1answer
174 views
Firefox: Disable window.location on website
I'm trying to prevent a certain site from being able to use javascript to redirect the browser to another page. The script in question is an inline script so Greasemonkey and adBlock can't do ...
0
votes
1answer
57 views
Different output when redirecting
$ mysql -e 'select a,b from tablefoo' databasename
yields
+---+---+
| a | b |
+---+---+
| 1 | 0 |
| 2 | 1 |
+---+---+
whereas
$ mysql -e 'select a,b from tablefoo' databasename > file
...
1
vote
4answers
167 views
Can I get my browser to automatically redirect on some pages?
Is it possible to have a browser (firefox or chrome), when I navigate to a specific page, the browser automatically redirects me to a different page of my choice. I'm wondering if there is some sort ...
3
votes
3answers
45 views
Redirected: Is there a way to “grab” urls I'm being redirected through?
Let's say I'm visiting yourwebsite.com which redirects to somethingelse.com which redirects to somethingdifferent.com before taking me to finalpage.com. All of this happens in an instant, so quickly ...
1
vote
1answer
40 views
Console command redirect to nothing
Is there a way to redirect Windows console commands to nothing\null?
A regular redirection might look like:
prog.exe > a.txt
However in my case I would like to redirect the output so that it ...
5
votes
2answers
163 views
Is there a binary-safe “triple less than” <<< operator in bash?
This is a rather hypothetical question, so please don't ask me why I'd want to do this.
Assuming that I have a variable GIF that contains binary data, and assuming that I cannot use the pipe | ...
1
vote
1answer
84 views
Internet Explorer not redirecting HTTP to HTTPS to a specific user
One of our users is trying to access a site that automatically re-directs the HTTP to a HTTPS domain, but it's not happening for her. She just gets a page cannot be displayed. However, if I "run as" ...
2
votes
2answers
104 views
Windows CMD Batch, START and output redirection
I would like to run two programs simultaneously from a batch file, and redirect the first program's output into a text file like:
start python 1st.py arg1 arg2 > out.txt
start 2nd.exe %1 arg2 arg3
...
0
votes
3answers
96 views
Redirecting Command output to file
This seems so simple when doing it from command line but I'm not able to accomplish it inside a script. I am trying to put output of following command into a text file:
CMD= mysql -uroot -psecret -e ...
4
votes
3answers
198 views
What is the difference between &> and >& in bash?
What is the difference between &> and >& in bash?
tldp did not mention the latter one. Is it really a redirection operator?
Or does someone know a more complete tutorial?
0
votes
2answers
133 views
Redirect subdomain to internal IP
I have a Fortigate 80C at home and have a number of servers hosted: mail, git, web, RDP, voip etc.
Now I want these subdomains to redirect to certain internal IPs:
mail.domain.com > 192.168.0.200
...
1
vote
2answers
138 views
How do I eliminate unwanted redirects on a web page?
I have been accessing a particular web site over a period of months. Over the last two days, every time I try to access the site, I see the site page for less than a second, and then get redirected to ...
2
votes
1answer
116 views
Default PowerShell to emitting UTF-8 instead of UTF-16?
By default, PowerShell in Windows seems to be outputting UTF-16 (e.g., if I do a simple echo hello > hi.txt, then hi.txt ends up in UTF-16). I know that I can force this to my desired text ...
2
votes
2answers
145 views
Chrome cannot access some Google applications/pages with ERR_TOO_MANY_REDIRECTS error
I'm not a big fan of Google Chrome / Chromium, but I prefer it as my major browser. In most cases Chrome is able to do everything I need while browsing. Sometimes it is also able to infuriate me ...
1
vote
0answers
436 views
Setting up a local RTMP Relay
I'm trying to live stream an online game, but I lag, so what I'm trying to do is find a way to setup my live stream client which lets me specify a custom RTMP server to connect to another computer ...
13
votes
13answers
1k views
How to analyze a link to figure out the actual link
Sometimes when downloading something, I find the links are not the direct ones to the files.
For example, this is a link to download a PDF file:
...
1
vote
1answer
70 views
Force application on Mac to only use Airport connection
My MacBook Pro has a physical ethernet connection to the corporate network that uses a HTTP proxy server. I also have an Airport connection to a router that bypasses the proxy server. My order of ...
1
vote
2answers
120 views
How do I redirect a request for an IP to the loopback?
A program I'm using makes a request for the external IP 74.125.234.83 and I would like to make this request redirect to 127.0.0.1 so I can test my local server, I don't have access to the source of ...
2
votes
2answers
101 views
When to use pipes and when to redirect?
Although this is a basic stuff, but still i wonder.
Consider these two examples.
Case 1:
[root@dhcppc0 practice]# cat file1 > wc -l
cat: invalid option -- l
Try `cat --help' for more information.
...
0
votes
2answers
85 views
Redirect from HTTP to HTTPs in lighthttpd
How can I redirect from HTTP to HTTPS with lighthttpd?
There are tons of lighttpd config snippets floating around to make this happen, but so far none of these really worked. Currently I am still ...
2
votes
0answers
119 views
I/O redirection using cygwin and mingw
I have written a program in C and have compiled it using MinGW. When I try to run that program in Cygwin, it seems to behave normally (i.e. prints correct output etc.)
However, I'm trying to pipe ...
3
votes
3answers
57 views
Distinct Proxying for any TCP-related Protocol
I'm not sure what to call it (proxy/redirection/relay), and I am hoping some software or solution possibly exists for linux.
My intention is to be able to listen on a single public facing ip:port ...
1
vote
2answers
342 views
How I could redirect all my traffic to the TOR network?
I need to redirect all my traffic to the TOR network.
I have just installed Vidalia, but I think that I have not correctly configured my Tor-client. I have a Java desktop client that has to access a ...
0
votes
2answers
40 views
how to redirect file write from home folder to specific folder in UNIX
I did a search and didn't find what I was looking for. I finally found a beginners UNIX book that I like. I am going through some examples and I notice output is generated in the home folder. I am ...
2
votes
1answer
367 views
How can I make Chrome stop caching redirects?
I am working on a web application that is using redirects (for pretty URLs).
I am trying to debug logic in the way the redirects are working. However Google Chrome keeps remembering the redirects and ...
2
votes
2answers
92 views
Splitting output to two terminals
How can I split an output of a command to two terminals? one will get stdout and the other will get stderr. The best I could do is:
On first terminal:
bash
command args 2> errors
and on second ...
1
vote
2answers
319 views
Port forwarding software (service) for Windows
I have a server service that uses 8182 port. Somebody want to connect to this, but 8182 port is unavailable for him, ony 5118 working fine.
No problem I thought, I just install port forwarder ...
3
votes
2answers
381 views
How to wget a file with correct name when redirected?
So after some time of searching on google and superuser (and scanning man pages) I was unable to find an answer to something that (I think) should be simple:
If you go here: ...
2
votes
1answer
101 views
How can I use an own asp page as 404 error page on a Windows 7 pro IIS 7.5 local installation
Running Windows 7 Pro
Running local IIS 7.5 ( for web development purposes )
Edited hosts file to be able to use http://www.sitestepper.dev
Site build in subfolder of the inetpub/wwwroot/staplijst
...
1
vote
1answer
451 views
Hostmonster Subdomain redirected to home server IP: How to ssh into home server using subdomain
I setup a home server to play with. Instead of remembering the IP address, I created a subdomain on my hostmonster personal website (http://subdomain.domainname.com) and redirected it to point at my ...
0
votes
0answers
133 views
Redirect to a different domain in Chrome [closed]
Possible Duplicate:
Redirect URLs in Chrome?
Basically wanting to redirect from
example.com/?d=8HJ56F4S
to
example1.com/?d=8HJ56F4S
Using Chrome, so I guess an extension would be ...
2
votes
3answers
678 views
Log rotation of stdout?
I have a Linux program which can write information to stdout and stderr.
I have a shell script which redirects that output to a file in /var/log. (Via >> and 2>&1.)
Is there a way to ...
3
votes
2answers
172 views
Linux: redirecting stdout and stderr
I want to write stdout to a file but also prints stdout and stderr. I tried using tee:
prog | tee stdout.txt
but this causes the printed stderr and stdout to be interleaved incorrectly, i.e. if the ...
7
votes
1answer
2k views
Redirect URLs in Chrome?
Is there any extension to Chrome that will let me force a URL from a particular domain to be redirected to another domain?
(E.g. Redirect http://www.google.com to https://encrypted.google.com.)
...
2
votes
2answers
727 views
Redirect 7-zip's command-line output to /dev/null on Windows when extracting a 7z file
I have a command such as "c:\program files\7-zip\7z.exe" x foo.7z -y which will extract (with full paths) to the current directory.
What it does that I don't want, though, is spool out the individual ...