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
1482494
1
null
2023-08-16T09:14:00.520
0
13
<p>I'm trying to install PHP 7.4 on Ubuntu 18.04. I've executed the following command:</p> <pre><code>sudo add-apt-repository ppa:ondrej/php </code></pre> <p>It looks finished successfully. After that I update the apt by:</p> <pre><code>apt update </code></pre> <p>And finally when I want to install PHP 7.4, by by the f...
728682
94914
2023-08-16T09:22:06.917
2023-08-16T09:22:06.917
How to check if ppa:ondrej/php repository is added successfully?
[ "apt", "18.04", "php" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T11:37:02.640", "id": "2595909", "postId": "1482494", "score": "1", "text": "Don't forget Ubuntu 18.04 is EOSS, the PPA you mention provides support only for LTS releases in *standard* support, ie. check https://launchpad.net/~ondrej/+archive/ubuntu/php and you'll no...
null
[]
null
null
2023-08-16T09:22:44.200
null
null
1482497
1
null
2023-08-16T09:22:03.393
0
240
<p>I have a problem with the system sound in some applications. It won't reproduce any audio on some specific installed apps (for the moment I've experienced this with Slack, which was installed via snap, and Telegram Web-.AppImage version). Other workmates also use Slack with Ubuntu and aren't getting this problem.</p...
1722549
1722549
2023-08-16T09:29:47.763
2023-08-16T09:29:47.763
Audio not working for some applications - Ubuntu 20.04.06
[ "sound", "alsa", "chromium" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>I found a solution following these steps.</p>\n<ol>\n<li>First, install <code>pavucontrol</code> via the following command:</li>\n</ol>\n<pre><code>sudo apt-get install pavucontrol\n</code></pre>\n<ol start=\"2\">\n<li><p>Open it running <code>pavucontrol</code>.</p>\n</li>\n...
null
null
null
null
null
1482503
1
null
2023-08-16T09:53:25.083
0
1464
<p>I have done a fresh install with Ubuntu Server 22.04.3 LTS. I'm amazed by this When I reboot, I have:</p> <pre><code>This system has been minimized by removing packages and content that are not required on a system that users do not log into. To restore this content, you can run the 'unminimize' command. </code></pr...
1722565
178692
2023-08-16T11:35:25.520
2023-08-16T11:35:25.520
ubuntu server 22.04.3 LTS - system has been minimized
[ "server", "system-installation" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T09:57:08.187", "id": "2595893", "postId": "1482503", "score": "1", "text": "does [this reference](https://wiki.ubuntu.com/Minimal) help explain?", "userDisplayName": null, "userId": "307670" } ]
null
[]
null
null
null
null
null
1482504
1
null
2023-08-16T10:03:32.223
1
150
<p>How to disable turning on wifi hotspot in Ubuntu 22.04.2 LTS</p>
1722571
1099366
2023-09-15T10:38:05.273
2023-09-15T10:38:05.273
Permanently Turn off wifi hotspot option
[ "wireless", "22.04", "hot-spot" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T10:28:20.640", "id": "2595897", "postId": "1482504", "score": "2", "text": "Is ap-utils installed?", "userDisplayName": null, "userId": "167115" }, { "creationDate": "2023-09-15T10:06:33.767", "id": "2602136", "postId": "1482504", "score"...
null
[]
null
null
null
null
null
1482505
1
null
2023-08-16T10:11:54.903
0
179
<p>Origanally I have posted this question on stackoverflow, due to the fact it is the wrong forum. I'm asking the question again here with some extra information I have gathered.</p> <p>I'm looking into creating a script in bash for automating my update-u^grade process for all my virtual machiens as a homelabber.</p> <...
824826
158442
2023-08-16T11:40:27.163
2023-08-16T11:40:27.163
Ubuntu unattended-upgrades
[ "command-line", "apt", "updates" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T11:05:21.843", "id": "2595900", "postId": "1482505", "score": "1", "text": "Specifically see [this answer](https://askubuntu.com/a/832648/1066942) on how to configure `unattended-upgrade` for different scenarios.", "userDisplayName": null, "userId": "1066942...
null
[]
null
null
2023-08-16T13:13:34.017
null
null
1482506
1
null
2023-08-16T10:23:26.100
0
120
<p>i have a window id, i would like to know its app name.</p> <p>For example, there's an app called &quot;PulseAudio Volume Control&quot;, ( pavucontrol pkg )</p> <p>Now if I open it and xprop it, then the wm_class etc shows <code>Volume Control</code></p> <p>Is it possible to get the actual app name mentioned in the ...
1722580
1722580
2023-08-16T11:17:42.923
2023-08-16T11:17:42.923
Get app name by its window ID ( in xorg & linux )
[ "scripts", "xorg", "wmctrl", "xprop" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482507
1
null
2023-08-16T10:24:18.007
0
271
<p>I am developing a simple app in python that uses bluez and dbus. The app should pair with a Bluetooth device - a raspberry Pi. I failed at pairing once, and now not only am I not able to reproduce the error, I can't even find the device anymore.</p> <p>what I did:</p> <ul> <li>scanned for all the devices ( using the...
1722562
null
null
2023-08-16T10:24:18.007
Bluez: cannot find Bluetooth device after failed pairing
[ "python", "bluetooth", "bluez" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T09:26:31.343", "id": "2596125", "postId": "1482507", "score": "0", "text": "I investigated the dbus, and just figured out that all the bluetooth devices I haven't tried pairing with use _org.freedesktop.DBus.ObjectManager_ interface to manifest, however the one devi...
null
[]
null
null
null
null
null
1482511
1
null
2023-08-16T10:56:33.293
0
35
<p>In the PyPi repo there were several modules I was using. (Gekko, Control, and Inspyred). I cannot find their equivalent in the Ubuntu official package repo. Have they been renamed or were they not built for Lunar. This has been an issue since the change to install python modules using apt (apt install python3-numpy)...
1722586
null
null
2023-08-16T13:25:50.847
Trying to installing python modules in Ubuntu, I cannot find them in the official repo
[ "drivers", "python3" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T16:40:40.320", "id": "2595977", "postId": "1482511", "score": "0", "text": "You can use pip to install the packages.", "userDisplayName": null, "userId": "124466" } ]
null
[ { "accepted": null, "body": "<p>There is no equivalent in the official Ubuntu 23.04 repositories for Gekko, Control, and Inspyred Python packages.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2023-08-16T13:25:...
null
null
null
null
null
1482512
1
null
2023-08-16T10:57:04.667
0
49
<p>I am working on a project related to jet physics.</p> <p>For that, I am using a Linux terminal in my Ubuntu 22.04 LTS. I use libraries of Pythia, Fastjet and fastjet-contrib in my code.</p> <p>When I recently used a library of <code>fastjet-contrib</code> in my code, I faced the error given below during compilation ...
1722583
8698
2023-08-16T11:01:15.610
2023-08-16T11:01:15.610
code compilation issues
[ "compiling", "gcc", "make" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T12:26:32.190", "id": "2595922", "postId": "1482512", "score": "0", "text": "see http://gcc.gnu.org/faq.html#vtables \"The solution is to ensure that all virtual methods that are not pure are defined. Note that a destructor must be defined even if it is declared pur...
null
[]
null
null
null
null
null
1482514
1
1482545
2023-08-16T11:17:47.343
0
114
<p>My terminal isn't blinking and it is impossible to type anything. It is doing that since several weeks, I don't know the reason and as I have no working terminal, I don't know how to investigate / update / fix it. Is there a way to reinstall terminal by interface? If not, maybe a way to launch it in debug mode just ...
527374
527374
2023-08-16T11:46:47.190
2023-08-16T15:19:53.623
Terminal not blinking and impossible to type
[ "command-line", "xubuntu" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T11:35:12.723", "id": "2595908", "postId": "1482514", "score": "0", "text": "Please [edit] your question and post the contents of your `~/.bashrc` file.", "userDisplayName": null, "userId": "85695" }, { "creationDate": "2023-08-16T11:47:22.953", "...
{ "accepted": true, "body": "<p>The likeliest culprit is that last <code>source</code> command:</p>\n<pre><code># Load Angular CLI autocompletion.\nsource &lt;(ng completion script)\n</code></pre>\n<p>If the <code>ng</code> command doesn't finish, that will hang indefinitely. You can comment that out to get a termi...
[ { "accepted": true, "body": "<p>The likeliest culprit is that last <code>source</code> command:</p>\n<pre><code># Load Angular CLI autocompletion.\nsource &lt;(ng completion script)\n</code></pre>\n<p>If the <code>ng</code> command doesn't finish, that will hang indefinitely. You can comment that out to get...
null
null
null
null
null
1482515
1
null
2023-08-16T11:20:19.530
0
56
<p>I have couple of very old Ubuntu servers running that I HAVE to upgrade, I cannot install new machine. Old as in 12.04 LTS version old. I did try new install of 12.04 and upgrade that to 14.04 and all the way to 22.04 and it works. I just do not find any information about how long I will be able to upgrade 12.04 to ...
60556
null
null
2023-08-16T11:20:19.530
Ubuntu server upgrade
[ "upgrade", "lts" ]
0
8
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T11:27:46.670", "id": "2595904", "postId": "1482515", "score": "3", "text": "Does this answer your question? [How to install software or upgrade from an old unsupported release?](https://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-an-old-uns...
null
[]
null
null
null
null
null
1482519
1
null
2023-08-16T11:54:49.373
0
25
<p>I Just installed Ubuntu 22.04.3 LTS today and after a few minutes, I had a red circle with a white minus inside of it at the top bar, I clicked it and this error message popped up:</p> <pre><code>An error occurred, please run Package Manager from the right-click menu or apt-get in a terminal to see what is wrong. Th...
1722598
1066942
2023-08-16T14:24:58.280
2023-08-16T14:24:58.280
An error occured, please run package manager from right-click menu
[ "apt", "package-management", "updates", "dpkg", "dependencies" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T12:29:27.957", "id": "2595925", "postId": "1482519", "score": "0", "text": "Try sudo apt update && sudo apt install -f", "userDisplayName": null, "userId": "1714306" } ]
null
[]
null
null
2023-08-16T13:43:34.493
null
null
1482520
1
null
2023-08-16T12:01:39.517
0
47
<p>When applying a netplan configuration, is the configuration evaluated dynamically? For example will match keywords generate a static interface at apply time or will it be evaluated continously so that if I were to hotplug a NIC it could match it?</p>
1690712
null
null
2023-08-16T12:01:39.517
Are netplan configuration evaluated dynamically?
[ "22.04", "netplan" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482523
1
null
2023-08-16T12:29:33.470
0
123
<p>I am trying to install nodejs on wsl but I faced this issue Commands I tried:</p> <pre><code>brew install node brew link node node -version -bash: /home/linuxbrew/.linuxbrew/bin/node: cannot execute binary file: Exec format error </code></pre>
1089759
1089759
2023-08-16T12:29:52.193
2023-08-16T12:29:52.193
bash: /home/linuxbrew/.linuxbrew/bin/node: cannot execute binary file: Exec format error
[ "windows-subsystem-for-linux", "nodejs" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T12:36:11.113", "id": "2595928", "postId": "1482523", "score": "0", "text": "Is it WSL version 1 or 2?", "userDisplayName": null, "userId": "161416" }, { "creationDate": "2023-08-16T12:38:30.313", "id": "2595929", "postId": "1482523", "sco...
null
[]
null
null
null
null
null
1482525
1
null
2023-08-16T12:35:05.850
0
33
<p>I can get the list of active windows by</p> <p><code>xprop -root _NET_CLIENT_LIST</code> , <code>wmctrl -l</code></p> <p>but how do i get their app icons too? preferrably from /usr/share/applications/appname.desktop! cuz these have highquality svg icons</p> <p>OR</p> <p>if it would be possible to get the filename.de...
1722580
null
null
2023-08-16T12:35:05.850
List active windows and their app icon filepaths ( from current icon theme ) - Xorg
[ "bash", "xorg", "wmctrl", "xprop" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482528
1
null
2023-08-16T13:02:35.027
0
175
<p>i have a confirmed backup of my old laptop image.</p> <p>deja dup does recognise the backup hard-drive and folder on fresh install of 22.04 LTS on new laptop..</p> <p><a href="https://i.stack.imgur.com/fCf1k.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/fCf1k.png" alt="enter image description he...
1055827
null
null
2023-08-16T13:02:35.027
fresh install 22.04 lts deja dup restore "no backup files found"
[ "backup", "restore", "deja-dup" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T13:23:53.213", "id": "2595941", "postId": "1482528", "score": "0", "text": "Please add more information about your old backup folder location. Is it an external drive? Do you have read and write permission for the folder and read permission for the contents of the f...
null
[]
null
null
null
null
null
1482529
1
null
2023-08-16T13:15:03.070
0
159
<p>I was trying to fix an issue I had with Libreoffice not displaying certain fonts properly, and when I tried <a href="https://askubuntu.com/a/689635/497591">this solution</a>, every character turned into a square, which a reset fixed.</p> <p>Since then, unicode characters have appeared as hex boxes, despite not chang...
497591
null
null
2023-08-16T13:15:03.070
Hex characters showing instead of unicode on Ubuntu 22.04 (XFCE)
[ "22.04", "libreoffice", "fonts", "xfce", "unicode" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T16:06:54.107", "id": "2595972", "postId": "1482529", "score": "0", "text": "Which command did you use to change permissions?", "userDisplayName": null, "userId": "159370" }, { "creationDate": "2023-08-17T16:03:30.943", "id": "2596203", "postI...
null
[]
null
null
null
null
null
1482530
1
null
2023-08-16T13:18:41.483
0
382
<p>I've tried many of the answers I could find repeatedly. They all result in the same error. I'm not sure the cause, but the state feels like it's still half way between upgrading from 6.2.0-26 to 6.2.0-27. But that's totally conjecture on my side. I can't figure why it's in this state, and every document I've tried t...
69072
69072
2023-08-16T14:47:32.733
2023-08-16T17:01:24.067
Not enough free disk space on /boot kernels not there to be removed?
[ "apt", "package-management", "kernel" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T15:02:59.440", "id": "2595959", "postId": "1482530", "score": "1", "text": "You're using ZFS, and it can't show you the zvols inside a zpool (and your `df` output clearly shows its a zvol). You can try resizing the zvol or cleaning up snapshots in it: https://askubu...
null
[]
null
null
2023-08-16T14:35:46.533
null
null
1482534
1
null
2023-08-16T14:13:28.607
0
149
<p>I have a EPSON ET-3850 with CUPS automatic driverless setup (v2.0rc1) in Ubuntu 23.04 (standard CUPS installation).</p> <p>Whenever I try to print more than one file, only the last one gets printed -- all the earlier ones disappear. This is consistent behavior. This prohibits me from using <code>lp file*</code> or s...
332437
332437
2023-08-17T08:15:54.090
2023-08-17T08:15:54.090
Printing on a inkjet printer EPSON ET-3850 series, only the last document in queue gets printed
[ "printing", "epson", "cups-lpd" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T16:44:25.857", "id": "2595979", "postId": "1482534", "score": "0", "text": "Look at the logs in `/var/log/cups/*`. See the current state of your printing system with `lpstat -t`. Manage your printing system by browsing to `http://localhost:631`", "userDisplayNam...
null
[]
null
null
null
null
null
1482536
1
null
2023-08-16T14:27:20.887
0
179
<p>I am using Ubuntu 22.04 and the shutdown process freezes. I always have to force it by pressing the power button.</p> <p>I tried:</p> <ul> <li>apt update/upgrade</li> <li>set acpi=force in GRUB</li> <li>Update BIOS/UEFI</li> <li>Disable Virtualization</li> </ul> <p>shutdown process log, the last lines where the shut...
1722601
94914
2023-08-17T01:06:45.993
2023-08-17T01:06:45.993
Shutdown hangs, screen freezed while the computer is processing shutdown
[ "mount", "22.04", "shutdown" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482537
1
null
2023-08-16T14:29:18.830
0
145
<p>Randomly maybe 1 out of 50, a few ticks of the mouse scroll is not working. The next ones work fine.</p> <p>I'm using Ubuntu with Wayland.</p> <pre><code>▶ lsb_release -a LSB Version: core-11.1.0ubuntu4-noarch:security-11.1.0ubuntu4-noarch Distributor ID: Ubuntu Description: Ubuntu 22.04.2 LTS Release: 22.0...
629671
629671
2023-08-17T12:34:59.020
2023-08-17T12:34:59.020
libinput randomly misses mouse scroll events
[ "mouse", "logitech", "scrolling", "libinput", "mouse-wheel" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482538
1
null
2023-08-16T14:32:50.757
0
109
<p>Please, how do I resolve the mentioned error.</p> <p>I tried to <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F2</kbd> but still experiencing the same. The prompt to input password does not come.</p> <p><a href="https://i.stack.imgur.com/IVzRJ.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/IVzRJ.jpg" alt="...
1722626
1157209
2023-08-18T16:08:24.717
2023-08-18T16:08:24.717
Failed to start Snappy Daemon Errors
[ "services", "reboot" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T16:41:24.003", "id": "2595978", "postId": "1482538", "score": "0", "text": "So, you cannot login? In case you can login, post the output of the command `systemctl status snapd.service`.", "userDisplayName": null, "userId": "124466" }, { "creationDate...
null
[]
null
null
null
null
null
1482540
1
null
2023-08-16T14:42:13.117
0
52
<p>I installed ubuntu with custom partition layout.</p> <pre><code>boot/efi root (/) as btrfs home (/home) as btrfs swap partition </code></pre> <p>lsblk looks like :</p> <pre><code>NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS nvme0n1 259:0 0 953,9G 0 disk├─ nvme0n1p1 259:1 0 1,2G 0 part /boot/efi├─ nvme0n1p2 259:2 0...
1072946
null
null
2023-08-16T14:42:13.117
Need help with btrfs partitions
[ "partitioning", "mount", "swap", "btrfs" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482543
1
null
2023-08-16T14:58:25.417
0
111
<p>I am new to linux and ubuntu I just started using it as I have had enough of windows so I have installed and delete ubuntu several times these days as I am learning php, html so I want host my own local site and test my code so I want to have a real fell about a server control panel. Recently ubuntu is misbehaving a...
1713726
null
null
2023-08-16T14:58:25.417
Why is my ubuntu 22.04 update and upgrade taking longer than expected
[ "upgrade", "updates" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T15:06:45.760", "id": "2595960", "postId": "1482543", "score": "0", "text": "If you are asking \"*Do the Ubuntu mirrors throttle requests?*\" No, they don't.", "userDisplayName": null, "userId": "19626" }, { "creationDate": "2023-08-16T16:47:51.793", ...
null
[]
null
null
null
null
null
1482548
1
1482552
2023-08-16T15:53:35.293
0
235
<p>I'm trying to boot ubuntu server from live media. I'm trying to repair my current ubuntu server I'm using my original install thumb drive. I'm working on asus hardware. When I try to launch from the thumb drive on uefi partition I only get choices to:</p> <pre><code>install ubuntu oem install check disk issues bo...
946351
null
null
2023-08-16T16:56:06.210
boot ubuntu server from live media to repair previous install
[ "boot", "server", "filesystem", "live-usb", "fsck" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T15:56:10.197", "id": "2595970", "postId": "1482548", "score": "0", "text": "The Desktop installation ISO can be booted in \"Try Ubuntu\" mode, you will have a GUI *and* be able to launch a Terminal.", "userDisplayName": null, "userId": "289138" } ]
{ "accepted": true, "body": "<p>To reach a live shell in the Ubuntu Server image,</p>\n<ul>\n<li>First, select <code>install ubuntu</code> (you are not yet committing to an install).</li>\n<li>Then, look for the &quot;Help&quot; menu in the upper right corner.</li>\n<li>The option to open a Live shell environment i...
[ { "accepted": true, "body": "<p>To reach a live shell in the Ubuntu Server image,</p>\n<ul>\n<li>First, select <code>install ubuntu</code> (you are not yet committing to an install).</li>\n<li>Then, look for the &quot;Help&quot; menu in the upper right corner.</li>\n<li>The option to open a Live shell envir...
null
null
null
null
null
1482549
1
null
2023-08-16T16:04:36.137
0
149
<p>I have installed Ubuntu 22.04.3LTS with Windows 11 in dual boot. Whenever I shutdown my Ubuntu it doesn't shutdown and is stuck at the screen attached in picture.</p> <p><a href="https://i.stack.imgur.com/EOvb3.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/EOvb3.jpg" alt="picture" /></a></p> <p>...
1722679
1157209
2023-08-18T16:16:44.400
2023-08-19T20:33:48.993
Dual boot Ubuntu won't shutdown
[ "boot", "dual-boot", "22.04", "shutdown" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-19T21:00:51.453", "id": "2596611", "postId": "1482549", "score": "0", "text": "Welcome to Ask Ubuntu. Are you familiar with the command line (terminal)? Please try to shut down from a terminal `sudo poweroff` or `sudo reboot` and let us know if this works.", "userD...
null
[]
null
null
null
null
null
1482553
1
null
2023-08-16T16:35:01.553
0
34
<p>I am not sure what causes this, but whenever I open up the wsl2 terminal, things are normal. But randomly, wsl2 will just start highlighting everything that I type in pink. Is anyone familiar with this issue?</p>
1722706
null
null
2023-08-16T16:35:01.553
wsl2 randomly starts highlighting everything I type in pink
[ "windows-subsystem-for-linux" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T16:02:00.960", "id": "2596202", "postId": "1482553", "score": "0", "text": "Welcome to Ask Ubuntu! I haven't seen this (I don't think), but this is probably a post where adding a screenshot would be really helpful. Folks might recognize what's going on better visu...
null
[]
null
null
null
null
null
1482554
1
null
2023-08-16T16:47:35.867
0
470
<p>Fingerprint was working fine when using Windows 11 but once switched to Ubuntu the Fingerprint sensor was not working. I searched through the Internet an Goodix as well as Lenovo Website for Fingerprint Driver, but couldn't find one.</p> <p>Fingerprint Sensor Details : ID 27c6:55a4 Shenzhen Goodix Technology Co.,Ltd...
1722709
null
null
2023-08-16T18:52:26.120
Need Fingerprint Driver for Lenovo Thinkbook 15
[ "drivers", "lenovo", "open-source" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Not supported by Linux as of now.</p>\n<p>Statement from LHDB:</p>\n<blockquote>\n<p>Goodix fingerprint devices are known to lack drivers due to Goodix' reluctance to officially support Linux. An unofficial driver for fprintd is currently being worked on.</p>\n</blockquote>\n...
null
null
null
null
null
1482556
1
null
2023-08-16T16:58:57.290
0
398
<p>I want to install libgnome-keyring0 on Ubuntu 22.04. However, it is not supported in this version. Instead, I've found a suggestion to install it from <a href="https://packages.ubuntu.com/bionic/libgnome-keyring0" rel="nofollow noreferrer">https://packages.ubuntu.com/bionic/libgnome-keyring0</a> I'm not sure how to ...
321721
null
null
2023-08-16T16:58:57.290
Installing a package from an older distribution
[ "apt" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T17:42:07.993", "id": "2595986", "postId": "1482556", "score": "1", "text": "[libgnome-keyring is depreciated](https://gitlab.gnome.org/Archive/libgnome-keyring) and [Ubuntu Bionic is end of standard support](https://wiki.ubuntu.com/Releases). You could still build l...
null
[]
null
null
null
null
null
1482557
1
null
2023-08-16T17:02:51.250
1
98
<p>I use the Contour Design Unimouse on my Linux setup (Ubuntu) and I am encountering an issue. While most of the mouse's functions work as expected, the middle button (which is not the scroll button, but an additional third button) doesn't seem to be recognized by the system. I've tried various diagnostic tools such ...
1722711
null
null
2024-02-28T16:09:08.110
Contour Design Unimouse Button Not Recognized on Linux (xev, xinput ,evtest)
[ "mouse", "hardware", "input-devices" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2024-02-28T15:46:41.160", "id": "2641461", "postId": "1482557", "score": "0", "text": "Always read the manual I guess. This works, thank you.", "userDisplayName": null, "userId": "1722711" } ]
null
[ { "accepted": null, "body": "<p>The manual says</p>\n<blockquote>\n<p>Middle Click to Double Click Unimouse comes with middle click as the default setting. To change the middle click function to double click, hold down the cursor speed button and the middle click at the same time. To switch back, repeat the...
null
null
null
null
null
1482562
1
null
2023-08-16T18:15:27.523
0
62
<p>If I use a Windows program in Wine that is affected by a virus, can it harm my Linux operating system and other files too? How I can avoid Windows viruses in Linux? Or there is another way to run to open .exe file.</p>
1717981
null
null
2023-08-17T00:30:21.453
What if I open Windows Application.exe which contains Viruses in Wine, it will harm my Linux os too?
[ "software-installation", "windows", "wine", "malware" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
2023-08-17T00:29:15.370
null
null
1482563
1
null
2023-08-16T18:15:43.467
0
37
<p>I don't have a reliable way to reproduce this issue, but it happens often enough for me.</p> <p>I saw this issue multiple times on both Ubuntu 20 and Ubuntu 22</p> <p>Sometimes, when I spin up a new instance on cloud, and run <code>apt-get update</code>, the command succeeds with all Hit but no Get in output. Howeve...
1654568
1654568
2023-08-18T19:11:48.570
2023-08-18T23:47:06.753
Apt-get update doesn't pull latest info unless /etc/apt/sources.list get moved and restored
[ "apt", "package-management", "updates", "update-manager" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T19:12:44.333", "id": "2596014", "postId": "1482563", "score": "0", "text": "You \"don't have a reliable repro\"? What is that supposed to mean?", "userDisplayName": null, "userId": "20054" }, { "creationDate": "2023-08-17T02:47:39.897", "id": "25...
null
[]
null
null
2023-08-17T08:50:31.597
null
null
1482567
1
null
2023-08-16T18:38:12.000
3
223
<p>A few days ago after Ubuntu 22.04 updating, the laptop does not want to load. I tried everything recommended for grub repair and other tutorials.</p> <p>Only one thing helped me: removing the 6.x kernel version and after that Ubuntu reloaded successfully with the 5.19 Linux kernel (previous default version) <a href=...
270245
270245
2023-08-16T18:45:17.603
2023-08-16T18:45:17.603
Ubuntu 22.04 loading stuck with default updating to 6.x Linux kernel
[ "boot", "kernel" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T18:44:00.283", "id": "2596006", "postId": "1482567", "score": "0", "text": "Perhaps the installation of the latest kernel was corrupted. Can you try updating the computer once again? Does it cause the same issue?", "userDisplayName": null, "userId": "124466"...
null
[]
null
null
null
null
null
1482571
1
null
2023-08-16T18:52:04.140
1
43
<p>I have an Ubuntu desktop server that is accessed by multiple people remotely. I need to locate a high level log file that shows, at a minimum, the date/time, username, and system action. System action would be log on, log off, files opened by which app, shell commands executed, shell or console errors, script comman...
401518
null
null
2023-08-17T00:58:29.033
Need to find a high level log if one exists
[ "command-line", "remote-desktop", "logs" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>try <pre><code>cat /var/log/auth.log</pre></code> or <pre><code>last</pre></code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2023-08-16T19:00:42.003", "id": "1482574", ...
null
null
null
null
null
1482576
1
null
2023-08-16T19:39:17.140
0
54
<p>After updating the kernal 6.2.0-generic. I’ll update the exact version later. That causes so much problem for me. When ubuntu bootup(before login screen) its flickering three times. Also bootup is too slow than previous kernal version(5.15 something). Please help me to solve this issue.</p> <p>Also I’m having dual b...
1722749
1722749
2023-08-16T19:39:53.783
2023-08-16T19:39:53.783
Ubuntu 22.04.3 “ACP BIOS Error (bug) Couldn’t resolve symbol error on Asus X513EP
[ "boot", "dual-boot", "22.04", "flicker" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482583
1
null
2023-08-16T20:46:17.457
0
26
<p>When I run, <code>sudo service --status-all | grep +</code> I can see all services, then for me is good remove all service and use most necessary only, then, what service I need not remove for don't modify grub configuration?, because another times when I remove services, one of they is necessary for grub, what is?<...
1722757
null
null
2023-08-16T20:46:17.457
Is service necessary for grub
[ "services" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482584
1
null
2023-08-16T21:03:00.150
4
8971
<p>To access AMX hardware instructions on Intel Sapphire Rapids CPUs you need to be running Linux kernel 5.16 or later. To use many popular hardware drivers you have to run a 5.x series kernel, since many hardware vendors haven't yet built drivers for 6.x kernels. For this reason I'd like to install a 5.19 kernel and g...
441473
null
null
2023-09-19T12:43:01.417
Ubuntu 22.04.3 server still installs a 5.15 kernel, not 5.19
[ "server", "kernel", "22.04" ]
2
6
CC BY-SA 4.0
[ { "creationDate": "2023-08-16T22:01:31.230", "id": "2596026", "postId": "1482584", "score": "1", "text": "I think that graphic is wrong. I believe 22.04.2 had HWE kernel 5.19 and 22.04.3 has HWE kernel 6.2. I don't think you can choose to stay on HWE 5.19. Either, you stay on 5.15 LTS kernel, or...
null
[ { "accepted": null, "body": "<p>The graphic has misled you.</p>\n<p>Ubuntu Server 22.04 defaults to the GA (General Availability) kernel 5.15. HWE is optional. GA means that your system will remain on the kernel 5.15 path for the entire life of the release.</p>\n<p>Ubuntu Desktop 22.04 defaults to the HWE (...
null
null
null
null
null
1482586
1
null
2023-08-16T21:12:21.347
0
60
<p>Repurposing an old server to be a backup repository. Name of box is backup. Ubuntu ver 20.04, command line only. How do I make sure the files I copy to it from other servers using XCOPY or SCOPY are actually going to the RAID1? How do I create a mount point on the RAID1 that is persistent or always there? Or do I al...
1722759
590937
2023-08-16T21:38:56.317
2023-08-16T21:38:56.317
How do I create a mount point on the RAID1 that is persistent or always there, then prove it?
[ "partitioning", "mount", "raid", "persistence" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T06:57:39.050", "id": "2596093", "postId": "1482586", "score": "0", "text": "A mountpoint needs to be created on every server that is going to access your RAID. It is not created on the RAID. A mountpoint is a directory, so you need to create a directory with the sam...
null
[]
null
null
null
null
null
1482587
1
null
2023-08-16T21:18:01.270
0
201
<p>I'm trying to format a 64gb pen drive that turned readonly after failing to move a larger video file using gparted but it keeps failing due to the pen drive being in readonly. (just installed Ubuntu for this). Doing <code>sudo hdparm -r0 /dev/sdb</code> returns:</p> <pre><code>setting readonly to 0 (off) readonly ...
1722762
1157209
2023-08-18T16:16:11.427
2023-08-18T16:16:11.427
Turn off read-only pen drive
[ "usb", "format", "read-only" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T01:03:55.277", "id": "2596053", "postId": "1482587", "score": "0", "text": "`sudo umount /dev/sdb` before you try to format it.", "userDisplayName": null, "userId": "25618" }, { "creationDate": "2023-08-17T08:03:09.173", "id": "2596102", "pos...
null
[ { "accepted": null, "body": "<p>It's read only because it's dead.</p>\n<p>Commonly flash memory devices fails to read only to ensure you can at least get data back. This is corroborated by the fact that it happened during copying files.</p>\n<p>Copy what you need from it. Then get a new one. You can check w...
null
null
null
null
null
1482590
1
1483099
2023-08-16T22:17:00.620
0
2714
<p>My Ubuntu 22.04.2 LTS got stuck in login loop. I did nothing special to cause it (maybe some general Ubuntu updates). I tried suggestions from <a href="https://support.system76.com/articles/login-loop-ubuntu/" rel="nofollow noreferrer">https://support.system76.com/articles/login-loop-ubuntu/</a> but nothing helped. ...
1722735
178692
2023-08-16T22:58:27.770
2023-08-21T12:45:52.510
Login loop on Ubuntu 22.04.2 LTS. Xwayland and gnome-shell blocked
[ "nvidia", "gnome", "login", "xorg", "logging" ]
3
3
CC BY-SA 4.0
[ { "creationDate": "2023-08-18T06:05:06.430", "id": "2596311", "postId": "1482590", "score": "0", "text": "Does this answer your question? [Login Loop Ubuntu 22.04](https://askubuntu.com/questions/1442688/login-loop-ubuntu-22-04)", "userDisplayName": null, "userId": "1173206" }, { ...
{ "accepted": true, "body": "<p>I found a solution to my problem and I am able to log in normally.</p>\n<p><strong>Solution</strong> was to remove nvidia driver and install specific one, as described below:</p>\n<ol>\n<li>Remove nvidia driver as described <a href=\"https://support.system76.com/articles/login-loop-u...
[ { "accepted": null, "body": "<p>Had the same issue, wasn’t able to use ubuntu-desktop but switching to KDE worked if nothing else works.</p>\n<p>install KDE-full using:</p>\n<pre><code>sudo apt install kde-full\n</code></pre>\n<p>then use sddm instead of gdm.</p>\n<p>Hope this helps</p>\n", "commentCoun...
null
null
null
null
null
1482591
1
null
2023-08-16T22:22:33.180
2
767
<p>I need to start videos on the Linux computer. I am not always able to access it directly. I am using Windows PC and I can ssh to that Linux PC. Do we have any way to start the video to play in VLC using ssh, putty, or something else? I do not need the screen on Windows PC - I want to start it and displayed it on Lin...
1722769
null
null
2023-08-17T12:11:18.957
Start video with VLC on Linux from Windows PC using ssh or Putty
[ "ssh", "video", "vlc", "putty" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T00:11:41.650", "id": "2596044", "postId": "1482591", "score": "0", "text": "Does the Linux computer (where you are SSHing to) have a display?", "userDisplayName": null, "userId": "124466" }, { "creationDate": "2023-08-17T00:12:52.133", "id": "259...
null
[ { "accepted": null, "body": "<p>You can run graphical application on Ubuntu over ssh connection.</p>\n<ol>\n<li>First find out value of DISPLAY variable set by display server on Ubuntu machine[1].</li>\n<li>From your Windows PC connect to your Ubuntu machine using ssh client(I think windows 10 has a preinst...
null
null
null
null
null
1482598
1
null
2023-08-16T23:11:01.103
0
260
<p>I have a desktop computer with Windows 10 installed on its sole internal (NVMe) drive. I boot this machine with Ubuntu 22.04, installed on a USB drive. In Ubuntu, I use GParted to copy partitions from the NVMe drive, or run <code>dd</code> to clone the whole NVMe drive, to an empty 256GB USB drive.</p> <p>Then I att...
80644
80644
2023-08-20T18:27:11.493
2023-08-21T02:55:39.547
Why Does a Win10 Drive Cloned with DD or GParted Have GRUB?
[ "boot", "grub2", "gparted", "dd", "clone" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T14:31:33.160", "id": "2596184", "postId": "1482598", "score": "0", "text": "If 22.04 or before with Ubiquity installer, grub installs to first drive's ESP - efi system partition. https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1396379 Newer versions use Sub...
null
[ { "accepted": null, "body": "<p>So far, I have a partial answer. The part I can answer comes at the end of my question: what is the fix? A simplified version of <a href=\"https://askubuntu.com/a/869888\">the fix</a> that removed GRUB from the GPT system drive on my machine was as follows: in Windows 10, use...
null
null
null
null
null
1482599
1
null
2023-08-16T23:19:27.013
0
127
<p>Just reinstalled Kubuntu version 22 (was trying a 20=&gt;22 LTS support upgrade and it all went badly wrong.)</p> <p>I'm now encountering problems getting my disk arrays working again. Couldn't remember the format but one seemed to be a 2 disk ZFS array which was fairly easy to get working.</p> <p>The second pair ap...
1722776
null
null
2023-08-17T08:51:25.017
Problem with MDADM / ZFS
[ "filesystem", "zfs", "mdadm" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Fixed it - found another page with a suggestion for when one migrates disks between servers and they aren't detected by zpool.\nI stopped using mdadm and used the following command</p>\n<pre><code>sudo zpool import -d /dev/\n pool: ToBackup\n id: 12065074383621521084\n ...
null
null
null
null
null
1482603
1
null
2023-08-17T01:14:59.317
0
139
<p>When first installing the Ubuntu operating system when prompted to set up a wifi network I entered the info for my phone's mobile hot-spot (Thank God) and I have been using that. First I was only connected to wifi when i was within the non GUI terminal environment but when I donwloaded firefox all of a sudden I am a...
1722786
19626
2023-08-17T01:41:11.527
2023-08-19T18:23:57.023
Just installed Ubuntu 23.04 but my wifi router is not being found
[ "wireless" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T02:55:37.893", "id": "2596066", "postId": "1482603", "score": "1", "text": "Does this answer your question? [wifi stopped working RTL8821CE ubuntu 20.04](https://askubuntu.com/questions/1306507/wifi-stopped-working-rtl8821ce-ubuntu-20-04)", "userDisplayName": nu...
null
[ { "accepted": null, "body": "<h2>Solution:</h2>\n<p><strong>Shell Script:</strong></p>\n<p>Created <code>wifi_setup.sh</code> script using nano text editor. Added:</p>\n<pre><code>sudo nmcli device set wlo1 managed yes\n</code></pre>\n<p><strong>Executable Script:</strong></p>\n<p>Made the script executable...
null
null
null
null
null
1482607
1
null
2023-08-17T02:23:38.413
1
950
<p>I am a new Ubuntu user running Ubuntu 22.04.03 on a dual booted X1 Carbon 7th gen. I have attempted to install a variety of versions of VSCode (1.80, 1.81) in a variety of way (apt, snap, apt with downloaded .deb file). Each time I am able to successfully install and run VSCode, however it immediately freezes before...
1722796
94914
2023-08-17T02:53:24.293
2023-08-17T02:53:24.293
VSCode not responding after installing it on Ubuntu 22.04
[ "apt", "22.04", "sudo", "deb" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482608
1
null
2023-08-17T02:38:06.777
0
22
<p>I am using dual boot on my laptop. when I start Ubuntu then login page is not visible and when I start via recovery mode then it's working fine. Kindly help with this.</p> <p>Thank you</p>
1262994
null
null
2023-08-17T02:38:06.777
Ubuntu home login page is not visible
[ "login" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T02:52:56.250", "id": "2596064", "postId": "1482608", "score": "0", "text": "We currently have little detail to help you with, we don't know what Ubuntu product/release your using (*a desktop system maybe but you haven't said*) nor what release of that *unstated* pro...
null
[]
null
null
null
null
null
1482616
1
null
2023-08-17T06:13:00.370
0
186
<p>This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.</p> <p>It was created by libmfile configure 1.0, which was generated by GNU Autoconf 2.61. Invocation command line was <code>./configure</code></p> <pre class="lang-none prettyprint-override...
1721133
94914
2023-08-17T09:31:26.967
2023-08-17T09:31:26.967
I am getting an error [Makefile:324: install-libLTLIBRARIES] and [Makefile:514: install-am] during make install in my Ubuntu 22.04
[ "22.04", "make", "libraries", "makefile" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T11:51:39.150", "id": "2596150", "postId": "1482616", "score": "0", "text": "What software exactly are you trying to build, and where did you obtain it?", "userDisplayName": null, "userId": "178692" } ]
null
[]
null
null
null
null
null
1482620
1
null
2023-08-17T06:48:11.303
0
72
<p>Hello Ubuntu Community,</p> <p>I hope this message finds you well. I'm reaching out to seek assistance with an issue I've encountered while trying to install Ubuntu 22.04 on my laptop (HP Pavilion DK2095TX) with an NVIDIA GeForce GTX 1650 Laptop GPU (4 GB GDDR6 dedicated). I'm facing two distinct scenarios:</p> <p>S...
1722836
null
null
2023-08-17T06:48:11.303
Help Needed: Installation and Display Issues on Ubuntu 22.04
[ "boot", "drivers", "grub2", "nvidia", "graphics" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482621
1
null
2023-08-17T06:51:05.353
0
22
<p>Ubuntu 22 wont connect to our upgraded corporate WIFI, but will connect via cable. I dual boot windows 11 for such occassions, and it connects fine. It has been suggested our (very agressive) firewall might be the cause. Other distros I tried will not connect.</p>
1554241
null
null
2023-08-17T06:51:05.353
Ubuntu wont connect to upgraded WIFI
[ "networking" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482622
1
null
2023-08-17T07:14:29.227
0
305
<p>I am getting this error when I want to use bluetooth usb on my device. How can I use it actively <code>sudo dmesg | grep Bluetooth</code></p> <pre><code>Core ver 2.22 [ 2.063507] Bluetooth: HCI device and connection manager initialized [ 2.063509] Bluetooth: HCI socket layer initialized [ 2.063511] Bluetoot...
1722841
null
null
2023-08-17T07:14:29.227
CSR: Unbranded CSR clone detected;
[ "bluetooth" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482625
1
null
2023-08-17T07:47:49.323
0
12
<p>I added a new GPG key using this command:</p> <pre><code>curl -fsSL https://pgp.mongodb.com/server-7.0.asc | \ sudo gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg \ --dearmor </code></pre> <p>The file is appearing in <code>/usr/share/keyrings/mongodb-server-7.0.gpg</code> but when I run <code>sudo apt-key l...
140964
158442
2023-08-17T07:51:29.910
2023-08-17T07:51:29.910
I added a GPG key but it is not appearing in the key list
[ "apt", "software-installation", "22.04", "gnupg", "mongodb" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T07:52:16.630", "id": "2596101", "postId": "1482625", "score": "1", "text": "Since you have already downloaded the key, you need to follow the part starting from \"At this point, nothing has changed and apt doesn't know the key exists\" in https://askubuntu.com/a/130...
null
[]
null
null
2023-08-17T08:12:37.850
null
null
1482633
1
null
2023-08-17T09:31:24.850
1
358
<p>My gnome setting disappeared. In the beginning it was working fine but after some time it automatically disappeared. I tried to reinstall it using <strong><code>sudo apt-get install --reinstall gnome-control-center</code></strong> and it works fine until I reboot my system. After rebooting I need to reinstall every ...
1046772
null
null
2023-08-17T09:31:24.850
Ubuntu 22.04 settings gnome-control-center suddenly disappearing every time
[ "gnome", "software-center", "gnome-settings-daemon" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482636
1
1482719
2023-08-17T09:51:37.103
1
247
<p>I'm asking as a new question because I don't have enough rep to comment on answers, and the drive in question here is removable.</p> <p>I've set up an encrypted USB drive using <code>cryptsetup luksFormat</code>, but I'm having trouble mounting it on insertion as I can with other drives. After entering the correct p...
1451682
null
null
2023-08-17T20:13:34.267
LUKS encrypted USB: "Operation cancelled" error on correct passphrase
[ "mount", "encryption", "usb-drive", "luks" ]
1
5
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T12:49:04.850", "id": "2596162", "postId": "1482636", "score": "0", "text": "That is true, but these were all produced while the USB was plugged in, and I can't exactly unmount a device that hasn't been mounted properly. The mapping `/dev/luks-$uuid` vanishes when I ...
{ "accepted": true, "body": "<p>As the comments revealed, I had forgotten to format the encrypted storage with an actual file system. I assumed that luks<em>Format</em> would format the drive with a file system, or otherwise assumed I'd provided an option to <code>cryptsetup</code> to do so.</p>\n<p>Running <code>m...
[ { "accepted": true, "body": "<p>As the comments revealed, I had forgotten to format the encrypted storage with an actual file system. I assumed that luks<em>Format</em> would format the drive with a file system, or otherwise assumed I'd provided an option to <code>cryptsetup</code> to do so.</p>\n<p>Running...
null
null
null
null
null
1482638
1
null
2023-08-17T09:54:50.927
1
747
<p>I want to use npm to run a NextJS project on my Ubuntu 22.04 but every command gives me &quot;sh: 1: next: Exec format error&quot;. Do you have any idea how to fix it?</p>
1722880
null
null
2023-11-15T19:36:08.587
How to deal with sh: 1: next: Exec format error?
[ "nodejs", "zsh", "npm" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>I actually just managed to fix this - just removed node_modeles and run <code>npm install</code> again. Worked for me.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2023-11-15T19...
null
null
null
null
null
1482639
1
null
2023-08-17T10:00:14.327
1
574
<p>Trying to install Tpot on ubuntu desktop 22.04</p> <p>via code below</p> <pre><code>git clone https://github.com/telekom-security/tpotce cd tpotce/iso/installer/ cp tpot.conf.dist tpot.conf ./install.sh --type=auto --conf=tpot.conf </code></pre> <p>The output says <code>Aborting. Debian jammy is not supported</code>...
1722881
124466
2023-08-17T12:47:22.683
2023-08-17T12:47:22.683
aborting debian jammy not supported
[ "22.04" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>It seems that the script is only configured to run in Debian Stable and Debian Testing, and not Ubuntu. However, it may be compatible with Ubuntu, given most of the packages are the same.</p>\n<p>To bypass this check, open the <code>install.sh</code> file in a text editor, an...
null
null
null
null
null
1482642
1
null
2023-08-17T10:30:15.240
0
35
<p>While trying to figure out why another user doesn't have sudo privileges I got rid of % in %sudo ALL=(ALL:ALL) ALL and after doing I myself cannot lost sudo access. I get the message &quot;xxxx is not in the sudoers file. This incident will be reported.&quot; When I do su, I get &quot;su: Authentication failure...
929882
929882
2023-08-18T09:50:03.267
2023-08-18T09:50:03.267
incorrectly edited the /etc/sudoers file and lost sudo priviledges
[ "sudo" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T10:47:42.620", "id": "2596142", "postId": "1482642", "score": "0", "text": "If you had a *root* account *enabled*, your chance will **not** have impacted that at all, ie. you can login as root & correct the issue. The root login is *disabled* however for on-topic Ub...
null
[]
null
null
2023-08-17T12:31:24.820
null
null
1482644
1
null
2023-08-17T11:00:23.713
1
309
<p>Just ran a sudo apt update and I got this message and I got this message which has to do with my anydesk application</p> <p><a href="http://deb.anydesk.com/dists/all/InRelease" rel="nofollow noreferrer">http://deb.anydesk.com/dists/all/InRelease</a>: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg)...
1719856
null
null
2024-02-12T12:04:11.630
Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details
[ "apt" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p><strong>Fix Apt-Key Deprecation Error</strong></p>\n<blockquote>\n<p>sudo apt-key list</p>\n</blockquote>\n<p>Depending on your system you may see a couple of entries appear or a veritable avalanche.</p>\n<pre><code>--------------------\npub rsa2048 2016-06-22 [SC]\n D...
null
null
2024-02-12T12:35:27.700
null
null
1482646
1
null
2023-08-17T11:10:48.277
1
34
<p>I have a text with dollar signs I wish to find the $ signs and replace each one with a carriage return. Please note I do NOT want to remove carriage returns. I can do this with sublime text 3 but sublime text 4 can not</p>
980470
null
null
2023-08-17T11:10:48.277
replace a dollar sign $ with carriage return in a text editor
[ "sublime-text" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T11:22:45.050", "id": "2596145", "postId": "1482646", "score": "0", "text": "By *\"carriage return\"*, do you actually mean Windows style CRLF line terminators? ... Also please provide a sample few lines and show an example of the expected end result in relation to t...
null
[]
null
null
null
null
null
1482651
1
null
2023-08-17T12:05:03.693
0
32
<p>My python code when is doing the calculations it prints a message that the program.py is not responding and when it finish the calculations and display the results, everything works. I mean the mouse, the buttons, no problem at all. How can I fix this temporary &quot;freezing&quot; while my python script is doing th...
1019652
null
null
2023-08-17T12:05:03.693
My python script is "freezing" when doing many calculations, and returns to "reality" when it has finished them...How can I fix this?
[ "22.04" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T18:31:51.993", "id": "2596252", "postId": "1482651", "score": "1", "text": "well, while it is doing calculations it isn't responding to input, so... This isn't necessarily a bad thing, it's fine. Anything you do to \"fix\" it will probably make the calculations be s...
null
[]
null
null
null
null
null
1482652
1
null
2023-08-17T12:07:14.127
0
29
<p>Well, I am using an asus laptop with 512GB SSD. I turned off the bitlocker encryption and made an unallocated space of 120GB also turned off the secure boot option in BIOS. But while installing it does not show any Install alongside with windows option I tried the other option also but it does not my 120GB free spac...
1722997
null
null
2023-08-17T12:07:14.127
Why ubuntu installer is not showing the unallocated space while dual booting with windows 11
[ "boot", "dual-boot", "partitioning" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T12:56:49.240", "id": "2596165", "postId": "1482652", "score": "0", "text": "Ubuntu Desktop LTS latest version", "userDisplayName": null, "userId": "1722997" }, { "creationDate": "2023-08-17T15:19:34.053", "id": "2596191", "postId": "1482652",...
null
[]
null
null
null
null
null
1482653
1
null
2023-08-17T12:12:06.637
0
37
<p>Is it possible to download reports as PDF and make it more understandable? Is it possible to add dashboard?</p> <p><a href="https://i.stack.imgur.com/XFVfY.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/XFVfY.png" alt="" /></a></p>
1723000
94914
2023-08-17T14:40:46.930
2023-08-17T14:40:46.930
Ubuntu Landscape Reports
[ "pdf", "landscape" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482655
1
null
2023-08-17T12:29:04.000
1
27
<pre><code>E: Malformed entry 4 in list file /etc/apt/sources.list (absolute Suite Component)\ E: The list of sources could not be read. </code></pre>
1723008
722739
2023-08-17T14:31:57.880
2023-08-17T14:31:57.880
I have 2 problem when I write the command: sudo apt update
[ "command-line", "upgrade", "updates", "sudo", "vpn" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T12:42:20.467", "id": "2596158", "postId": "1482655", "score": "0", "text": "Please post the output of the command `cat /etc/apt/sources.list`", "userDisplayName": null, "userId": "124466" } ]
null
[]
null
null
2023-08-17T14:31:36.583
null
null
1482659
1
null
2023-08-17T12:49:49.420
0
59
<p>I have resolution 2520:1680 (3:2). This resolution is not standard, so i can’t set it through the settings Try change it using xrandr, but it doesn't work (i got exception)</p> <p><strong>I try this</strong></p> <p>gtf 2520 1680 60</p> <p>2520x1680 @ 60.00 Hz (GTF) hsync: 104.28 kHz; pclk: 361.23 MHz Modeline &quot;...
1722995
null
null
2023-08-17T12:49:49.420
Can't set custom resolution in ubuntu in virtualbox
[ "virtualbox", "display-resolution", "xrandr" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T16:29:50.260", "id": "2596211", "postId": "1482659", "score": "0", "text": "you're using wayland, not xorg, so xrandr won't work to change resolution. that's why your only display is \"XWAYLAND0\"- it's a way for wayland to be compatible with xorg.", "userDispla...
null
[]
null
null
null
null
null
1482661
1
null
2023-08-17T13:15:53.120
2
456
<p>I've encountered an issue with a video file where the audio and visual streams are out of sync. After some research, I've learned that this might be due to timestamp differences between the two streams. I'm wondering if it's possible to use FFmpeg and its libraries to find the timestamp difference between the audio ...
1557345
null
null
2023-11-03T14:12:10.187
Syncing Audio and Video Streams with FFmpeg to Resolve Timestamp Differences
[ "command-line", "sound", "video", "sync", "ffmpeg" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482662
1
null
2023-08-17T13:17:18.083
0
35
<p>I researched this problem, but have not found exact questions. I installed ubuntu server on ~512G SSD, so I have 474G mounted at root: <a href="https://i.stack.imgur.com/RUx5e.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/RUx5e.png" alt="enter image description here" /></a></p> <p>Checking free ...
973879
null
null
2023-08-17T13:17:18.083
df does not show full disk space available for lvm root
[ "partitioning", "disk-usage", "lvm" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T13:53:22.050", "id": "2596178", "postId": "1482662", "score": "2", "text": "`lsblk` is telling you the size of the *block device* (in this case, an LVM logical volume), whereas `df` is telling you the size of the *filesystem* that was created on that block device", ...
null
[]
null
null
2023-08-17T14:32:26.883
null
null
1482665
1
null
2023-08-17T14:07:48.027
0
766
<p>I'm trying to use Ubuntu 22.04 for my CNN project. For that I'm using Jupyter Notebook. When I'm running my code in the notebook suddenly the kernel crashes.</p> <p>After following all the instructions available in nvidia such as <a href="https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html#install-li...
1723033
94914
2023-08-17T15:33:37.077
2023-08-17T16:24:14.487
Is it possible to use Ubuntu 22.04 with GeForce GT 610 (390.157 driver) and CUDA 12.2 with TensorFlow 2.13?
[ "nvidia", "22.04", "cuda", "jupyter", "tensorflow" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>The compute capability of your GT 610 is 2.1, and that limits the CUDA release you can run to 8.x. You may check this at the Nvidia site, but successfully ran CUDA 8.0 with a Quadro 1000m whose CC was also 2.1, and set up cudnn and tensorflow for that.</p>\n<p>Old versions o...
null
null
null
null
null
1482668
1
null
2023-08-17T14:48:42.753
0
39
<p>I have been using an old computer which I have determined the SATA cable/port of that computer is broken and unusable, as any hard drive I have tried to put in there has gotten corrupted beyond repair (within a reasonable time frame). For this reason, I have been booting the computer of of USB.</p> <p>I used a live ...
1721040
94914
2023-08-17T15:44:06.633
2023-08-17T15:44:06.633
Ubuntu unresponsive (but running) after opening an app in favourites
[ "usb", "22.04" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T16:31:36.080", "id": "2596212", "postId": "1482668", "score": "0", "text": "sounds like a very slow USB, and it takes a while to read the app's code into memory, can you confirm this happens when you load an app from anywhere, not just the favorites menu? Also, comp...
null
[]
null
null
null
null
null
1482669
1
null
2023-08-17T15:04:51.340
0
257
<p>I have an odd problem. When my monitor is manually turned off or goes to power-saving mode, Ubuntu won't detect it when I try to turn on the monitor. I see a blank screen where the DisplayPort input screen is trying to pick up a signal but nothing.</p> <p>This is a good monitor and my mac is able to turn on the scre...
1600876
null
null
2023-08-17T16:52:05.377
Display port monitor not turning on after turned off Ubuntu 22.04.3
[ "22.04", "dell", "displayport" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>my answer does not have steps to 100% solve your issue. but it should help you to narrow it down or find a guilty one.</p>\n<p>The 1st thing is to find out if this is a hardware problem or software.</p>\n<p>To ensure this is not a hardware problem, you (ideally) need to put M...
null
null
null
null
null
1482670
1
null
2023-08-17T15:08:44.410
0
158
<p>So I work in a lab which has a Linux machine (22.04 LTS jammy) as the main computer to manage a file server. The Linux machine has a network interface that allows multiple computers in the lab to connect to the file server (via etc/network/interface) as hosts and another for two Synology NAS drives that act as the f...
1720901
null
null
2023-08-17T15:08:44.410
Unmounting Synology NAS drives before from Linux machine before shutting down the drives
[ "networking", "server", "mount", "shutdown", "nas" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482675
1
null
2023-08-17T15:36:02.497
0
80
<p>I have been using a second monitor with this computer for over a year and recently the computer starts up, shows BIOS errors on monitor 2 and behaves normally on monitor 1 booting into Ubuntu.</p> <p><a href="https://i.stack.imgur.com/M3CMt.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/M3CMt.png...
1557763
1083397
2023-08-17T18:28:16.320
2023-08-17T18:28:16.320
Second Monitor shows BIOS errors after startup
[ "drivers", "nvidia", "22.04", "multiple-monitors" ]
0
16
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T16:18:22.133", "id": "2596208", "postId": "1482675", "score": "1", "text": "that's not \"BIOS errors\", it's just normal in the process of booting into Ubuntu, see [ACPI error on every boot(https://askubuntu.com/questions/1333069/acpi-error-on-every-boot). Does the ...
null
[]
null
null
null
null
null
1482676
1
1482836
2023-08-17T15:37:41.400
2
4858
<p>I have a mini PC I use as a home server running Ubuntu 22.04.3 LTS. I've had it for several months now with no issues but as of a week or so ago it has started randomly losing connection to my network. It is on a wired connection but it just loses connection and acts like it is not plugged in.</p> <p>I've tried:</p>...
1651216
1651216
2023-08-17T16:21:04.337
2023-10-10T18:15:40.693
Ubuntu 22.04.3 LTS - Wired network connection randomly breaking until reboot
[ "networking", "server", "22.04", "internet", "ethernet" ]
4
6
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T15:44:25.450", "id": "2596194", "postId": "1482676", "score": "0", "text": "Did you try a different cable? A different port on switch? A different switch?", "userDisplayName": null, "userId": "1684306" }, { "creationDate": "2023-08-17T15:53:32.010", ...
{ "accepted": true, "body": "<p>I'm having the same issues as you, which started about a week ago. I tried to do a system update yesterday, but lost connection a few hour later. I did a downgrade on my kernel this morning (<strong>5.19.0-50-generic</strong>) and for now, I haven't had the issue since</p>\n", "com...
[ { "accepted": null, "body": "<p>I started having the same issues this week. I did a full update today and I haven't had the issue since. Knock on wood.</p>\n", "commentCount": "4", "comments": [ { "creationDate": "2023-08-18T08:13:27.553", "id": "2596323", "postId": "...
null
null
null
null
null
1482677
1
null
2023-08-17T16:00:40.237
0
1677
<p>For context I'm using rclone to copy a folder into a mnt point.</p> <p>This works until I try to remount, I get the following error</p> <p>mkdir: cannot create directory 's3': File exists</p> <p>However when I browse to the folder it is empty, and when i try the raw command:</p> <p>mkdir s3</p> <p>I get the same err...
1723090
null
null
2023-08-18T12:39:24.047
mkdir: cannot create directory '{filename}': File exists
[ "mkdir" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T16:13:11.427", "id": "2596206", "postId": "1482677", "score": "0", "text": "It might help to add, here or in a pastebin, the actual rclone command and the actual [re]mount command that you're using and the relevant lines of output of `mount` itself. My instinct sugg...
null
[ { "accepted": null, "body": "<p>The issue I had was the mount was still present, but the folder was not, to fix this I had to run</p>\n<p>umount {thePath}</p>\n<p>which then allowed the folder to be recreated</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLi...
null
null
null
null
null
1482678
1
null
2023-08-17T16:13:04.090
0
105
<p>How can I download songs from a spotify playlist to my desired folder all Tuesdays at 00:00 with spotdl?</p>
1723093
null
null
2023-08-17T16:13:04.090
How can I download songs from a spotify playlist to my desired folder all Tuesdays at 00:00 with spotdl?
[ "cron", "spotify" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T16:43:24.007", "id": "2596216", "postId": "1482678", "score": "1", "text": "create a cron job and put a spotdl command in it?", "userDisplayName": null, "userId": "1083397" } ]
null
[]
null
null
null
null
null
1482679
1
null
2023-08-17T16:21:42.690
0
73
<p>I followed the directions at:</p> <p><a href="https://www.linuxcapable.com/how-to-remove-or-delete-ppa-on-ubuntu-linux/" rel="nofollow noreferrer">https://www.linuxcapable.com/how-to-remove-or-delete-ppa-on-ubuntu-linux/</a></p> <p>to attempt to remove the ppa: &quot;libreoffice-ubuntu-ppa-jammy.list&quot;. Pasted b...
598053
null
null
2023-08-17T17:43:11.317
Repository removal fails
[ "apt", "libreoffice", "ppa" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T16:26:18.120", "id": "2596209", "postId": "1482679", "score": "0", "text": "just do 'sudo add-apt-repository --remove libreoffice-ubuntu-ppa-jammy.list'. The source says to \"replace ppa:username/ppa-name with the details of the ppa you actually want to remove\" and...
null
[ { "accepted": null, "body": "<p>You have to pass the exact name of the PPA to be removed, that is the one you used to add it and not the name of the <code>.list</code> file.<br />\nAs described in the link you posted, the format is <code>ppa:&lt;username&gt;/&lt;ppa-name&gt;</code>; however, the username is...
null
null
null
null
null
1482680
1
null
2023-08-17T16:22:32.683
0
86
<pre><code>19:15:11 (uetoothd): Failed to set mode: Failed (0x03) 19:15:11 kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02 19:15:11 (uetoothd): src/plugin.c:plugin_init() Failed to init bap plugin 19:15:11 kernel: amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0 19:15:11 ker...
1723096
1723096
2023-08-17T16:23:59.237
2023-08-17T16:23:59.237
Laptop suddenly freezes and this text comes up
[ "kernel", "amdgpu" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482681
1
null
2023-08-17T16:22:55.183
0
34
<h1>System Specs</h1> <p>Ubuntu Version: 22.04.2 LTS Tiling Window Manager: I am using i3WM Docking station: DELL D3100</p> <p>I have this monitor arrangement in the DELL D3100 Docking Station:</p> <p><a href="https://i.stack.imgur.com/spKo9.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/spKo9.png" ...
9598
null
null
2023-08-17T16:22:55.183
How can keep the screen layout after turning off the screens with a DELL D3100 Docking Station?
[ "nvidia", "multiple-monitors", "display", "display-resolution", "hdmi" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482682
1
null
2023-08-17T16:23:46.260
0
402
<p>I have wine 8.0.2 in my system and I have installed winetricks a while ago but after running winetricks -q dotnet45 in terminal i am seeing this.</p> <pre><code>Executing mkdir -p /home/ubuntu ------------------------------------------------------ warning: You are using a 64-bit WINEPREFIX. Note that many verbs only...
1172557
null
null
2023-08-17T16:23:46.260
Unable to install dotnet45 with winetricks on Ubuntu 22.04
[ "wine", "winetricks" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T17:21:43.403", "id": "2596223", "postId": "1482682", "score": "0", "text": "This message suggests there is no solution: *Warning: This package (dotnet45) is broken in wine-8.0.2. Broken since 5.18. See https://bugs.winehq.org/show_bug.cgi?id=49897 for more info. \nU...
null
[]
null
null
null
null
null
1482684
1
null
2023-08-17T16:43:46.603
0
103
<p>I installed ubuntu after windows 11 but, it showed grub, but i wanted to use the windows bootloader instad, but when i open MSCONFIG and boot tab, ubuntu was not shown. Please help<a href="https://i.stack.imgur.com/0Wzsa.png" rel="nofollow noreferrer">enter image description here</a></p>
1723100
null
null
2023-08-17T16:43:46.603
Ubuntu not showing in MSCONFIG boot tab
[ "boot", "grub-efi", "windows-11" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T18:15:16.813", "id": "2596241", "postId": "1482684", "score": "2", "text": "booting Ubuntu from windows bootloader is not supported IIRC", "userDisplayName": null, "userId": "1083397" } ]
null
[]
null
null
null
null
null
1482686
1
null
2023-08-17T16:54:09.487
0
1959
<p>My laptop's battery drains very quickly from time to time. I found out that it was due to the sleep mode that was set to <code>s2idle</code> instead of <code>deep</code>:</p> <pre class="lang-bash prettyprint-override"><code>$ sudo cat /sys/power/mem_sleep [s2idle] deep </code></pre> <p>I then use the following comm...
637137
null
null
2023-08-17T16:54:09.487
Why does sleep mode revert to s2idle when I set it to deep?
[ "suspend", "power-management", "battery" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>You can make the change permanent as per <a href=\"https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1808957\" rel=\"nofollow noreferrer\">these instructions</a>:</p>\n<ol>\n<li>Edit your grub configuration: <code>sudo nano /etc/default/grub</code></li>\n<li>Replace <code>...
null
null
null
null
null
1482689
1
null
2023-08-17T17:11:12.073
0
47
<p>Lenovo X1 Yoga gen 6 Latest Ubuntu 23.04 All up to date.</p> <p>Attempting to access Settings causes a complete system freeze.</p> <p>REISUB causes restart.</p> <p>As a work around I have rebooted with the dock disconnected. This works. I can access Settings fine.</p> <p>Anyone else with the same problem? This occur...
1723099
null
null
2023-08-17T17:23:11.373
Ubuntu 23.04 Freezes selecting Settings with connected Lenovo dock
[ "lenovo", "settings", "23.04" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Resetting* the connection between the laptop and the dock fixed the problem.</p>\n<p>*By pulling out the cable, then putting it back in. snafu.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "crea...
null
null
null
null
null
1482693
1
null
2023-08-17T17:25:25.903
1
285
<p>I don't know nothing about sound drivers on linux.</p> <p>After some recent updates my computer started to get all Output Audio to my input audio device.</p> <p>Clarification: All computer sounds (videos, voices, musics) are captured by the &quot;input audio&quot; I can hear it from my headset but i join any metin...
1723106
1723106
2023-08-29T13:01:14.647
2023-08-29T13:01:14.647
Input audio gets computer sounds
[ "sound", "microphone" ]
0
8
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T18:30:39.863", "id": "2596251", "postId": "1482693", "score": "1", "text": "your mic can not play audio (as far as I know). Can you clarify what \"all Output Audio to my input audio device\" means?", "userDisplayName": null, "userId": "1083397" }, { ...
null
[]
null
null
null
null
null
1482696
1
null
2023-08-17T17:44:50.907
0
157
<p>I have some problem with running Ubuntu on a custom laptop. I have build a motherboard, it has gtx1050ti with custom memory config, different gpio setting and enabled gc6. I can boot windows, I can install the default NVIDIA driver and run furmark, but Ubuntu doesn't work. If I try to boot Ubuntu even with blacklist...
1723109
null
null
2023-08-17T17:44:50.907
Unable to boot with nvidia gpu and blacklisted nouveau
[ "boot", "drivers", "nvidia", "nouveau" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T18:10:30.530", "id": "2596238", "postId": "1482696", "score": "0", "text": "try \"safe graphics\"?", "userDisplayName": null, "userId": "1083397" }, { "creationDate": "2023-08-17T18:25:12.047", "id": "2596247", "postId": "1482696", "score...
null
[]
null
null
null
null
null
1482700
1
null
2023-08-17T18:12:43.037
0
10
<p>I'm trying to create a alias combining <code>ls | grep | and xargs xdg-open</code>.</p> <p>This is what I've tried so far. Not sure why it is not working.</p> <pre><code>alias lso='ls | grep &quot;$1&quot; | xargs -I {} xdg-open {}' alias lso='ls | grep &quot;$@&quot; | xargs -I {} xdg-open {}' alias lso='ls | grep ...
1178950
158442
2023-08-17T18:26:39.900
2023-08-17T18:26:39.900
Create a alias using ls | grep | xargs xdg-open
[ "bash", "alias" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T18:14:08.730", "id": "2596240", "postId": "1482700", "score": "0", "text": "if you need to take arguments, you need a function, not an alias. aliases literally do text substitution, nothing fancier. The only way this would work is if your arguments can go at the end...
null
[]
null
null
2023-08-17T18:25:57.683
null
null
1482703
1
null
2023-08-17T18:26:23.507
0
80
<p>My ubuntu server 20.04 one day suddenly lost its network and when ping google, the program said:</p> <p>Temporary failure in name resolution</p> <p>And sometimes spam out 5-6 lines like that:</p> <pre><code>[10996.368815] r8169 0000:02:00.0 enp2s0: rtl_eriar_cond == 1 ( loop: 100, delay: 100 ) [10996.390953] r81...
1723118
19421
2023-08-17T18:46:10.867
2023-08-17T18:46:10.867
Ubuntu not connect internet
[ "networking", "drivers", "20.04", "ethernet" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482711
1
null
2023-08-17T18:48:48.090
0
43
<p>I have a SONY Handycam that uses minidiscs as storage for videos. While on the camera menu and through VLC I'm able to see all the videos I recorded if I open the entire folder and not just the files. But instead of the 14 videos I shot there are only 3 files and the videos are joined together in 3 different .vob fi...
1654026
null
null
2023-08-17T18:48:48.090
How do I divide .VOB files into separate videos?
[ "video", "vlc", "dvd" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482712
1
null
2023-08-17T19:03:18.720
0
320
<p>The notebook has a <strong>Tiger Lake-LP Smart Sound Technology Audio Controller</strong> which originally uses the <strong>sof-audio-pci-intel-tgl</strong> driver, but even changing to <strong>snd_hda_intel</strong>, it continues as Dummy Output. I've tried a lot of things but nothing works. I'll leave here some in...
1723114
1723114
2023-08-17T19:04:07.523
2023-11-18T04:15:10.603
Audio doesn't work on DATEN DCM4D-4. Ubuntu 22.04 LTS. (Dummy Output)
[ "drivers", "sound", "22.04" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482713
1
1482989
2023-08-17T19:07:53.603
-1
118
<p>I removed TIMESHIFT on Ubuntu and I followed the instructions in <a href="https://github.com/linuxmint/timeshift" rel="nofollow noreferrer">Timeshift - GitHub's ReadMe</a> but after a succesfull removal it gives me this error, how can I delete this script?</p> <pre><code>Rsyncing /boot/efi into the filesystem before...
1723132
57576
2023-08-21T03:32:33.660
2023-08-21T03:33:10.553
'timeshift: Command not found' following Timeshift removal
[ "20.04", "dpkg", "error-handling", "timeshift" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<blockquote>\n<ul>\n<li><p>I went to <code>/usr/bin/</code></p>\n</li>\n<li><p>Found <code>timeshift-autosnap-apt</code></p>\n</li>\n<li><p>Deleted it</p>\n</li>\n<li><p>Ran the command:</p>\n<pre><code>sudo nano /usr/bin/timeshift-autosnap-apt\n</code></pre>\n</li>\n<li><p>Entered the ...
[ { "accepted": true, "body": "<blockquote>\n<ul>\n<li><p>I went to <code>/usr/bin/</code></p>\n</li>\n<li><p>Found <code>timeshift-autosnap-apt</code></p>\n</li>\n<li><p>Deleted it</p>\n</li>\n<li><p>Ran the command:</p>\n<pre><code>sudo nano /usr/bin/timeshift-autosnap-apt\n</code></pre>\n</li>\n<li><p>Ente...
null
null
null
null
null
1482714
1
null
2023-08-17T19:17:23.593
0
136
<p>I am new in Ubuntu, only decided to install it like I did two years ago on a old laptop, and disconnected from other commonly used OS. I am very happy since then, but I have a lot to learn, as I only manage to give some basic commands, but I cannot say that I know the system and how all folders / files are used.</p...
1721364
1721364
2023-08-19T21:11:58.557
2023-08-19T21:11:58.557
Applications that I installed using an *.AppImage file and by creating a *.Desktop file are no more appearing in the Show Applications window
[ "icons", "partial-upgrade", "appimage", "favorites" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Correct desktop files in the correct location should continue to be picked up automatically in the menu within seconds. That hints that your system may still not be fully healthy again, despite appearing so.</p>\n<p>Lacking to find a specific cause (who knows another more spe...
null
null
null
null
null
1482716
1
null
2023-08-17T19:29:23.103
1
4479
<p>I have an Active Directory setup on a physical server Windows Server 2022 Datacenter Edition. I'm trying to join an Ubuntu 22.04.3 virtual machine to that AD. I follow the guide at this link (<a href="https://ubuntu.com/server/docs/service-sssd-ad" rel="nofollow noreferrer">https://ubuntu.com/server/docs/service-sss...
1723126
null
null
2024-03-20T02:04:45.550
Can't login to Active Directory although Ubuntu 22.04.3 is joined to Active Directory successfully
[ "login", "active-directory", "sssd" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Ref-1: <a href=\"https://ubuntu.com/server/docs/service-sssd-ad\" rel=\"nofollow noreferrer\">https://ubuntu.com/server/docs/service-sssd-ad</a></p>\n<p>Ref-2: <a href=\"https://ubuntu.com/engage/microsoft-active-directory\" rel=\"nofollow noreferrer\">https://ubuntu.com/enga...
null
null
null
null
null
1482721
1
null
2023-08-17T20:27:42.760
1
213
<p>I'm a currently running on Ubuntu 22.04 and calling the following <em>xdg-open</em> system call from a C++ program:</p> <pre><code>QString cmd = &quot;xdg-open /home/user/foo.html &amp;&quot;; int ret = system(cmd.toStdString().c_str()); </code></pre> <p>Instead of opening the default Firefox browser the <em>xdg-ope...
1587168
null
null
2023-08-17T20:27:42.760
Ubuntu 22.04: xdg-open opening Text Editor instead of browser when called from C++ program
[ "20.04", "22.04", "browser", "xdg-open" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482724
1
null
2023-08-17T21:04:01.357
2
1344
<p>I love <a href="https://github.com/volitank/nala" rel="nofollow noreferrer"><code>nala</code></a> and I want to use it, but my muscle memory always goes for <code>apt</code> and every guide on the internet uses <code>apt</code> when I copy paste commands.</p> <p>Is there a way where, even if I type <code>apt</code>,...
1723142
618353
2024-03-01T09:47:50.030
2024-03-01T09:47:50.030
How to replace apt with nala?
[ "command-line", "apt", "nala" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>You can create new aliases for both the <code>apt</code> and <code>nala</code> commands like this:</p>\n<pre><code>alias apt='\\nala'\nalias dapt='\\apt'\n</code></pre>\n<p>The backslash character preceding the commands disable alias expansion, so you can rename commands, but...
null
null
null
null
null
1482728
1
null
2023-08-17T21:18:46.543
2
532
<p>My system:</p> <pre><code>mik@michaelUbuntu:~$ cat /etc/os-release NAME=&quot;Ubuntu&quot; VERSION=&quot;20.04.6 LTS (Focal Fossa)&quot; ID=ubuntu ID_LIKE=debian PRETTY_NAME=&quot;Ubuntu 20.04.6 LTS&quot; VERSION_ID=&quot;20.04&quot; HOME_URL=&quot;https://www.ubuntu.com/&quot; SUPPORT_URL=&quot;https://help.ubuntu...
1308089
null
null
2023-08-17T21:18:46.543
Debugging Kernel Module with dynamic debug
[ "20.04", "kernel", "debug" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T23:45:35.617", "id": "2596271", "postId": "1482728", "score": "0", "text": "try [the documentation version for the proper kernel version](https://www.kernel.org/doc/html/v5.15/admin-guide/dynamic-debug-howto.html). I think you will find the syntax has changed a litt...
null
[]
null
null
null
null
null
1482730
1
null
2023-08-17T21:21:54.683
0
231
<p>I am using Ubuntu 22.04.3 LTS on a Toshiba Satellite C55-A-1TX Laptop.</p> <p>Since the very beginning, and each time I start my computer, I have the following behavior.</p> <p>When I have started the laptop (power ON), <strong>the very first time I run my Google Chrome application</strong>, it keeps showing &quot;L...
1721364
null
null
2023-08-17T21:21:54.683
Ubuntu 22.04.3. "Google chrome" systematically fails to load the internet pages on the very first time I start the application
[ "google-chrome" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-25T17:58:34.937", "id": "2597847", "postId": "1482730", "score": "0", "text": "Could anybody inform on what is different the first time you start an application, vs the all other following starts ? Knowing this could probably help to better understand what is missing ...
null
[]
null
null
null
null
null
1482731
1
null
2023-08-17T21:57:23.090
1
553
<p>So I'm trying to limit access to port 5432 (postgres) by using <strong>ufw</strong> and unable to do so. The connection is allowed still</p> <pre class="lang-sh prettyprint-override"><code>sudo ufw deny 5432/tcp sudo ufw route deny in on wg0 from 10.0.10.2 </code></pre> <pre class="lang-sh prettyprint-override"><cod...
398169
null
null
2023-08-17T21:57:23.090
wireguard + ufw = unable to limit access to specific port
[ "networking", "iptables", "firewall", "ufw" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482737
1
null
2023-08-17T23:52:11.363
0
84
<p>Got a new laptop for school, decided to try and learn to use Linux. That was all fun and good before I realized that it would be difficult to use for university for me. So, I backed up my files both on an external hard drive and on google drive, and booted up windows 11 for the first time. Now I'm struggling to get ...
1723154
null
null
2023-08-17T23:52:11.363
Restoring Ubuntu Files to Windows 11
[ "backup" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-08-17T23:54:06.070", "id": "2596272", "postId": "1482737", "score": "0", "text": "So you're asking [Can a Deja Dup backup from Ubuntu be restored on Windows?](https://askubuntu.com/questions/343058/can-a-deja-dup-backup-from-ubuntu-be-restored-on-windows)", "userDispl...
null
[]
null
null
null
null
null
1482738
1
null
2023-08-18T00:02:17.743
0
41
<p>My machine is on Ubuntu 22.04. Recently after one update, it shows a completely black screen after the grub selection. If I choose the advanced Ubuntu option on grub, and choose one recovery mode, and then choose resume to boot, it can boot just fine. There has been no such problem before. Anyone has any idea?</p>
1723155
null
null
2023-08-18T00:02:17.743
Ubuntu black screen after grub choosing "Ubuntu" on boot
[ "boot", "grub2", "22.04" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482739
1
null
2023-08-18T00:14:52.227
0
46
<p>What I want to achieve is to get all info from DHCP (DNS servers, search domains, IP) as the starting point for my manual settings.</p> <p>Example: what I do right now is to set is as Automatic and then run <code>nmcli</code>, from there I try to figure out what I need to put in the manual settings but it's slow and...
78252
null
null
2023-08-18T00:14:52.227
Copy info from DHCP to Manual settings in Network Manager?
[ "networking", "kubuntu", "network-manager", "dhcp" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-08-18T01:59:43.367", "id": "2596283", "postId": "1482739", "score": "0", "text": "I recommend that you use a static IP address *outside* of the DHCP pool in the router.", "userDisplayName": null, "userId": "19421" } ]
null
[]
null
null
null
null
null
1482742
1
null
2023-08-18T01:05:47.963
0
144
<p>I did a fresh install of 22.04.3 and when I try to boot it gives me this error: hub 8-0:1.0: config failed, hub doesn't have any ports! (err -19)</p> <p>I tried updating the kernal to 22.04 but I still have the same issue. I also tried reinstalling the OS but it gives me the same error code.</p> <p>I am able to boot...
1723161
null
null
2023-08-18T01:05:47.963
Error code: 19. Only boots through recovery menu
[ "boot" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-09-10T21:04:57.987", "id": "2601092", "postId": "1482742", "score": "0", "text": "Have you been able to figure it out? I'm also getting a similar error. Instead of \"hub 8-0:1.0\" I'm getting \"hbu 12-0:1.0\" With Ryzen 9 7900, MSI X670E ACE (MS-7D69) and BIOS Version: E7...
null
[]
null
null
null
null
null
1482743
1
null
2023-08-18T01:49:44.427
0
105
<p>I have installed Ubuntu 22.04 in an external SSD. the operating system is working properly. I am using a laptop to run the operating system. Upon installing the OS, an external monitor that I use at work (HP M24f FHD) which is connected via HDMI was working properly, the only change I made was to assign a different ...
1723164
94914
2023-08-18T12:11:57.193
2023-08-18T12:11:57.193
Ubuntu 22.04 (budgie desktop) OS works perfectly if no external monitor is plugged in, otherwise the external screen is black and the OS is SLOW
[ "22.04", "multiple-monitors", "laptop", "hp" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1482744
1
null
2023-08-18T02:06:08.860
1
35
<p>I need to disable multitap on the Synaptics touchpad on my Kubuntu 22.04 notebook because I frequently paste the clipboard by accident. I still need any number of fingers (at least one finger) to be a left click.</p> <p>So far I found $HOME/.config/touchpadxlibinputrc and set both lrmTapButtonMap=false and lmrTapBut...
23861
23861
2023-08-26T09:42:45.413
2023-08-26T09:42:45.413
Disable multitap on touchpad
[ "xorg", "touchpad", "synaptics", "multi-touch" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null