Skip to main content

Questions tagged [redirection]

Can be either redirection internet traffic to different IP's or redirection of files from one path to another path.

0 votes
0 answers
54 views

In a website, when clicking an URL in it, it will open a new tab and inject a redirect. How to view the URL redirect trace in browser?

When I click a non-Facebook link in Facebook, it will be opened in new tab and be redirected to: https://l.facebook.com/l.php?u=https%3A%2F%2Fexample-url-shortener.com%2Fslug%3Ffbclid%3D...&h=...&...
Ooker's user avatar
  • 2,131
-1 votes
0 answers
43 views

Browsers redirecting to https

I have an internal site that uses http and is not configured for https. I am using Chrome 126.0.6478.61 and Edge 126.0.2592.56.Chrome start redirecting to https for my site last week so I switch to ...
fzfg1000's user avatar
0 votes
1 answer
253 views

Local smart card reader / USB passthrough with RDP to VM

I have a virtual machine set up for online banking and want to pass a smart card reader that is connected to my local machine to the virtual machine. Both machines are running the latest Win 11 Pro ...
Zimeic's user avatar
  • 3
0 votes
0 answers
50 views

Display new prompt after tty redirect on second terminal

I'll try to explain the title better :) I have two terminals tty1 and tty2, let's call them that. From tty1 I redirect the output from echo to the tty2 terminal with: echo hello > $(tty2) This ...
Daniel's user avatar
  • 1
3 votes
2 answers
44 views

What are the consequences of changing Gmail inline links from http to https?

When adding a link in a gmail email using the "Insert Link" button, I type in www.example.com but it is automatically changed to http://www.example.com When I click this http link on my ...
user avatar
3 votes
2 answers
768 views

PowerShell redirection of Write-Host to file is not working

Can someone explain me that behaviour? What is wrong? PS C:\Scripts\Customer_Shares_Permissions> $PSVersionTable Name Value ---- ----- ...
Chris9834's user avatar
  • 175
0 votes
0 answers
58 views

I can't install llama-index on kaggle. It seems i don't have connexion but i do

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at ...
reha's user avatar
  • 1
0 votes
1 answer
63 views

Powershell, file.exe --help output not redirectable

I'm attempting to redirect the output of the help message from a binary to an output.txt file, but the help message isn't being redirected as expected. I've tried several different solutions, but none ...
Afff's user avatar
  • 1
0 votes
0 answers
56 views

Batch file output redirection to a text file; not complete

Examples: Parent-Dir= 'USA zip-code', Sub-dir(s)= 'yyyymmdd' Example filename= 139_7_IPC1_NVR16-8580_20230101104640.jpg There are six-hundred and ninety-nine files in the directory-tree that the, ...
query-01's user avatar
0 votes
1 answer
31 views

Bash Script: How to redirect output of $? value to variable when previous command is executed successfully

#! /bin/bash # test.bash is trying to redirect output of $? which can be either 0 or non zero to variable. But following script gives only blank output to flag variable. Can you assist how to ...
hercules's user avatar
0 votes
1 answer
146 views

How to make bash script output compatible with both terminal and file?

In bash, if I want to produce periodical status messages, I can replace the previous one by emitting a hotkey combination, e.g. as seen here, here or here. When a user executes the script directly, ...
Zsar's user avatar
  • 293
0 votes
0 answers
152 views

FTP Port redirect using OpenWrt router and windows clients

I'm having problems with FTP port redirection. I have OpenWrt device having two ethernet interfaces. The first one is in 192.168.1.0/24 network and there is another device with FTP server under 192....
Kal800's user avatar
  • 9
0 votes
2 answers
2k views

Why Outlook cannot redirect some emails via rule but ok via forwarding?

I bumped into this weird situation - one outlook and one hotmail accounts, want to redirect incoming emails for hotmail account to outlook account, so I have tried these two options individually: ...
user1589188's user avatar
0 votes
0 answers
348 views

How USB redirection works on Remote Machine using RDP ( RemoteFX)

I am a newbie in Remote/cloud technology. I would appreciate your guide. I want to use a USB Device on a Remote virtual machine (Windows 10 Enterprise Edition) plugged into my local Windows 10 ...
Sandip Patidar's user avatar
0 votes
0 answers
21 views

Linux redirection and piping [duplicate]

I am working on Ubuntu 22.04.2 LTS. I a directory, I have only 2 files a1.txt a2.txt when I run the ls a* z* 2> /dev/null | cat I got the result , that is OK. I mean that error was not shown. But ...
tahzibi.jafar's user avatar

15 30 50 per page
1
2 3 4 5
50