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
1497939
1
null
2023-12-23T14:18:25.267
0
33
<p>some recent system upgrade messed up my passwords keyring, by changing the Default keyring's format from ASCII to binary.</p> <p>The old text file was moved to my Desktop and a new empty binary one was created in ~/.local/share/keyrings, so all saved password are lost! I tried to copy an import the old one to the sa...
580844
580844
2023-12-23T18:44:35.557
2023-12-23T18:44:35.557
How to recover an old keyring in ascii format?
[ "gnome-keyring", "binary", "ascii" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-23T17:17:17.677", "id": "2623985", "postId": "1497939", "score": "0", "text": "*\"after changing the Default keyring's format from ASCII to binary\"* how, exactly? please [edit] your question with more context", "userDisplayName": null, "userId": "178692" }, ...
null
[]
null
null
null
null
null
1497940
1
null
2023-12-23T14:33:34.450
0
48
<p>I'm using a cheap HDD enclosure. When I plug it in it shows Proxmox that the HDD model and Serial are GENERIC and 0123456789ABCDEF, respectively. <code>ls -l /dev/disk/by-id/</code> returns as &quot;usb-JMicron_Generic_0123456789ABCDEF&quot;. This is obviously wrong. Using <code>lsblk -o +MODEL,SERIAL</code> shows t...
1755573
94914
2023-12-23T14:37:45.707
2023-12-23T14:37:45.707
Wrong HDD model and serial
[ "hard-drive", "proxmox" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497944
1
null
2023-12-23T15:05:13.107
0
43
<p>Version: Ubuntu 22.04.3 LTS</p> <p>This has probably been covered before but I'm not sure what do call it to find it.</p> <p>I use NFS in my fstab to connect my Synology to /media. My Synology went offline for a bit but some file transfers continued and filled up my root drive, apparantly in /media on the root drive...
1152610
null
null
2023-12-23T15:05:13.107
Drive filled up after connection to NAS was broken
[ "mount", "fstab", "nfs" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-12-23T15:19:54.307", "id": "2623970", "postId": "1497944", "score": "0", "text": "Please include the output of `findmnt --fstab` in your question.", "userDisplayName": null, "userId": "968501" }, { "creationDate": "2023-12-23T15:24:29.200", "id": "2623...
null
[]
null
null
null
null
null
1497952
1
null
2023-12-23T16:33:50.420
0
71
<p>Am running desktop Ubuntu 22.04. Has 2 physical disks, 1tb + 256. result of <code>df</code> is:</p> <pre><code>Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 6155612 4304 6151308 1% /run /dev/nvme0n1p2 959786032 799864892 111092932 88% / tmpfs 30778044 844 30...
1755119
1755119
2023-12-23T16:37:35.777
2023-12-23T16:37:35.777
Something occupy disk storage on ubuntu Ubuntu 22.04
[ "disk-usage", "disk-management" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-12-23T17:27:02.093", "id": "2623986", "postId": "1497952", "score": "2", "text": "Have you rebooted? Sometimes something might get deleted but stays in reporting on the total used size of the drive as it might still be in use. A reboot might help clear that out since it...
null
[]
null
null
null
null
null
1497956
1
null
2023-12-23T17:49:41.570
0
29
<p>I've been trying to get Kubuntu working on my iMac A1311 (2011ish I think?), but everytime i try to boot after the installer is done it just gives me a black screen. Also, I could only get the installer to work after selecting the safe graphics option on the GRUB menu. I'm fairly new to Ubuntu and all of this, so an...
1755606
null
null
2023-12-23T17:49:41.570
Kubuntu stays on black screen after installing on iMac A1311
[ "boot", "grub2", "kubuntu", "mac" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497958
1
null
2023-12-23T18:26:30.500
1
67
<p>I want to be able to run a script with custom parameters via a shortcut in the top bar. On ubuntu 22.04.</p> <p>I imagine it would look something like <a href="https://i.stack.imgur.com/ylYbE.png" rel="nofollow noreferrer">this</a></p> <p>How can I make something like that? Thanks</p>
1661229
null
null
2023-12-24T13:28:41.143
create a topbar shortcut to an .sh script
[ "application-development", "shortcuts", "panel", "top-bar" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Create a <code>.desktop</code> file (e.g. <code>myscript.desktop</code>) in your directory <code>~/.local/share/applications/</code> like this:</p>\n<pre><code>[Desktop Entry]\nVersion=1.1\nType=Application\nName=* My Script *\nComment=A menu to call myscript.sh with various ...
null
null
null
null
null
1497959
1
null
2023-12-23T18:30:45.780
0
201
<p>I got this old nvidia card and decided to install it in my son's PC. It's been a while since I had to use the propriety drivers, so It's a bit confusing to me. It would be great if someone can help verify my setup is correct, as I don't seem to be able to run glxgears on the nvidia card.</p> <p>What I have:</p> <ul>...
1755607
null
null
2023-12-23T18:30:45.780
Ubuntu 22.04 proprietry nvidia-driver-470 GK106 [GeForce GTX 660] using nvidia-prime Not working
[ "22.04", "wayland", "nvidia-prime", "dkms", "oem" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497962
1
null
2023-12-23T19:59:27.147
0
51
<p>I came to you with a request, I'm trying to get output in the window format out of a ssh session on a linux server, the setup is as follows: Server Ubuntu 22.04 on a machine, ssh server on that, and a client Macbook m1 with which I operate, now I tried to run some graphics with OpenGL, but the rendering window doesn...
1755618
null
null
2023-12-23T19:59:27.147
Rendering window on a ssh session
[ "server", "20.04", "ssh", "xorg", "opengl" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497965
1
1498003
2023-12-23T21:11:36.320
3
1267
<p>I have bought a PCM2903C Analog to Digital Converter (ADC) connected to my Ubuntu 20.04 laptop via USB. But why does Sound Settings contain these 2 settings?:</p> <ol> <li>Digital Input (S/PDIF) - PCM2903C Audio Codec</li> <li>Analog Input - PCM2903C Audio Codec</li> </ol> <p>(Plus internal microphone)</p> <p>In oth...
811118
811118
2023-12-24T10:46:57.223
2023-12-24T10:47:47.980
What does Ubuntu mean by "analog input" via USB?
[ "sound", "usb" ]
3
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T20:52:12.533", "id": "2624250", "postId": "1497965", "score": "0", "text": "The USB device can handle both sound in a digital form or in the traditional analogue form (which is then sampled into a digital form). The computer only sees the digital form.", "userD...
{ "accepted": true, "body": "<blockquote>\n<p>But why does Sound Settings contain these 2 settings?</p>\n</blockquote>\n<p>The <a href=\"https://www.ti.com/lit/ds/symlink/pcm2903c.pdf\" rel=\"noreferrer\">PCM2903C Stereo Audio Codec With USB Interface, Single-Ended Analog Input/Output, and S/PDIF</a> datasheet has ...
[ { "accepted": null, "body": "<p>I really don't know any better way on how to describe this, but being that it is a USB interface device it doesn't matter if it is plugged into the USB port or installed internally. The device will still be the same device regardless.</p>\n<p>Since this is an <em><strong>ana...
null
null
null
null
null
1497968
1
null
2023-12-23T21:50:23.143
0
50
<p>I have enabled http2 with apache ,</p> <pre><code>&lt;IfModule mod_ssl.c&gt; &lt;VirtualHost _default_:443&gt; ServerAdmin contact@***.com ServerName dev.***.com ServerAlias dev.***.com Protocols h2 http/1.1 H2Push on H2PushPriority * after H2PushPriority text/css before H2PushPriori...
564927
null
null
2023-12-23T21:50:23.143
Why resources are not loaded with http2
[ "22.04", "apache2" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-23T22:19:48.840", "id": "2624006", "postId": "1497968", "score": "2", "text": "The browser result says that’s the resources we’re coming from the cache rather than the server. You may want to clear the browser cache and reload the page to confirm that http/1.1 is not b...
null
[]
null
null
null
null
null
1497972
1
null
2023-12-23T23:07:55.787
-1
129
<p>I have a dual boot system (xubuntu, Windows 10) on a SSD with grub presenting me choices and booting into Linux unless I specify otherwise.</p> <p>I tried to clone it to a larger SSD (connected via USB and an eternal housing for the process, later swapped it with the &quot;old&quot; one) using <code>sudo dd if=/dev/...
221873
221873
2023-12-24T09:54:07.277
2023-12-24T15:32:11.740
Dual boot system on SSD won't work after cloning with dd
[ "dual-boot", "grub2", "ssd" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T03:27:21.817", "id": "2624022", "postId": "1497972", "score": "2", "text": "I always prefer new clean install & restore from backup. But lets see what is where. Please copy & paste the pastebin link to the BootInfo summary report ( do not post report), do not run th...
null
[ { "accepted": null, "body": "<p>Problem solved. It was a BIOS issue:</p>\n<p>I selected the file grub64.efi in /EFI/ubuntu/ and then made sure it was the first item in the boot list.</p>\n<p>Thanks for all comments!</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "co...
null
null
null
null
null
1497973
1
null
2023-12-23T23:10:18.330
0
284
<p>I'm trying to use Wireguard on Ubuntu 22.04. The same server-client-configuration is working without an issue for Windows and Android.</p> <p>I'm not the administrator for the server side, but got the following configuration for the user side:</p> <pre><code>[Interface] Address = 140.22.48.120/24 DNS = 140.22.48.103...
1755636
1755636
2023-12-24T14:19:16.973
2023-12-25T21:46:00.123
No traffic with Wireguard on Ubuntu
[ "22.04", "dns", "wireguard" ]
2
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T00:39:47.133", "id": "2624016", "postId": "1497973", "score": "0", "text": "Are you sure the port is 51825? The default is 51820", "userDisplayName": null, "userId": "36730" }, { "creationDate": "2023-12-24T14:18:47.557", "id": "2624101", "po...
null
[ { "accepted": null, "body": "<p>Wow, after I had this issue for almost a year, I've finally found the solution.</p>\n<p>Instead of <code>Address = 140.22.48.120/24</code>, inspired by <a href=\"https://askubuntu.com/a/1217150/1755636\">this comment</a> I've tried passing 32 bits by setting it to <code>Addre...
null
null
null
null
null
1497977
1
1498644
2023-12-24T01:05:49.297
0
93
<p>I installed Ubuntu Server 22.03 on a system with 3 identical hard drives. During the disk setup process, I created 500M fat32 partitions on each of my hard drives and configured the rest of the disk space as RAID1. After setting the esp flag on the fat32 partitions I was able to select them all as boot devices. Afte...
113477
113477
2024-03-13T18:04:25.330
2024-03-13T18:04:25.330
How can I maintain EFI partitions on a RAID1 when running updates or replacing a failed RAID1 drive?
[ "uefi", "raid" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>It looks like the system updates won't keep the EFI partitions up to date. Here's a shell script that should do the trick.</p>\n<p>!!!WARNING!!! this will overwrite all EFI partitions on your system. If you have EFI partitions that you don't want synchronized, DON'T USE THIS SCRIPT.<...
[ { "accepted": true, "body": "<p>It looks like the system updates won't keep the EFI partitions up to date. Here's a shell script that should do the trick.</p>\n<p>!!!WARNING!!! this will overwrite all EFI partitions on your system. If you have EFI partitions that you don't want synchronized, DON'T USE THIS ...
null
null
null
null
null
1497979
1
null
2023-12-24T01:39:26.093
0
55
<p>I have a problem with switching layouts (english/russian) on a virtual machine under ubuntu 22.04 (Windows 10 Hyper-V). After a certain time (some hours) after launch, switching between keyboard layouts stops working, despite the fact that the layout indicators continue to change. But the layout itself always remain...
1080578
1080578
2023-12-24T12:10:34.180
2023-12-24T12:10:34.180
problem with switching layouts on a virtual machine ubuntu 22.04
[ "22.04", "keyboard-layout", "hyper-v" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2024-01-18T08:58:36.890", "id": "2629166", "postId": "1497979", "score": "0", "text": "In principle, functionality is restored without a reboot if to make changes to settings->keyboard, for example, remove and add the Russian keyboard again", "userDisplayName": null, "...
null
[]
null
null
null
null
null
1497980
1
null
2023-12-24T02:29:33.093
0
123
<p><a href="https://github.com/retornz/ToneZ" rel="nofollow noreferrer">Tonez</a>, an open source audio plugin built with the cross-platform <a href="https://cabbageaudio.com/" rel="nofollow noreferrer">cabbage</a>, appears to be unrecognized by LMMS in Ubuntu 23.10.</p> <p><a href="https://www.retornz.com/ld/ToneZ_V2-...
62668
62668
2023-12-24T15:59:16.180
2024-03-16T21:27:35.307
How can I install and enable the Tonez_V2 plugin for LMMS?
[ "plugins", "lmms" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p><strong>Partial solution:</strong> LMMS <code>1.3.0-alpha</code> or later is required for running LV2 plugins, so I compiled LMMS from source. This alpha version of LMMS doesn't show original plugin interfaces, but provides an array of knobs. Later versions might support orig...
null
null
null
null
null
1497981
1
null
2023-12-24T04:20:29.910
0
80
<p>So Ive been using basic LAMP stack VM's for a few years (which use Debian) for dev work, which have been great, but otherwine use Windoze.</p> <p>I was given an old Intel NUC with a Celeron N3060 CPU (8GB RAM + SATA SSD), which i'm going to use to run Kodi... so due to CPU decided Linux would be better than Windoze....
727051
null
null
2023-12-24T04:20:29.910
Problems with Password/Keyring on Debain/Ubuntu Mate
[ "mate", "debian", "keyrings" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T04:47:33.543", "id": "2624030", "postId": "1497981", "score": "1", "text": "I see version 20.2 of Kodi available for Ubuntu-MATE (*20.0 packaged for the version before that too*), but you didn't provide any release details, which matter significantly on a *stable re...
null
[]
null
null
null
null
null
1497984
1
null
2023-12-24T06:17:22.703
0
30
<p>I switched from windows to linux but i have a problem, when I normal use Motherboard chip get high temperature up 60c° and cpu tmp is 53c°, gpu 48c°, but in past I use windows not have this problem.</p> <p>System:</p> <pre><code>Asus Tuf 15 - i5, rtx 3050 OS: Ubuntu 22.04 </code></pre>
1755663
1755663
2023-12-24T06:23:54.057
2023-12-24T06:23:54.057
Motherboard Temperature High After Install Linux
[ "laptop", "asus", "bios", "motherboard" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1497985
1
null
2023-12-24T06:24:19.523
-1
121
<p>I have SSH key access to my homelab ubuntu machine from my main computer and I didnt have to use the password for months. Now I am trying to access the machine from my laptop but I have forgotten the password. Is there a way to reset the password from my main computer while SSH'ed into it? I can not sudo due to this...
1755665
1755665
2023-12-24T06:37:34.523
2023-12-25T04:29:57.850
Forgot Password But have SSH key access
[ "passwd" ]
1
7
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T11:29:28.587", "id": "2624078", "postId": "1497985", "score": "0", "text": "Do you have access to Docker or something like that without having to use sudo?", "userDisplayName": null, "userId": "158442" }, { "creationDate": "2023-12-24T15:18:59.617", ...
null
[ { "accepted": null, "body": "<p>I was able to get around this with docker, by using @muru's recommendation.</p>\n<p>Gain root access:\n<code>docker run -it -v /etc:/etc ubuntu:$(lsb_release -sr)</code></p>\n<p>Prerequisite package for passwd: <code>apt-get install -y libpam-pwquality</code></p>\n<p>Use pass...
null
null
null
null
null
1497987
1
1498655
2023-12-24T07:02:56.427
0
72
<p>I am trying to install the openweathermap extension for Gnome 45 (<a href="https://github.com/toppk/gnome-shell-extension-openweather" rel="nofollow noreferrer">link</a>) (Ubuntu 23.10). When I am running the command <code>make &amp;&amp; make install</code>, I am getting the following error:</p> <pre><code>fatal: N...
641049
null
null
2024-01-01T07:09:56.827
Problem installing openweathermap Gnome extension
[ "gnome", "gnome-shell-extension", "23.10" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T18:23:08.313", "id": "2624129", "postId": "1497987", "score": "1", "text": "You're likely doing nothing wrong - except you don't have the `gettext` (GNU Internationalization utilities) package installed on your system. Did you check the table of dependencies in [Ins...
{ "accepted": true, "body": "<p>Thanks to <a href=\"https://askubuntu.com/questions/1497987/problem-installing-openweathermap-gnome-extension?noredirect=1#comment2624129_1497987\">comment</a> from user <a href=\"https://askubuntu.com/users/178692/steeldriver\">steeldriver</a>, I was able to resolve the issue. Just ...
[ { "accepted": true, "body": "<p>Thanks to <a href=\"https://askubuntu.com/questions/1497987/problem-installing-openweathermap-gnome-extension?noredirect=1#comment2624129_1497987\">comment</a> from user <a href=\"https://askubuntu.com/users/178692/steeldriver\">steeldriver</a>, I was able to resolve the issu...
null
null
null
null
null
1497989
1
null
2023-12-24T07:19:40.837
0
98
<p>I upgraded from 23.04 to 23.10 and everything seemed to go smoothly except that I am now unable to mount my seagate 10TB expansion drive. Sometimes it is not even available but unplugging and replugging fixes that. However, it also shows the Rubbish bin which was not visible before this drive was plugged in. When I ...
952265
952265
2023-12-24T07:25:17.107
2023-12-24T07:25:17.107
After upgrading to Ubuntu 23.10 I am unable to access my Seagate 10TB expansion drive
[ "usb", "mount", "external-hdd" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T07:43:42.517", "id": "2624042", "postId": "1497989", "score": "0", "text": "It might have changed device name from /dev/sdb2 to something else. Try finding it in the output of the `lsblk` command", "userDisplayName": null, "userId": "884673" }, { "cr...
null
[]
null
null
null
null
null
1497990
1
null
2023-12-24T08:19:23.577
0
138
<p>I have a server running Linux hosting a website. It uses ufw as a firewall. I have ports 80 and 443 open to external traffic. This all works.</p> <p>Now what I want to do is allow any traffic from my laptop on the same subnet so that I can connect via SSH and administer MySQL from my laptop on the LAN.</p> <p>I have...
976348
null
null
2023-12-24T10:05:37.243
ufw rule to allow address on the same subnet?
[ "networking", "ssh", "firewall", "ufw" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T08:45:05.250", "id": "2624052", "postId": "1497990", "score": "0", "text": "How do you reach your server from the local network? Through a switch or through a router/NAT … Trace your connection to know … Your server might see the connection from your laptop as from ...
null
[]
null
null
null
null
null
1497991
1
null
2023-12-24T08:31:36.370
0
754
<p>After doing a normal <code>apt update &amp;&amp; apt upgrade</code> I get a kernel panic on reboot. I fixed it entering a shell from the old kernel recovery mode and then issuing:</p> <pre><code>mount -o remount,rw / mkinitramfs -o /boot/initrd.img-6.5.0-14-generic 6.5.0-14-generic update-grub </code></pre> <p>In th...
1036006
1036006
2023-12-24T09:34:25.177
2023-12-24T10:02:34.977
dkms package not found and apt fails every time
[ "apt", "kernel", "dpkg", "dkms" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T08:52:17.077", "id": "2624053", "postId": "1497991", "score": "0", "text": "Please add `dkms status` and `tree /var/lib/dkms/` to your question. You has 3 metapackages for kernels/headers on your system. Also `df -h` pleases.", "userDisplayName": null, "use...
null
[ { "accepted": null, "body": "<p>Okay\nplease in file</p>\n<pre><code>/usr/src/ch340-1.0.0/dkms.conf\n</code></pre>\n<p>change</p>\n<pre><code>AUTOINSTALL=&quot;yes&quot;\n</code></pre>\n<p>to</p>\n<pre><code>AUTOINSTALL=&quot;no&quot;\n</code></pre>\n<p>Then we remove the module from dkms tree.</p>\n<pre><c...
null
null
null
null
null
1497998
1
null
2023-12-24T09:46:27.607
0
83
<p>I have a Raspberry Pi 4 running on Ubuntu Server and I have a problem with <code>mpg321</code> for some reason it doesn't work when ran it with <code>sudo</code>. For example when I run :</p> <pre><code>mpg321 /path/sound.mp3 </code></pre> <p>This works fine I can hear sound from my speaker that's connected with a j...
1755277
1755277
2023-12-24T14:35:48.293
2023-12-24T14:35:48.293
MPG321 doesn't work when used with sudo
[ "server", "sound", "raspberrypi", "23.10" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T13:50:15.393", "id": "2624093", "postId": "1497998", "score": "0", "text": "They may be related, but more at a conceptual level I think (the containerization model of docker, versus sudo not having access to the desktop session's dbus). Are you starting the docker c...
null
[]
null
null
null
null
null
1498004
1
null
2023-12-24T10:50:15.003
0
53
<p>My qnap nas is old. No support for docker and other features with native QTS. I'm looking for an alternative os. I Heard about some Ubuntu ports for arm devices but i don't know where to start.</p> <p>My devices:</p> <blockquote> <p>CPU Freescale™ ARM®v7 Cortex®-A9 dual-core 1.2GHz processor with Floating Point Un...
1755699
null
null
2023-12-24T10:50:15.003
Ubuntu on qnap ts-231
[ "arm" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T11:20:15.597", "id": "2624076", "postId": "1498004", "score": "2", "text": "Does this answer your question? [Will my device work with Ubuntu?](https://askubuntu.com/questions/986878/will-my-device-work-with-ubuntu)", "userDisplayName": null, "userId": "46915...
null
[]
null
null
null
null
null
1498007
1
null
2023-12-24T11:01:49.527
0
28
<p>Why does the ARM ISO not contain the EFI\BOOT folder, while the AMD64 ISO does? And how can one verify if an ARM ISO supports UEFI without checking the EFI\BOOT folder?</p>
1755706
null
null
2023-12-24T11:01:49.527
Discrepancy in EFI\BOOT Folder Presence Between ARM and AMD64 ISOs, and UEFI Support Verification for ARM ISOs
[ "uefi", "iso", "arm" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1498008
1
null
2023-12-24T11:04:14.680
0
275
<p>Ubuntu 22.04.3 LTS<br /> tesseract 5.3.2<br /> XSane 0.999<br /> YAGF 0.9.5<br /> Epson Workforce WF-4835 printer/scanner</p> <p>This set up works together to a point. Clicking the <strong>Scan</strong> button in YAGF causes XSane to start up, scan the document in the scanner, and display the scan in the left window...
270081
158442
2023-12-24T12:31:15.143
2023-12-24T12:31:15.143
How can I get tesseract-ocr v5 to find the eng.traineddata file?
[ "scanner", "ocr", "tesseract" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T17:28:10.017", "id": "2624117", "postId": "1498008", "score": "0", "text": "Try setting Path to Tesseract Data Files to `/usr/share/tesseract-ocr/5` rather than `/usr/share/tesseract-ocr/5/tesseract`. AFAIK you can't run shell builtins like `export` with sudo.", ...
null
[]
null
null
null
null
null
1498015
1
null
2023-12-24T12:30:26.083
0
192
<p>Recently I updated to Ubuntu 23.10, and slow wifi speed is bothering me. Even though I have a decent speed on Windows around 50mbps, but in Ubuntu I am getting a very low speed.</p> <p><a href="https://i.stack.imgur.com/ISTa8.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/ISTa8.png" alt="enter im...
1755720
94914
2023-12-24T15:09:52.567
2023-12-24T15:09:52.567
Ubuntu 23.10 slow wifi speed
[ "drivers", "23.10" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1498016
1
null
2023-12-24T12:37:21.570
0
216
<p>On my dual boot system, Windows10+Ubuntu 22.04, wifi works in Windows, but not in Ubuntu. It keeps telling &quot;authentication required&quot;, even though I entered the right Wireless Key. I have a Realtek RTL8111 PCI Express network card. I recently got a new modem ZYXEL, because we changed from DSL to optical fib...
66232
66232
2023-12-28T16:13:43.610
2023-12-28T16:13:43.610
wifi authentication required
[ "wireless", "22.04", "authentication" ]
1
12
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T13:51:38.973", "id": "2624094", "postId": "1498016", "score": "0", "text": "If I were you, I would change the wireless password to a simpler one (only English letters a-z and numerals 0-9) and try.", "userDisplayName": null, "userId": "855322" }, { "...
null
[ { "accepted": null, "body": "<blockquote>\n<p>I recently got a new modem</p>\n</blockquote>\n<p>I suspect that the stored connections have a reference to the old router, most likely an uuid. I suggest that you remove them and try to establish new connections. From the terminal:</p>\n<pre><code>sudo rm /etc/...
null
null
null
null
null
1498020
1
null
2023-12-24T13:18:44.120
0
37
<p>I am running Ubuntu 22.04.3 LTS on a Dell XPS13.</p> <p>Ever since upgrading to 22.04, I've had trouble with gnome-shell using excessive amounts of CPU (upwards of 80-90%). In order to pinpoint the problem, I tried switching all Extensions off one by one. I only have the built-in extension, so I didn't expect any ma...
454838
null
null
2023-12-24T13:18:44.120
Dock extension causing high gnome-shell CPU usage
[ "gnome", "gnome-shell", "cpu", "cpu-load" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1498021
1
null
2023-12-24T13:42:53.807
0
281
<p>1 month ago I ran a python program on my ubuntu server which downloaded videos and cut them into images. I used urlretrieve to download the files and then I used opencv to cut them into single frames:</p> <pre><code>def reporthook(blocknum, blocksize, totalsize): readsofar = blocknum * blocksize if totalsize...
1712606
1712606
2023-12-25T17:41:19.070
2023-12-25T17:41:19.070
Input/output error without disk failure
[ "python", "filesystem", "ext4", "ls" ]
1
10
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T13:45:47.747", "id": "2624092", "postId": "1498021", "score": "0", "text": "Very high number of files created? Run out of i-nodes?", "userDisplayName": null, "userId": "289138" }, { "creationDate": "2023-12-24T13:52:11.157", "id": "2624096", ...
null
[ { "accepted": null, "body": "<p>Check filesystem status, including free inodes:</p>\n<p><code>$ stat -f .</code> # where <code>.</code> is for 'current dir'.</p>\n<p>More info: <code>man stat</code></p>\n<p>More about inodes; Ref:<br />\n<a href=\"https://www.a2hosting.com/kb/developer-corner/linux/inode-c...
null
null
null
null
null
1498023
1
null
2023-12-24T13:49:06.263
-3
241
<p>I want to generate a script for hard disk partitions</p> <pre><code>#!/bin/bash # Check if blkid is installed command -v blkid &gt; /dev/null 2&gt;&amp;1 || { echo &gt;&amp;2 &quot;blkid is required but not installed. Aborting.&quot;; exit 1; } # Specify the output script file output_script=&quot;create_partitions2...
1753799
968501
2023-12-25T10:51:14.113
2023-12-25T12:40:06.277
Auto Script Generator
[ "command-line", "scripts" ]
1
8
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T13:59:59.547", "id": "2624098", "postId": "1498023", "score": "2", "text": "That is a broad question ... And that is a very bad script (sorry) ... Probably explain more what starting point/situation you have and what result you want to achieve and that might help so...
null
[ { "accepted": null, "body": "<p>Your method of extracting partitions names can be inconsistent and will include <code>loop</code>, <code>zram</code>, <code>zswap</code> ... etc. devices as well as it will print a two line header (that's most likely why you're getting the two empty lines).</p>\n<p>You'll pro...
null
null
null
null
null
1498026
1
null
2023-12-24T14:15:34.987
0
95
<p>When I am running Google Chrome browser with Gmail open, I get a pop-up notification for new incoming messages. But I don't get an entry in the notification area, i.e., what you see when you click the date/time display on the top bar. How can I get entries there?</p> <p>My goal is to see some indication that I have ...
320938
null
null
2023-12-24T20:00:52.663
Get Google Chrome events to appear in Gnome notification area
[ "notification-area" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>There is a Gnome shell extension called &quot;Gnome Email Notifications&quot; that works together with &quot;Gnome online accounts&quot; to provide the functionality I was looking for.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "c...
null
null
null
null
null
1498027
1
null
2023-12-24T15:09:56.450
0
30
<p>Here is what my system menu when an item is hovered upon looks like. I need help with how to fix the hover state color to make the text visible when it is hovered on.</p> <p>System menu of Pop!_OS using Nordic theme when an item is hovered on:</p> <p><a href="https://i.stack.imgur.com/AETlG.png" rel="nofollow norefe...
1755738
94914
2023-12-24T20:49:22.807
2023-12-24T20:49:22.807
System menu hover state fix in Nordic theme
[ "xubuntu", "themes" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2024-01-01T03:46:27.497", "id": "2625371", "postId": "1498027", "score": "0", "text": "This site is for Ubuntu and its (official) flavors. Pop!_OS is not Ubuntu, Sorry, but your question is off-topic here.", "userDisplayName": null, "userId": "767056" }, { "cre...
null
[]
null
null
null
null
null
1498030
1
null
2023-12-24T15:25:07.620
0
99
<p>I was on Ubuntu 23.0.1 something then it ask for upgrade to 23.10 version. After install that I can't open anything or do anything with just click, it doesn't response my clicking on touchpad. To do anything I need to press touchpad button. Why I'm getting this problem?</p>
1755739
null
null
2023-12-24T15:25:07.620
I upgrade to Ubuntu 23.10, now, I can't open anything with touchpad to open anything I need to press touchpad button then it works, what can I do?
[ "23.10" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T16:48:34.237", "id": "2624114", "postId": "1498030", "score": "0", "text": "Same problem for 23.10: https://askubuntu.com/questions/1491432/mantic-minotaur-upgrade-touchpad-stops-working Similar problem for 21.10: https://askubuntu.com/questions/1371392/trackpad-not...
null
[]
null
null
null
null
null
1498031
1
null
2023-12-24T15:27:48.787
-1
72
<p>When I am on my pc connected to server, I can't open nautilus. When I execute sudo nautilus it types <code>authorization required, but no authorization protocol specified</code></p>
1754494
null
null
2024-01-06T12:25:54.443
Can't access nautilus in xrdp client
[ "nautilus" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>You do not specify which version of Ubuntu you are running....</p>\n<p>So, If your are running Ubuntu 22.04 or 23.10, you can try to run the following command in your remote session</p>\n<pre><code>xhost si:localuser:root \nsudo nautilus\n</code></pre>\n<p>This should allow y...
null
null
null
null
null
1498034
1
null
2023-12-24T15:47:33.300
6
410
<p>I have setup Edubuntu on a laptop (Edubuntu 23.10 Mantic Minotaur). There is an administrative parent account and a (non-administative) child account. Of course, the application management lets me block access to a browser. But I would like to go a step further and disable internet access for the non-administrative ...
553931
158442
2023-12-25T05:59:59.650
2023-12-25T05:59:59.650
Blocking internet access for non-administrative (child) user in Edubuntu
[ "networking", "permissions", "internet", "edubuntu" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T17:50:45.790", "id": "2624125", "postId": "1498034", "score": "2", "text": "or change the wifi password :)", "userDisplayName": null, "userId": "15811" } ]
null
[ { "accepted": null, "body": "<p>Create a file <code>/etc/NetworkManager/conf.d/99-NM-root.conf</code> with the following lines:</p>\n<pre><code>[main]\nauth-polkit=root-only\n</code></pre>\n<p>Then restart NetworkManager:</p>\n<pre><code>sudo systemctl restart network-manager\n</code></pre>\n", "comment...
null
null
null
null
null
1498037
1
null
2023-12-24T16:41:11.843
0
108
<p>I have Ubuntu 22.04.3 LTS and Libre Office there which is lagging every ~7 seconds and stun for 2-3 seconds. Absolutely unreal working with office. I suppose the issue linked with nvidia drivers but updating of it didn't help.</p> <p>Here is <code>free</code> output: total: 16086508 used: 4921596 free: ...
1755746
1755746
2023-12-25T09:42:55.450
2023-12-25T09:42:55.450
Libre Office is lagging every ~7 seconds
[ "libreoffice" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T17:07:54.203", "id": "2624116", "postId": "1498037", "score": "1", "text": "Welcome to AskUbuntu! Please [edit](https://askubuntu.com/posts/1498037/edit) your question and add more details to it like what version of the NVIDIA drivers that you have installed. Also...
null
[]
null
null
null
null
null
1498038
1
null
2023-12-24T16:43:41.097
0
66
<p>I'm writing to you because I'm having problems with the battery on my computer.</p> <p>Let me explain: when I plug in my computer, sometimes it recharges and the battery goes up... sometimes it stays at 0% and it recharges nothing. Sometimes the computer indicates it's at 100%, so I unplug the charger and after a fe...
1755747
null
null
2023-12-24T16:43:41.097
Power management issues
[ "power-management", "lenovo", "laptop", "battery" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T17:49:58.943", "id": "2624124", "postId": "1498038", "score": "2", "text": "This is not related to Ubuntu, It is a hardware problem: the battery is independent of the OS you use. I would assume the battery is broken and it is in need of a replacement.", "userDis...
null
[]
null
null
null
null
null
1498041
1
null
2023-12-24T18:33:53.407
0
96
<p>I bought the Logitech Z906 5.1 Speaker System</p> <p><a href="https://i.stack.imgur.com/b87NB.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/b87NB.png" alt="enter image description here" /></a></p> <p>And after connecting all the cables to each speaker and setting Ubuntu 23.10 to HiFi 5.1 Channel...
7035
null
null
2023-12-24T18:33:53.407
Logitech Z906 Not Working Properly
[ "logitech", "23.10", "pipewire" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1498042
1
null
2023-12-24T18:40:42.497
0
94
<p>There's a known problem where an MX Ergo Trackball mouse drains it's battery when the Logitech Options+ software is installed (Windows only software). I went back to the standard Options software, and the problem went away. I've started using a second linux PC, on my desk next to the Windows PC (using this mouse fo...
1749356
null
null
2023-12-24T18:40:42.497
MX Ergo trackball mouse battery draining - How to tell what driver Ubuntu is using?
[ "drivers", "22.04", "bluetooth", "mouse", "logitech" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T18:54:44.990", "id": "2624132", "postId": "1498042", "score": "0", "text": "It uses a generic bluetooth Human Input Device driver. Linux doesn't really handle device drivers in the Windows way - generally the kernel supports things to varying degrees. This may be ev...
null
[]
null
null
null
null
null
1498043
1
null
2023-12-24T19:18:20.613
2
260
<p>So basically, I installed Ubuntu Linux 22.04.3 LTS on my iMac 2017 21.5inch Retina 4K and everything except the sound was working smoothly, I found the drivers need to make the sound work and after compiling and running these drivers: <a href="https://github.com/davidjo/snd_hda_macbookpro" rel="nofollow noreferrer">...
1755766
231142
2023-12-24T19:50:50.217
2023-12-24T20:10:35.023
iMac 18,2 Audio NOT Functioning after Ubuntu 22.04 LTS Update
[ "sound", "22.04", "pulseaudio", "alsa", "mac" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>The problem is that PulseAudio for some reason was corrupt, in order to fix that, you first need to purge Alsa and PulseAudio: <code>sudo apt-get remove --purge alsa-base pulseaudio</code></p>\n<p>Then you need to reinstall it:\n<code>sudo apt-get install alsa-base pulseaudio...
null
null
null
null
null
1498045
1
1498057
2023-12-24T19:51:00.480
1
128
<p>I have scripts that run programs (that I did not author) and some are getting segfaults on a few inputs. I do these things in large batches that run for up to a week, and would like to know which input(s) are triggering the problem. As it stands, I get a notification from Bash that a certain script of mine has got...
146844
null
null
2024-02-11T02:00:20.587
How to identify the input that caused a program to segfault?
[ "bash", "scripts", "error-handling" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-24T20:59:30.267", "id": "2624137", "postId": "1498045", "score": "0", "text": "Wrap your `autofix` command in a `bash` script, and call that script from your `for` loop. In the scrip you can control `autofix`'s outputs, check it's exit status, trap segfaults, etc. Read...
{ "accepted": true, "body": "<p>I found one in-line solution based just by playing with things I already knew (or was at least used to bumping into) in Bash. To test and to illustrate, I'm using a tiny C program I wrote that just causes a SEGFAULT:</p>\n<pre><code>// Cause a seg fault\n\n#include &lt;stdlib.h&gt;\...
[ { "accepted": true, "body": "<p>I found one in-line solution based just by playing with things I already knew (or was at least used to bumping into) in Bash. To test and to illustrate, I'm using a tiny C program I wrote that just causes a SEGFAULT:</p>\n<pre><code>// Cause a seg fault\n\n#include &lt;stdli...
null
null
null
null
null
1498053
1
null
2023-12-24T22:10:29.253
0
80
<p>I'm using KDE's autohiding abilities for my main &quot;taskbar&quot; panel and love the distraction free experience.</p> <p>However, I often struggle with accidentally showing it by moving my mouse too close to the screen edge because e.g. I'm trying to select the last line in a terminal or click on a link at the bo...
638597
null
null
2023-12-24T22:10:29.253
Hide Panel unless shortcut is pressed on KDE
[ "kubuntu", "kde5", "autohide" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1498056
1
null
2023-12-25T01:23:51.003
0
140
<p>I’ve been trying to set up a home Plex media server for fun but I’m getting this instead</p> <pre><code>sudo systemctl status plexmediaserver × plexmediaserver.service - Plex Media Server Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled) Active: failed (Result: ...
1755776
469152
2023-12-25T01:27:40.357
2023-12-25T01:27:40.357
Plex server won’t start
[ "server", "plex" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T01:26:47.523", "id": "2624156", "postId": "1498056", "score": "0", "text": "It's usually best to provide software stack details; ie. what Ubuntu product & release are you using? ie. Ubuntu Core 22? Ubuntu Desktop 23.10?, Ubuntu Server 22.04 LTS or what? Did the *co...
null
[]
null
null
null
null
null
1498058
1
null
2023-12-25T03:18:33.490
0
49
<p>I recently installed Ubuntu Last week 12 23 2023 on a single NVME ssd 500GB.</p> <p>I was using it normally but some issues manifested:</p> <ol> <li>I can not uninstall steam ( wound up uninstalling since no game was available that I liked.</li> <li>I saw 10 new instances of Ubuntu under the BIOS</li> <li>I lost fil...
1755795
129271
2023-12-26T10:26:16.590
2023-12-26T10:26:16.590
Missing Files and Unusual Behavior
[ "grub2", "filesystem" ]
0
8
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T05:58:22.800", "id": "2624174", "postId": "1498058", "score": "0", "text": "Couple notes: - Tails is a strange choice for reading files, it's designed to avoid using local storage... might work still I guess. - baobab would need `sudo` or it could easily miss a lot ...
null
[]
null
null
null
null
null
1498059
1
null
2023-12-25T03:49:44.107
0
30
<p>I created an account for this.</p> <p>I have a brand new gaming laptop and am trying to install Ubuntu on it, but it keeps permanently disconnecting the wifi after I close it. Only when I power off then power back on the wifi adapter connects.</p> <p>I have tried this solution: <a href="https://askubuntu.com/questio...
1755800
1450948
2023-12-26T02:10:03.390
2023-12-26T02:10:03.390
Legion 5 laptop is permanently disconnected from wifi after suspending
[ "networking", "suspend", "hibernate" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T05:15:17.867", "id": "2624172", "postId": "1498059", "score": "0", "text": "You've not provided any Ubuntu product/release details; so we don't yet know what options are available to you. If you're using a LTS release, kernel stack choices exist; these change kernel...
null
[]
null
null
null
null
null
1498061
1
null
2023-12-25T05:15:32.963
0
70
<p>If so anyone have an example for gpio 2 button press</p>
1755808
null
null
2023-12-25T05:15:32.963
Does Ubuntu 23.10 support GPIO on raspberry pi 5 in Python
[ "python3", "raspberrypi", "23.10" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T19:31:42.570", "id": "2624231", "postId": "1498061", "score": "1", "text": "Please add details what you intent to achieve. The question is currently to broad and unclear.", "userDisplayName": null, "userId": "1661744" }, { "creationDate": "2023-12-27...
null
[]
null
null
2024-02-11T19:05:58.470
null
null
1498064
1
null
2023-12-25T07:10:00.913
0
142
<p>I am using the following command:</p> <p>sudo apt install --reinstall libxcb-xinerama0</p> <p>But, getting the following error:</p> <p>Package libxcb-xinerama0 has no installation candidates</p> <p>When I used the command 'apt-cache search libxcb-xinerama', prior to the above command, I didn't receive any output.</p...
1755820
null
null
2023-12-25T07:10:00.913
sudo apt install --reinstall libxcb-xinerama0 command not working
[ "apt" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T07:17:36.450", "id": "2624177", "postId": "1498064", "score": "1", "text": "Packages are built for specific releases; you've not told us yours, thus we cannot specifically help you. I did a search and found results for many releases (*including my own & all supporte...
null
[]
null
null
null
null
null
1498065
1
null
2023-12-25T07:30:49.423
1
35
<p>I have a few virtual machines from Amazon Lightsail and Linode all running Ubuntu 22.04.</p> <p>With Amazon, by default, the root login is disabled, public-key authentication is enabled and default user is <code>ubuntu</code>.</p> <p>With Linode, there's no default user and root login with password is enabled.</p> <...
1342547
1342547
2023-12-25T07:57:27.053
2023-12-25T07:57:27.053
sudo asks for password
[ "server", "sudo" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
2023-12-25T11:08:31.697
null
null
1498067
1
null
2023-12-25T07:58:09.583
0
40
<p>So i am trying to write a script for hardening Ubuntu based on CIS benchmarks, this is what recommended for /var:<a href="https://i.stack.imgur.com/RCYaG.png" rel="nofollow noreferrer">CIS benchmark details</a></p> <p>for testing purpose i have installed a new Ubuntu 22.04 in Vbox, <code>findmnt --kernel /var</code>...
1755730
null
null
2023-12-25T07:58:09.583
how to mount seperate partition for /var
[ "partitioning", "mount", "virtualbox", "fstab" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T04:44:10.760", "id": "2624291", "postId": "1498067", "score": "0", "text": "i tried the recommended method, theere its suggeted to create a seperate partition and then start with mounting, when i run ```sudo parted -l``` i only get ```/dev/sda``` partion and it wil...
null
[]
null
null
2023-12-26T18:24:31.227
null
null
1498069
1
null
2023-12-25T09:59:36.167
0
176
<p>So, I recently notices that on Ubuntu, programs are using way too much virtual memory. <a href="https://i.stack.imgur.com/nMeFg.png" rel="nofollow noreferrer">system monitor screenshot</a></p> <p>How is MS Edge even using 1.2 TERA BYTES?? of Virtual Memory.</p> <p>I've 16 GB physical memory and a 1TB NVMe SSD.</p> <...
1755848
null
null
2023-12-25T09:59:36.167
Way to high virtual memory usage
[ "22.04", "ram", "memory-usage" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T12:21:35.413", "id": "2624208", "postId": "1498069", "score": "1", "text": "Is this causing a problem?", "userDisplayName": null, "userId": "243321" }, { "creationDate": "2023-12-25T15:07:36.190", "id": "2624214", "postId": "1498069", "sc...
null
[]
null
null
null
null
null
1498070
1
null
2023-12-25T10:15:24.330
0
60
<p>I recently began using Ubuntu about 2-3 weeks ago and have encountered a significant issue with my location settings. When I check my physical location on my laptop, it shows me in a completely different place compared to my phone, which is on the same network and displays the correct location.</p> <p>Any assistance...
1755850
null
null
2023-12-25T10:15:24.330
Location problem
[ "security", "location" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T12:20:24.593", "id": "2624207", "postId": "1498070", "score": "2", "text": "Does your laptop have GPS hardware installed in it?", "userDisplayName": null, "userId": "243321" }, { "creationDate": "2023-12-25T15:25:17.577", "id": "2624216", "po...
null
[]
null
null
null
null
null
1498072
1
null
2023-12-25T11:06:59.553
0
180
<p>I have Ubuntu 22.04 on my laptop. I configured the L2TP vpn from UI and it worked. But suddenly it does not work anymore (I didn't change any configuration). I still can connect to VPN without any issues but there is no internet and no connection to servers that are in the same network. My colleagues that use the sa...
1440685
null
null
2023-12-26T00:48:38.040
L2TP / IPSec connection is succesfull but there is no internet and can't ping local adresses
[ "networking", "network-manager", "vpn" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T00:48:38.040", "id": "2624278", "postId": "1498072", "score": "0", "text": "I have the same problem on ZorinOS based on Ubuntu 22.04. I've tested all known 22.04 VPN issues found by Google - downgrding xl2tpd (LTO problem), using libreswan and strongswan but no succ...
null
[]
null
null
null
null
null
1498074
1
1499371
2023-12-25T12:04:08.997
0
84
<p>I actually joined the realm, but the problem is when I try to log in with an <em>Active Directory</em> user, I can't. I added the machine to the active directory via installation and everything is ok.</p> <p>running realm list:</p> <pre><code>AAA@grup2-ud1:~$ sudo realm list grup2.ZZZ.ZZZ type: kerberos r...
1755757
1755757
2024-01-02T15:22:30.680
2024-01-08T10:13:29.757
Trouble logging Active Directory from Windows Server 2022 to an Ubuntu Desktop 22.04 LTS
[ "permissions", "22.04", "login", "users", "active-directory" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<h1>Solution</h1>\n<p>I finally achieved it!</p>\n<p>The troubles I found and solved is the next:</p>\n<ul>\n<li>The hostname needs to have the AD domain: grup2-ud1.[domain AD]</li>\n<li>The package krb5-user needs to be installed and add <code>rdns=false</code> in <em>/etc/krb5.conf</e...
[ { "accepted": true, "body": "<h1>Solution</h1>\n<p>I finally achieved it!</p>\n<p>The troubles I found and solved is the next:</p>\n<ul>\n<li>The hostname needs to have the AD domain: grup2-ud1.[domain AD]</li>\n<li>The package krb5-user needs to be installed and add <code>rdns=false</code> in <em>/etc/krb5...
null
null
null
null
null
1498075
1
null
2023-12-25T12:09:34.377
0
100
<p>I'm developing something similar to <a href="https://activitywatch.net/" rel="nofollow noreferrer">ActivityWatch</a>, a daemon that keeps log of what I'm doing and when I was active at my desktop. I would like that to start when I log on and be killed when I log out or restart.</p> <p>There are basically two approac...
34154
null
null
2023-12-25T13:47:47.710
systemctl --user vs .config/autostart/*.desktop - when to use which?
[ "systemd", "autostart" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>In general, it would be better to use the autostart method if your application uses or relies on graphical resources. It should not start the app before the desktop is ready for apps to start.</p>\n<p>If you do use systemctl, it may be helpful to use an <code>after=something...
null
null
null
null
null
1498076
1
1498077
2023-12-25T12:21:37.187
0
150
<p>I used to encounter this error when I want to turn off or reboot my system.</p>
1755865
1755865
2023-12-25T12:24:30.807
2023-12-25T12:24:58.033
kvm exiting hardware virtualization
[ "shutdown", "virtualization", "kvm-virtualization", "reboot" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T19:28:18.410", "id": "2624229", "postId": "1498076", "score": "5", "text": "The actual error is missing in your post... Please also add details which Ubuntu release you are using.", "userDisplayName": null, "userId": "1661744" } ]
{ "accepted": true, "body": "<p>After many efforts, I was able to solve this problem with the below method</p>\n<p>1-</p>\n<pre><code>sudo rmmod kvm_intel\n</code></pre>\n<p>2-</p>\n<pre><code>sudo rmmod kvm\n</code></pre>\n<p>3-</p>\n<pre><code>sudo apt install libvirt-daemon-system\n</code></pre>\n<p>4-</p>\n<pre...
[ { "accepted": true, "body": "<p>After many efforts, I was able to solve this problem with the below method</p>\n<p>1-</p>\n<pre><code>sudo rmmod kvm_intel\n</code></pre>\n<p>2-</p>\n<pre><code>sudo rmmod kvm\n</code></pre>\n<p>3-</p>\n<pre><code>sudo apt install libvirt-daemon-system\n</code></pre>\n<p>4-</...
null
null
null
null
null
1498081
1
1498101
2023-12-25T15:26:37.553
1
1135
<p>When I do a command &quot;sudo apt update&quot; on Ubuntu 22.04.3, always occure this error :</p> <pre> W: https://dl.google.com/linux/chrome/deb/dists/stable/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg.d/mysql.gpg are ignored as the file has an unsupported filetype. W: http://security.ubuntu.com/ubunt...
1755887
null
null
2023-12-25T20:44:39.913
NO_PUBKEY and Some of The File Has an Unsupported Filetype
[ "updates", "mysql", "repository" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>Short answer:</p>\n<p>Delete the <code>mysql.list</code> then reinstall it.</p>\n<pre><code>sudo rm /etc/apt/trusted.gpg.d/mysql.gpg\nsudo rm /etc/apt/sources.list.d/mysql.list\n\nwget https://repo.mysql.com//mysql-apt-config_0.8.29-1_all.deb\nsudo apt install ./mysql-apt-config_0.8....
[ { "accepted": true, "body": "<p>Short answer:</p>\n<p>Delete the <code>mysql.list</code> then reinstall it.</p>\n<pre><code>sudo rm /etc/apt/trusted.gpg.d/mysql.gpg\nsudo rm /etc/apt/sources.list.d/mysql.list\n\nwget https://repo.mysql.com//mysql-apt-config_0.8.29-1_all.deb\nsudo apt install ./mysql-apt-con...
null
null
null
null
null
1498083
1
null
2023-12-25T15:44:53.957
0
119
<p>Error.install st . The problem was that your graphics card, GeForce GT 525M, has the Fermi architecture, which does not support Stable Diffusion.</p> <p>Does GeForce 525M support Stable Diffusion web UI and ComfyUI GUI for Stable Diffusion or even in Google Colab?</p>
1755889
94914
2023-12-27T16:27:16.137
2023-12-27T16:32:40.153
Does GeForce 525M support Stable Diffusion web UI and ComfyUI?
[ "software-installation", "gpu", "nvidia-geforce", "v-ram" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T16:22:58.843", "id": "2624218", "postId": "1498083", "score": "1", "text": "ehm the body does not make sense. and what is cnfyui? and afaik you need an RX for it so I'd say: no it does not", "userDisplayName": null, "userId": "15811" }, { "creationDa...
null
[ { "accepted": null, "body": "<p>Your GeForce GT 525M mobile graphics chip graphics processing unit does not support Stable Diffusion. The GeForce GT 525M mobile graphics chip was launched in 2011. It's too old for this GPU-intensive application.</p>\n<p>While the GPU is crucial, a decent CPU (preferably 8 c...
null
null
null
null
null
1498084
1
null
2023-12-25T15:45:16.983
0
22
<p>hope you are well.I usually use external HDD and it worked very well all the time, but today suddenly it stops and i disconnected it. After that when i connect it again my F drive is not mounting. I check it on windows and work perfectly. An unknown error occurred when mounting it. I'm using hp Elitebook 840 g5. Ple...
1753330
1753330
2023-12-25T15:47:13.133
2023-12-25T15:47:13.133
External HDD stops mounting just one drive
[ "mount", "hard-drive" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T19:30:20.300", "id": "2624230", "postId": "1498084", "score": "1", "text": "Was the disk in question last used on a Windows system with the \"Fast boot\" setting enabled?\n \nThe Windows \"Fast Boot\" setting leaves the disk partition in an undocumented, proprietar...
null
[]
null
null
null
null
null
1498085
1
null
2023-12-25T15:45:39.190
0
21
<p>Peace be upon you.</p> <p>I have this problem when I log to my laptop the monitor doesn't work but when I remove the display adapter separate the adapter from HDMI cable the plug everything together it works. I didn't have this problem before.</p> <p>Any idea how to fix it also i have txt message when booting I enab...
1755890
null
null
2023-12-25T15:45:39.190
External Monitor not working. HP ELITEBOOK G2 840 CORE I5 5TH GEN
[ "23.04", "23.10" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1498090
1
null
2023-12-25T17:01:54.907
0
190
<p>Ubuntu 22.04.3 LTS . The 2 terabyte USB drive is a WD &quot;my passport ultra&quot; The drive icon shows up but it doesn't mount. If I alt-click &quot;mount&quot; the result is &quot;Error mounting device at /dev/sdb2 at /media/carl/ExIsFat Can't read superblock on /dev/sdb2. The Disk info tool recognizes it ...
121475
null
null
2023-12-25T17:01:54.907
A 2TB drive won't mount (exfat), Ubuntu 22.04.3
[ "mount", "22.04", "hard-drive", "exfat" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T20:07:59.100", "id": "2624240", "postId": "1498090", "score": "1", "text": "I wonder if it is something to do with 4kn versus 512e sector size, similar to what's described here [Linux (exfat-fuse) is unable to read from GPT 4TB external exFAT disk](https://superuser...
null
[]
null
null
null
null
null
1498092
1
null
2023-12-25T17:34:23.497
0
117
<p>Have a Logitech Casa pop up desk (keyboard and trackpad). Using a Dell XPS 2-in-1 with Ubutnu 20.04. I've also got a Logtech MX keys and MX keys mini which both work fine.</p> <p>I was having issues getting either the trackpad of keyboard from the Casa set to pair with my computer. For the keyboard, the GIU would ju...
1094662
1094662
2023-12-25T20:35:23.983
2023-12-25T20:38:24.673
Logitech Casa pop up desk bluetooth pairing problems
[ "bluetooth" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Fixed by updating bluez to latest version.</p>\n<pre><code>https://www.bluez.org/download/\n\ntar xvf bluez-5.66.tar.xz \ncd bluez-5.66\nsudo apt-get install -y libusb-dev libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev\n./configure --enable-library\nmake...
null
null
null
null
null
1498093
1
null
2023-12-25T17:50:28.667
0
243
<pre><code>OS: Ubuntu 22.04.3 LTS (Jammy Jellyfish) Kernel: 6.2.0-1018-azure </code></pre> <p>I followed the sysdig <a href="https://github.com/draios/sysdig/wiki/How-to-Install-Sysdig-for-Linux#user-content-manual-installation" rel="nofollow noreferrer">setup guide for linux</a> but am not able to figure out how to r...
1755906
1755906
2023-12-25T18:01:16.613
2024-01-22T13:00:40.007
Unable to load the driver. Error opening device /dev/scap0
[ "drivers", "kernel", "22.04", "ubuntu-drivers" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>I also faced this issue. I ended up downloading Sysdig from github source <a href=\"https://github.com/draios/sysdig/releases\" rel=\"nofollow noreferrer\">https://github.com/draios/sysdig/releases</a>.</p>\n<p>After downloading and extracting the correct Sysdig version, go t...
null
null
null
null
null
1498096
1
null
2023-12-25T18:55:06.517
0
34
<p><br>I don't embrace linux and ubuntu very much. My question is <strong>simple</strong>. Is there a way to add on the top menu bar in the style of the existing &quot;Applications&quot; menu. So that it can be expanded. My goal is to create a tree of folders with images in them. It would be cool if when you hover over...
1755913
767056
2023-12-25T21:22:39.853
2023-12-25T21:22:39.853
Creating an Expandable Top Bar Menu with Tree Structure for Folders and (mayby) Image Previews in Ubuntu
[ "menu", "customization", "hud", "top-bar" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T19:24:34.843", "id": "2624226", "postId": "1498096", "score": "0", "text": "Please edit your question and add details a) which Ubuntu release you are using and b) which desktop environment. Especially information on the latter is important to know in order to see wh...
null
[]
null
null
null
null
null
1498098
1
null
2023-12-25T20:01:58.783
0
66
<p>A few days or weeks ago, something very strange happened in my daily work with <code>Ubuntu 22.04 LTS</code>. Suddenly my keyboard keys <kbd>D</kbd>, <kbd>R</kbd> and <kbd>Q</kbd> started to show a random behaviour.</p> <p>When I pressed the keys, not a single <code>d</code>, <code>r</code> or <code>q</code> was wri...
845469
null
null
2023-12-25T20:01:58.783
Sometimes, I cannot enter certain lowercase characters. What is wrong?
[ "22.04", "keyboard" ]
0
9
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T20:19:51.693", "id": "2624243", "postId": "1498098", "score": "0", "text": "Did you possibly log in entering your username in all-caps? If so, the system would then assume that you cannot enter lower-case characters and will give the described behavior.", "userD...
null
[]
null
null
null
null
null
1498102
1
null
2023-12-25T21:03:45.810
1
157
<p>Long story short, I attempted to follow a guide on youtube, <a href="https://www.youtube.com/watch?v=eTWf5D092VY" rel="nofollow noreferrer">Single GPU Passthrough Tutorial - KVM/VFIO</a>, and I'm running into difficulties when it concerns configuring linux on Ubuntu.</p> <p>The guide seems fairly straight-forward fo...
1755934
158442
2023-12-25T21:49:28.513
2023-12-25T21:49:28.513
Can these steps for setting up Fedora for iommu single gpu passthrough be translated for Ubuntu 22.04?
[ "grub2", "dracut" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T21:11:11.127", "id": "2624255", "postId": "1498102", "score": "1", "text": "Please reproduce the actual steps here in the post.", "userDisplayName": null, "userId": "158442" }, { "creationDate": "2023-12-25T21:43:51.737", "id": "2624260", "po...
null
[]
null
null
null
null
null
1498105
1
null
2023-12-25T21:39:49.250
0
203
<p>I am currently building a PC with an AMD Radeon 7800XT and planning to install Ubuntu 22.04.3.</p>
1755938
158442
2023-12-26T10:27:24.627
2023-12-26T10:27:24.627
What setup is required to use an AMD graphics card?
[ "22.04", "amd-graphics" ]
0
10
CC BY-SA 4.0
[ { "creationDate": "2023-12-25T21:42:31.783", "id": "2624259", "postId": "1498105", "score": "0", "text": "None? It tends to work out of the box. Can you elaborate a bit?", "userDisplayName": null, "userId": "653515" }, { "creationDate": "2023-12-25T21:57:16.193", "id": "26242...
null
[]
null
null
2024-01-04T17:59:41.333
null
null
1498107
1
1498185
2023-12-25T22:03:38.390
0
154
<p>I have Ubuntu on SSD, use it as my main OS, but want to install win10 on separate SSD for gaming and to learn how to do it:) Need some help (good videos/articles/guides/solved question) to do it properly with GRUB and etc. I don`t want to reinstall Ubuntu and don`t have much experience in such things. Thanks in adva...
1709944
1066942
2023-12-26T18:18:57.900
2024-03-17T23:19:15.270
Dual-boot windows and Ubuntu
[ "dual-boot", "20.04", "grub2", "windows", "ssd" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T01:08:41.180", "id": "2624277", "postId": "1498107", "score": "2", "text": "1. Disconnect the Ubuntu SSD and install Windows. 2. Reconnect the Ubuntu SSD, and boot from it using UEFI settings. 3. For dual boot to work, run `sudo update-grub` in Ubuntu.", "userDi...
{ "accepted": true, "body": "<ol>\n<li><p>Disconnect the Ubuntu SSD and install Windows.</p>\n</li>\n<li><p>Reconnect the Ubuntu SSD, and boot from it using UEFI settings.</p>\n</li>\n<li><p>For dual boot to work, run <code>sudo update-grub</code> in Ubuntu.</p>\n</li>\n</ol>\n", "commentCount": "0", "comments"...
[ { "accepted": true, "body": "<ol>\n<li><p>Disconnect the Ubuntu SSD and install Windows.</p>\n</li>\n<li><p>Reconnect the Ubuntu SSD, and boot from it using UEFI settings.</p>\n</li>\n<li><p>For dual boot to work, run <code>sudo update-grub</code> in Ubuntu.</p>\n</li>\n</ol>\n", "commentCount": "0", ...
null
null
null
null
null
1498108
1
null
2023-12-25T22:08:02.067
0
735
<p>I am running Ubuntu 22.04</p> <p>Can someone please explain to me what is happening here:</p> <pre><code>root@mail:~# pip3 install --user pyznap Command 'pip3' not found, but can be installed with: apt install python3-pip root@mail:~# apt install python3-pip Reading package lists... Done Building dependency tree... ...
780311
780311
2023-12-29T08:34:21.893
2024-01-02T06:22:20.543
Install python3-pip
[ "python3" ]
2
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-29T02:56:50.453", "id": "2624858", "postId": "1498108", "score": "0", "text": "The [`python3-pip` package in 22.04](https://packages.ubuntu.com/jammy-updates/all/python3-pip/filelist) provides `/usr/bin/pip`, `/usr/bin/pip3`, and `/usr/bin/pip3.10`. So I'd suggest che...
null
[ { "accepted": null, "body": "<p>You need to exit the root shell (to use the <code>--user</code> option), then run:</p>\n<pre><code>$ python3 -m pip install --user pyznap\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", ...
null
null
null
null
null
1498112
1
null
2023-12-25T23:12:48.890
1
139
<p>I am using 100W (20 Volt * 5 Amps) power delivery over USB-C to charge my laptop. When I write the <code>sensors</code> command this is what I get:</p> <pre><code>ucsi_source_psy_USBC000:001-isa-0000 Adapter: ISA adapter in0: 20.00 V (min = +5.00 V, max = +20.00 V) curr1: 3.25 A (max = +5.00 A) ...
344982
344982
2023-12-26T15:26:50.820
2023-12-26T15:26:50.820
USB-C Power Delivery can charge only at 65W even though the adapter is 100W
[ "power-management", "adapter", "usb-c", "charging" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1498113
1
null
2023-12-25T23:27:53.517
0
181
<p>Here are the specs of my PC:</p> <ul> <li><p>Asus Prime B350-Plus</p> </li> <li><p>Ryzen 7 5700X 3.4Ghz</p> </li> <li><p>DDR 3200 32GB</p> </li> </ul> <p>Here's an excerpt from the vmware.log file showing errors that I believe are causing my Windows 10 VM to crash:</p> <blockquote> <pre><code>2023-12-25T06:07:34.080...
1713113
1713113
2023-12-25T23:44:27.953
2023-12-25T23:44:27.953
Running VMware Workstation Pro 17 on Ubuntu 23.10 and getting I/O and memory errors that are causing Windows 10 (guest) to crash
[ "vmware", "23.10" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1498114
1
null
2023-12-26T00:20:15.350
1
87
<p>I've been using Chrome on Windows for years now, but that system won't boot anymore. I have a large collection of bookmarks that I'd like to transfer to Firefox on my new Ubuntu installation. The instructions I find online like <a href="https://askubuntu.com/q/309331/25325">this one</a> assume Chrome is installed ...
25325
25325
2023-12-26T19:39:18.143
2023-12-26T19:39:18.143
Import bookmarks into Firefox from Windows/Chrome?
[ "firefox", "google-chrome" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T22:23:41.110", "id": "2624437", "postId": "1498114", "score": "0", "text": "Maybe it will work when you try to load the JSON file as a backup copy of bookmarks in Firefox (Manage bookmarks -> Import and backup -> Restore -> Choose file) ? I'm not sure if the formats...
null
[]
null
null
null
null
null
1498118
1
null
2023-12-26T02:06:11.510
1
93
<p>Since upgrading to Ubuntu 23.10, bluetooth starts turned off on Gnome shell whenever I reboot or wake up from suspend. I need to go there and turn on the Bluetooth pill in the menu, while I believe this should start on by default (it worked like that in 23.04). Once its turned on, everything works just fine, but I h...
1660721
null
null
2023-12-26T02:06:11.510
Need to manually activate bluetooth at every boot/wake-up
[ "bluetooth", "gnome-shell", "systemd", "23.10" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2024-01-01T18:24:50.627", "id": "2625460", "postId": "1498118", "score": "0", "text": "Same issue here! But it started last week while I upgraded to 23.10 months ago.", "userDisplayName": null, "userId": "297583" } ]
null
[]
null
null
null
null
null
1498119
1
null
2023-12-26T02:58:51.117
0
210
<p>I'm installing Docker in a GCP Compute Engine VM, but I have some obstacles.</p> <p>This is my first time doing this, can anyone help.</p> <pre><code>fdtigermaster@fdtigermaster-dev-gcp-test:~$ sudo apt-get update Hit:1 http://us-central1.gce.archive.ubuntu.com/ubuntu mantic InRelease Hit:2 http://us-central1.gce...
1755962
425479
2023-12-26T11:34:53.153
2023-12-26T13:24:20.020
sudo apt update got 404 at GCP Compute Engine VM
[ "docker" ]
2
6
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T03:39:51.580", "id": "2624284", "postId": "1498119", "score": "3", "text": "Does this answer your question? [What can I do if a repository/PPA does not have a Release file?](https://askubuntu.com/questions/866901/what-can-i-do-if-a-repository-ppa-does-not-have-a-rel...
null
[ { "accepted": null, "body": "<p>Open a terminal an backup your repositories list.<br><code>cd /etc/apt</code><br><code>sudo nano sources.list</code> just so you can see what's in there.<br><code>sudo cp sources.list sources.list.backup</code><br>Then reset using this method<br><code>sudo apt-get install ppa...
null
null
null
null
null
1498122
1
null
2023-12-26T03:53:34.610
0
52
<p>I'm running LibreOffice writer 7.6.3.2 (x86_64) on</p> <ul> <li>Ubuntu 23.10 on Intel i5-8350U x 8</li> <li>with 32 GB of memory.</li> <li>Gnome Version 45.1</li> <li>Wayland windowing system.</li> </ul> <p>This one application seems to take a long time to load. I don't need Mail Merge for other fancy features. What...
1172388
null
null
2023-12-26T04:08:49.797
why does LibreOffice 7.6 Writer take a long time to load?
[ "libreoffice", "23.10" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T04:08:49.797", "id": "2624290", "postId": "1498122", "score": "1", "text": "Is your OS installed on an SSD or a mechanical Hard Drive? How full is your storage, home much of your ram is in use? Define \"long time to load.\" Are we talking 5 seconds, 50 seconds somet...
null
[]
null
null
null
null
null
1498129
1
null
2023-12-26T05:03:46.923
1
803
<p>I can't find an answer to what seems to be a simple question. I have a regular Chromebook. I'm new to Linux and just installed it today. I was following a guide that had me download a flatpack. I put in the command</p> <pre><code>flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo...
1755972
1450948
2023-12-26T13:14:08.410
2024-01-19T04:19:32.980
Flatpak system operation ConfigureRemote not allowed for user
[ "windows-subsystem-for-linux", "flatpak" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T05:27:37.463", "id": "2624293", "postId": "1498129", "score": "0", "text": "You've not provided any OS/release details; what Ubuntu product & what release of that product are you using? Ubuntu uses *deb* and *snap* packages by default; though *flatpak* and *appimag...
null
[ { "accepted": null, "body": "<p>Adding flathub for all users is not an allowed action. Try adding <code>sudo</code> to your command or only installing for one user.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": ...
null
null
null
null
null
1498131
1
null
2023-12-26T07:16:30.747
0
230
<p>I'm using Ubuntu 23.10 and having trouble with an &quot;IO Error&quot; that causes my VM to crash whenever I press the delete key for a bit too long. This wasn't a problem until two months ago. I'm not sure if it is caused by Ubuntu updates, VMware updates, or both.</p> <p>I want to try uninstalling VMware Workstati...
1713113
1713113
2023-12-26T07:23:52.370
2023-12-27T02:36:41.097
How do I completely uninstall VMware Workstation? No remaining files. Like it was never there
[ "vmware" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>the <code>apt-purge</code> command will go further than remove..</p>\n<p>try <code>sudo apt purge package_name</code> and see that this get you</p>\n<p>this purge command will delete also those configuration files this package/program would wrote on your system.. Best way to ...
null
null
null
null
null
1498132
1
1498153
2023-12-26T07:35:09.923
0
117
<p>I have installed homebrew with below instructions for ubuntu 22.04</p> <p><a href="https://owlhowto.com/how-to-install-homebrew-on-ubuntu-22-04/" rel="nofollow noreferrer">https://owlhowto.com/how-to-install-homebrew-on-ubuntu-22-04/</a></p> <p>Then I am able to install &quot;copa&quot; a Microsoft tool using comman...
1755989
1755989
2023-12-26T13:07:19.953
2023-12-26T14:17:13.093
why "sudo copa" command not working, while "copa" commands works
[ "command-line", "22.04", "sudo" ]
2
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T07:41:25.443", "id": "2624310", "postId": "1498132", "score": "1", "text": "Please [edit your question](https://askubuntu.com/posts/1498132/edit) to show us the complete output of `whereis copa`", "userDisplayName": null, "userId": "19626" }, { "crea...
{ "accepted": true, "body": "<p>For security reasons, read <a href=\"https://docs.brew.sh/FAQ#why-does-homebrew-say-sudo-is-bad\" rel=\"nofollow noreferrer\">Why does Homebrew say sudo is bad? FAQ.</a></p>\n<blockquote>\n<p>tl;dr Sudo is dangerous, and you installed TextMate.app without sudo anyway.</p>\n</blockquo...
[ { "accepted": true, "body": "<p>For security reasons, read <a href=\"https://docs.brew.sh/FAQ#why-does-homebrew-say-sudo-is-bad\" rel=\"nofollow noreferrer\">Why does Homebrew say sudo is bad? FAQ.</a></p>\n<blockquote>\n<p>tl;dr Sudo is dangerous, and you installed TextMate.app without sudo anyway.</p>\n</...
null
null
null
null
null
1498133
1
null
2023-12-26T07:40:32.047
0
148
<p>I have had no internet access in my new PC in the lab with Ubuntu 22.04 since day one. I looked up similar problem on internet. Tried many things. This (<a href="https://forums.linuxmint.com/viewtopic.php?t=366982" rel="nofollow noreferrer">https://forums.linuxmint.com/viewtopic.php?t=366982</a>) seems to be a probl...
1755987
null
null
2024-01-18T20:58:33.847
No internet access in Dell precision 3660 works station with Ubuntu 22.04
[ "drivers", "internet", "ethernet" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T16:47:24.263", "id": "2624395", "postId": "1498133", "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
[ { "accepted": null, "body": "<p>I was having a similar issue with Dell Precision 3660 and was able to fix it by doing the following:\n<a href=\"https://askubuntu.com/questions/1500568/remapped-hard-drive-to-new-pc/1500573#1500573\">Remapped hard drive to new PC</a>.</p>\n", "commentCount": "0", "com...
null
null
null
null
null
1498137
1
null
2023-12-26T08:11:22.067
0
262
<p>I am having some glitches in graphics in my Ubuntu 22.04 running on VirtualBox.</p> <p><img src="https://i.stack.imgur.com/nr66v.png" alt="Correct top panel" /></p> <p>This is what apps on the top panel should look like but what I am getting is this:</p> <p><img src="https://i.stack.imgur.com/0XkLx.png" alt="Distort...
1753607
1450948
2023-12-26T09:01:25.230
2023-12-26T09:01:25.230
graphics problem in ubuntu 22.04 on virtualbox
[ "22.04", "graphics", "virtualbox", "vmware" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1498138
1
null
2023-12-26T08:12:35.637
0
202
<p>It works fine when I power on it but if I restart it it would be stuck. when I looked at the logs it said <code>watchdog:bug: soft lockup.</code></p> <p><img src="https://i.stack.imgur.com/vcBhw.jpg" alt="This is the logs while restarting" /></p>
1755994
1450948
2023-12-26T16:53:42.583
2023-12-26T16:53:42.583
My ubuntu 22.04 is stuck on boot screen only when restarting
[ "boot", "screen", "reboot", "watchdog" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T13:19:17.943", "id": "2624350", "postId": "1498138", "score": "1", "text": "Does this answer your question? [NMI watchdog: BUG: soft lockup - CPU#2 stuck for 23s! \\[plymouthd:305\\]](https://askubuntu.com/questions/875173/nmi-watchdog-bug-soft-lockup-cpu2-stuck-for...
null
[]
null
null
null
null
null
1498140
1
null
2023-12-26T08:42:35.997
2
32
<p>Now I have two pages of icons if I click Activities in GNOME, represented by two dots. Since my screen is big, there is no need to use two pages to hold these icons; one page is enough. Do you know how to merge icons of Activities from two pages into one page? Thanks.</p> <p><a href="https://i.stack.imgur.com/5NKcF....
1747497
null
null
2023-12-26T08:42:35.997
How to merge icons of Activities from two pages into one page?
[ "gnome", "activities-overview" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T09:27:00.937", "id": "2624317", "postId": "1498140", "score": "0", "text": "have you tried dragging them to dot 1 page?", "userDisplayName": null, "userId": "739431" }, { "creationDate": "2023-12-26T09:58:20.040", "id": "2624321", "postId": "...
null
[]
null
null
null
null
null
1498145
1
null
2023-12-26T09:55:24.253
0
315
<p>Here are some info:</p> <p><strong>linux kernel</strong></p> <pre><code>uname -r 5.15.0-91-generic </code></pre> <p><strong>lspci</strong></p> <pre><code>lspci -nnk |grep -iA2 VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:a7a0] (rev 04) Subsystem: Lenovo Device [17aa:3c48] 00:04.0 ...
1756009
1083397
2023-12-28T14:18:45.300
2024-01-12T22:26:44.643
Ubuntu 20.04.5 LTS Unable to load Intel Iris Xe Graphics
[ "20.04", "intel-graphics" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T19:56:41.863", "id": "2624420", "postId": "1498145", "score": "0", "text": "https://dgpu-docs.intel.com/devices/iris-xe-max-graphics/index.html", "userDisplayName": null, "userId": "1083397" }, { "creationDate": "2023-12-26T19:56:49.280", "id": "...
null
[]
null
null
null
null
null
1498146
1
null
2023-12-26T09:56:11.810
0
218
<p>My current GNOME desktop looks like this:</p> <p><a href="https://i.stack.imgur.com/ccflw.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/ccflw.jpg" alt="enter image description here" /></a></p> <p>where the dock is below the desktop, and it is visible only after I click Activities.</p> <p>But I s...
1747497
1747497
2023-12-26T19:21:45.037
2023-12-26T19:21:45.037
How to change the looking of GNOME?
[ "gnome", "gnome-shell", "ubuntu-dock" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Go to <code>Settings &gt; Appearance</code> and navigate down to <code>Dock &gt; Position on screen`` after which select the down arrow and select </code>Left`.</p>\n<p>You can also select right if that would be your preference.</p>\n<p><a href=\"https://i.stack.imgur.com/6xs...
null
null
null
null
null
1498151
1
null
2023-12-26T10:36:47.277
0
93
<p>I have a machine in my home which I use as a test machine and host some of my services, and to access those services from outside of my home I installed a CloudFlare tunnel as well.</p> <p>Now after some time my server stopped responding, SSH connection showed time out, I cant access samba folders as well and cant a...
1078227
null
null
2023-12-26T11:59:34.573
SSH Connection Stop After Some Time But CloudFlare Tunnel Works
[ "networking", "server", "ssh" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1498152
1
null
2023-12-26T10:43:36.530
1
73
<p>I have a simple <code>matplotlib</code> script:</p> <pre class="lang-py prettyprint-override"><code>import matplotlib.pyplot as plt plt.plot([1, 2], [1, 2], c=&quot;b&quot;) plt.savefig(&quot;./fig.png&quot;) </code></pre> <p>When I run the script, the image is saved okay, but I get the following warnings:</p> <pre...
1078405
null
null
2023-12-26T10:43:36.530
Warnings when saving a figure with `matplotlib`
[ "python3", "gtk", "matplotlib" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1498158
1
null
2023-12-26T12:08:30.053
1
148
<p>I have tried the several steps and several times to build a Docker image for Ubuntu Desktop in container.</p> <p>My steps are as follows:</p> <ol> <li>Using the official Docker image of ubuntu:</li> </ol> <pre class="lang-shell prettyprint-override"><code>docker run -tid --name xrdp -p 3389:3389 ubuntu:latest </code...
1756028
null
null
2023-12-26T12:08:30.053
Errors during install GNOME Desktop in ubuntu Docker container, remote control with XRDP!
[ "gnome", "docker", "ubuntu-gnome", "xrdp", "container" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1498163
1
null
2023-12-26T12:32:04.927
0
48
<p>My Ubuntu server goes out of reach after sometime, mean I cant access it through samba and not even SSH works and Apache also shows exit code</p> <p>When I checked my journalctl I had found bunch of kernel: [UFW BLOCK] IN=wlp1s0 OUT</p> <p>Here is the log -</p> <pre><code>Dec 26 12:13:24 homeserver kernel: hid-gener...
1078227
null
null
2023-12-26T12:32:04.927
Getting Bunch Of kernel: [UFW BLOCK] IN=wlp1s0 OUT In Journctl
[ "networking", "kernel", "ufw" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T13:26:23.010", "id": "2624354", "postId": "1498163", "score": "0", "text": "Those look like UPnP responses from your router - see for example [packets from port 1900 to port 49125](https://serverfault.com/questions/904347/packets-from-port-1900-to-port-49125)", ...
null
[]
null
null
null
null
null
1498164
1
null
2023-12-26T12:35:15.063
0
67
<p>I am using Gnome Deja-dup to backup files on my machine and getting daily messages stating that &quot;backup failed&quot; and nothing more. Is there a log file somewhere to look for more information about the problem?</p> <p>I was able to find the duplicity log file at <code>~/.cache/deja-dup/duplicity.log</code> bu...
132022
132022
2023-12-26T22:11:34.513
2023-12-26T22:11:34.513
Backups failing
[ "deja-dup" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T19:22:24.777", "id": "2624416", "postId": "1498164", "score": "0", "text": "Can you try running `deja-dup` from the terminal and then attempting a backup to see if it gives you a specific error in the terminal's standard output?", "userDisplayName": null, "u...
null
[]
null
null
null
null
null
1498166
1
1498167
2023-12-26T12:54:44.340
0
66
<p>I've tried the different solutions listed in here:</p> <p><a href="https://askubuntu.com/questions/866901/what-can-i-do-if-a-repository-ppa-does-not-have-a-release-file">What can I do if a repository/PPA does not have a Release file?</a></p> <p>First solution: ppa-purge</p> <pre><code>sudo ppa-purge ppa:bashsenpai/c...
118740
94914
2023-12-26T12:56:29.497
2023-12-26T13:07:49.250
E: The repository 'http://ppa.launchpad.net/bashsenpai/cli/ubuntu focal Release' does not have a Release file
[ "apt", "package-management", "ppa" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>Use:</p>\n<pre><code>sudo add-apt-repository --remove ppa:bashsenpai/cli\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2023-12-26T13:07:49.250", "id": "1498167", "lastActivityDate":...
[ { "accepted": true, "body": "<p>Use:</p>\n<pre><code>sudo add-apt-repository --remove ppa:bashsenpai/cli\n</code></pre>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2023-12-26T13:07:49.250", "id": "1498167", ...
null
null
null
null
null
1498170
1
null
2023-12-26T13:57:50.507
1
1185
<p>I have a Dell XPS 13 which was running Ubuntu 22.04. Since I turned it on this morning, is not booting. It drops me into a BusyBox shell...</p> <pre><code>BusyBox v.1.30.1 (Ubuntu 1:1.30.1-7ubuntu3) built-in shell (ash) Enter 'help' for list of built-in commands. (initramfs) </code></pre> <p>I've tried a bunch...
827578
827578
2023-12-26T14:48:00.813
2023-12-26T14:48:00.813
ALERT! UUID=xxxx does not exist. `blkid` doesn't show output and disks not showing in `/dev/sd*/
[ "boot" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T14:04:28.380", "id": "2624364", "postId": "1498170", "score": "1", "text": "You should try to ls /dev/disk/by-uuid and see what the correct uuid is", "userDisplayName": null, "userId": "433789" }, { "creationDate": "2023-12-26T14:12:56.913", "id"...
null
[]
null
null
null
null
null
1498174
1
null
2023-12-26T14:31:57.007
1
191
<p>my Ubuntu Laptop reports a Goodix Fingerprint Reader</p> <pre><code>lsusb output: Bus 001 Device 004: ID 27c6:5385 Shenzhen Goodix Technology Co.,Ltd. Fingerprint Reader </code></pre> <p>and I found a driver (libfprint-2-tod1-goodix) which is reported to support the fingerprint readers with the modaliases <code>hwe(...
1756049
1756049
2023-12-26T14:34:12.553
2024-03-23T22:23:12.930
Fingerprint Reader Driver for Dell XPS 13 9370
[ "drivers", "usb", "22.04", "dell", "fingerprint-reader" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1498177
1
null
2023-12-26T16:02:05.903
1
298
<p>Using 22.04 on a laptop. I have XAMPP installed, but when I try to start XAMPP through Terminal, it says</p> <pre><code>Starting XAMPP for Linux 8.2.0-0... XAMPP: Starting Apache...fail. XAMPP: Another web server is already running. XAMPP: Starting MySQL...ok. </code></pre> <p>I was puzzled because there is no reas...
227495
227495
2023-12-27T12:05:14.687
2023-12-28T16:09:56.977
Apache starting automatically with the system
[ "22.04", "apache2", "security", "xampp" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>This is how a Debian system works and Ubuntu is derived from Debian.</p>\n<p>Once you installed a service, the service will be started unless that very specific service is setup differently (which is really rare).</p>\n<p>You can first stop it before trying to start XAMPP:</p...
null
null
null
null
null
1498181
1
null
2023-12-26T17:01:23.320
0
45
<p>Newbie here, I really have tried searching for a solution, but the responses are for older versions and just dont work with my issue. Using Ubuntu 22.04.3 LTS. Installed plex media server. When I attempt to add a media folder (/home/derek/desktop/TV) it doesnt show up. I navigate to /home/derek and there are no ...
1756074
null
null
2023-12-26T17:01:23.320
Trouble adding folder into plex
[ "plex" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T17:44:52.613", "id": "2624404", "postId": "1498181", "score": "0", "text": "found the answer at PLEX. Sorry for asking a dumb question. https://support.plex.tv/articles/200288596-linux-permissions-guide/", "userDisplayName": null, "userId": "1756074" }, ...
null
[]
null
null
null
null
null
1498182
1
null
2023-12-26T17:02:30.700
0
61
<p>I've installed Ubuntu on Virtual box, allocating 2 cores from my proccessor, 4 gb of ram and 25 gb of internal memory. However, it displays the &quot;aborted&quot; message and refuses to start. How can I solve it? <img src="https://i.stack.imgur.com/jD44c.png" alt="enter image description here" /></p>
1756077
13247
2023-12-26T17:47:33.630
2023-12-26T17:47:33.630
Ubuntu not starting on Virtual Box
[ "22.04", "virtualbox" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T17:19:27.380", "id": "2624400", "postId": "1498182", "score": "3", "text": "You must enable virtualization in your host machine's BIOS, as has been answered many, many times on this site.", "userDisplayName": null, "userId": "243321" }, { "creationDa...
null
[]
null
null
null
null
null
1498190
1
null
2023-12-26T19:36:00.083
4
251
<p>I have a Ubuntu 20.04 Desktop installation. I am unable to access internet or reach any servers by name. The DNS lookup is failing. DNS Servers are Windows DCs 10.0.1.22, 10.0.1.21 and two Cisco Umbrella proxy appliances 10.0.6.70,10.0.6.67</p> <pre><code>root@sdbuilder-NU591:/etc/network/interfaces.d# nmcli dev sho...
1655266
null
null
2023-12-26T20:44:24.753
dig works only when specifying a nameserver
[ "networking", "dns" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T20:15:45.017", "id": "2624424", "postId": "1498190", "score": "3", "text": "If you want to use systemd-resolve you have to turn off dnsmasq as it takes port 53 that local resolver of systemd-resolve needs. Other option is not to use systemd-resolve and manually prov...
null
[ { "accepted": null, "body": "<p>Ok, this was resolved using stopping <code>dnsmasq</code> service and using the <code>systemd-resolved</code> service.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2023-12-26T20...
null
null
null
null
null
1498191
1
null
2023-12-26T20:35:37.077
1
131
<p>I'm trying to connect to a sftp server in Files-application via Other Locations -&gt; Connect to Server.</p> <p>Every URL gets red immediately after entering ':' after the protocol (happens with every protocoltype not just sftp). (sftp OK; sftp: already red)</p> <p>I can connect to the sftp server via terminal and f...
1756107
767056
2023-12-27T03:07:48.260
2024-04-02T07:25:14.210
Cann't connect to 'Other Locations' on Ubuntu 20.04
[ "20.04", "files", "sftp" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-27T16:08:31.023", "id": "2624547", "postId": "1498191", "score": "0", "text": "I couldn't reproduce your problem. I booted from Ubuntu 20.04 ISO in a VM using the Try Ubuntu option. I entered the IP address of my computer as you have done, `sftp://192.168.0.127`. I got...
null
[ { "accepted": null, "body": "<p>reinstalled nautilus with apt\n<code>sudo apt remove nautilus</code>\n<code>sudo apt install nautilus</code></p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, "contentLicense": "CC BY-SA 4.0", "creationDate": "2023-12-27T21:26:39.897...
null
null
null
null
null
1498200
1
null
2023-12-26T22:37:43.867
0
82
<p>After a regretful bad power off, my Ubuntu instalation fails to boot, the error is: <code>Timed out waiting for device dev-disk-by\x2did-usb\x2dNORELSYS_1081CS1_0123456789ABCDE\x2d0:1.device (...)</code></p> <p>I've looked at other posts apparently related but following those guides gives more doubts, as the suggest...
1756122
1756122
2023-12-26T22:49:34.593
2023-12-26T22:49:34.593
Fail to boot, times out waiting for device,
[ "boot" ]
0
6
CC BY-SA 4.0
[ { "creationDate": "2023-12-27T05:11:20.857", "id": "2624479", "postId": "1498200", "score": "0", "text": "Does this help? -> https://www.google.com/search?q=norelsys+1081+usb+device", "userDisplayName": null, "userId": "289138" }, { "creationDate": "2023-12-27T11:33:49.243", ...
null
[]
null
null
null
null
null
1498202
1
null
2023-12-26T22:40:04.197
2
3298
<p>The VirtualBox that came from the Ubuntu repository while setting up my new 22.04 system a couple weeks back was virtualbox-qt 6.1.38. How can I upgrade the system to VirtualBox 7.0?</p> <p>According to the Oracle VirtualBox web site, &quot;<em>Version 6.1 will remain supported until December 2023</em>&quot;. That w...
1582926
331791
2024-01-04T01:18:36.587
2024-01-04T01:18:36.587
How to upgrade VirtualBox 6.1.38 to 7.0 on Ubuntu 22.04?
[ "upgrade", "virtualbox" ]
1
10
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T22:58:11.687", "id": "2624439", "postId": "1498202", "score": "0", "text": "Why do you need 7.0? Generally speaking part of the LTS deal is that the versions will remain stable over the lifetime of the release. Ubuntu (and Debian) will backport things when required....
null
[ { "accepted": null, "body": "<p>Essentially, the steps are:</p>\n<ol>\n<li><p>Uninstall the old version of VirtualBox:</p>\n<pre><code>sudo apt remove --purge --auto-remove virtualbox virtualbox-6.1\n</code></pre>\n</li>\n<li><p>Reboot</p>\n</li>\n<li><p>Add the VirtualBox repository:</p>\n<pre><code>echo &...
null
null
null
null
null
1498203
1
null
2023-12-26T23:00:55.667
1
181
<p>I'm using Ubuntu 22.04, Desktop.</p> <p>I always had a Monitor on the dedicated GPU (Nvidia) and one monitor on the internal GPU (Intel). Last one I only use for some youtube tutorials.</p> <p>However, I recently changed something in the Nvidia X Server Settings and created a <code>/etc/X11/xorg.conf</code> file.</p...
1186547
767056
2023-12-27T02:22:15.533
2023-12-27T02:22:15.533
Use dedicated GPU (Nvidia) and internal GPU (Intel) at the same time?
[ "drivers", "nvidia", "graphics", "multiple-monitors", "xorg" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-12-26T23:26:48.413", "id": "2624443", "postId": "1498203", "score": "1", "text": "There is a \"bumblebee\" project for Nvidia Optimus on laptops that'll allow the use of both cards - but it won't work on a PC. I haven't heard of anything else that you could use on two di...
null
[]
null
null
null
null
null