id
stringlengths
1
7
postTypeId
stringclasses
1 value
acceptedAnswerId
stringlengths
1
7
creationDate
stringdate
2009-01-08 07:47:55
2024-03-31 23:33:05
score
stringclasses
504 values
viewCount
stringlengths
1
7
body
stringlengths
24
34.3k
ownerUserId
stringlengths
1
7
lastEditorUserId
stringlengths
1
7
lastEditDate
stringdate
2010-07-28 20:43:11
2024-04-07 06:16:28
lastActivityDate
stringdate
2010-07-29 14:11:46
2024-04-07 06:16:28
title
stringlengths
13
150
tags
listlengths
1
5
answerCount
stringclasses
45 values
commentCount
stringclasses
47 values
contentLicense
stringclasses
3 values
comments
listlengths
0
56
acceptedAnswer
dict
answers
listlengths
0
82
communityOwnedDate
stringclasses
232 values
favoriteCount
stringclasses
2 values
closedDate
stringlengths
23
23
lastEditorDisplayName
stringclasses
890 values
ownerDisplayName
stringlengths
2
28
1486945
1
null
2023-09-25T13:52:53.447
0
25
<p>I would like to buy an XPS 15 9530 <a href="https://www.dell.com/fr-fr/shop/ordinateurs-portables-et-2-en-1/ordinateur-portable-xps-15/spd/xps-15-9530-laptop/cn95302sc" rel="nofollow noreferrer">https://www.dell.com/fr-fr/shop/ordinateurs-portables-et-2-en-1/ordinateur-portable-xps-15/spd/xps-15-9530-laptop/cn95302s...
1734588
1734588
2023-09-25T13:54:21.713
2023-09-25T13:54:21.713
Dell XPS 15 9530 Ubuntu 22.04 compatibility
[ "22.04", "xps" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-25T14:07:08.023", "id": "2604140", "postId": "1486945", "score": "1", "text": "Most likely it would work. However, this is a volunteer-run site, and we cannot guarantee anything. However, note that newer versions of Ubuntu are more compatible with newer hardware, so if...
null
[]
null
null
2023-09-25T17:47:41.163
null
null
1486948
1
null
2023-09-25T14:24:13.353
0
26
<p>on my computer I have plenty of text files which I use to configure an audio device (actually a Line6 guitar multieffect HX Stomp), and these files look like the example hereunder. So there are lots of {}, parameters in &quot;&quot;, mostly starting with a @, for instance</p> <blockquote> <p>&quot;@model&quot; : &qu...
1661665
null
null
2023-09-25T14:24:13.353
Want to create a mask or formatting display for a file...where do I start?
[ "grep", "file-format" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-25T15:26:25.670", "id": "2604161", "postId": "1486948", "score": "0", "text": "That is a coding question. I would make a perl or python script to do this, That way you can parse and manipulate the info", "userDisplayName": null, "userId": "15811" }, { "...
null
[]
null
null
null
null
null
1486952
1
null
2023-09-25T14:43:55.097
0
185
<p>I have this script in bash inside which is defined to use perl and python for subprograms that need to analyze my data.</p> <p>Script is executing fine until Step3 and Step4 and crashes with <code>command not found</code>. I tried <code>chmod u+x</code> those .pl .py scripts; I tried to explicitly define path of per...
754269
94914
2023-09-25T23:37:26.947
2023-09-25T23:37:26.947
Bash script does not recognize commands (Perl and Python scripts)
[ "bash", "scripts", "python", "perl" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T10:26:22.660", "id": "2604286", "postId": "1486952", "score": "1", "text": "There are a _lot_ of bad practices in that script. First, you have many unquoted variables which means it will fail on even slightly strange file names (e.g. those containing a space), you h...
null
[ { "accepted": null, "body": "<p>There is no <code>goto</code> command in bash, so the lines in your script that contain this command are incorrect and should be removed.</p>\n<p>Also the lines (supposed to be labels, I guess) <code>step1:</code>, <code>step2:</code>, <code>step3:</code> and <code>step4:</co...
null
null
null
null
null
1486953
1
null
2023-09-25T14:45:22.860
0
282
<p>I'm desperate. Tried many things, on my own and as I found online, with no success. (Almost) every time I get to the screen that shows the &quot;splash slides&quot; and a spinning mouse cursor but, other than the slides changing, nothing seems to be happening in any alternative. My network router indicates no traffi...
1734584
1734584
2023-09-25T15:42:16.030
2023-09-25T15:42:16.030
22.04.3-desktop-amd64 (LTS) install hangs, need help
[ "dual-boot", "system-installation", "raid" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-09-25T14:56:48.173", "id": "2604152", "postId": "1486953", "score": "0", "text": "It isn't clear in your message if you were able to boot into Ubuntu with just the USB stick. I haven't installed 22.04 recently, but I think there should be an option to \"Install\" or \"Tr...
null
[]
null
null
null
null
null
1486956
1
null
2023-09-25T14:57:10.417
0
47
<p><a href="https://i.stack.imgur.com/SGZ41.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/SGZ41.png" alt="enter image description here" /></a></p> <p>In the attached image of top command output, you can see the idle is 53.3% means CPU utilization is 52.7% but, sum of CPU% of all the process listed ...
1734606
1734606
2023-09-26T02:01:28.003
2023-09-26T02:01:28.003
Why sum of this process CPU(%) is not equal to total cpu(%) utilisation in top output
[ "cpu", "monitor", "top" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-25T15:18:10.610", "id": "2604158", "postId": "1486956", "score": "2", "text": "Top screenshots are momentary snapshots, not a \"realtime\" tracker. Don't expect the numbers to completely line up all the time.", "userDisplayName": null, "userId": "1066942" }, ...
null
[]
null
null
null
null
null
1486958
1
null
2023-09-25T15:19:52.883
0
79
<p>I've just installed Lubuntu 22.04.3 LTS (Jammy Jellyfish). I can go online only via a cable.</p> <p>I looked for wifi-radar but it doesn't seem to exist for Lubuntu.</p> <p>I found wifi-qr but it doesn't function : ERROR: zbar processor in _zbar_video_open(): system error: opening video device '/dev/video0': No such...
798731
798731
2023-09-25T15:27:22.383
2023-09-25T15:27:22.383
gnome-system-tools: command not found
[ "networking", "wireless", "lubuntu", "network-manager" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-09-25T17:03:13.363", "id": "2604172", "postId": "1486958", "score": "0", "text": "Please read https://askubuntu.com/help/how-to-ask and https://askubuntu.com/help/formatting . Take the [tour].", "userDisplayName": null, "userId": "25618" }, { "creationDat...
null
[]
null
null
null
null
null
1486959
1
null
2023-09-25T15:27:49.067
0
79
<p>I read a number of threads about undeleting. The best tool seems to be extundelete. I tried it and it says it finds no files that have been deleted.<br /> I was wondering if that was because I put the folder in the trash and then 'emptied' the trash. I saw that it had freed up way too much space and then I reali...
661173
null
null
2023-09-25T15:27:49.067
Can extundelete bring back folders after you have 'emptied trash' on them?
[ "delete", "trash" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-09-25T15:46:23.547", "id": "2604163", "postId": "1486959", "score": "0", "text": "The key thing after deleting it to do absolutely nothing with that part of the disk. Use another machine to create a live TestDisk (that one is the best) and use a LIVE USB to boot it. Don...
null
[]
null
null
null
null
null
1486961
1
null
2023-09-25T15:54:38.497
0
139
<p>I should preface this by saying there are a couple of posts about this on here but there are no answers so I figured I would post this with a little more context.</p> <p>The problem only happens when auto mounting the partition. When you rename a file it leads to an input/output error and corrupts the file. This hap...
1547670
1547670
2023-09-27T15:09:37.953
2023-09-27T19:26:59.717
Auto mounting ntfs partition via gnone disks leads to input/output error when renaming files
[ "dual-boot", "partitioning", "mount", "fstab", "ntfs" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-25T16:38:10.233", "id": "2604169", "postId": "1486961", "score": "0", "text": "Gnome-disks does not use a good set of parameters for most partitions. Make sure in Windows that you have fast startup off, you you can corrupt data. Are you using Window_names prevents the...
null
[ { "accepted": null, "body": "<p>Install the proper driver for ntfs partitions:</p>\n<pre><code>sudo apt-get install ntfs-3g\n</code></pre>\n<p>Create the directories where to mount your ntfs partitions, for example /mnt/Ntfs and /mnt/Storage</p>\n<pre><code>sudo mkdir /mnt/Ntfs\nsudo mkdir /mnt/Storage\n</c...
null
null
null
null
null
1486966
1
null
2023-09-25T16:55:48.280
1
282
<p>I am using Ubuntu 22.04. This is an unusual question since most users want to make the ssh agent remember the password once it is entered per user session. I would like it to <strong>ask for the password every time I am using ssh</strong> (mostly for git pull and push purposes). I have tried to set</p> <pre><code>Ho...
1734631
null
null
2023-09-27T19:05:25.793
How do I make ssh ask for the password every time?
[ "ssh", "22.04", "openssh" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Try the following:</p>\n<p>Open a terminal.</p>\n<p>Edit the SSH configuration file.</p>\n<pre><code> sudo nano /etc/ssh/sshd_config\n</code></pre>\n<p>Find the line containing the PasswordAuthentication directive in the sshd_config file, make sure the line is the following:<...
null
null
null
null
null
1486967
1
null
2023-09-25T16:58:12.487
0
38
<p>I've connected my laptop with Ethernet but I cannot access to the web though my connection is reconised by Ubuntu with a comnected status. So Firefox does not work and I cannot update packages as no access to internet. Many thanks for your help</p>
1734632
null
null
2023-09-25T16:58:12.487
Ubuntu 22.04 ethernet issue
[ "internet", "ethernet" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-25T18:08:58.867", "id": "2604184", "postId": "1486967", "score": "0", "text": "Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer.", "userDisplayName": null, "userId": "-1" } ]
null
[]
null
null
null
null
null
1486968
1
null
2023-09-25T17:16:19.967
0
69
<p>On my Inspiron 5551 I cannot boot Ubuntu-Studio 22.04.2 LTS from a USB 3.0 external SSD. The system was installed using the &quot;live&quot; version.</p> <p>The problem is that the BIOS (UEFI) cannot find the disk with the system connected to the USB 3.0 port (left side of the computer). If I connect the drive to US...
1580775
1580775
2023-09-26T15:31:27.070
2023-09-26T15:31:27.070
On my Inspiron 5551 I cannot boot Linux from an external SSD
[ "boot", "usb", "uefi" ]
0
6
CC BY-SA 4.0
[ { "creationDate": "2023-09-25T18:02:44.823", "id": "2604181", "postId": "1486968", "score": "0", "text": "Try Ubuntu instead of just a Linux kernel. It should be easier, because Ubunu has a bootloader and many other useful tools apart from Linux.", "userDisplayName": null, "userId": "200...
null
[]
null
null
null
null
null
1486970
1
null
2023-09-25T17:28:35.447
0
262
<p>I am having trouble with a new install of ubuntu server. I configured a bonded network using systemd-networkd which works but every few hours it stops working.</p> <p><strong>10-bond0.netdev</strong></p> <pre><code>[NetDev] Name=bond0 Kind=bond [Bond] Mode=802.3ad TransmitHashPolicy=layer3+4 ...
32522
null
null
2023-09-25T17:28:35.447
Ubuntu Server Loses Connection Every Few Hours (Systemd-Networkd restart fixes)
[ "networking", "server", "dhcp" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1486974
1
null
2023-09-25T17:44:03.207
0
101
<p>I am trying to ping from remote server to my local, but it does not work properly.</p> <p>I am accessing an Ubuntu 22.04 Server through SSH(10.30.X.X), it works.</p> <p>When i try to ping from remote 10.30.X.X to my local (OpenVPN says its 10.8.0.9) it does not work, there's no packets transmitted and 100% packet lo...
1734633
1157209
2023-09-25T18:46:47.827
2023-09-25T18:46:47.827
OpenVPN: I cant ping from remote to local, but local to remote works
[ "networking", "ssh", "vpn", "openvpn", "ping" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-25T17:52:21.487", "id": "2604177", "postId": "1486974", "score": "0", "text": "The 192.168... and 10... addresses are not forwardable -- they are meant to be local.", "userDisplayName": null, "userId": "82196" } ]
null
[]
null
null
null
null
null
1486976
1
null
2023-09-25T18:45:55.970
0
30
<p>I'm running Ubuntu 22.04.3 on a Dell Precision 7510.</p> <p>Several days ago my pointer started acting up in several ways - dragging icons unexpectedly, not responding to clicks, etc. though the pointer itself would remain responsive. This is true with both the mouse and touchpad. Sometimes it seems as if there's ...
206371
null
null
2023-09-25T18:45:55.970
Mouse/Touchpad Failing
[ "cursor" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-25T19:40:59.113", "id": "2604194", "postId": "1486976", "score": "0", "text": "Windows has no issue with the cursor on this machine, so I'd say it's definitely an Ubuntu thing.", "userDisplayName": null, "userId": "206371" } ]
null
[]
null
null
null
null
null
1486977
1
1487768
2023-09-25T18:47:26.510
-1
130
<p>I am using Ubuntu 22.04 LTS and installed Multipass to quickly bootstrap small Ubuntu VMs for testing. However, these VMs consistently show a strong time drift, and do not sync with the host OS (which has the correct system time).</p> <p>On the host:</p> <pre class="lang-sh prettyprint-override"><code>$ date Mo 25. ...
33893
null
null
2023-10-02T17:30:45.600
Repeated incorrect time in Multipass clients with Ubuntu 22.04
[ "time", "clock", "multipass" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-25T19:56:41.230", "id": "2604195", "postId": "1486977", "score": "1", "text": "Is it this bug? Or different? https://github.com/canonical/multipass/issues/982", "userDisplayName": null, "userId": "19626" }, { "creationDate": "2023-09-27T12:12:32.720", ...
{ "accepted": true, "body": "<p>@user535733 is right. There is actually an issue with Multipass in that it &quot;stops time&quot; when the computer is suspended, and/or when the daemon is suspended. This is not an issue with VM server farms which run 24/7, but it is with desktop devel machines.</p>\n<p>Workaround: ...
[ { "accepted": true, "body": "<p>@user535733 is right. There is actually an issue with Multipass in that it &quot;stops time&quot; when the computer is suspended, and/or when the daemon is suspended. This is not an issue with VM server farms which run 24/7, but it is with desktop devel machines.</p>\n<p>Work...
null
null
null
null
null
1486978
1
null
2023-09-25T18:48:30.733
1
5253
<p>I'm trying to use GNOME extensions in Firefox, but it doesn't seem to work. I keep getting the error <code>No such native application org.gnome.chrome_gnome_shell</code>. I've followed the installation guide on LinuxConfig step by step. Not sure if it really makes a difference or not, but I am using the flatpak vers...
1734649
1734326
2023-09-25T20:30:53.853
2023-09-25T20:30:53.853
Why does Gnome Shell Extensions not work with Firefox in 23.04?
[ "gnome", "firefox", "gnome-shell-extension", "firefox-extensions" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-25T22:07:13.040", "id": "2604209", "postId": "1486978", "score": "0", "text": "The flatpak variant of Firefox might have a significance... On the other hand, I believe that installing Gnome shell extensions through the browser is just a convenience feature. Perhaps the...
null
[]
null
null
null
null
null
1486981
1
null
2023-09-25T19:33:46.690
-1
368
<p>trying to create a desktop shortcut for</p> <p><code>flatpak run org.gimp.GIMP//beta</code></p> <p>Not sure how to use a command instead of an executable. I saw another answer but it was 2013. It said to create a <code>.sh</code> file based on this command. But I do not know how to create a .sh file like that. It wo...
227495
null
null
2023-09-25T19:43:23.843
Desktop Shortcut from a Command in 22.04
[ "command-line", ".desktop", "shortcuts", "gimp" ]
1
5
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T06:03:30.007", "id": "2604454", "postId": "1486981", "score": "0", "text": "Does this answer your question? [How can I create launchers on my desktop?](https://askubuntu.com/questions/64222/how-can-i-create-launchers-on-my-desktop)", "userDisplayName": null, ...
null
[ { "accepted": null, "body": "<p>You can simply put the command in the executable entry as seen below</p>\n<p>in a text file and save it as GIMP299.desktop</p>\n<pre><code>[Desktop Entry]\nEncoding=UTF-8\nVersion=1.0\nType=Application\nTerminal=false\nExec= flatpak run org.gimp.GIMP//beta\nName=GIMP 2.99\nIc...
null
null
null
null
null
1486985
1
1487793
2023-09-25T21:01:49.070
1
139
<p>I'm getting this connection string error in the RoundCube logs:</p> <blockquote> <p>IMAP Error: Login failed for xxx against localhost from xxx. Empty startup greeting (localhost:143) in xxx/public_html/program/lib/Roundcube/rcube_imap.php on line 211 (POST /?_task=mail&amp;_action=refresh)</p> </blockquote> <p>I've...
1008730
1008730
2023-09-27T19:22:59.197
2023-10-02T23:36:53.937
Roundcube Intermittent - Empty startup greeting (localhost:143)
[ "networking", "apache2", "mail-server", "roundcube" ]
1
5
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T19:11:43.043", "id": "2604610", "postId": "1486985", "score": "0", "text": "Can anyone explain why the downvote rather than any help to answer? Was the question too vague or lacking information? @sotirov, was this your downvote because of your choice in formatting...
{ "accepted": true, "body": "<p>Adding this as the answer - it seems to have resolved the issue.</p>\n<p>Changing the <code>default_process_limit</code> setting in <code>/etc/dovecot/conf.d/10-master.conf</code> on my Virtualmin/Ubuntu server has fixed the issue.</p>\n", "commentCount": "0", "comments": [], "...
[ { "accepted": true, "body": "<p>Adding this as the answer - it seems to have resolved the issue.</p>\n<p>Changing the <code>default_process_limit</code> setting in <code>/etc/dovecot/conf.d/10-master.conf</code> on my Virtualmin/Ubuntu server has fixed the issue.</p>\n", "commentCount": "0", "commen...
null
null
null
null
null
1486987
1
null
2023-09-25T21:56:49.037
1
590
<p>I used to mount an old NAS (QNAP TS-101) via <code>/etc/fstab</code> as <code>cifs</code> with the options <code>vers=1.0,sec=ntlmv2</code> (these were the only options working for this network disk with Ubuntu 22.04 LTS). However, after recent upgrades, it stopped working and returns <code>mount error(22): Invalid ...
1734669
1157209
2023-09-25T22:13:55.167
2023-09-25T22:13:55.167
Ubuntu 22.04: mount.cifs stopped working with vers=1.0,sec=ntlmv2 after upgrades
[ "upgrade", "mount", "samba", "cifs" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-06T00:51:41.790", "id": "2606432", "postId": "1486987", "score": "2", "text": "Does this answer your question? [Can't connect to smb 1.0](https://askubuntu.com/questions/1484559/cant-connect-to-smb-1-0)", "userDisplayName": null, "userId": "231142" }, { ...
null
[ { "accepted": null, "body": "<p>Found an answer here:</p>\n<p><a href=\"https://askubuntu.com/questions/1484559/cant-connect-to-smb-1-0\">Can&#39;t connect to smb 1.0</a></p>\n<p>Adding option <code>nodfs</code> solves the problem.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate...
null
null
null
null
null
1486992
1
1486993
2023-09-26T00:05:51.797
-1
67
<p>I'm trying to install I/O API to use CMAQ. I'm following <a href="https://www.cmascenter.org/download/software/ioapi/ioapi_3-2.cfm?DB=TRUE" rel="nofollow noreferrer">these instructions</a>. First I downloaded the gzipped file ioapi-3.2.tar.gz, and untarred it. But then I get stuck at the 4th step, which reads:</p> ...
1731027
1731027
2023-09-26T17:50:37.463
2023-09-26T17:50:37.463
What does this command do? setenv BIN `uname -s``uname -r | cut -d. -f1`
[ "libraries" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T00:40:33.010", "id": "2604216", "postId": "1486992", "score": "0", "text": "Please [edit] your question to include the elements of the solution you've tried in the post itself rather than relying on a link to the guide you followed. We need to understand what steps ...
{ "accepted": true, "body": "<p>Prepend <code>echo </code> to see the expanded command:</p>\n<pre><code>echo setenv BIN `uname -s``uname -r | cut -d. -f1`\n</code></pre>\n<p>See what the embedded commands do on your system:</p>\n<pre><code>uname -s\nuname -r\nuname -r | cut -d. -f1\n</code></pre>\n<p>Do they make s...
[ { "accepted": true, "body": "<p>Prepend <code>echo </code> to see the expanded command:</p>\n<pre><code>echo setenv BIN `uname -s``uname -r | cut -d. -f1`\n</code></pre>\n<p>See what the embedded commands do on your system:</p>\n<pre><code>uname -s\nuname -r\nuname -r | cut -d. -f1\n</code></pre>\n<p>Do the...
null
null
null
null
null
1486997
1
1487005
2023-09-26T01:59:42.030
-1
122
<p><strong>Lets say i want this directory structure on a SD card:</strong></p> <pre><code>SD ├── log -&gt; var/log ├── dbs -&gt; var/db └── desktop -&gt; home/desktop </code></pre> <p>(its just an example)</p> <p>This is so everytime a file goes into /var/log instead it goes to SD/var/log, how could i do that? i'm thin...
1731577
1731577
2023-09-26T04:17:05.703
2023-09-26T06:07:48.917
How could i have certain directories in a removable device?
[ "files", "directory", "sd-card" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T02:56:08.910", "id": "2604219", "postId": "1486997", "score": "1", "text": "You've not provided any OS/release details (*I'd for sure consider that, and what apps you run on the system; ie. what you use the system for*) in your question. You can put directories on a...
{ "accepted": true, "body": "<blockquote>\n<p>This is so everytime a file goes into /var/log instead it goes to\nSD/var/log, how could i do that? I'm thinking about symbolic links but I'm not really sure and i didn't want to break my system.</p>\n</blockquote>\n<p>If you mean on the system's level, then that's a ve...
[ { "accepted": true, "body": "<blockquote>\n<p>This is so everytime a file goes into /var/log instead it goes to\nSD/var/log, how could i do that? I'm thinking about symbolic links but I'm not really sure and i didn't want to break my system.</p>\n</blockquote>\n<p>If you mean on the system's level, then tha...
null
null
null
null
null
1487015
1
null
2023-09-26T07:28:21.153
-1
62
<p>I have 20.04.6 LTS installed on my rather old laptop MSI GP70-2PE (GP702PE-426XUA)</p> <pre><code>uname -a Linux master-at-home 5.15.0-53-generic #59~20.04.1-Ubuntu SMP Thu Oct 20 15:10:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux lsb_release -d; uname -r; uname -i Description: Ubuntu 20.04.6 LTS 5.15.0-53-generi...
1482565
null
null
2023-09-26T08:31:05.100
Can I install ubuntu 22.04 on rather old laptop MSI GP70-2PE?
[ "software-installation" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T08:44:15.043", "id": "2604250", "postId": "1487015", "score": "1", "text": "FYI: The 5.15 kernel is the GA kernel stack for Ubuntu 22.04 LTS, so you're already seeing how that works on your hardware (your 20.04 system is currently using the HWE kernel stack). Whils...
null
[ { "accepted": null, "body": "<p>Not too old. But it won't hurt if you test Ubuntu 22.04 in a live environment loaded from a USB stick</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2023-09-26T08:24:33.047", ...
null
null
2023-09-26T08:29:51.590
null
null
1487019
1
null
2023-09-26T08:18:46.387
1
369
<p>This is what I see in bluetoothctl:</p> <pre><code>[bluetooth]# pair 11:21:EC:00:00:02 Attempting to pair with 11:21:EC:00:00:02 Failed to pair: org.bluez.Error.AlreadyExists [bluetooth]# trust 11:21:EC:00:00:02 Changing 11:21:EC:00:00:02 trust succeeded [bluetooth]# connect 11:21:EC:00:00:02 Attempting to connect t...
156763
156763
2023-09-26T09:37:33.480
2023-09-26T09:47:12.140
Bluetooth mouse cannot connect
[ "bluetooth" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T08:22:49.880", "id": "2604247", "postId": "1487019", "score": "0", "text": "Just to be sure: the mouse's battery isn't low?", "userDisplayName": null, "userId": "149708" }, { "creationDate": "2023-09-26T08:29:02.527", "id": "2604248", "postId...
null
[ { "accepted": null, "body": "<p>Finally I could make it work this way</p>\n<ul>\n<li>remove 11:21:EC:00:00:02</li>\n<li>turn off mouse</li>\n<li>turn on mouse again, put into pairing mode</li>\n<li>bluetoothctl scan on</li>\n<li>trust 11:21:EC:00:00:02</li>\n<li>pair 11:21:EC:00:00:02</li>\n<li>connect 11:2...
null
null
null
null
null
1487021
1
null
2023-09-26T08:44:51.600
0
298
<pre><code>xhci_hcd 0000:24:00:00.0: init 000:24:00.0 fail -16 </code></pre> <p>I am trying to install ubuntu to my computer. Hovewer my computer only has usb 3 ports. Therefore, there are xhci routines and can install ubuntu to my computer. How do I resolve this issue?</p>
1544299
1544299
2023-09-26T10:33:50.857
2023-09-26T10:33:50.857
Installing ubuntu fails due to all usb ports has usb 3 or above with an xhci error
[ "system-installation", "usb", "22.04", "xhci-hcd" ]
0
8
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T08:47:35.913", "id": "2604251", "postId": "1487021", "score": "1", "text": "You've provided few Ubuntu product/release details; nor clues as to your architecture of hardware, are you hoping we guess? Why not just tell us? (Ubuntu 20.04 LTS Server? Desktop? a *fla...
null
[]
null
null
null
null
null
1487023
1
null
2023-09-26T09:04:59.797
0
22
<p>I was having some trouble installing things due to a python library not being found. I don't remember exactly, but I may have installed a different python version.</p> <p>Now on start up my screen is black and has a blinking cursor. In recovery mode the option repair broken packages says the following: ModuleNotFoun...
786123
null
null
2023-09-26T09:04:59.797
No apt_pkg and black screen after installing Python version
[ "boot", "apt", "python" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T09:09:40.923", "id": "2604261", "postId": "1487023", "score": "0", "text": "Ubuntu Desktop systems very much rely on python3, and it **must** be the version the system came with, so changing the **default** version will cause many desktop apps & package problems (eg...
null
[]
null
null
2023-09-26T10:26:12.400
null
null
1487030
1
null
2023-09-26T10:26:28.110
0
396
<p>I recently set up a dual boot laptop (Lenovo Yoga pro 7) with Ubuntu 22.04 and I'm having troubles with the volume control. At the moment the system volume slider doesn't change the volume of apps like Spotify, Firefox, etc. I can change those volumes manually in the sound app but the system volume slider is complet...
524705
524705
2023-09-27T15:37:58.307
2024-02-02T13:05:17.710
System volume doesn't change app volume
[ "sound", "volume-control", "pipewire" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2024-01-21T10:56:27.543", "id": "2629890", "postId": "1487030", "score": "0", "text": "try ``alsamixer''", "userDisplayName": null, "userId": "1372403" }, { "creationDate": "2024-01-21T13:19:51.447", "id": "2629914", "postId": "1487030", "score": "0...
null
[]
null
null
null
null
null
1487033
1
1487040
2023-09-26T10:54:15.597
0
153
<p>for context I'm using ubuntu 22.04 VM over ESXI.</p> <p>Currently I have my root almost completely full</p> <pre><code>administrator@alfalab:/$ df -h Filesystem Size Used Avail Use% Mounted on tmpfs 790M 2,0M 788M 1% /run /dev/sda3 39G 35G 1,8G 96% / tmpfs 3,9G 1,1M 3,9G ...
1734807
null
null
2023-09-26T12:08:25.500
How to expand root filesystem with a new unmounted disk
[ "partitioning", "mount", "22.04", "filesystem" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T13:30:37.317", "id": "2604313", "postId": "1487033", "score": "1", "text": "Don't. Fix the issue of your root needing more than 20Gb. Use the extra disk to create personal space. Far better fix in the long run If you use / for personal files: set this new disk up as...
{ "accepted": true, "body": "<p>No, you can't join disk space from two separate disks into a single filesystem without using LVM (it is possible with LVM, but you set up your filesystems without it).</p>\n<p>You can, however, move your entire root filesystem to the new disk. You have to create a partition there, fo...
[ { "accepted": true, "body": "<p>No, you can't join disk space from two separate disks into a single filesystem without using LVM (it is possible with LVM, but you set up your filesystems without it).</p>\n<p>You can, however, move your entire root filesystem to the new disk. You have to create a partition t...
null
null
null
null
null
1487039
1
null
2023-09-26T12:08:03.717
0
207
<p>After the recent update on Prospect Mail 0.5.1 on Ubuntu 22.04.3 LTS, attachments from <code>Browse Computer</code> is no longer working.</p> <pre><code>Error: The following files couldn't be attached: FILENAME HERE. Please try again later. </code></pre>
1734827
1734827
2023-09-27T04:37:21.057
2023-09-27T04:37:21.057
Prospect mail 0.5.1 attachments not working on Ubuntu 22.04
[ "22.04", "email" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487042
1
null
2023-09-26T12:16:16.323
1
113
<p>I got a new laptop (Asus Expertbook) and recently installed 22.04 on it. I'm getting the audio set up now, but running into trouble. I'm not able to record sound or use any input. It plays audio just fine, and several sound input devices appear in the listing, but none of them pick up sound. I saw another post had l...
879350
null
null
2023-09-26T12:16:16.323
Microphone doesn't pick up sound on Asus Expertbook Ubuntu 23.04
[ "sound", "pulseaudio", "alsa", "microphone", "headphones" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487043
1
null
2023-09-26T12:25:58.237
0
43
<p><a href="https://i.stack.imgur.com/lAE9z.png" rel="nofollow noreferrer">image</a></p> <p>if i want to go to ObliqueShock I need to write: cd ObliqueShock so every time i need to go in a specific folder i have to copy and paste the directory where i want to go, is it possible to write for example only cd and the firs...
1734829
1734829
2023-09-26T12:32:38.673
2023-09-26T12:45:51.123
question about how navigate fast in directory
[ "command-line" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>First suggestion: Tab completion. You can type a few letters of a filename and press tab for autocompletion.</p>\n<pre class=\"lang-bash prettyprint-override\"><code>$ cd O # press tab here, it will be autocompleted to the following\n$ cd ObliqueShock\n</code></pre>\n<p>Secon...
null
null
2023-09-26T12:58:50.263
null
null
1487046
1
null
2023-09-26T13:02:12.920
0
55
<p>I'm trying to copy paste a file in <code>/snap/notshowingthisforprivacy/1234/usr/lib</code> and can't paste anything. This registry is under &quot;other locations&quot; and not my desktop or <code>./home</code>, I have the admin-nautilus mod, and when opening the registry in admin mode the same issue persists. Openi...
1734841
94914
2023-09-26T13:17:41.540
2023-09-26T13:17:41.540
Unable to copy/paste in certain registries
[ "permissions", "nautilus" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-30T12:24:12.420", "id": "2605152", "postId": "1487046", "score": "2", "text": "Does this answer your question? [Cannot modify files installed by \\`snap\\`](https://askubuntu.com/questions/1035127/cannot-modify-files-installed-by-snap)", "userDisplayName": null, ...
null
[]
null
null
null
null
null
1487051
1
null
2023-09-26T14:01:24.430
-3
41
<p>Salve, ho installato ubuntu tramite macchina virtuale Oracle vm virtualbox ma non riesco a collegarmi al wifi.</p>
1734856
null
null
2023-09-26T14:13:52.190
Ubuntu non riconosce adattatore wifi 22.04
[ "wireless", "adapter" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T14:07:38.457", "id": "2604319", "postId": "1487051", "score": "1", "text": "English only please", "userDisplayName": null, "userId": "307670" } ]
null
[ { "accepted": null, "body": "<p>Recall that the Guest is a <em>virtual</em> machine. The Guest cannot see any real hardware. It sees only the virtual devices provided by the Host.</p>\n<p>WiFi and all other real hardware is handled by the VM Host (not the Guest).</p>\n<p>Your Guest should connect to the Vir...
null
null
2023-09-26T15:10:26.260
null
null
1487057
1
null
2023-09-26T15:20:34.693
0
89
<p>On a new build running:</p> <ul> <li>AMD 7900X</li> <li>ROG B650E-F</li> <li>Nvidia 4090</li> </ul> <p>When booting from the USB I get:</p> <p><code>config failed, hub 7.01 not recognized</code></p> <p><code>nouveau not found</code></p> <p>If I plug my DP into the AMD iGPU, sometimes it might boot into. Login screen...
683354
null
null
2023-09-26T15:20:34.693
Issue getting Ubuntu 23.04 to start from Live USB
[ "boot", "drivers", "nvidia" ]
0
6
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T15:46:01.597", "id": "2604333", "postId": "1487057", "score": "2", "text": "I think the problem is that your live Ubuntu version cannot manage the nvidia chip/card. Try with the [boot option](http://ubuntuforums.org/showthread.php?t=2230389&p=13370808#post13370808) ...
null
[]
null
null
null
null
null
1487059
1
null
2023-09-26T15:38:32.890
0
49
<p>I have a few executables compiled with g++. Some are simple hello world programs with sleep statements, others are large projects with GUIs etc. Running the executables from terminal using <code>./{executable_name}</code> works just fine. However when I double click on the executables in 'Files', nothing visible hap...
1734868
1734868
2023-09-26T15:47:17.993
2023-09-26T15:47:17.993
How do I open an executable from files in Ubuntu 22?
[ "executable" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T18:33:00.850", "id": "2604365", "postId": "1487059", "score": "0", "text": "It sounds like you want to [Create a .desktop file that opens and execute a command in a terminal](https://askubuntu.com/questions/436891/create-a-desktop-file-that-opens-and-execute-a-comma...
null
[]
null
null
null
null
null
1487060
1
null
2023-09-26T15:49:03.347
0
71
<p>Note: I am using ubuntu server.</p> <p>I have an nvme main drive, and I have two of the same 2tB hard drives.</p> <p>I connected one of my hard drives and ran <code>dd if=/dev/nvme0n1 of=/dev/sda2 status=progress</code></p> <p>It copied about 40gB of data, then I restarted and booted from the hard drive and I had a ...
1734869
1734869
2023-09-26T18:44:03.113
2023-09-26T18:44:03.113
Ran dd twice, the second time it is apparently copying the entire drive -- including the blank space
[ "dd" ]
0
10
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T15:56:09.900", "id": "2604336", "postId": "1487060", "score": "0", "text": "Normally the permissions of block devices are limited for ordinary users, but with sudo you have full permissions. Please check the ownership and permissions of the source and target devices...
null
[]
null
null
null
null
null
1487061
1
null
2023-09-26T15:50:18.040
0
320
<p>I installed Ubuntu 22.04 LTS in a laptop, and i can't get the speakers or headphones to work. I only get Dummy output for output devices, at the beggining my system wasn't able to recognize any audio device, then i tried different solutions i found in the internet, so i get now the device listed, but still i only ge...
1734867
1734867
2023-09-26T17:55:50.907
2023-09-26T22:58:16.733
Sound card not recognized (Dummy output) in Ubuntu 22.04 LTS
[ "sound", "22.04", "pulseaudio", "intel", "lts" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T16:08:56.307", "id": "2604341", "postId": "1487061", "score": "0", "text": "Add `journalctl -k | grep -Ei \"ALSA|HDA|sof[-]|HDMI|snd[_-]|sound|hda.codec|hda.intel\"` output", "userDisplayName": null, "userId": "1592865" } ]
null
[]
null
null
null
null
null
1487066
1
null
2023-09-26T16:46:24.963
0
42
<p>When I boot up, I hit esc to get the console messages. I see smart and cups start, then I get where Plymouth boot and console setvtrgb.service finished. Then a mouse pointer that I can move appears and that’s it. Not using an NVIDIA gpu (Intel620). Help please?</p>
1734878
10616
2023-09-26T17:30:40.870
2023-09-26T17:30:40.870
Kubuntu 23.04 / 6.2.0-33-generic kernel: Blank screen w mouse and that’s it
[ "boot", "kubuntu", "freeze", "23.04" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487067
1
null
2023-09-26T17:02:36.523
0
15
<p>I've been bonking my head against this for 2 days. Maybe someone linuxier than me can see my error.</p> <p>Ubuntu Server 22.04.3 LTS<br> Samba version 4.15.13-Ubuntu<br> Stand Alone Server</p> <p>My goals:</p> <ul> <li>only allow authenticated users.</li> <li>all users are members of companygroup and can Read,Write...
819464
1157209
2023-09-28T07:13:34.520
2023-09-28T07:13:34.520
Setting up a Samba server. New files are being created with no Write access to the group?
[ "server", "permissions", "samba", "users" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T17:43:54.303", "id": "2604358", "postId": "1487067", "score": "0", "text": "https://askubuntu.com/questions/574324/samba-create-mask-force-create-mode-cant-set-group-write-bit explains it", "userDisplayName": null, "userId": "15811" }, { "creationDa...
null
[]
null
null
2023-09-26T18:54:34.023
null
null
1487069
1
null
2023-09-26T17:55:47.970
1
24
<p>Hey just installed a fresh Ubuntu install (on a dell Inspiron 7415 2-in-1), everything works fine except the touchpad. The touchpad only seems to work fine after I fully restart my laptop, but after close the lid (suspend) the touchpad loses gestures and also randomly clicks by itself.</p> <p>I saw some other posts ...
1734886
null
null
2023-09-26T17:55:47.970
Touchpad won't scroll after suspend
[ "suspend", "dell", "touchpad", "23.04" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-13T22:48:33.727", "id": "2622037", "postId": "1487069", "score": "0", "text": "I have the same issue, on xwayland as well. I saw [an old post](https://askubuntu.com/questions/87642/no-touchpad-settings) that implies the touchpad is being recognised as a mouse. I could ...
null
[]
null
null
null
null
null
1487071
1
null
2023-09-26T18:11:05.770
1
398
<p>When I hit <code>Take Screenshot</code> item from the Flameshot menu, now it pops what I guess is the native Ubuntu screenshot tool, instead of the Flameshot one.</p> <p>To be fair, I don't know what was the update affecting it. All I know is that it has been working flawlessly for years and now it suddenly stopped ...
1734890
null
null
2023-09-27T17:39:18.957
Flameshot not working after update
[ "screenshot" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>So it looks it was just a new intermediate dialog. I panicked when it didn't show Flameshot UI, but all you have to do is click on the &quot;Share&quot; button, to let Flameshot receive the screen data.</p>\n<p><a href=\"https://i.stack.imgur.com/vFJLi.png\" rel=\"nofollow no...
null
null
null
null
null
1487073
1
1487199
2023-09-26T18:34:41.380
0
115
<p>After recently installing Ubuntu on my laptop, I've encountered an unusual issue. Every time I mistakenly enter an incorrect command in the terminal, my entire screen flickers momentarily. To help troubleshoot, here are the outputs of a few commands:</p> <pre><code>~ ❯ lshw -C display ...
1734894
null
null
2023-09-27T17:42:35.030
Screen Flickering Issue on Incorrect Terminal Commands in Ubuntu
[ "command-line", "flicker" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T19:36:30.943", "id": "2604382", "postId": "1487073", "score": "0", "text": "Please try close gnome-terminal and `gsettings set org.gnome.desktop.wm.preferences visual-bell false`", "userDisplayName": null, "userId": "966203" }, { "creationDate": "202...
{ "accepted": true, "body": "<p>For this flashing two gsettings key's are responsible.</p>\n<pre><code>org.gnome.desktop.wm.preferences visual-bell false or true #this set or unset the behavior\norg.gnome.desktop.wm.preferences visual-bell-type 'fullscreen-flash/frameflash'# set which kind of reaction.\n</code></pr...
[ { "accepted": true, "body": "<p>For this flashing two gsettings key's are responsible.</p>\n<pre><code>org.gnome.desktop.wm.preferences visual-bell false or true #this set or unset the behavior\norg.gnome.desktop.wm.preferences visual-bell-type 'fullscreen-flash/frameflash'# set which kind of reaction.\n</c...
null
null
null
null
null
1487078
1
null
2023-09-26T19:14:15.070
0
346
<p>Recently I installed Ubuntu 22.04 LTS. I started to install drivers and effects for desktop home page. After I installed applications, messages about arch 1386 and i386 started to appear in the terminal.</p> <p>The last application was wine, and I cannot use it because I don't have those archs. I tried to install th...
1734900
1157209
2023-09-28T19:28:12.393
2023-09-28T19:28:12.393
Ubuntu 22.04lts with 32bit
[ "64-bit", "32-bit", "multiarch" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-09-26T19:46:37.903", "id": "2604386", "postId": "1487078", "score": "0", "text": "`sudo mv /etc/dpkg/dpkg.cfg.d/multiarch $HOME` and try again.", "userDisplayName": null, "userId": "966203" }, { "creationDate": "2023-09-26T20:19:17.973", "id": "2604394...
null
[]
null
null
null
null
null
1487082
1
null
2023-09-26T19:45:01.960
1
999
<p>I see there are a lot of questions about static ipv6, and privacy (like <a href="https://askubuntu.com/questions/1149574/set-static-ipv6-and-disable-ipv6-autoconf">here</a>, <a href="https://askubuntu.com/questions/1237423/ubuntu-server-20-04-netplan-configuration-for-dynamic-ipv4-and-static-ipv6?rq=1">here</a>, <a ...
1188532
1188532
2023-09-27T13:33:28.007
2023-12-11T01:54:47.537
How to effectively to set a global static ipv6 by `addr-gen-mode=eui64`?
[ "network-manager", "netplan", "ipv6", "privacy", "nmcli" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>I feel your pain as I am in the same boat :)</p>\n<p>My life is further complicated by the fact that I have to enable ip forwarding on some of my internal vm servers, assign static ip addresses based on a delegated ipv6 prefix that may change any time.</p>\n<p>After a lot of ...
null
null
null
null
null
1487086
1
null
2023-09-26T20:38:56.017
0
58
<p>I want to build for me a sheet with text columns for <code>First Name</code>, <code>Name</code>, <code>Country</code>, <code>Politic group</code>, <code>email</code>, <code>position in the institution</code> (e.g.: deputy or president of one group etc.), <code>web page with more information</code> (often a page of t...
1112639
618353
2023-09-29T13:42:06.427
2023-09-30T10:58:59.257
How can I make new rows in Gnumeric keep the previous formatting?
[ "gnumeric" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-29T13:47:00.183", "id": "2604979", "postId": "1487086", "score": "0", "text": "Can you be more specific about what you mean format? Can you provide a screenshot of what you need and what you get? [Edit] your question to add that information. Thanks!", "userDisplayN...
null
[]
null
null
null
null
null
1487090
1
null
2023-09-26T21:45:38.597
0
63
<p>Tried: sudo apt-get update sudo apt-get upgrade</p> <pre><code> rm -r ~/.cache/software-center rm: cannot remove '/home/ptosis/.cache/software-center': No such file or directory </code></pre> <p>sudo apt-get remove software-center sudo apt autoremove</p> <pre><code> sudo apt-get install software-center E: ...
646841
null
null
2023-09-26T21:45:38.597
Launch software-center but 'explore' is blank and unable to see what is installed
[ "package-management", "software-center", "snap" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T07:41:53.797", "id": "2604464", "postId": "1487090", "score": "2", "text": "Does this answer your question? [Ubuntu Software not loading properly](https://askubuntu.com/questions/1238069/ubuntu-software-not-loading-properly)", "userDisplayName": null, "userI...
null
[]
null
null
null
null
null
1487093
1
null
2023-09-26T22:17:30.983
0
418
<p>I am currently in a learning program. We are asked to download a specific image and then use it as wallpaper, doing so form the command line. The directions given yields nothing:</p> <blockquote> <p>First we have to download an image, and then we will use the command to make it our background.</p> </blockquote> <pre...
1733320
1157209
2023-11-12T03:59:56.613
2023-11-12T03:59:56.613
Change wallpaper from command line
[ "gnome-terminal", "desktop-background" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>You used correct commands to change the wallpaper. Except you need not use <code>sudo</code> with <code>gsettings</code> command. The following commands will download and change desktop background.</p>\n<pre><code>wget -O ~/Downloads/wallpaper.jpg &quot;https://raw.githubuse...
null
null
null
null
null
1487098
1
null
2023-09-26T23:59:10.343
1
85
<p>I'd like to apologize in advance that this question is insufficiently specific. I'd like to make it more specific and provide relevant info from <code>journalctl</code> or other sources as needed, so please do let me know if there's info I can provide here that's useful.</p> <p>I have a Dell precision 5570 running U...
839045
839045
2023-09-27T00:04:37.573
2023-09-27T14:20:09.293
Problems on Ubuntu Dell laptop when unplugging or replugging AC power
[ "networking", "20.04", "dell", "touchpad", "power-management" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T14:45:01.400", "id": "2604554", "postId": "1487098", "score": "0", "text": "Does NixOS use the same kernel?", "userDisplayName": null, "userId": "392858" }, { "creationDate": "2023-09-27T16:15:28.777", "id": "2604577", "postId": "1487098", ...
null
[ { "accepted": null, "body": "<p>Dell AC adapters are known to cause all sorts of weird issues, possibly by design. First thing to try is replacing the AC adapter. I had to replace mine maybe 3 times over 10 years with a Precision and an Inspiron notebook. There are good aftermarket alternatives out there th...
null
null
null
null
null
1487099
1
1487506
2023-09-27T00:28:41.000
2
166
<p>I have a standard ubuntu encrypted lvm setup. <code>/dev/sda3</code> is encrypted w/ LUKS. Inside that LUKS container is an LVM ( at <code>/dev/mapper/dm_crypt-0</code> )and inside that LVM is a filesystem mounted from <code>/dev/ubuntu-vg/ubuntu-lv</code> to <code>/</code></p> <p>How can I convert the known mount p...
812247
812247
2023-09-30T02:16:41.403
2023-09-30T04:32:21.560
Ubuntu 22.04 bash one-liner to identify device backing a LUKS volume?
[ "mount", "mountpoint" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T02:43:29.633", "id": "2604439", "postId": "1487099", "score": "3", "text": "You have to work in reverse. Except that LVM doesn't behave the same as standard partitioning. Start by looking at the volume - `sudo lvs`. That will get you the volume group. From that,...
{ "accepted": true, "body": "<p>There might be a simpler and more efficient way to do this, but I was able to achieve what you want using <code>lsblk</code>, <code>grep</code>, and <code>awk</code> without needing root access.</p>\n<h2>tl;dr</h2>\n<pre><code>pkname=$(lsblk -o MOUNTPOINT,PKNAME | grep &quot;^/&quot;...
[ { "accepted": true, "body": "<p>There might be a simpler and more efficient way to do this, but I was able to achieve what you want using <code>lsblk</code>, <code>grep</code>, and <code>awk</code> without needing root access.</p>\n<h2>tl;dr</h2>\n<pre><code>pkname=$(lsblk -o MOUNTPOINT,PKNAME | grep &quot;...
null
null
null
null
null
1487109
1
null
2023-09-27T03:18:15.343
1
77
<pre><code>Ubuntu 22.04.3 LTS product: Oland [Radeon HD 8570 / R5 430 OEM / R7 240/340 / Radeon 520 OEM] product: GK208B [GeForce GT 710] </code></pre> <p>2 monitors on the Nvidia (GT710), one on the Radeon</p> <p>Always had some struggle getting this 2-GPU, 3-monitor set up going, but after moving to 22.04, life was g...
403606
null
null
2023-09-27T03:18:15.343
AMD & Nvidia, 3-monitor system, 22.04.3, update loses one monitor
[ "nvidia", "22.04", "multiple-monitors", "radeon" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487111
1
null
2023-09-27T04:03:01.663
1
177
<p>I wanted to setup Ubuntu on my son's laptop, to introduce him to linux. but I wanted the default OS to be Mac so he won't have trouble just jumping in to a new OS. He's just 10 years old .</p> <p>I managed to make it default boot into Mac os by choosing it on the startup disk. So when he wants to try Ubuntu, he just...
1734954
158442
2023-09-27T04:06:02.487
2023-09-27T04:06:02.487
How do I set the default boot back to Ubuntu on a Macbook after setting it to macOS?
[ "dual-boot", "macbook-pro" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-22T14:35:08.520", "id": "2609944", "postId": "1487111", "score": "0", "text": "After pressing option on startup, hold down the control key while selecting Ubuntu.", "userDisplayName": null, "userId": "416970" } ]
null
[]
null
null
null
null
null
1487112
1
null
2023-09-27T04:18:27.830
0
1073
<p>I'm working on a Chromebook running Linux, and after copying the zip file, I put in 'sudo apt install -y grape juice', but it doesn't find the package. I have tried copying and pasting the contents into a folder, but it has not worked</p>
1734956
1066942
2023-09-28T07:17:03.110
2023-09-28T07:17:03.110
I'm having trouble installing grapejuice
[ "command-line" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T04:42:36.920", "id": "2604446", "postId": "1487112", "score": "1", "text": "What is \"grapejuice\"? There is no such package in [the official repos](https://packages.ubuntu.com/search?keywords=grapejuice)?", "userDisplayName": null, "userId": "158442" }, ...
null
[ { "accepted": null, "body": "<p>Grapejuice is a launcher for the popular Roblox platform. To install Grapejuice in Ubuntu run the following commands.</p>\n<pre class=\"lang-none prettyprint-override\"><code>sudo dpkg --add-architecture i386\ncurl https://gitlab.com/brinkervii/grapejuice/-/raw/master/ci_scri...
null
null
null
null
null
1487117
1
null
2023-09-27T05:55:04.940
0
580
<p>Need way to change the system fixed width font USING TERMINAL! Because all ways do it using interface was useless for me. I haven't that inferface tabs was I found out in many sites.</p> <p>System spec:</p> <ul> <li>OS Ubuntu 20.04.6 LTS;</li> <li>desktop: GNOME 3.36.8;</li> <li>terminal: gnome-terminal 3.36.2-1ubun...
1323116
1323116
2023-09-27T07:53:48.587
2023-09-27T16:39:41.143
How to change the system fixed width font using terminal
[ "fonts", "preferences" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<h1>Solution</h1>\n<p>The configuration value of <code>org.gnome.desktop.interface.monospace-font-name</code> determines the system default fixed width font. You can change the configuration value to whatever font you like with <code>gsettings set</code> command from terminal.</...
null
null
null
null
null
1487124
1
null
2023-09-27T07:13:04.990
6
1035
<p>Under a new security policy, my company is forcing employees to install <a href="https://www.okta.com/integrations/okta-verify/" rel="noreferrer">Okta Verify</a> on all devices for 2FA authentication. Up until now, I've been happily using Ubuntu and authenticating via the Okta Android app's generated 2FA codes.</p> ...
1730515
94914
2023-09-27T08:15:03.170
2024-03-22T07:36:41.490
Okta Verify 2FA authentication for Ubuntu
[ "20.04", "software-installation", "wine", "two-factor-authentication" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2024-03-21T13:26:47.740", "id": "2646174", "postId": "1487124", "score": "1", "text": "As we determined in comments here that have since been deleted, the primary challenge is obtaining an `.exe` file for Okta Verify on Windows desktop which can then be used with Wine. One us...
null
[]
null
null
null
null
null
1487126
1
null
2023-09-27T07:54:59.137
0
17
<p>All defaults cursors is OK, but if i try download and set something form the internet, it will usual black/white-dmz cursor. Yes, I tries to change default cursor in txt document, but doesn't work, help me, please</p>
1734987
1734987
2023-09-27T07:55:55.183
2023-09-27T07:55:55.183
I can't cahnge my ubuntu cursor and solution berfore can't help me
[ "themes", "cursor" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T07:57:02.433", "id": "2604470", "postId": "1487126", "score": "0", "text": "Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.", "userDis...
null
[]
null
null
null
null
null
1487127
1
null
2023-09-27T08:06:32.007
0
107
<p>I attempted to disable ubuntu unattended upgrades by completely uninstalling the package <code>unattended-upgrades</code>. However, today I boot into a system that broke itself again by installing a new version of cuda and nvidia drivers which again broke my setup for work. Is there a way to disable unattended upgra...
1037226
null
null
2023-09-27T11:18:30.460
Disable unattended upgradeds
[ "unattended-upgrades" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T12:20:14.857", "id": "2604533", "postId": "1487127", "score": "1", "text": "Uninstall of the `unattended-upgrades` package is enough. If you already did that, then something else is going on. Review your logs to determine what packages were changed, when, and trigge...
null
[]
null
null
null
null
null
1487128
1
null
2023-09-27T08:20:44.913
1
7127
<p>I'm trying to install <code>swool</code> using <code>perl</code> on ubuntu server then i get bellow error:</p> <pre><code>ERROR: `phpize' failed </code></pre> <p>As i searched turns out i should install <code>php-dev</code> but then i got below errors:</p> <pre><code>The following packages have unmet dependencies: ...
1664554
null
null
2024-02-12T12:08:21.017
Unable to install php8.2-dev on ubuntu 20.04
[ "20.04", "php", "perl", "autoconf", "automake" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T14:00:43.350", "id": "2604546", "postId": "1487128", "score": "0", "text": "Does this answer your question? [Unable to correct problems, you have held broken packages](https://askubuntu.com/questions/223237/unable-to-correct-problems-you-have-held-broken-packages)",...
null
[ { "accepted": null, "body": "<p>PHP 8.2 is not in the default Ubuntu 20.04 repos, so you will have to use <code>ppa:ondrej/php</code>. You didn't mention if you are using it.</p>\n<p>This is what I just tested and it works on my Ubuntu 20.04 machine:</p>\n<pre><code>sudo add-apt-repository ppa:ondrej/php\ns...
null
null
null
null
null
1487129
1
null
2023-09-27T08:22:01.533
0
89
<p>I was just wondering if anybody has tried installing AMD proprietary drivers for AMD Renoir on Ubuntu 20.04. The GPU does not appear to be among the <a href="https://www.amd.com/en/support/kb/release-notes/rn-amdgpu-unified-linux-23-20" rel="nofollow noreferrer">supported ones</a>, however, I can't find information ...
1063970
null
null
2023-09-27T08:22:01.533
Propietary drivers for AMD Renoir GPU on Ubuntu 20.04
[ "drivers", "20.04", "amdgpu" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T08:30:46.143", "id": "2604474", "postId": "1487129", "score": "0", "text": "I see. Nonetheless, I can't run any OpenCL programs, which is why I'm considering the propietary ones.", "userDisplayName": null, "userId": "1063970" } ]
null
[]
null
null
null
null
null
1487131
1
null
2023-09-27T08:36:08.693
0
67
<p>Upgrading ubuntu from 20.04.6 to 22.04.3</p> <p>I get the output:</p> <pre><code>Checking for a new Ubuntu release Get:1 Upgrade tool signature [819 B] Get:2 Upgrade tool [1,260 kB] Fetched 1,261 kB in 0s (0 B/s) ...
1734994
null
null
2023-09-27T08:36:08.693
Ubuntu upgrade with sudo do-release-upgrade fails with missing pam.d
[ "20.04", "upgrade", "do-release-upgrade", "pam" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487132
1
1487141
2023-09-27T08:36:30.310
0
66
<p>I have Dell Latitude E7470 with Windows 10 and with the installed applications. Because of application licenses, I would like to be able to occasionally launch the Windows 10 as they are installed now.</p> <p>The Ubuntu will probably be of the latest stable installation -- from scratch.</p> <p>From what I have read,...
306605
null
null
2023-09-27T10:19:32.607
How to install dual boot Ubuntu (primary) while preserving Windows 10 with the installed applications as the second option?
[ "dual-boot", "windows", "dell" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T09:12:06.483", "id": "2604484", "postId": "1487132", "score": "0", "text": "Does this answer your question? [Can I virtualize a pre-installed Windows 7?](https://askubuntu.com/questions/21961/can-i-virtualize-a-pre-installed-windows-7) and [Install Windows 7 through...
{ "accepted": true, "body": "<p>yes you can install Ubuntu in dual-boot.\nAs to how when you are asked how to install Ubuntu in the installation menu select custom and add a specific partition for your Ubuntu system.To make Ubuntu your primary boot OS you need to tweak it in your bios look for the boot drive sett...
[ { "accepted": true, "body": "<p>yes you can install Ubuntu in dual-boot.\nAs to how when you are asked how to install Ubuntu in the installation menu select custom and add a specific partition for your Ubuntu system.To make Ubuntu your primary boot OS you need to tweak it in your bios look for the boot dr...
null
null
2023-09-27T10:39:04.147
null
null
1487135
1
null
2023-09-27T09:19:24.753
0
17
<p>We are doing a full HA system deployment of 14 CIS hardened Ubuntu 22.04LTS servers for SugarCRM V13 on-site deployment, with 2 x PHP SugarCRM web, 2 x SugarCRM API, 2 x Redis, 2 x Elastic search, 2 x GFS file, 2 x utility and a master &amp; slave MySQL deployment. So 7 different deployment types of server. The Re...
1734986
null
null
2023-09-27T09:19:24.753
Can I clone hardened Ubuntu app virtual servers?
[ "networking", "software-installation", "22.04", "clone" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T09:27:54.450", "id": "2604485", "postId": "1487135", "score": "2", "text": "\"The specialist maintains that each application will have to be fully deployed and configured separately & it isn’t as simple as changing a few config files.\" Not when I do it ;-) After de...
null
[]
null
null
null
null
null
1487136
1
1487391
2023-09-27T09:26:50.087
2
57
<p>I would like to create a file that when double clicked launches a website in the default web browser. I have found that <code>.desktop</code> files can do this, but apparently they no longer work in Ubuntu 22.04.</p> <p>How can this be done?</p>
823631
null
null
2023-09-29T07:43:02.813
Website launcher in Nautilus, Ubuntu 22.04
[ "launcher", "webbrowser-app" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T09:57:53.630", "id": "2604492", "postId": "1487136", "score": "0", "text": "The instructions given in [this answer](https://askubuntu.com/a/353952/956007) still work in Ubuntu 22.04.", "userDisplayName": null, "userId": "956007" }, { "creationDate": ...
{ "accepted": true, "body": "<p>You can use an html file that launches in the default browser and immediately redirects to your target website with the <code>http-equiv=refresh</code> attribute on the <code>&lt;meta&gt;</code> element. The target website address goes to the <code>content</code> attribute which must...
[ { "accepted": true, "body": "<p>You can use an html file that launches in the default browser and immediately redirects to your target website with the <code>http-equiv=refresh</code> attribute on the <code>&lt;meta&gt;</code> element. The target website address goes to the <code>content</code> attribute wh...
null
null
null
null
null
1487139
1
null
2023-09-27T09:55:52.020
1
3333
<p>I'm using Ubuntu <code>Linux X40 6.2.0-33-generic #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC </code> and <code>GNOME Shell 42.9 </code></p> <p>The output of <code>journalctl -xe | grep &quot;gnome-session-binary&quot;</code>:</p> <pre><code>set 27 07:26:35 X40 gnome-session[1074]: gnome-session-binary[1074]: GLib-GIO-CR...
1118904
1118904
2023-09-27T10:34:37.217
2023-09-27T13:28:27.663
Why I continue to receive the "gnome-session-binary"?
[ "gnome", "unity", "canon", "session", "startup-applications" ]
1
5
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T10:05:44.360", "id": "2604498", "postId": "1487139", "score": "1", "text": "Please use [code block]s to format commands and output. Quote formatting badly mangles them and it's not possible for us to fix it.", "userDisplayName": null, "userId": "158442" },...
null
[ { "accepted": null, "body": "<p>I'm rebooted and use the command <code>sudo apt-get update &amp;&amp; sudo apt-get upgrade</code> and the problem was solved. The command <code>journalctl -xe | grep &quot;gnome-canary-session&quot; </code> don't return nothing after this.</p>\n", "commentCount": "0", ...
null
null
null
null
null
1487140
1
null
2023-09-27T10:03:31.157
0
339
<p>For some time now, I have been experiencing issues with my USB input (mouse, keyboard) devices that are connected through a USB hub. These devices reconnect themselves after a certain period, approximately one minute. Upon reconnection, the devices are unavailable for a few seconds. Initially, I thought it might hav...
1656918
1656918
2023-10-03T05:32:33.653
2023-10-03T05:32:33.653
Ubuntu 22.04: USB Keeps Disconnecting and Reconnecting with 5-1 usb hub
[ "usb", "22.04", "hardware", "logs" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487142
1
null
2023-09-27T10:23:08.370
0
28
<p>I have the following custom service running at hibernation:</p> <pre><code>[Unit] Description=Unmount shared DATA partition *BEFORE* hibernate and hybrid-sleep Before=hybrid-sleep.target Before=hibernate.target #Before=suspend.target [Service] ExecStart=/home/me/bin/unmount-partition.sh [Install] WantedBy=hybrid-s...
1618559
1618559
2023-09-27T10:31:35.370
2023-09-27T10:31:35.370
Cancel in-process hibernation from event service
[ "dual-boot", "services", "hibernate" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487144
1
1487170
2023-09-27T10:34:39.143
1
804
<p>I have installed the strongswan package on Ubuntu 23.04. in order to connect to a VPN via IPsec/IKEv2. When opening the VPN settings in gnome, I receive the error message &quot;unable to load VPN connection editor), like in the image below.</p> <p><a href="https://i.stack.imgur.com/KWEax.png" rel="nofollow noreferre...
645363
null
null
2023-09-27T13:43:11.677
IPsec/IKEv2 on Ubuntu 23.04 with strongswan
[ "networking", "gnome", "network-manager", "vpn", "23.04" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>For a while, the <a href=\"https://tracker.debian.org/pkg/network-manager-strongswan\" rel=\"nofollow noreferrer\"><code>network-manager-strongswan</code> Debian/Ubuntu package</a> only shipped the GTK 3 version of the strongSwan NetworkManager plugin, which won't work if the applica...
[ { "accepted": true, "body": "<p>For a while, the <a href=\"https://tracker.debian.org/pkg/network-manager-strongswan\" rel=\"nofollow noreferrer\"><code>network-manager-strongswan</code> Debian/Ubuntu package</a> only shipped the GTK 3 version of the strongSwan NetworkManager plugin, which won't work if the...
null
null
null
null
null
1487146
1
null
2023-09-27T10:47:00.017
0
137
<p>my PKCS12 certificate from my workplace institution expires in a few days. I already got a new one. Yet, I'm failing to import it into Evolution mail. When selecting Edit &gt; Preferences &gt; Certificates &gt; Import, I can select the certificate.p12 file. I am asked to give my password but afterwards, nothing happ...
1735036
null
null
2023-09-27T10:47:00.017
Failing to import new PKCS12 certificate into Evolution Mail
[ "encryption", "security", "email", "mint", "signature" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T12:50:55.103", "id": "2604539", "postId": "1487146", "score": "0", "text": "You've provided no OS/release details; and have used an off-topic distribution tag; what are you running & why did you use your tags?", "userDisplayName": null, "userId": "469152" ...
null
[]
null
null
null
null
null
1487147
1
null
2023-09-27T10:48:29.660
2
145
<p>Hello I have upgraded form ubuntu 18.04 to 22.04.</p> <p>I am a big fan of the gnome 3 window manager so I installed it, I of course had to install a few extensions to make the 42.9 more like the Gnome 3 of the 18.04.</p> <p>But I have a problem. After some time, (a few days) the overview starts to get slow and prog...
198687
null
null
2023-09-27T10:48:29.660
Slow overview over time on GNOME Shell 42.9
[ "22.04", "gnome-shell", "activities-overview" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-30T12:36:37.777", "id": "2605157", "postId": "1487147", "score": "0", "text": "1) You use extensions, so first see whether one of the extensions is the culprit. 2) You upgraded, so your issue may be related with the upgrade process. Gnome Shell in principle has vastly ...
null
[]
null
null
null
null
null
1487148
1
null
2023-09-27T10:48:51.173
0
134
<p>I need to convert a rtsp and a rtmp link to two different UDP link at the same time using ffmpeg in ubuntu server 22.04. I need to run this as background process only. Also is there any option to start these conversion automatically everytime when iam turning on the server. Thank you</p>
1672534
1672534
2023-09-27T12:49:39.530
2023-09-27T12:49:39.530
Regarding ffmpeg in ubuntu 22.04
[ "command-line", "scripts", "video", "ffmpeg", "background-process" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T10:57:05.363", "id": "2604513", "postId": "1487148", "score": "0", "text": "What have you tried so far? What part of this is giving you trouble? What logging do you need? In what file should it be logged? What should happen to errors if you don't want logging? Shoul...
null
[]
null
null
null
null
null
1487158
1
null
2023-09-27T12:40:55.613
-1
201
<p>recently I've tried to install Ubuntu alongside of my win10 but I do exactly what I supposed to do in each step of installation and at the end of installation where it's supposed to copying files and everything , it does not work and just seems like freezing and does nothing. also from the commence of installation U...
1735062
null
null
2023-09-28T01:04:36.460
Seems like Ubuntu 23.04 installation does'nt work for me?
[ "system-installation" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-28T07:20:55.633", "id": "2604715", "postId": "1487158", "score": "0", "text": "Does this answer your question? [How do I install Ubuntu alongside a pre-installed Windows with UEFI?](https://askubuntu.com/questions/221835/how-do-i-install-ubuntu-alongside-a-pre-installe...
null
[ { "accepted": null, "body": "<p>A common cause of the Ubuntu installer freezing partway through is defective sectors on the hard disk. Swapping the hard disk with another hard disk will fix this problem. If you want to rerun the Ubuntu installer from the beginning simply remove the Ubuntu live USB, turn of ...
null
null
null
null
null
1487159
1
null
2023-09-27T12:49:23.407
0
13
<p>The device has both intel and nvidia graphics card and by using prime-select i have selected for nvidia graphics card. Still no display is coming on monitor. Weston too has been disbaled which should atleast display the terminal on monitor but even that isn't coming.</p>
1735069
null
null
2023-09-27T12:49:23.407
On connecting to nvidia port and enabling nvidia graphics card, no display coming on monitor
[ "drivers", "nvidia", "graphics", "22.04", "weston" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T13:08:41.647", "id": "2604541", "postId": "1487159", "score": "0", "text": "Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer.", "userDisplayName": null, "userId": "-1" } ]
null
[]
null
null
null
null
null
1487162
1
null
2023-09-27T12:58:37.903
1
483
<p>Installed chromium:</p> <pre><code>snap install chromium --channel=latest/candidate/hwacc </code></pre> <p>All Intel:</p> <ul> <li>CPU: 12th Gen Intel i5-12400 (12) @ 4.400GHz</li> <li>GPU: Intel Alder Lake-S GT1 [UHD Graphics 730]</li> </ul> <p>But hardware video acceleration never worked. Checked with <code>intel_...
1735071
1157209
2023-09-27T14:37:00.620
2023-10-01T13:43:24.203
Hardware video acceleration in chromium does not work
[ "video", "chromium" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Hardware acelerated video is working for me with Chromium Beta SNAP version 118.xxx.xxx with an intel GPU (UHD 620). It worked fine straight away without extra configuration as shown by intel_gpu_top. This worked on Ubuntu 23.04 and still works in Ubuntu 23.10. I think only t...
null
null
null
null
null
1487163
1
null
2023-09-27T13:04:36.397
4
2251
<p>I am trying to run a docker container with option <code>--gpu all</code>. It give me the error:</p> <pre><code>docker: Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error ru...
1507653
null
null
2023-09-27T13:04:36.397
Cannot run docker container with --gpu all
[ "drivers", "nvidia", "graphics", "docker" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487168
1
1487172
2023-09-27T13:40:30.880
1
109
<p>I have declared a variable: username=user2</p> <p>the contents of the test json is as follows: { &quot;name&quot;: &quot;user1&quot;, &quot;city&quot;: &quot;Texas&quot; }</p> <p>I would like to replace the value of name i.e user1 with a variable username I tried the following command: sed -i 's/&quot;name&quot;: &q...
1735086
null
null
2023-09-27T15:35:58.443
How to pass a variable in sed command
[ "sed" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>Do it with <code>jq</code>:</p>\n<pre><code>jq -c --arg name &quot;$username&quot; '.name = $name'\n</code></pre>\n<p>Assuming your input data is <strong>exactly</strong> as you specified, then the following example works with GNU sed:</p>\n<pre><code>sed -E 's/(&quot;name&quot;\\s*...
[ { "accepted": true, "body": "<p>Do it with <code>jq</code>:</p>\n<pre><code>jq -c --arg name &quot;$username&quot; '.name = $name'\n</code></pre>\n<p>Assuming your input data is <strong>exactly</strong> as you specified, then the following example works with GNU sed:</p>\n<pre><code>sed -E 's/(&quot;name&q...
null
null
null
null
null
1487169
1
null
2023-09-27T13:40:46.100
0
74
<p>i have a Logitech C920 Webcam with great video quality in zoom with windows.</p> <p>In Ubuntu the great quality is visible with <strong>ffplay /dev/video0</strong></p> <p>When i start Zoom (v5.16.1.8561) i see myself also in a great quality.</p> <p>But the recording and what others see is really poor quality.</p> <p...
1735088
null
null
2023-09-27T13:40:46.100
Poor Webcam Video Quality in Zoom with Ubuntu 20.04
[ "webcam", "zoom-meeting" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487171
1
null
2023-09-27T13:45:42.410
0
39
<p>So when I installed Ubuntu server (with i3 afterwards), I setup my wifi and everything went well. After the install, my laptop would automatically connect to my wifi.</p> <p>My issue is, I cannot connect to any new wifi connections (or see them) using both TUIs and GUIs (<code>nmcli</code>, <code>nmtui</code>, gnome...
1141786
1141786
2023-09-27T16:04:17.817
2023-09-27T16:04:17.817
My network devices are unmanaged, but I can still connect to wifi manually using `iw`
[ "networking", "network-manager", "internet", "thinkpad" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T15:58:54.960", "id": "2604573", "postId": "1487171", "score": "0", "text": "Did you install the server edition and then, later, install a desktop environment? Please edit your question to show the result of the terminal command: `cat /etc/netplan/*.yaml`", "user...
null
[]
null
null
2023-09-27T20:01:06.083
null
null
1487176
1
null
2023-09-27T14:33:33.087
0
309
<p>I upgraded my ubuntu to 22.04 and a script that routes the traffic of my work vpn is not working properly since it uses a systemd-resolve command.</p> <p><em>How I use the script:</em> I manually execute a script (vpn.sh) that connects me to the VPN, and that script calls another script (vpn_routes.sh, the one with ...
1735101
1735101
2023-09-27T18:09:43.147
2023-09-27T18:09:43.147
Adapt systemd-resolve command to resolvectl
[ "bash", "22.04", "dns", "vpn" ]
0
6
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T16:09:38.953", "id": "2604576", "postId": "1487176", "score": "0", "text": "You don’t specifically say what the problem or error is, just that you’re having a problem with the command `systemd-resolve`. Please add any error messages to your question. So how is this ...
null
[]
null
null
null
null
null
1487177
1
null
2023-09-27T14:59:20.807
0
228
<p>I have the following stack trace from QT. I want to get more detail, but apparently I need some kind of debug symbols for QT5 to see more.</p> <p>However, I have not been able to figure out how. There is <a href="https://askubuntu.com/questions/904451/what-happened-to-the-qtbase5-dbg-package-in-zesty">this question<...
597757
null
null
2023-09-27T14:59:20.807
How to get debug symbols for QT5 in Ubuntu 20.04?
[ "20.04", "qt" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T15:16:25.993", "id": "2604558", "postId": "1487177", "score": "1", "text": "https://wiki.ubuntu.com/Debug%20Symbol%20Packages#Getting_-dbgsym.ddeb_packages", "userDisplayName": null, "userId": "158442" }, { "creationDate": "2023-09-27T15:16:42.743", ...
null
[]
null
null
null
null
null
1487178
1
null
2023-09-27T15:25:43.717
0
44
<p>I just finished installing Ubuntu 22.04 in my Dell Latitude E7250. I have tried installation multiple times with different options (Legacy, UEFI) on this computer, but every time after the installation is finished, the system crashes very often.</p> <p>I have installed the same version on more than 5 machines and th...
1735106
94914
2023-09-28T03:02:10.850
2023-09-28T03:02:10.850
Multiple freezing after Ubuntu 22.04 installation
[ "boot", "uefi", "freeze", "usb-installation", "grub-legacy" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487181
1
null
2023-09-27T16:00:03.013
0
20
<p>I have an old 20.04.1 Ubuntu installation that wasn't touched since 2020, that I need to boot on to revive an old development project that was let unfinished. The motherboard &amp; CPU changed and are not compatible with Legacy boot, but I could finally install an UEFI grub with a Live CD and boot successfully.</p> ...
786333
null
null
2023-09-27T16:00:03.013
Upgrading an old dusty 20.04 installation on a new motherboard, ethernet not working
[ "apt", "upgrade", "chroot" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T18:46:56.613", "id": "2604607", "postId": "1487181", "score": "0", "text": "Booting to the Live CD, and chrooting the installation to the hard drive, is the most appropriate solution.", "userDisplayName": null, "userId": "285292" } ]
null
[]
null
null
null
null
null
1487183
1
null
2023-09-27T16:19:02.343
0
507
<p>I use Grub to boot Ubuntu and Windows. Added now an additional SSD that was set up with Ventoy (latest version).</p> <p>I spent hours today trying to find instructions on how to include Ventoy in my Grub menu. Unfortunately, none of the many variations worked.</p> <p>Who knows how I can integrate this new Ventoy dri...
974906
null
null
2024-03-01T20:09:57.690
How do I integrate an existing Ventoy Disk into Grub?
[ "dual-boot", "grub2" ]
1
6
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T16:23:13.163", "id": "2604578", "postId": "1487183", "score": "0", "text": "eh what do you mean? Ventoy is tool to put ISO on USB drives and then boot the ISO from it. Grub does not come into play here", "userDisplayName": null, "userId": "15811" }, { ...
null
[ { "accepted": null, "body": "<p>To connect Grub with Ventoy I use the Grub Customizer with the entries</p>\n<pre><code>insmod part_gpt\ninsmod ext2\ninsmod fat\ninsmod exfat\ninsmod ntfs\ninsmod chain\nsearch --no-floppy --set=root --fs-uuid xxxx-xxxx (= UUID of the Ventoy boot drive)\nchainloader /EFI/BOOT...
null
null
null
null
null
1487184
1
1487201
2023-09-27T16:24:36.050
0
98
<p>I just started using Ubuntu 22.04 and relized that nano is the default editor on the commandline. I checked with <code>echo $EDITOR</code> but there is nothing set.</p> <p>How do I change it to vim?</p>
893764
null
null
2023-09-27T18:04:16.487
How to configure editor in terminal?
[ "22.04" ]
2
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>This is configured over alternativen system.</p>\n<pre><code>sudo update-alternatives --config editor \n</code></pre>\n<p>This shows which editor is registered for terminal editor.</p>\n<p>you get a screen similiar like mine.</p>\n<pre><code>There are 5 choices for the alternative ed...
[ { "accepted": true, "body": "<p>This is configured over alternativen system.</p>\n<pre><code>sudo update-alternatives --config editor \n</code></pre>\n<p>This shows which editor is registered for terminal editor.</p>\n<p>you get a screen similiar like mine.</p>\n<pre><code>There are 5 choices for the altern...
null
null
null
null
null
1487191
1
null
2023-09-27T16:49:00.360
0
65
<p>Laptop: ASUS TUF fx504GD<br /> Hardware: Nvidia Geforce GTX1050ti 2GB<br /> Intel core I7 8750 H</p> <p>I will try to explain what happened and what I did:</p> <ol> <li>I changed my default Graphics driver to Nvidia 535 driver from software &amp; updates (which I soon found out was a big mistake). The laptop restart...
1735116
94914
2023-09-28T01:45:04.110
2023-09-28T01:45:04.110
Laptop stuck in boot after messing with Nvidia drivers
[ "boot", "drivers", "nvidia", "asus" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487198
1
null
2023-09-27T17:41:56.880
2
1024
<p>after the installation of 22.04 (kernel 6.2.0-33-generic) on a new PC (MB: Asus TUF GAMING B760M-PLUS, CPU: i5-13600k, GPU: Nvidia RTX 3060) I get quite a long list of ACPI Errors. They don't seem to be harmful, so I just wanna hide them. What can be found on the forum is the use of another level of logging, i.e. ad...
1735131
null
null
2023-12-07T08:23:01.053
ACPI Errors cannot be hidden
[ "boot", "grub2", "kernel", "acpi" ]
2
4
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T18:38:59.397", "id": "2604602", "postId": "1487198", "score": "0", "text": "wrong log level. or wrong usage. please add the actual line", "userDisplayName": null, "userId": "15811" }, { "creationDate": "2023-09-27T18:44:12.563", "id": "2604603", ...
null
[ { "accepted": null, "body": "<p>This will:</p>\n<pre><code>GRUB_CMDLINE_LINUX_DEFAULT=&quot;fsck.mode=skip quiet loglevel=2 splash&quot;\n</code></pre>\n<p>(so does 0 and 1) and <code>fsck.mode=skip</code> will also nuke showing the fschk &quot;clean&quot; line and the &quot;press control-c ...&quot; line t...
null
null
null
null
null
1487200
1
null
2023-09-27T17:46:09.093
1
240
<p>When my Bluetooth headphones are connected to both my laptop and my phone, and I am on a phone call, when the phone call ends, a Youtube video that was paused in a tab in my laptop's Chrome browser automatically starts playing and I hear it on the Bluetooth headphones.</p> <p>Ubuntu 22.04, Android Pixel 7, Youtube a...
391253
null
null
2023-09-27T17:46:09.093
Youtube video plays automatically when Bluetooth headphones switch
[ "sound", "bluetooth", "google-chrome", "headphones", "youtube" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-19T18:53:13.427", "id": "2609430", "postId": "1487200", "score": "1", "text": "I have seen the same issue on my Windows 11 computer and would love to know if you found out why that happens and how to stop it", "userDisplayName": null, "userId": "1740016" }, ...
null
[]
null
null
null
null
null
1487202
1
null
2023-09-27T17:57:29.237
0
327
<p>Just created 2 HDD drives 1TB RAID 0 array with bios after starting installation from USB stick everythings works just fine on partitioning page selected LVM with no encryption and LVM gives me report for the new partitioning sheme and i wright it.afterward installation starts normally until the end after finishes a...
1730667
null
null
2023-09-27T17:57:29.237
Fresh install on Ubuntu 22.04 LTS on RAID 0 using LVM not booting
[ "boot", "raid", "lvm" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487203
1
null
2023-09-27T18:02:37.327
0
35
<p>I am currently running Ubuntu with Kubuntu installed.</p> <p>I have 3 SSD and 1 HDD</p> <p>I can use my system SSD where the OS is running, but my other 3 drives are locked Up.</p> <p>Here are screenshots:</p> <p><a href="https://i.stack.imgur.com/9FSV1.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur....
1735137
94914
2023-09-28T02:42:35.257
2023-09-28T02:42:35.257
Can't access my hard drives
[ "partitioning" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T22:22:12.483", "id": "2604644", "postId": "1487203", "score": "0", "text": "Run these commands and paste their outputs:\n\nls /\nls /media\nls /mnt\ncat /etc/fstab", "userDisplayName": null, "userId": "285292" }, { "creationDate": "2023-09-28T02:35:4...
null
[]
null
null
null
null
null
1487204
1
null
2023-09-27T18:03:47.507
0
55
<p>Unknowingly I have deleted my <code>/home/user/Personal/Documents</code> files. How can I recover them?</p> <p>[<img src="https://i.stack.imgur.com/qDgBs.png" alt="148B1.png" /></p>
1734570
94914
2023-09-28T02:13:56.640
2023-09-28T02:24:06.397
I am unable to find /home/user/Personal/Documents files in /home/ramendu/Personal/Documents
[ "server", "users", "development", "user-management", "anydesk" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>It's confusing to create a new Documents directory at <code>/home/ramendu/Personal/Documents</code> instead of storing documents in the default Documents directory. The missing documents are possibly stored in your default Documents directory at <code>/home/ramendu/Documents<...
null
null
null
null
null
1487206
1
null
2023-09-27T18:07:02.783
1
155
<p>Although I browsed through solutions to many similar problems posted previously, I still could not succeed.</p> <p>The main issue is that during the installation of Ubuntu 22.04 in a USB stick (created using Rufus), the installer do not identify the Windows installation, so no option of installing Ubuntu alongside W...
1735113
1735113
2023-09-28T13:45:32.803
2023-09-28T13:45:32.803
Issue with Ubuntu installation alongside pre-installed Windows
[ "dual-boot", "partitioning", "windows-10", "mbr", "gpt" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T19:53:29.503", "id": "2604623", "postId": "1487206", "score": "0", "text": "Not sure what gdisk was showning. You run it on a drive not on a partition like sda5. You run chkdsk from Windows which you cannot run from Linux. Is Windows fast startup on? https://askubun...
null
[]
null
null
null
null
null
1487207
1
null
2023-09-27T18:15:01.570
0
56
<p>The wifi adapter is not found after first switching on the laptop, after restarting the laptop the wifi driver is found and the laptop is able to connect to the wifi. This happens every time I turn on the laptop, is there a way to fix this?</p> <p><strong>context:</strong> I installed ubuntu 22.04 on an old lenovo y...
1735138
null
null
2023-09-27T18:15:01.570
When I switch on my laptop the wifi adapter is not found, after restarting the laptop it is found
[ "wireless", "adapter", "additional-drivers" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T18:32:21.610", "id": "2604599", "postId": "1487207", "score": "0", "text": "Look at the network logs with the terminal command: `sudo journalctl -b 0 -u NetworkManager`. Read `man journalctl NetworkManager`.Look at your startup logs with `sudo journalctl -b 0`.", ...
null
[]
null
null
null
null
null
1487208
1
null
2023-09-27T18:29:11.557
0
24
<p>I am using Ubuntu 23.04. When booting my laptop gets stuck at the following black screen:</p> <p><a href="https://i.stack.imgur.com/HPJn6.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/HPJn6.jpg" alt="" /></a></p>
1735136
94914
2023-09-28T02:34:37.883
2023-09-28T02:34:37.883
Crash bluetooth boot
[ "boot", "23.04" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-28T02:33:02.300", "id": "2604678", "postId": "1487208", "score": "1", "text": "Does this answer your question? [My computer boots to a black screen, what options do I have to fix it?](https://askubuntu.com/questions/162075/my-computer-boots-to-a-black-screen-what-optio...
null
[]
null
null
null
null
null
1487210
1
null
2023-09-27T18:45:59.337
2
555
<p>I am able to remotely access my Ubuntu 22.04 PC from my windows' notebook at my local network using ssh</p> <pre><code>ssh &lt;username&gt;@&lt;public ipv6 address&gt; -p &lt;port&gt; </code></pre> <p>Or <code>ping</code> it without no problem.</p> <p>But the public ipv6 are temporary ones, and as local-link ipv6 is...
1188532
1188532
2023-09-27T20:43:30.193
2023-09-27T20:43:30.193
How to use local-link ipv6 for ssh?
[ "networking", "ssh", "ipv6" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T19:21:44.393", "id": "2604615", "postId": "1487210", "score": "0", "text": "I just tried it, and it works on my computers. Note, the `<internalLANNumber>` should be the interface of the local computer, not the remote computer. For example, I was using my laptop WiFi...
null
[]
null
null
null
null
null
1487215
1
null
2023-09-27T19:22:33.283
0
78
<p>HP Slim Desktop 290, running Xubuntu 22.04. I've read thru all the threads on updating the bios without windows, but none of them seem to work for this computer. Most are fairly old. I don't have the option to update from a local file. Some of the threads say to put the .bin file in /boot/efi/EFI/HP/BIOS, but...
81177
null
null
2023-09-27T19:22:33.283
How to update BIOS on HP desktop 290
[ "hp", "bios" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-28T01:48:18.043", "id": "2604666", "postId": "1487215", "score": "0", "text": "This seems to be unrelated to Ubuntu, despite the cursory mention. For BIOS updates on HP PCs you should consult HP, or the support page of the specific model.", "userDisplayName": null,...
null
[]
null
null
null
null
null
1487218
1
null
2023-09-27T19:42:46.963
0
148
<p>I am seeing the built-in display on my HP Elitebook Folio G1 (Intel Core m5-6Y57 with Intel HD Graphics 515) flickering after a fresh install of Ubuntu. It’s worth noting that this doesn’t happen on a live ISO boot. I had Windows 11 and MacOS (hackintosh) installs on this laptop previously but didn’t have this issue...
1009137
1009137
2023-09-28T09:21:48.487
2023-09-28T09:21:48.487
Screen flashing/flickering on HP laptop
[ "22.04", "display", "screen", "23.04", "flicker" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487219
1
null
2023-09-27T19:48:02.283
1
40
<p>The applications in Ubuntu Software in Ubuntu 22.04 do not appear in all categories.</p> <p><a href="https://i.stack.imgur.com/agYto.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/agYto.png" alt="enter image description here" /></a></p>
1734842
94914
2023-09-28T02:55:10.450
2023-09-28T02:55:10.450
Applications in Ubuntu Software in Ubuntu 22.04 do not appear in all categories
[ "22.04", "gnome-software" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
2023-09-28T07:12:39.320
null
null
1487220
1
1492760
2023-09-27T19:51:00.343
2
1485
<p>MEDIATEK MT7921 WLAN will not connect, or connects but no pages display, or they display after several minutes.</p> <p>I have not encountered an issue using this at home or anywhere when tethered to my Pixel 5A WLAN hotspot, but here at a large campus library, where I can see a white Cisco access point, a few metres...
494307
null
null
2023-11-15T13:03:26.197
Mediatek MT7921 WLAN stuck on connecting, or no/intermittent pages display
[ "networking", "wireless", "network-manager", "mediatek" ]
1
7
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T20:39:52.410", "id": "2604632", "postId": "1487220", "score": "0", "text": "Please see [this answer](https://askubuntu.com/a/425205/167115), run the wireless info script, and then provide a link to the output posted to pastebin. This will give all information that m...
{ "accepted": true, "body": "<p>I had the same problem with MEDIATEK MT7921 on a freshly installed Ubuntu 22.04.3 LTS, as well as previous versions. It would rarely connect to the large networks of my university, both public and Eduroam. It worked fine on Windows running on the same hardware.</p>\n<p>Today, an upgr...
[ { "accepted": true, "body": "<p>I had the same problem with MEDIATEK MT7921 on a freshly installed Ubuntu 22.04.3 LTS, as well as previous versions. It would rarely connect to the large networks of my university, both public and Eduroam. It worked fine on Windows running on the same hardware.</p>\n<p>Today,...
null
null
null
null
null
1487224
1
1487329
2023-09-27T20:36:43.087
2
229
<p>this is my first time posting and my first time using Linux/Ubuntu. I recently installed Ubuntu as the OS on an Hp G3 820 and it worked completely fine for a couple of hours, but when i unplugged it to move it(while it was still on) it stopped charging. the AC adapter is detected but it gets &quot;not charging&quot;...
1735158
null
null
2023-09-28T17:12:56.617
Ubuntu 20.04 laptop not charging
[ "20.04", "battery" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>figured it out. It doesnt charge when above a certain percentage to protect the battery. Sorry for the query!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2023-09-28T17:12:56.617", "id": "14873...
[ { "accepted": true, "body": "<p>figured it out. It doesnt charge when above a certain percentage to protect the battery. Sorry for the query!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2023-09-28T17:12:56.61...
null
null
null
null
null
1487226
1
null
2023-09-27T21:08:36.980
0
190
<p>I have several internal nvme drives and I discovered they weren't mounted. I couldn't get them to mount using &quot;disks&quot; because I'm &quot;not authorized to perform operation&quot;. My account belongs to the adm and sudo groups so I can't figure out why it wouldn't let me. When I open the terminal and log int...
1708918
1708918
2023-09-28T15:09:16.583
2023-10-29T17:18:51.610
XRDP Windows Remote Desktop restricts all groups except root
[ "22.04", "xubuntu", "remote-desktop", "xrdp", "nvme" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-28T15:30:08.563", "id": "2604776", "postId": "1487226", "score": "0", "text": "I don't use Xubuntu, but I use XRDP with Ubuntu 22.04. I usually get a password prompt when I open the Gnome Disks app remotely using XRDP. This does not happen if I am in front of the compu...
null
[ { "accepted": null, "body": "<p>Again, just a guess here..(because we never encountered the issue)</p>\n<p><strong>Possible Issue</strong></p>\n<p>This seems to be related to the Polkit engine. When accessing your machine remotely, some actions might be blocked by the polkit package which is basically an a...
null
null
null
null
null
1487227
1
null
2023-09-27T22:15:03.300
0
126
<p>My Ubuntu 20.04 laptop contains 4 users, 2 normal users and 2 administrators. Only the second administrator can login properly, all of the other users result in &quot;Sorry, that didn't work&quot; even after changing their password.</p> <p>Second problem arises from the fact nearly all apps have dissapeared from sec...
1735170
null
null
2023-09-27T22:15:03.300
Ubuntu 20.04 says password is incorrect for all users but one
[ "login", "password", "users" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487228
1
1487230
2023-09-27T22:36:58.173
0
178
<p>Ubuntu 18.04 with a Pro token:</p> <pre><code>$ sudo pro security-status 763 packages installed: 680 packages from Ubuntu Main/Restricted repository 57 packages from Ubuntu Universe/Multiverse repository 26 packages from third parties To get more information about the packages, run pro security-sta...
772949
null
null
2023-09-27T23:49:51.367
unattended-upgrades not doing anything with ESM, even though security updates are available
[ "unattended-upgrades" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T22:38:47.257", "id": "2604646", "postId": "1487228", "score": "0", "text": "Ubuntu 18.04 LTS reached *End of Standard Support* earlier this year (https://fridge.ubuntu.com/2023/05/13/extended-security-maintenance-for-ubuntu-18-04-bionic-beaver-begins-31-may-2023/), ...
{ "accepted": true, "body": "<p>This line is incorrect:</p>\n<pre><code> &quot;${distro_id}ESM:${distro_codename}&quot;;\n</code></pre>\n<p>It should be:</p>\n<pre><code> &quot;${distro_id}ESMApps:${distro_codename}-apps-security&quot;;\n &quot;${distro_id}ESM:${distro_codename}-infra-security&...
[ { "accepted": true, "body": "<p>This line is incorrect:</p>\n<pre><code> &quot;${distro_id}ESM:${distro_codename}&quot;;\n</code></pre>\n<p>It should be:</p>\n<pre><code> &quot;${distro_id}ESMApps:${distro_codename}-apps-security&quot;;\n &quot;${distro_id}ESM:${distro_codename}-infra-s...
null
null
2023-09-27T23:59:44.430
null
null
1487229
1
null
2023-09-27T22:41:43.370
0
217
<p>When I try to compile a c, c++, or fortran code no binaries are generated and no errors are thrown by the compilers neither. This seems to be independent of the compiler. For example, below I try to compile codes fibo.c and fibo.cpp using mpic++, g++ and gcc. The compilers seem to work but no binaries are generated...
1735173
1735173
2023-09-27T23:20:53.067
2023-09-27T23:20:53.067
Binary files not being generated
[ "permissions", "compiling", "gcc", "executable", "g++" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-09-27T23:16:44.483", "id": "2604653", "postId": "1487229", "score": "0", "text": "What happens if you type `make fibo`", "userDisplayName": null, "userId": "1256089" }, { "creationDate": "2023-09-27T23:21:34.837", "id": "2604654", "postId": "148722...
null
[]
null
null
null
null
null