Questions tagged [html]
210 questions
Score of 0
1 answer
58 views
sed returns partial results
Using this bash script: #! /usr/bin/bash sed -rn "s/.*?src="\""(.*?)"\""\s.*?/\n==>\\1 /gIp" <Desktop/index.html and this index.html <html> <...
- reputation score 63
Score of 0
1 answer
44 views
using sed to fix up HTML oversight
I'm using the following command to update HTML files sed -e "s/SRC=\([A-Za-z0-9.\/_-]*\)/SRC=\"\1\" /gi" I'm having trouble adding + and & to the above as valid filename/path ...
- reputation score 63
Score of 0
0 answers
45 views
Enterprise Architect in Wine. Problem to show Bullet list in Note area
I’m using the latest EA Trial version on Kubuntu (via Wine) and connecting to a PostgreSQL repository. In the Notes window I’m experiencing an incorrect rendering of bullet lists: instead of standard ...
- reputation score 1
Score of 4
2 answers
779 views
How to extract links using grep (or any other tool)
We have a project where we have thousands of separate html files that contain links to pdf documents that are legal decisions. The decisions themselves are public. The links are the docket or index ...
- reputation score 49
Score of 1
2 answers
168 views
GUI App to make HTML human-readable
Is there an app in the Ubuntu repos that can convert a 9,001 character single-line of HTML into human-readable (indented) code in a single click? I'm trying to read through the HTML sourcecode of a ...
- reputation score 388
Score of 2
0 answers
127 views
HTML as Background in Ubuntu 25.04 possible?
Is it possible to set an HTML page as a desktop background instead of an image in Ubuntu 25.04? I found a couple of posts asking the same question, but like 10+ years ago. Did not seem to be possible ...
- reputation score 2695
Score of -1
1 answer
210 views
What is meanning of :: and -; characters in xmllint?
I am trying to understand this custom shell function, but I can't figure out what ::*/text()' -; means in the code below. What do the :: and -; characters do in this example? extract() { { tidy &...
- reputation score 23
Score of 0
0 answers
46 views
Server loading and refreshing
i have some space at the faculty's student server and personal webpage there... But when i try to change index.html using ssh from the terminal and refresh in the browser everything is the same... Why?...
- reputation score 11
Score of 1
2 answers
1237 views
How do I make a custom icon for a desktop shortcut
I'm sorry if this question has been asked, I am a new PC user and the only answers I could find related to themes and changing folder colors. I set up this PC for my 7 year old who likes playing games ...
- reputation score 13
Score of 6
2 answers
1423 views
How to replace a random string in an HTML table?
I have an HTML file and I want to replace a string that is included between two HTML table tags. Here is an example of what I have: <tr class="noBorder"><td>string1</td><...
- reputation score 61
Score of 5
2 answers
883 views
Firefox snap won't save websites
After changing to Ubuntu 24.04.1 Firefox was installed via snap. This Firefox will not save complete HTML websites. Older saved websites from a backup cannot be read. Firefox will not find these files....
- reputation score 51
Score of 4
2 answers
335 views
help to grep a string from a site
I'm trying to get a spacific changing string form a site. I used the commend: wget -qO - www.factorio.com/download | grep '/get-download the output is: wget -qO - www.factorio.com/download | grep '...
- reputation score 43
Score of 1
1 answer
454 views
Why html files are being opened by Telegram Desktop?
Opening any HTML file, triggers Telegram as the application associated: $ xdg-open sys.html ; ps aux | grep html myuser+ 686347 0.0 0.0 1090016 12224 pts/6 Rl 16:04 0:00 /snap/bin/telegram-...
- reputation score 234