Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [url]

A Uniform Resource Locator (URL) is a Uniform Resource Identifier (URI) that specifies where a particular resource is available – and the mechanism for retrieving it. They are often informally referred to as web addresses.

0 votes
1 answer
42 views

Open specific URLs in certain app?

How can I tell xdg-open to open, say, YouTube URLs in a specific app, but use my default browser for all other URLs?
Geremia's user avatar
  • 1,185
4 votes
2 answers
422 views

DNF: show URLs for downloaded packages

Is there an easy way to get the URLs for the downloaded packages in DNF? What I'm trying to achieve: I'm currently on a very expensive Internet plan, so I need to get links, download packages on a ...
Artem S. Tashkinov's user avatar
0 votes
0 answers
41 views

Calls to all googletagmanger.com URLs fail

I've been updating code on a website that contains calls to googletagmanager.com for a couple of days now, but only just realised that it's wasn't really broken. Turns out my MX Linux desktop simply ...
Vince's user avatar
  • 101
0 votes
5 answers
362 views

In bash how to copy an URL within a displayed text file without using the mouse?

Let me take you to this short trip: Open terminal. Type cat <any text file in your current working directory, containing a URL, at the beginning> | head The first 10 lines of that text file are ...
futurewave's user avatar
0 votes
0 answers
87 views

How to sequentially open URLs in lynx?

from $ man lynx page: If more than one local file or remote URL is listed on the command line, Lynx will open only the last interactively. All of the names (local files and remote URLs) are ...
user598527's user avatar
0 votes
0 answers
27 views

Any successor to “Open all links” of Thunderbird?

For the ancient Thunderbird 1.5, there was an add-on “Open all links”, which, according to its description, opened “all http(s) links in an e-mail message with a single click”. A development of this ...
user avatar
-1 votes
1 answer
55 views

Script is not activating the options

I'm making a script to open url by terminal and when typing: #!/usr/bin/bash ## origin: https://www.vivaolinux.com.br/script/Abrir-arquivos-em-nova-aba-no-Firefox ## ### Se quizer que o novo link ...
user avatar
0 votes
1 answer
579 views

Controll the application that opens the links

My scenario is simple - I have two browser profiles, personal and work. Now I have two sources I get urls. My goal is to have a way to open urls from one source (let's say Slack) with personal profile ...
kosciej16's user avatar
  • 113
0 votes
2 answers
3k views

how to get full URL from shortened URLs like bit.ly?

I have a shortened URL from some documentation I would like to open the URL because I believe the URL has good information but I do not want to click the link until I can see the full URL how to get ...
Trevor Boyd Smith's user avatar
0 votes
0 answers
42 views

How to automatically start an ssh session when clicking on ssh:// URIs?

URI like https://, ftp://, even game specific ut2004:// or tel:// starts the default program associated with the protocol when clicking on links, but most linux distributions default configuration do ...
Zulgrib's user avatar
  • 984
0 votes
0 answers
582 views

Use path as URL in linux?

Some time ago I found a code snippet that used curl (or similar) and instead of using a URL like http://example.com:2882 it accessed the site using a filesystem path. Something like: curl /some/path/...
arielnmz's user avatar
  • 529
0 votes
0 answers
44 views

How to identify which URL is attempting to access SMTP from browser

Opening a web page attempts to access SMTP server in the network. I am not able to identify exactly which URL is attempting for the same. Due to nature of the work, many tabs are open in the browser. ...
Brian Edam's user avatar
0 votes
0 answers
300 views

Error Trying to load http url using curl

I am beginner. I am trying to load HTTP URL using curl in my Ubuntu terminal. The command I am using is curl -L 'http://google.com' But instead of getting source code. I am getting below error curl: ...
hmmbhaskar's user avatar
2 votes
5 answers
382 views

how to turn multiple URLs into domains with command line

I have .csv files with multiple columns and ',' as separator. The url's are in the first column. I need to turn all url's into domains without removing the other columns Example of the data I have: ...
xorghelpneed's user avatar
0 votes
1 answer
1k views

bash: URL: command not found [duplicate]

I keep getting the following error in bash (using windows): $ URL = "https://nyc-tlc.s3.amazonaws.com/trip+data/yellow_tripdata_2022-01.parquet" bash: URL: command not found The full ...
RedRum's user avatar
  • 113

15 30 50 per page
1
2 3 4 5
10