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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1488173 | 1 | 1488409 | 2023-10-06T08:56:10.733 | -2 | 493 | <p>I have two types of computers, on one hard disk type is NVME while other is generic hard disk.</p>
<p>I have a script to format the disk and then clean /wipe the disk with Scrub.</p>
<pre><code>sudo mkfs -F /dev/nvme0n1
sudo scrub /dev/nvme0n1
</code></pre>
<p>On generic hard disk (non-NVME disks), I have to modify... | 1737015 | 1737015 | 2023-11-01T09:43:01.810 | 2023-11-01T10:26:03.710 | Hard Disk Reference in Shell Scripts /dev/sda & /dev/nvme0 | [
"command-line",
"scripts",
"hard-drive",
"nvme"
] | 1 | 13 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T09:31:38.157",
"id": "2606495",
"postId": "1488173",
"score": "1",
"text": "What do you mean by \"disk 0\" or \"primary hard disk\"? The disk that the system boots from? The disk(s) that contains the partition(s) mounted on `/`? The former may not be the same as the... | {
"accepted": true,
"body": "<p>I assume you want to securely wipe the internal SSD/HDD of multiple computers after booting from an USB that runs the full version of Ubuntu. The full version allows installing additional software, while the live installation USB does not.</p>\n<h1>Step 1: Install <code>nvme-cli</cod... | [
{
"accepted": true,
"body": "<p>I assume you want to securely wipe the internal SSD/HDD of multiple computers after booting from an USB that runs the full version of Ubuntu. The full version allows installing additional software, while the live installation USB does not.</p>\n<h1>Step 1: Install <code>nvme-... | null | null | null | null | null |
1488174 | 1 | 1488189 | 2023-10-06T08:58:00.587 | 0 | 178 | <p>Sorry folks......</p>
<p>I'm stuck between a rock and hard place.</p>
<p>I have the Arduino IDE v 1.8.19 installed.
By SNAP I believe. Not sure and I'll explain later.</p>
<p>This version is OLD and it was suggested I upgrade to Version 2.x of the IDE.
It can co-exist with the other one.
I downloaded it, (zip forma... | 1142660 | null | null | 2023-10-07T20:17:02.847 | Software - SNAP and other things | [
"software-installation",
"snap-store"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>I'll answer each query in order</p>\n<ol>\n<li><p>Snap Packages are created separately from a software's release and they may not be made by the software's developer. Each time some software is updated the snap package must also be updated so people can get the latest version of the ... | [
{
"accepted": true,
"body": "<p>I'll answer each query in order</p>\n<ol>\n<li><p>Snap Packages are created separately from a software's release and they may not be made by the software's developer. Each time some software is updated the snap package must also be updated so people can get the latest version... | null | null | null | null | null |
1488176 | 1 | null | 2023-10-06T09:10:46.603 | 0 | 61 | <p>So I've been using Disks (or gnome-disks) to benchmark some drives I have plugged in including internal ones. When it does so it keeps a history of past marks so it's good to look back and check. This can be brought up by selecting the drive and opening the Benchmark option.</p>
<p>But what about external disks? The... | 1057281 | null | null | 2024-03-27T15:28:07.963 | Where does GNOME Disks store the Benchmark history? | [
"disk-management",
"gnome-disk-utility",
"benchmarks"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>They're stored in <code>by-id-<interface>-<device model>-<device serial number>.gnome-disks-benchmark</code> files under <code>~/.cache/gnome-disks/benchmarks</code>. Problem is it seems to keep only the last benchmark per device, and to my knowledge it prov... | null | null | null | null | null |
1488187 | 1 | 1488521 | 2023-10-06T10:33:06.353 | -1 | 1662 | <p>I have a Raspberry Pi 4.</p>
<p>I want to burn an SD card with Ubuntu Server 22.04, with ETH0 configured STATIC IP 192.168.0.10. NO DHCP. (SSH enabled)</p>
<p>Headless, meaning no screen, no keyboard, no mouse. Just power cable, sd card and ethernet cable. There is NO DHCP on the other side of the ethernet cable. I ... | 1733670 | null | null | 2023-10-10T06:26:32.233 | Raspberry Pi 4 - Ubuntu Server 22.04 - HEADLESS Static IP Configuration | [
"22.04",
"ethernet",
"raspberrypi",
"static-ip"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>It's functionally impossible to burn a Ubuntu 22.04 Server image on an SD card, and modifying a file on BOOT to give ETH0 a Static IP, while specifying a WETH0 ssid network to connect to.</p>\n<p>As far as I can tell, Ubuntu was designed to use DHCP on first startup, and was designed... | [
{
"accepted": true,
"body": "<p>It's functionally impossible to burn a Ubuntu 22.04 Server image on an SD card, and modifying a file on BOOT to give ETH0 a Static IP, while specifying a WETH0 ssid network to connect to.</p>\n<p>As far as I can tell, Ubuntu was designed to use DHCP on first startup, and was ... | null | null | null | null | null |
1488193 | 1 | null | 2023-10-06T11:41:38.857 | 5 | 1014 | <p>I have a webdav server containing thousands of files:</p>
<pre><code>└── Sync
├── 20180719_120823.jpg
├── 20180719_120933.jpg
├── 20190719_120955.jpg
├── 20190719_121023.jpg
├── 20190719_121032.jpg
├── 20190720_121037.jpg
├── 20190721_120823.mp4
├── 20190822_220013.jpg
└─... | 1737045 | 1737045 | 2023-10-06T13:40:27.680 | 2023-10-07T08:46:44.663 | Copying files to directories according the file name | [
"command-line",
"bash",
"filemanager",
"rename"
] | 3 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T11:47:48.390",
"id": "2606527",
"postId": "1488193",
"score": "0",
"text": "OK, so what part of this is giving you trouble? What do you have so far? Please show us what you have tried so we don't give you solutions that you know won't work.",
"userDisplayName": ... | null | [
{
"accepted": null,
"body": "<p>Something like this can be done in Bash:</p>\n<p>Where you have:</p>\n<pre><code>$ tree Sync/\nSync/\n├── 20180719_120823.jpg\n├── 20190719_120823.jpg\n├── 20190719_120920.jpg\n├── 20190720_121037.jpg\n├── 20190822_120823.jpg\n└── 20190822_120823.mp4\n\n1 directory, 6 files\n... | null | null | null | null | null |
1488196 | 1 | null | 2023-10-06T12:08:10.357 | 0 | 100 | <p>I have an Ubuntu 22.04 and I have Oracle VM VirtualBox 7.0.4 on it. I have created several VMs (all Linux VMs) on VirtualBox. I need DHCP to allocate same IP address to a particular VM. I installed the <code>isc-dhcp-server</code> package and made the changes to <code>/etc/dhcp/dhcpd.conf</code> but it allocates ... | 861299 | 1157209 | 2023-10-07T05:47:10.567 | 2023-10-07T05:47:10.567 | Making Ubuntu host allocate same DHCP IP address to same guest VM all the time | [
"networking",
"virtualbox",
"dhcp"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>If you have a pool declaration for a block of addresses reserved for regular DHCP allocation, then your MAC based declarations need to appear first in your <code>/etc/dhcp/dhcpd.conf</code>. Otherwise if a MAC based client already has an entry from the pool from the past, exp... | null | null | null | null | null |
1488197 | 1 | null | 2023-10-06T12:10:55.673 | 1 | 404 | <p>I’m wondering if anyone can point me in some direction. In our environment, we support a high number of Ubuntu 20.04 LTS desktops all in an air-gapped network. We have a mirror of the Ubuntu repositories in the air-gapped network that allows us to perform updates and installs of other packages in the repo.</p>
<p>Ov... | 1679256 | null | null | 2023-10-13T08:00:07.643 | Autoinstall Ubuntu 22.04 in Air Gapped network | [
"22.04",
"firefox",
"snap",
"autoinstall"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T12:23:48.767",
"id": "2606538",
"postId": "1488197",
"score": "1",
"text": "I've not experimented or used the autoinstall options for the `subiquity` or `ubuntu-desktop-installer` so I can't offer any help there; but I've read blogs from Alan Pope (*popey*) on downl... | null | [
{
"accepted": null,
"body": "<p>22.04.3 has a subiquity offline install flag, try that, I install servers in an air gapped env, so this has been a good improvement for us, I add our internal repos via post config mgmt tool, but this helps stop the installer bombing out randomly for package or repo related c... | null | null | null | null | null |
1488206 | 1 | null | 2023-10-06T14:10:51.060 | 0 | 321 | <p>I have used guide:-https://ubuntu.com/server/docs/install/netboot-amd64 to build PXE server and currently it is working.</p>
<p>I plan to build upon this and make an environment where diskless client is possible.</p>
<p>Steps done as of yet:-</p>
<ol>
<li>Setup a Client (installed ISO, file, software etc. ) to copy ... | 1728304 | null | null | 2023-10-12T11:15:39.913 | Diskless Booting - grub.cfg & NFS | [
"boot",
"grub2",
"kernel",
"nfs",
"pxe"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I found a solution and here it is for anyone trying to do the same.</p>\n<p><a href=\"https://i.stack.imgur.com/louL9.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/louL9.png\" alt=\"Solution\" /></a></p>\n<p>You also have to change initrd. Please foll... | null | null | null | null | null |
1488208 | 1 | null | 2023-10-06T14:29:18.483 | 3 | 169 | <p>When creating a new loop device with <code>udisksctl</code> (command below), I want Ubuntu to only create the device without mounting it automatically. How do I do this on Ubuntu 22.04, and why did this work on Ubuntu 20.04?</p>
<p>With 22.04, Ubuntu automatically also mounts the device (containing an ext4 partition... | 1106573 | null | null | 2023-10-06T14:29:18.483 | Stop automount of new loop device on Ubuntu 22.04 | [
"automount",
"udisks",
"loop-device"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T20:52:59.070",
"id": "2607207",
"postId": "1488208",
"score": "0",
"text": "As far i know the mountpoint is the same /media/$USER/filesystem -uuid/or lable-of-filesystem.",
"userDisplayName": null,
"userId": "966203"
},
{
"creationDate": "2023-10-11T... | null | [] | null | null | null | null | null |
1488209 | 1 | null | 2023-10-06T14:31:27.387 | 1 | 33 | <p>My laptop, running KUbuntu23.04 have about 2 hour battery life, and some weekdays I have lecture in a roll longer than 3 hour collectively. So I've been thinking of shutting everything down and keeping only the needed to see if I could get it through.</p>
<p>My imagination is that if I shutdown plasma somehow, I don... | 1707584 | null | null | 2023-10-06T14:37:35.280 | Shut down plasma desktop and everything to save power | [
"kubuntu",
"power-management",
"battery",
"desktop-environments"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488216 | 1 | null | 2023-10-06T15:01:14.760 | 0 | 381 | <p>I have just installed WSL for Windows 11. Getting this error Message</p>
<blockquote>
<p><3>WSL (10) ERROR: UtilTranslatePathList:2803: Failed to translate E:\app\Adnan\product\12.2.0\client_1<a href="https://i.stack.imgur.com/8p8F4.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/8p8F4.png" ... | 1736064 | null | null | 2023-10-06T15:01:14.760 | Strange Ubuntu Error Message on WSL Windows 11 | [
"22.04",
"windows-subsystem-for-linux"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T15:14:00.820",
"id": "2606570",
"postId": "1488216",
"score": "0",
"text": "The path shown seems to belong to an windows file. Contact Microsoft support",
"userDisplayName": null,
"userId": "124466"
},
{
"creationDate": "2023-10-06T15:40:44.667",
... | null | [] | null | null | null | null | null |
1488218 | 1 | null | 2023-10-06T15:32:40.007 | 1 | 186 | <p>I've recently installed Ubuntu as I want to leave Windows. I have an Epson ET-2815 printer. I see from the Epson website that they do not support Linux.</p>
<p>I've done a bit of research and found details of CUPS. I installed CUPS at the terminal following some previously published answers. Using <code>localhost:63... | 1728243 | 1157209 | 2023-10-06T17:34:22.317 | 2023-10-06T17:34:22.317 | New Ubuntu user struggling to add a printer | [
"drivers",
"printing",
"epson"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T18:23:48.223",
"id": "2606624",
"postId": "1488218",
"score": "0",
"text": "What app are you using to try and print? evince for instance will display a postscript file, but when trying to print, or even preview, will produce a blank page. Other programs like qpdfvi... | null | [] | null | null | null | null | null |
1488219 | 1 | null | 2023-10-06T15:44:24.797 | 0 | 4045 | <p>Hoping someone can help. I have been searching the web put failed find a solution that has helped.
I have recently updated my Ubuntu VM from version 20.04 to version 22.04. After the update was complete, I am no longer able to use winxserver to open a browser of the server on my local laptop screen. Luckly, I have a... | 1737117 | 1737117 | 2023-10-10T12:49:07.607 | 2024-04-04T00:05:30.680 | How to over come ssh error: cannot open display: localhost:11.0 | [
"ssh",
"firefox"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T19:14:41.247",
"id": "2606635",
"postId": "1488219",
"score": "0",
"text": "Comments are designed for US to ask YOU questions about your Question. You should [Edit] your question to add information. By updating your Question, and using the formatting buttons, you ma... | null | [
{
"accepted": null,
"body": "<p>I seem to have found a solution by continuing to search on google. Incase anyone else gets this issue in the future here is what I did.</p>\n<ol>\n<li>Open cygwin session on windows 11 laptop</li>\n<li>From there start the xserver running command <code># startxwin -- -listen ... | null | null | null | null | null |
1488221 | 1 | null | 2023-10-06T15:57:01.927 | 0 | 156 | <p>Hey everytime i try to apt install something i get an error</p>
<pre><code>dpkg: unrecoverable fatal error, aborting:
loading files list file for package 'linux-hwe-6.2-headers-6.2.0-33': cannot read /var/lib/dpkg/info/linux-hwe-6.2-headers-6.2.0-33.list (Input/output error)
E: Sub-process /usr/bin/dpkg returned an... | 1737131 | 289138 | 2023-10-06T16:29:31.077 | 2023-10-06T16:29:31.077 | Everytime i try to install something i get this error: dpkg: unrecoverable fatal error, aborting: | [
"apt",
"dpkg"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T16:34:06.803",
"id": "2606592",
"postId": "1488221",
"score": "1",
"text": "Try this: `$ sudo apt-get install --reinstall linux-hwe-6.2-headers-6.2.0-33` - it might be the remedy.",
"userDisplayName": null,
"userId": "289138"
}
] | null | [] | null | null | null | null | null |
1488224 | 1 | null | 2023-10-06T15:58:22.313 | 0 | 249 | <p>Picture of the GRUB output after looking into partition <code>(hd2,gpt5)</code>:</p>
<p><a href="https://i.stack.imgur.com/lV8UI.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/lV8UI.jpg" alt="enter image description here" /></a></p>
<p>So as you can see in the picture, I'm stuck in GRUB. I know w... | 1736477 | 1157209 | 2023-10-06T19:13:41.210 | 2023-10-06T19:13:41.210 | Stuck at GRUB menu on boot Ubuntu 22.04 | [
"boot",
"partitioning",
"grub2",
"22.04"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T17:22:23.113",
"id": "2606615",
"postId": "1488224",
"score": "0",
"text": "You don't need to set root = /dev/sda, instead you can use set root=(hd2,gpt5). If you are able to boot into Ubuntu. Try boot repair tool.",
"userDisplayName": null,
"userId": "86428... | null | [] | null | null | null | null | null |
1488229 | 1 | null | 2023-10-06T16:27:54.330 | 0 | 87 | <p>Recently I've installed gitea by snap, and snap runs gitea as a service,with root. I'd like to run gitea as non-root user, how can I do that?</p>
| 1023832 | null | null | 2023-10-06T16:27:54.330 | Can snap run a service as non-root user? | [
"snap"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488230 | 1 | null | 2023-10-06T16:35:08.517 | 0 | 55 | <p>I googled it and asked ChatGPT but can't solve this.</p>
<p>The issue that I'm trying to fix is that I can't see the virtual machine icon when a VM is running. The VirtualBox icon is working, but the launcher icon of the VM is blank. When I pass the mouse over it, it blinks but there are no "image" there.<... | 1737140 | 1157209 | 2023-10-07T04:21:41.080 | 2023-10-07T04:21:41.080 | VirtualBox icon not showing on launcher. Ubuntu 20.04.6 LTS | [
"virtualbox",
"icons",
"launcher",
"virtualization",
".desktop"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488231 | 1 | null | 2023-10-06T16:37:18.093 | 0 | 276 | <p>Three systems, two show ls /boot config-6.2.0-33-generic config-6.2.0-34-generic, The third shows config-6.2.0-32-generic config-6.2.0-33-generic. <code>uname -sr</code> is still Linux 6.2.0-33-generic.</p>
<p>I have rebooted third computer and run <code>sudo apt update && sudo apt upgrade</code> repeated t... | 903282 | 94914 | 2023-10-07T09:35:25.017 | 2023-10-07T18:21:14.123 | One of three systems doesn't upgrade to the latest kernel | [
"apt",
"upgrade",
"kernel"
] | 2 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T16:49:33.767",
"id": "2606605",
"postId": "1488231",
"score": "0",
"text": "Please read https://askubuntu.com/help/how-to-ask and https://askubuntu.com/help/formatting . Take the [tour].",
"userDisplayName": null,
"userId": "25618"
}
] | null | [
{
"accepted": null,
"body": "<p>You need to run <code>full-upgrade</code> on the third computer to upgrade kernel:</p>\n<pre><code>sudo apt update && sudo apt full-upgrade\n</code></pre>\n<p>You should probably look into configuring <a href=\"https://askubuntu.com/questions/9/how-do-i-enable-automat... | null | null | null | null | null |
1488233 | 1 | null | 2023-10-06T17:08:24.550 | 0 | 142 | <p>I have a (with Ubuntu,) bootable USB. But, if I boot to it, its automaticly boot to GRUB with no errors. It says;</p>
<pre><code>Loading GRUB...
Welcome To GRUB!
Entering rescue mode...
grub rescue>
</code></pre>
<p>I`m created the USB from Rufus 3.22.2009.</p>
<p>The Ubuntu version is 22.04.3 LTE (amd64).</p>
<p... | 1737151 | 68186 | 2023-10-06T20:40:30.860 | 2023-10-06T20:40:30.860 | Problems booting Ubuntu USB | [
"boot",
"grub2",
"grubrescue"
] | 0 | 19 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T17:15:47.963",
"id": "2606612",
"postId": "1488233",
"score": "1",
"text": "We need more information in order to help. Otherwise we can only guess. So please tell us about the computer: brand name and model; tell us which version and flavour of Ubuntu you are trying... | null | [] | null | null | null | null | null |
1488234 | 1 | null | 2023-10-06T17:27:20.840 | 0 | 159 | <p>I just installed Ubuntu 23.04 with btrfs installation
the point i do not think everything went great indeed I think the btrfs subvolumes are missing and i do not know how to fix this without losing data</p>
<p>At first I executed</p>
<pre><code>sudo btrfs subvolume list /
</code></pre>
<p>and the output was none, th... | 1056844 | 469152 | 2023-10-08T11:15:30.143 | 2023-10-08T11:15:30.143 | Unable to use timeshift after btrfs installation | [
"btrfs",
"timeshift"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T11:00:46.017",
"id": "2606927",
"postId": "1488234",
"score": "0",
"text": "Hello, I tought was quite obvious plus this issue is not so related to ubuntu version, can be ubuntu 22 if you wish or even ubuntu 18. Trying to keep this as less off topic as possible here ... | null | [] | null | null | null | null | null |
1488235 | 1 | 1488250 | 2023-10-06T17:27:54.670 | 0 | 118 | <p>I wanted to ask if a paid license must be acquired or any payment made when Ubuntu is used on a virtual server and a web application for commercial purposes is hosted on this server (built with Javascript, Php and Postgresql) to which several users would connect through their browsers with username and password. I a... | 1169448 | null | null | 2023-10-06T21:58:53.107 | Use of Ubuntu hosting a commercial web aplication | [
"server"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Oversimplified:</p>\n<ul>\n<li><p>Ubuntu is free to use for any commercial and non-commercial purposes. Ubuntu is offered with no warranty.</p>\n<p>Some users pay for optional additional support services. None pay for a "commercial use" license -- that does not exist.</p>\n... | [
{
"accepted": true,
"body": "<p>Oversimplified:</p>\n<ul>\n<li><p>Ubuntu is free to use for any commercial and non-commercial purposes. Ubuntu is offered with no warranty.</p>\n<p>Some users pay for optional additional support services. None pay for a "commercial use" license -- that does not exis... | null | null | null | null | null |
1488236 | 1 | null | 2023-10-06T17:31:53.450 | 0 | 61 | <p>Is there any way to user created in a container when i recreate a container?
I'm using Ubuntu image to create a container to ssh into to modify a few file.
I don't wan't to use the root user to ssh so i'm creating a user to ssh with and it's working but if i recreate the container, my user needs to be recreated.</p>... | 1718621 | null | null | 2023-10-06T17:31:53.450 | make user persistent on docker | [
"server",
"ssh",
"docker"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488238 | 1 | 1488384 | 2023-10-06T18:41:34.720 | -1 | 591 | <p>I have switch from EndeavourOS to Ubuntu 22.04 LTS for some reason related with my work. The thing is I have got few problems I haven't got on EndeavourOS (the last one was just ideal). So, the problems are:</p>
<ul>
<li><p>a notebook just doesn't turn off - after "waiting" rotation icon disappearing nothi... | 1737168 | 1737168 | 2023-10-08T13:40:02.203 | 2023-10-08T14:36:49.543 | 22.04 LTS, kernel and new hardware: how to deal with all these? | [
"drivers",
"kernel",
"lts"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T19:01:01.807",
"id": "2606629",
"postId": "1488238",
"score": "0",
"text": "Attach more system info: `inxi -Fxxrzc0` in terminal. `sudo apt install inxi` if command not found",
"userDisplayName": null,
"userId": "1592865"
},
{
"creationDate": "2023-1... | {
"accepted": true,
"body": "<p>Try 6.5 OEM kernel:</p>\n<pre><code>sudo apt install linux-oem-22.04d\n</code></pre>\n<p>Reboot.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-10-08T14:36:49.543",
"id": "1488384",
"lastA... | [
{
"accepted": true,
"body": "<p>Try 6.5 OEM kernel:</p>\n<pre><code>sudo apt install linux-oem-22.04d\n</code></pre>\n<p>Reboot.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-10-08T14:36:49.543",
"id":... | null | null | 2023-10-08T17:37:24.847 | null | null |
1488240 | 1 | null | 2023-10-06T18:56:23.777 | 0 | 345 | <p>Normally, I can source ~/.bash_profile file as oracle using this command, but when I created a new file named test for another instance.</p>
<pre><code>#!/bin/bash
# User specific environment and startup programs
# Oracle Settings
# User specific environment and startup programs
if ! [[ "$PATH" =~ "... | 1737166 | null | null | 2023-10-07T17:16:36.703 | unsuccessful source .bash_profile from a shell script | [
"bash",
"oracle"
] | 2 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The issue is almost certainly your unfortunate choice of name for the alias <code>export='cd /u02/backup/export'</code> - which overwrites the shell builtin of the same name.</p>\n<p>In particular, if your source the script a second time in the same shell, it will result in e... | null | null | null | null | null |
1488242 | 1 | null | 2023-10-06T19:45:12.093 | 0 | 149 | <p>I build my own computer systems from scratch and then load the latest version of Ubuntu Linux... how do I change the Hardware Vendor and Hardware Model information displayed by the hostnamectl command?</p>
| 612683 | null | null | 2023-10-06T19:45:12.093 | How to update the hardware vendor name and hardware model displayed by hostnamectl | [
"22.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488244 | 1 | null | 2023-10-06T20:33:34.643 | 0 | 18 | <p>im on unbuntu 22.04 lts. I have create a other configuration file .conf in /etc/nginx/sites-available and after this my website is down. But when i do the command to check nginx status is good, my configuration file is good too.</p>
<pre><code>server_tokens off;
server {
listen 80;
server_name domain.fr;
... | 1737185 | null | null | 2023-10-06T20:33:34.643 | Web server down but nginx status is good and configuration too | [
"server",
"apache2",
"nginx"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488246 | 1 | null | 2023-10-06T20:55:15.633 | 1 | 546 | <p><strong>Hello fellow FOSS-lovers.</strong></p>
<p>I have been using my current Ubuntu install on my main desktop at home for gaming and some software development since a few version back. I have had wonderful performance and usability with my AMD Radeon 7900XT card both in gaming and all the desktop work that i do. ... | 1737188 | null | null | 2023-10-06T20:55:15.633 | No Wayland after messing around with amdgpu-install for ROCM | [
"steam",
"wayland",
"amdgpu",
"beta"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T22:13:54.887",
"id": "2606669",
"postId": "1488246",
"score": "1",
"text": "Ubuntu 23.10 (*mantic*) doesn't yet exist; it's currently the *development* release Ubuntu *mantic* and remains that until it reaches RC state which isn't expected until after 5 October 2023... | null | [] | null | null | null | null | null |
1488251 | 1 | null | 2023-10-06T22:08:35.923 | 0 | 61 | <p>Whenever I sleep, shutdown, or even close the lid of my laptop, ubuntu freezes and I must manually restart with the power button. This started about a month or two ago.</p>
<p>I dual boot with Ubuntu and Windows 11.
6.2.0-33-generic
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename... | 1737193 | null | null | 2023-10-06T22:08:35.923 | Ubuntu freezes upon shutdown or closing of laptop, makes me force reboot with power button | [
"freeze"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T23:00:26.110",
"id": "2606673",
"postId": "1488251",
"score": "0",
"text": "Welcome to Ask Ubuntu. Firstly, please ensure that in the BIOS/UEFI that Secure Boot is disabled and that UEFI is enabled. Also make sure that Windows Fast Start is disabled in Windows.",
... | null | [] | null | null | null | null | null |
1488252 | 1 | null | 2023-10-06T22:20:55.893 | 0 | 300 | <p>I'm having trouble running Ubuntu for WSL2 in my Windows Terminal as a regular user.</p>
<p>Instead of getting a bash prompt I get the following, and I think it's because I have more than one Ubuntu Distro with the same name, see below:</p>
<p><strong>Windows Version:</strong>
Microsoft Windows [Version 10.0.19044.1... | 3756 | 158442 | 2023-10-07T02:37:49.397 | 2023-10-07T02:37:49.397 | "Cannot create a file when that file already exists" in Windows Terminal when opening WSL2? | [
"windows",
"windows-subsystem-for-linux"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-07T03:00:46.207",
"id": "2606692",
"postId": "1488252",
"score": "0",
"text": "Not sure about the different default distributions but following your link, it looks like they provided a solution. Did you try this? What looks promising is [this procedure that deletes the... | null | [] | null | null | null | null | null |
1488253 | 1 | null | 2023-10-06T22:44:37.857 | 3 | 17414 | <p>I've spent about 3 hours trying to find an answer to this. Any help would be greatly appreciated.</p>
<p>I am new to all of this.</p>
<p>According to the book I bought, I used "Visual Studio Code" to make a dockerfile. I named it Dockerfile and located it in my Projects folder</p>
<pre><code>D:\Programing\... | 1737197 | 1737197 | 2023-10-10T21:37:40.160 | 2024-01-16T10:32:32.790 | ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount3491017035/Dockerfile: no such file or directory | [
"docker"
] | 2 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-06T23:16:49.620",
"id": "2606674",
"postId": "1488253",
"score": "0",
"text": "Thanks for pointing out that oversite, as well as correcting the editing of my post",
"userDisplayName": null,
"userId": "1737197"
}
] | null | [
{
"accepted": null,
"body": "<p>It seems that the docker daemon is looking for a Dockerfile in your working directory to create your image. Please make sure that you have a file named Dockerfile (10 letters) in your working directory ($PWD/.).\nMaybe you named it as Dockefile or Dockerfiel etc.</p>\n",
... | null | null | null | null | null |
1488254 | 1 | 1488255 | 2023-10-06T23:16:02.240 | -3 | 168 | <p>I have an old HP laptop running on windows 8.1, the owner forgot his password so he tried resetting it with some commands like (enter+f1+Del) thats what he says, then the laptop reboots, on the process of rebooting the power went off due to low battery.
Now if you power on the laptop it will display
<strong>Boot Dev... | 1707240 | 1707240 | 2023-10-07T09:15:58.633 | 2023-10-07T09:15:58.633 | How to format old windows pc | [
"windows",
"laptop",
"windows-8",
"format",
"disk-formatting"
] | 1 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-07T00:00:31.890",
"id": "2606676",
"postId": "1488254",
"score": "3",
"text": "This site is for Ubuntu and its (official) flavors. Windows is not Ubuntu, Sorry but your question is off-topic here.",
"userDisplayName": null,
"userId": "767056"
},
{
"crea... | {
"accepted": true,
"body": "<p>Download and create a Ubuntu boot USB assuming you want to Install Ubuntu. Can you boot from that Ubuntu USB? If so that would allow you to reformat the drive that is there. Assuming you do NOT want to save any of the data for the previous owner.</p>\n",
"commentCount": "0",
"com... | [
{
"accepted": true,
"body": "<p>Download and create a Ubuntu boot USB assuming you want to Install Ubuntu. Can you boot from that Ubuntu USB? If so that would allow you to reformat the drive that is there. Assuming you do NOT want to save any of the data for the previous owner.</p>\n",
"commentCount": "... | null | null | null | null | null |
1488256 | 1 | null | 2023-10-07T00:12:23.010 | 0 | 64 | <p>Why are these empty files appearing in my home directory periodically?</p>
<pre><code>-rw-rw-rw- 1 ubuntu ubuntu 0 Jun 22 05:40 ip-172-31-15-<censored>-9e994000.13551491757067348536736786
-rw-rw-rw- 1 ubuntu ubuntu 0 Jun 22 05:45 ip-172-31-15-<censored>-dcb91000.13552798431720516204453119
-rw-r... | 1737205 | 1737205 | 2023-10-07T04:37:09.550 | 2023-10-07T04:37:09.550 | Empty network related files appearing in home directory periodically | [
"networking",
"22.04",
"aws"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-10T06:03:19.650",
"id": "2607255",
"postId": "1488256",
"score": "0",
"text": "This is not happening on my Ubuntu Server, so I'm guessing it's AWS specific.",
"userDisplayName": null,
"userId": "1066942"
}
] | null | [] | null | null | null | null | null |
1488265 | 1 | null | 2023-10-07T05:39:20.903 | 0 | 23 | <pre><code>E: Conflicting values set for option Signed-By regarding source https://download.virtualbox.org/virtualbox/debian/ focal: /usr/share/keyrings/oracle-virtualbox-2016.gpg !=
E: The list of sources could not be read.
E: Conflicting values set for option Signed-By regarding source https://download.virtualbox.or... | 1737244 | 614422 | 2023-10-07T05:42:58.083 | 2023-10-07T05:42:58.083 | i tried to install virtual box un ubuntu and now i cant do many things from my terminal | [
"14.04"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-07T05:46:51.270",
"id": "2606698",
"postId": "1488265",
"score": "1",
"text": "You have tagged 14.04, that version has been EOL for ages, What Ubuntu version are you really using ? I can see focal mentioned in the errors above, that is 20.04.",
"userDisplayName": n... | null | [] | null | null | null | null | null |
1488267 | 1 | null | 2023-10-07T06:29:43.510 | 0 | 29 | <p>I needed to make changes to dovecot.conf. However, there are 2 of them on my system -- similar, but different:</p>
<p><code>/etc/dovecot/dovecot.conf</code></p>
<p><code>/usr/share/dovecot/dovecot.conf</code></p>
<p>What's up? Which is the actual config file? Are they both being used?</p>
<p>Thanks.</p>
| 1737251 | null | null | 2023-10-07T06:29:43.510 | Mulitiple dovecot.conf files. Which is the actual configuration file? | [
"dovecot"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-07T08:19:29.830",
"id": "2606712",
"postId": "1488267",
"score": "0",
"text": "In all likelihood, I'd guess the one in `/usr/share` is either an example, or a base config file which is copied to `/etc` during the installation process with modifications based on selecti... | null | [] | null | null | null | null | null |
1488268 | 1 | null | 2023-10-07T06:53:01.710 | 0 | 63 | <p>I have Ubuntu 20.04. Recently I removed Python version 3.8.10 and reinstalled it while trying to get an Wemos board to work. It didn't succeed in the end, but that's not what's important right now.</p>
<p>After I removed Python a lot of default applications, such as text editor, image viewer and terminal disappeared... | 1130218 | null | null | 2023-10-07T06:53:01.710 | How can I fix the numerous issues that came from removing python | [
"20.04",
"python3"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-07T07:06:18.630",
"id": "2606706",
"postId": "1488268",
"score": "1",
"text": "The quickest method: reinstall without formatting.",
"userDisplayName": null,
"userId": "15811"
},
{
"creationDate": "2023-10-07T07:32:20.150",
"id": "2606707",
"post... | null | [] | null | null | null | null | null |
1488269 | 1 | null | 2023-10-07T07:05:41.687 | 0 | 55 | <p>I am new to Ubuntu, I searched for answer but with no luck. I have a HP LaserJet 1005 printer connected by USB interface to old HP laptop with Ubuntu Server 22.04 and CUPS. After installation and configuration I have a problem. Test page generator from web interface was sent to printer without error and job was comp... | 1737252 | 1157209 | 2023-10-07T11:04:30.660 | 2023-10-09T13:56:15.557 | CUPS server problem - sending page correctly but no printing | [
"server",
"printing",
"hp"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The problem has been solved - It is essential to install oryginal driver by installing hplip from repository and install the printer first.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creation... | null | null | null | null | null |
1488296 | 1 | null | 2023-10-07T13:39:08.673 | 1 | 133 | <p><a href="https://i.stack.imgur.com/IbtNF.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/IbtNF.jpg" alt="enter image description here" /></a><a href="https://i.stack.imgur.com/FiY97.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/FiY97.jpg" alt="enter image description here" /><... | 1737318 | 1737318 | 2023-10-07T15:19:08.873 | 2023-10-07T15:19:08.873 | New ipod on Rhythmbox | [
"ipod"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-07T13:43:27.953",
"id": "2606745",
"postId": "1488296",
"score": "3",
"text": "What format are the files in?",
"userDisplayName": null,
"userId": "907096"
},
{
"creationDate": "2023-10-07T14:31:25.723",
"id": "2606753",
"postId": "1488296",
... | null | [] | null | null | null | null | null |
1488303 | 1 | null | 2023-10-07T15:40:54.623 | -1 | 59 | <p>I've tried everything but nothing seem to work. I've also looked through examples already posted. Recently, I wiped my Mac and had to start over. Prior to that I saved some files so I wouldn't have to completely start over and one was an Ubuntu VM (22.04 lts. For whatever reason, I can't edit config files because I ... | 1737341 | 243321 | 2023-10-07T15:48:58.817 | 2023-10-07T15:55:29.140 | How to give root privileges to user | [
"permissions"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-07T15:54:08.450",
"id": "2606766",
"postId": "1488303",
"score": "2",
"text": "You path is wrong. Try /usr/local/share/doc/glances/glances.conf",
"userDisplayName": null,
"userId": "82196"
}
] | null | [
{
"accepted": null,
"body": "<blockquote>\n<p>ls -l /usr/local/share/doc/glances.conf</p>\n</blockquote>\n<p>is missing a <code>glances/</code>.</p>\n<p>If you want to edit do</p>\n<pre><code>sudo vi /usr/local/share/doc/glances/glances.conf\n</code></pre>\n",
"commentCount": "1",
"comments": [
... | null | null | null | null | null |
1488306 | 1 | null | 2023-10-07T15:59:23.307 | 0 | 384 | <p>I got a permission denied error running the command below:</p>
<pre><code>ubuntu@P1-AppServer:/var/www/html$ wget https://download.owncloud.com/server/stable/owncloud-complete-latest.tar.bz2
--2023-10-07 15:22:05-- https://download.owncloud.com/server/stable/owncloud-complete-latest.tar.bz2
Resolving download.owncl... | 1737348 | 1157209 | 2023-10-07T18:22:34.223 | 2023-10-07T22:26:28.597 | Permission denied error while trying to run wget for owncloud | [
"permissions",
"wget"
] | 2 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Don't use the website root directory to download files. Use your own Downloads directory.</p>\n<p>Basically your user 'ubuntu' does not have permissions to save in /var/www/html/ and it should not. That is for the webserver user.</p>\n<p>Do</p>\n<pre><code>cd ~/Downloads/\nwg... | null | null | null | null | null |
1488311 | 1 | 1503164 | 2023-10-07T16:19:58.787 | 0 | 88 | <p>It seems to only occur in certain apps. The cursor appears larger in some windows/apps, yet in others, such as Firefox (snap), it maintains its expected size.</p>
<p>Why is this happening, and how can I resolve it?</p>
| 817301 | 158442 | 2023-10-07T16:21:33.093 | 2024-02-11T12:10:26.163 | Why is my mouse bigger when I'm in Nautilus? How can I fix it? (Ubuntu 22.04) | [
"22.04",
"mouse"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Same user here. Seems like an issue with resolution taken by these apps (not sure in which way). I changed my resolution to 720p and then again to 1080p, and mouse seems fixed in these apps I mentioned.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
... | [
{
"accepted": true,
"body": "<p>Same user here. Seems like an issue with resolution taken by these apps (not sure in which way). I changed my resolution to 720p and then again to 1080p, and mouse seems fixed in these apps I mentioned.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedD... | null | null | null | null | null |
1488314 | 1 | null | 2023-10-07T17:01:17.760 | 0 | 121 | <p>My laptop has windows 7 and ubuntu 20.04lts on it - when I turn it on, there's always the 'boot menu' thing. Old hard drive works fine, but I bought a new bigger drive (windows running low on disk space) and partitioned it just like the old hard drive, just with bigger partitions.</p>
<p>Used ubuntu 20.04lts install... | 789265 | 789265 | 2023-10-08T13:12:57.157 | 2023-10-08T13:12:57.157 | NEW LAPTOP HARDDRIVE won't go to the linux menu thing for booting to differing OS's | [
"dual-boot",
"20.04",
"hard-drive",
"windows-7"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T00:52:54.170",
"id": "2607039",
"postId": "1488314",
"score": "0",
"text": "Installed MX linux on sda6, got grub back (praise to God!) and can now at least boot to ubuntu and MX, but win 7 is a bust - won't boot win 7 and grub thinks its on both sda1 (recovery) and ... | null | [
{
"accepted": null,
"body": "<p>Windows 7 has passed end of life. I would suggest that you don't connect it to the internet, because there are no security updates against new malware.</p>\n<h3>Easy solution</h3>\n<ul>\n<li>An easy solution would be to keep the personal files in some kind of backup (maybe si... | null | null | null | null | null |
1488336 | 1 | null | 2023-10-07T20:22:57.077 | 0 | 429 | <p>I can't boot on Ubuntu anymore and I'm not sure why.
The only information I have are those messages in the console.</p>
<pre><code>[0.270919] ACPI BIOS Error (bug): Could not resolve symbol [SB.PCIO.GPP7.U POO.DP40.UP00.DP68], AE_NOT_FOUND (20221020/dswload2-162)
[ 0.270935] ACPI Error: AE_NOT_FOUND, During name loo... | 1737375 | null | null | 2023-10-07T20:22:57.077 | Can't boot on Ubuntu 22.04 LTS | [
"boot",
"drivers",
"22.04",
"startup"
] | 0 | 11 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-07T20:34:19.187",
"id": "2606821",
"postId": "1488336",
"score": "0",
"text": "Yes, it might be a graphic driver issue. Maybe the latest upgrade of the linux kernel caused a problem for your computer's graphics. I guess that you still have the previous kernel, and you ... | null | [] | null | null | null | null | null |
1488339 | 1 | null | 2023-10-07T22:29:01.480 | 0 | 29 | <p>I'm new to Ubuntu and Linux as a whole. I accidentally deleted snap and tried to reinstall it, but I've also been having issues installing other packages.
After inputting <code>sudo apt install snapd</code>, I get the message:</p>
<pre><code>Package snapd is not available, but is referred to by another package.
This... | 1737399 | null | null | 2023-10-07T22:29:01.480 | E: Package 'snapd' has no installation candidate. Snap not installed and is not available | [
"apt"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-07T22:36:29.247",
"id": "2606854",
"postId": "1488339",
"score": "1",
"text": "Looks like you've deleted a lot more than snap.",
"userDisplayName": null,
"userId": "20054"
},
{
"creationDate": "2023-10-07T22:40:14.140",
"id": "2606855",
"postId"... | null | [] | null | null | 2023-10-07T23:39:25.507 | null | null |
1488341 | 1 | 1488855 | 2023-10-07T22:56:11.317 | 0 | 594 | <p>When I launched virt-manager in Ubuntu under GNOME I was presented with a dialogue:</p>
<pre><code>Virtual Machine Manager wants to inhibit shortcuts.
You can restore shortcuts by pressing Super+Escape.
Deny? Allow?
</code></pre>
<p>I accidentally chose <code>Deny</code>. How do I get this dialogue to reappear so ... | 1538474 | null | null | 2024-01-21T12:55:45.983 | How do I inhibit shortcuts for Virtual Machines | [
"gnome",
"shortcut-keys",
"virtualization",
"virt-manager"
] | 2 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T09:58:19.833",
"id": "2606918",
"postId": "1488341",
"score": "0",
"text": "'You can restore shortcuts by pressing Super+Escape.' - I assume you tried that and it didn't work?",
"userDisplayName": null,
"userId": "29073"
}
] | {
"accepted": true,
"body": "<p>This won't get the dialogue back, but in essence it chooses the <code>Allow</code> option originally mentioned:</p>\n<pre><code>flatpak permission-set gnome shortcuts-inhibitor virt-manager.desktop GRANTED\nflatpak permission-set gnome shortcuts-inhibitor virt-viewer.desktop GRANTED\... | [
{
"accepted": true,
"body": "<p>This won't get the dialogue back, but in essence it chooses the <code>Allow</code> option originally mentioned:</p>\n<pre><code>flatpak permission-set gnome shortcuts-inhibitor virt-manager.desktop GRANTED\nflatpak permission-set gnome shortcuts-inhibitor virt-viewer.desktop ... | null | null | null | null | null |
1488342 | 1 | null | 2023-10-07T23:51:02.080 | 0 | 294 | <p>I can get a 4K 60Hz refresh rate to work on an Ubuntu Wayland session. I do have a monitor, graphics card, and HDMI cable that all support 4K 60Hz refresh rates (they all work fine in Windows).</p>
<p>At first everything works fine on my system, but eventually videos start playing at double speed, and the voice on a... | 1538474 | null | null | 2023-10-07T23:51:02.080 | 4K 60Hz refresh rate only works intermittently in Wayland and X11 | [
"graphics",
"xorg",
"hdmi",
"monitor",
"wayland"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488344 | 1 | null | 2023-10-08T01:12:38.713 | 1 | 841 | <p>Recently, Thunderbird updated to 115.3.1 when I wasn't looking. Sudenly there's a new icon, but also a new problem. The problem is that it can't download emails from my mail server. The server does not recognize my password, even though I've typed it in innumerable times.</p>
<p>Any help?</p>
<p>ETA: Here's all the ... | 1737413 | 767056 | 2023-10-08T18:58:20.957 | 2023-10-08T18:58:20.957 | Thunderbird 115 not working | [
"email"
] | 0 | 9 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T04:29:21.897",
"id": "2606879",
"postId": "1488344",
"score": "0",
"text": "I didn't change anything. I didn't even try to update Thunderbird. It happened all on its own. The password is one that I've used for years.",
"userDisplayName": null,
"userId": "173... | null | [] | null | null | null | null | null |
1488347 | 1 | null | 2023-10-08T04:29:08.090 | 0 | 36 | <p>I've recently made the switch over to kubuntu on main system from windows.</p>
<p>Downloaded steam and most of games. Set a new partition on secondary nvme (/dev/nvme1n1). On the primary /dev/nvme0n1 set a swap of 31 GiB</p>
<p>I am booting into emergency mode after restarting the system. Was able to access the part... | 1737428 | 1737428 | 2023-10-08T04:30:19.390 | 2023-10-08T04:30:19.390 | Kubunutu Booting into emergency mode 22.04.3 LTS | [
"partitioning",
"mount",
"kubuntu",
"swap"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T04:34:39.573",
"id": "2606880",
"postId": "1488347",
"score": "0",
"text": "See this answer for how to deal with emergency mode: https://askubuntu.com/a/1470673/243321",
"userDisplayName": null,
"userId": "243321"
},
{
"creationDate": "2023-10-08T07:... | null | [] | null | null | null | null | null |
1488348 | 1 | null | 2023-10-08T04:50:11.407 | 0 | 119 | <p>I am a beginner in Ubuntu and I just set up the Ubuntu environment. I am trying to set up wifi for my Macbook pro-2020(with intel core chips).
Here is some details that shows up when I run the command lspci -vvnn | grep -A 9 Network on terminal:</p>
<pre><code>e5:00.0 Network controller [0280]: Broadcom Inc. and sub... | 1737432 | null | null | 2023-10-08T04:50:11.407 | Macbook 2020 with intel chips, setting up wifi for Ubuntu | [
"wireless",
"macbook-pro"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T05:28:34.500",
"id": "2606889",
"postId": "1488348",
"score": "0",
"text": "If it uses T2, you're better off running this: https://t2linux.org/",
"userDisplayName": null,
"userId": "1592865"
}
] | null | [] | null | null | null | null | null |
1488349 | 1 | null | 2023-10-08T04:56:05.657 | 1 | 217 | <p>Since my laptop is equipped with dual GPU (AMD onboard graphics and an RTX 3060), it seems that the system can't even detect the 3060 chip, because when I use the <code>lspci | grep VGA</code> command, I only see the AMD GPU.</p>
<p>How can I solve this? thank you in advance</p>
| 1737435 | 618353 | 2023-10-12T08:16:08.703 | 2023-10-12T08:19:05.150 | Ubuntu does not detect RTX 3060 GPU | [
"nvidia",
"22.04",
"gpu"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T05:43:21.450",
"id": "2606890",
"postId": "1488349",
"score": "1",
"text": "Alt 1: See if the onboard gfx can be turned off in BIOS/UEFI hardware setup. From your writing it seems to be stopping any subsequent GPU from initializing.",
"userDisplayName": null,
... | null | [
{
"accepted": null,
"body": "<p>I have managed to solve this. By looking into the BIOS I found that only the AMD onboard graphics card (which cannot be disabled) is recognized, not the NVIDIA.</p>\n<p>Thus I went to the website and updated the BIOS with a flash disk. This time, however, the BIOS shows the i... | null | null | null | null | null |
1488351 | 1 | null | 2023-10-08T06:35:02.127 | 0 | 1083 | <p>This is the netplan config I've been attempting to use:</p>
<pre><code>network:
version: 2
renderer: networkd
ethernets:
enp4s0:
dhcp4: false
addresses: [192.168.70.79/24]
routes:
- to: default
via: 192.168.70.1
nameservers:
addresses: [1.1.1.1, 8.8.8.8]
</... | 1737344 | 1737344 | 2023-10-09T02:17:03.327 | 2023-10-09T02:17:03.327 | Unable to setup a static ip address on Ubuntu Server 22.04.3 LTS | [
"networking",
"server",
"static-ip"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T02:25:40.547",
"id": "2607046",
"postId": "1488351",
"score": "1",
"text": "Welcome to Ask Ubuntu. This is a question answer site. I am glad you solved the problem. However, please don't put the answer inside the question. Please click the **Answer Your Own Question... | null | [
{
"accepted": null,
"body": "<p>This configuration should work.</p>\n<pre><code>network:\n version: 2\n ethernets:\n enp4s0:\n addresses:\n - 172.168.70.79/24\n dhcp4: false\n routes:\n - to: default\n via: 192.168.70.1\n nameservers:\n addresses:\n - 1.... | null | null | null | null | null |
1488354 | 1 | null | 2023-10-08T07:03:14.157 | 0 | 284 | <p>I'm using asus vivobook of model M515D. i had ubuntu 22.04 earlier dual booted with windows 11 but the ubuntu got corrupted so i decided to delete and reinstall ubuntu 22.04.3 LTS Alongside with windows 11. After booting i found a error that wifi adaptor is not found. Can anyone help me with this please. I'm not a c... | 1710590 | null | null | 2023-12-10T15:00:05.197 | WIFI adaptor is not found in ubuntu 22.04.3 LTS in asus vivobook 15 amd ryzen 7 | [
"boot",
"networking",
"drivers",
"dual-boot",
"asus"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T07:11:38.550",
"id": "2606903",
"postId": "1488354",
"score": "0",
"text": "Attach more system info: `sudo apt install inxi` and then `inxi -Fxxrzc0` in terminal",
"userDisplayName": null,
"userId": "1592865"
}
] | null | [] | null | null | null | null | null |
1488355 | 1 | null | 2023-10-08T07:40:12.923 | 1 | 283 | <p>My installation of Ubuntu in WSL fails to render Unicode text. Below is a screenshot from <a href="https://sa.wikipedia.org/wiki/%E0%A4%AE%E0%A5%81%E0%A4%96%E0%A5%8D%E0%A4%AF%E0%A4%AA%E0%A5%83%E0%A4%B7%E0%A5%8D%E0%A4%A0%E0%A4%AE%E0%A5%8D" rel="nofollow noreferrer">Sanskrit Wikipedia</a>.</p>
<p>How should I fix it?<... | 969855 | null | null | 2023-10-08T07:40:12.923 | Unicode text does not render in WSL Ubuntu | [
"fonts",
"windows-subsystem-for-linux",
"unicode",
"utf-8"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T07:58:25.430",
"id": "2606908",
"postId": "1488355",
"score": "1",
"text": "What browser do you use here? (In Microsoft Edge, and in Chrome, I do not see a problem. Also from what OS are your starting this browser, (just to make the question [on-topic](https://ask... | null | [] | null | null | null | null | null |
1488359 | 1 | null | 2023-10-08T08:27:07.377 | 1 | 50 | <p>I've got Lubuntu 22.04 (Ubuntu with LXQT), NVIDIA GM108M [GeForce 940MX] graphics card and <code>535.54.03</code> driver. From past few months <em>Apply Changes</em> and <em>Revert</em> buttons are grayed out in <em>Software Sources - Additional Drivers</em>, so I am stuck to <code>nvidia-driver-535</code> option. T... | 914298 | 1460940 | 2023-10-08T08:34:52.357 | 2023-10-08T08:34:52.357 | Software Sources - Additional Drivers - Apply and Revert buttons grayed out | [
"lubuntu",
"software-sources",
"nvidia-geforce",
"additional-drivers",
"lxqt"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488361 | 1 | null | 2023-10-08T09:03:38.713 | 0 | 59 | <p>Fresh installation of Ubuntu 23.04 on a tablet with a keyboard+trackpad.
Right from the start, on the touchpad, the three-fingers swipe up does not open Activities. The three-fingers tap does.</p>
<p>I am confused, this is a fresh installation of Ubuntu, I should be getting the default Gnome behavior, right?</p>
<p>... | 1737463 | null | null | 2023-10-08T09:03:38.713 | Touchpad Gestures from fresh installation not the ones expected. Help! | [
"touchpad",
"23.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488362 | 1 | null | 2023-10-08T09:32:52.100 | 0 | 153 | <p>I'm getting the following error in my terminal:</p>
<pre class="lang-none prettyprint-override"><code>bash: export: `LS_COLORS#': not a valid identifier
</code></pre>
<p>My <code>~/.bashrc</code> file looks like this:</p>
<pre><code># ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/exa... | 1734113 | 618353 | 2023-10-10T11:41:15.730 | 2023-10-10T11:41:15.730 | bash: export: `LS_COLORS#': not a valid identifier | [
"command-line",
"20.04",
"bash",
"scripts",
"bashrc"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T10:46:27.337",
"id": "2606926",
"postId": "1488362",
"score": "2",
"text": "Since I don't see an occurrence of `LS_COLORS` in the body of the .bashrc file, likely the error comes from one of the 3 files that you `source` at the end",
"userDisplayName": null,
... | null | [
{
"accepted": null,
"body": "<p>It looks like there is an unintended <code>#</code> character there, which we should remove. Once we remove the <code>#</code> character, we must save the file, and restart our terminal or run the <code>source ~/.bashrc</code> command to apply the changes. In the end, the ~<c... | null | null | null | null | null |
1488364 | 1 | null | 2023-10-08T09:58:31.090 | 1 | 209 | <p>Hello here is my problem:</p>
<h2>Status:</h2>
<p>I try to start my NAS-System (Odroid-H2-Hardware). It goes until start screen of ubuntu an then switches to the emergency mode:</p>
<pre><code>[ 0.2814999] x86/cpu: SGX disabled by BIOS.
/dev/nvme0n1p2: recovering journal
/dev/nvme0n1p2: clean, 254561/15237120 fil... | 1737402 | 1737402 | 2023-10-08T11:01:56.233 | 2023-10-08T11:01:56.233 | Ubuntu not booting properly ufter update to new Ubuntu version | [
"boot",
"22.04",
"fstab"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488365 | 1 | 1488387 | 2023-10-08T10:10:38.460 | 9 | 2406 | <p>I have two old machines that I use as file servers. The first one has a <a href="https://www.gigabyte.com/Motherboard/GA-G41M-Combo-rev-20#ov" rel="noreferrer">GIGABYTE GA-G41M-Combo (rev. 2.0)</a> with an <a href="https://ark.intel.com/content/www/us/en/ark/products/36500/intel-core2-duo-processor-e7400-3m-cache-2-... | 578979 | 578979 | 2023-10-08T11:38:07.343 | 2023-10-09T14:24:29.107 | How can I make onboard PC speaker beep on Ubuntu Server 22.04.3 LTS? | [
"command-line",
"server",
"22.04"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T11:24:46.847",
"id": "2606930",
"postId": "1488365",
"score": "1",
"text": "Please [edit] your question and tell us: What happens when you run `sudo modprobe pcspkr`? Any errors? What is the output of running `lsmod | grep pcspkr` after running the `modprobe` comman... | {
"accepted": true,
"body": "<p>After many hours of researching, I ended up with this solution...</p>\n<ol>\n<li><p>Install "<strong>beep</strong>" by running <code>sudo apt-get install beep</code>.</p>\n</li>\n<li><p>Run <code>sudo nano /etc/modprobe.d/blacklist.conf</code> to edit <code>blacklist.conf</... | [
{
"accepted": true,
"body": "<p>After many hours of researching, I ended up with this solution...</p>\n<ol>\n<li><p>Install "<strong>beep</strong>" by running <code>sudo apt-get install beep</code>.</p>\n</li>\n<li><p>Run <code>sudo nano /etc/modprobe.d/blacklist.conf</code> to edit <code>blacklis... | null | null | null | null | null |
1488368 | 1 | null | 2023-10-08T11:18:07.500 | 0 | 84 | <p>Lately I've been facing a disk error and when I checked the currently used space, this came out:</p>
<p><a href="https://i.stack.imgur.com/G0iaT.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/G0iaT.png" alt="My Disk Usage" /></a></p>
<p>I see <code>/dev/md1p1</code> has the biggest size (877 GB) ... | 1737490 | 618353 | 2023-10-10T14:15:44.117 | 2023-10-10T16:49:26.743 | I want to reduce disk usage but don't know which partition is okay to empty | [
"partitioning",
"disk-usage",
"disk"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T11:36:05.100",
"id": "2606931",
"postId": "1488368",
"score": "2",
"text": "Welcome to Ask Ubuntu! Please [don't post images of text](https://meta.askubuntu.com/q/8713/85695). Instead, copy/paste the text into your question and use the [formatting tools](https://ask... | null | [
{
"accepted": null,
"body": "<p>Your full partition /dev/md1p1 contains every important stuff, so there you are already right.</p>\n<p>It also contains (much, much more) stuff you placed there, which, to you, may be equally important, actually even more important! If you erase your own data, you can never r... | null | null | null | null | null |
1488372 | 1 | 1488373 | 2023-10-08T11:39:18.123 | 0 | 229 | <p>I'm running Ubuntu 23.04 with Wayland.</p>
<p>I've set the Compose Key to be Caps Lock in the Keyboard settings dialog. That's convenient - I can now compose lots of fancy characters easily. (For various reasons, none of the other compose key options will work for me - Alt/Ctrl would interfere with application sho... | 408530 | null | null | 2023-10-08T11:53:22.197 | I'm using Caps Lock as the Compose key. How can I still get caps lock behavior? | [
"wayland",
"capslock",
"compose-key"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>I see a possibility, but it has a little drawback.</p>\n<ul>\n<li>Install Gnome Tweaks</li>\n<li>In the "Keyboard & Mouse" tab, click "Additional Layout Options"</li>\n<li>Under "Caps Lock behavior", enable "Make Caps Lock an additional Esc, but... | [
{
"accepted": true,
"body": "<p>I see a possibility, but it has a little drawback.</p>\n<ul>\n<li>Install Gnome Tweaks</li>\n<li>In the "Keyboard & Mouse" tab, click "Additional Layout Options"</li>\n<li>Under "Caps Lock behavior", enable "Make Caps Lock an additional ... | null | null | null | null | null |
1488375 | 1 | null | 2023-10-08T12:15:14.940 | 0 | 56 | <p>I did a mistake, probably unplugging my external usb drive during a write operation.</p>
<p>Now, the disk looks like it works fine, except <strong>one</strong> folder of the disk is shown empty.</p>
<pre><code>phil@GLaDOS:/media/phil/Fumble$ ll
...
drwxrwxrwx 1 phil phil 4096 juil. 21 2018 Image/ #this folde... | 735978 | null | null | 2023-10-08T12:15:14.940 | External HDD with one faulty unreadable folder | [
"mount",
"usb-drive",
"external-hdd",
"testdisk"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T12:49:57.183",
"id": "2606946",
"postId": "1488375",
"score": "2",
"text": "It is an NTFS file system, which is a proprietary Microsoft file system. I think your best alternative is to use a dedicated Microsoft tool, `chkdsk /f`, or the graphical tool in Windows to ... | null | [] | null | null | null | null | null |
1488379 | 1 | null | 2023-10-08T13:37:00.477 | 0 | 222 | <p>Noob Linux user here trying to learn software development.</p>
<p>I installed ubuntu on a dual-boot windows machine yesterday and everything was working fine but today I have booted on my computer to find that Ubuntu freezes on this screen when hitting 208203/12181504 files.</p>
<p>I'm using 22.04.06 software (I bel... | 1737507 | 1737507 | 2023-10-08T14:07:43.447 | 2023-10-08T14:23:55.090 | Ubuntu 22.04 stuck on /dev/nvme0n1p5: clean, x/x files, x/x blocks | [
"boot",
"drivers"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T14:56:58.780",
"id": "2606965",
"postId": "1488379",
"score": "1",
"text": "Recovery mode default uses nomodeset boot parameter which forces default llvmpipe graphics. If you need MOK key to install proprietary driver, then you have UEFI Secure Boot on. Many turn it... | null | [
{
"accepted": null,
"body": "<p>Fixed it by disabling secure boot in BIOS settings.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-10-08T14:23:55.090",
"id": "1488383",
"lastActivityDate": "2023-10-... | null | null | null | null | null |
1488382 | 1 | 1488433 | 2023-10-08T14:19:07.057 | 1 | 280 | <p>I have a fresh build based on the <a href="https://us.msi.com/Motherboard/PRO-B550M-VC-WIFI/support#bios" rel="nofollow noreferrer">MSI PRO B550M-VC WIFI motherboard</a>. I've installed the latest BIOS and I'm trying to install Ubuntu 22.04.3 on it via live USB.</p>
<ul>
<li>I know the USB works because I've used it... | 566460 | null | null | 2023-10-13T12:22:56.510 | Boot from live USB on PRO B550M-VC WIFI | [
"boot",
"usb",
"uefi"
] | 1 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T19:57:55.850",
"id": "2607008",
"postId": "1488382",
"score": "0",
"text": "1. What graphics chip/card is there (brand name and model)? 2. Did you check with `sha256sum` that the download of the iso file was good? 3. Which tool did you use to create the USB boot dri... | {
"accepted": true,
"body": "<p>After a dialogue via comments, we found the following tips useful.</p>\n<ul>\n<li><p>If I understand correctly, the graphics card has an nvidia chip. It makes me suspect that the graphics driver does not work correctly. Please try with the <a href=\"http://ubuntuforums.org/showthread... | [
{
"accepted": true,
"body": "<p>After a dialogue via comments, we found the following tips useful.</p>\n<ul>\n<li><p>If I understand correctly, the graphics card has an nvidia chip. It makes me suspect that the graphics driver does not work correctly. Please try with the <a href=\"http://ubuntuforums.org/sh... | null | null | null | null | null |
1488385 | 1 | null | 2023-10-08T14:54:36.237 | 0 | 395 | <p>I am unable to use ufw on ubuntu 20.
It is already installed(apt install shows already the latest version)</p>
<p>When i type ufw command the output is:
File "/usr/sbin/ufw", line 25, in
import ufw.frontend
ModuleNotFoundError: No module named 'ufw'</p>
<p>I think the problem is related to multiple versi... | 589807 | null | null | 2023-10-09T02:09:38.763 | Unable to use ufw on ubuntu 20? | [
"ufw"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T15:03:27.660",
"id": "2606969",
"postId": "1488385",
"score": "0",
"text": "Does: `sudo apt reinstall ufw` help?",
"userDisplayName": null,
"userId": "274445"
},
{
"creationDate": "2023-10-08T15:52:28.453",
"id": "2606972",
"postId": "1488385... | null | [
{
"accepted": null,
"body": "<p>I found the solution.</p>\n<ol>\n<li><p>First I removed anaconda related directories from my PATH.</p>\n</li>\n<li><p>Then I went to /usr/bin and linked python3 to python3.8(previously it was pointing to anaconda python 3.7). After this I typed python and confirmed python3.8 ... | null | null | null | null | null |
1488388 | 1 | null | 2023-10-08T16:07:23.730 | 1 | 2148 | <p>I have an issue with Steam, while I launch <a href="https://store.steampowered.com/app/730" rel="nofollow noreferrer">CS2</a>, it suddenly stops processing, my PC is compatible with the game and I don't know the reason why it happens. If anyone knows the answer please let me know.</p>
| 1737530 | 872212 | 2023-10-12T08:30:22.670 | 2023-10-25T05:24:45.563 | Problem while lunching CS2 on Ubuntu 22.04 | [
"22.04",
"steam"
] | 2 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T16:24:38.427",
"id": "2606980",
"postId": "1488388",
"score": "0",
"text": "Please read https://askubuntu.com/help/how-to-ask and https://askubuntu.com/help/formatting . Take the [tour].",
"userDisplayName": null,
"userId": "25618"
},
{
"creationDat... | null | [
{
"accepted": null,
"body": "<p>There are a few things you can try to fix the issue of CS2 stopping processing when you launch it on Steam:</p>\n<p>Verify the integrity of the game cache. This will check all of the game files to make sure that they are not corrupted. To do this, right-click on CS2 in your S... | null | null | null | null | null |
1488389 | 1 | null | 2023-10-08T16:23:45.523 | 1 | 155 | <p>I am experiencing screen flickering on my second monitor in Ubuntu 22.04. I tried different solutions like reinstalling nvidia-driver and auto install driver also switching to previous versions of nvidia none of them worked. My current nvidia version is <code>535.113.01</code> and it seems that it's installed proper... | 915827 | 915827 | 2023-10-09T18:58:14.310 | 2023-10-09T18:58:14.310 | Ubuntu 22.04 second monitor flickering issue | [
"drivers",
"nvidia",
"22.04",
"multiple-monitors",
"nvidia-prime"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T16:35:11.337",
"id": "2606982",
"postId": "1488389",
"score": "1",
"text": "Can it be a bad cable ?",
"userDisplayName": null,
"userId": "549862"
},
{
"creationDate": "2023-10-08T16:37:13.960",
"id": "2606984",
"postId": "1488389",
"score... | null | [] | null | null | null | null | null |
1488391 | 1 | null | 2023-10-08T16:57:57.603 | 0 | 213 | <p>When I try to use the function sequence in spreadsheets like in excel, it only shows 1 result, how can I make wps to allow overflow in cells?</p>
| 1737539 | 124466 | 2023-10-08T17:53:50.943 | 2024-02-18T16:04:59.727 | Sequence Function in WPS spreadsheet. Only shows 1 cell | [
"wps-office"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T17:53:29.517",
"id": "2606994",
"postId": "1488391",
"score": "0",
"text": "WPS Office is a proprietary app. Also consider contacting WPS support",
"userDisplayName": null,
"userId": "124466"
},
{
"creationDate": "2023-10-08T17:54:24.923",
"id": ... | null | [
{
"accepted": null,
"body": "<p>Sequence is an array function and you need to use <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Enter</kbd> key combination to make it work in WPS Office.</p>\n<p>Reference: <a href=\"https://www.wps.com/blog/ctrl-shift-enter-and-array-formulas-in-excel-a-comprehensive-guide/\" rel=\... | null | null | null | null | null |
1488394 | 1 | null | 2023-10-08T17:13:19.823 | 0 | 85 | <p>Ace is <code>uname -a Linux ace 6.2.0-34-generic #34~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 7 13:12:03 UTC 2 x86_64 x86_64 x86_64 GNU/Linux</code></p>
<p>Nub is <code>uname -a Linux nub 6.2.0-34-generic #34~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 7 13:12:03 UTC 2 x86_64 x86_64 x86_64 GNU/Linux</code></p>
<p... | 903282 | 158442 | 2023-10-08T17:58:12.483 | 2023-10-08T17:58:12.483 | two machines two different versions of traceroute | [
"networking",
"package-management",
"traceroute"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T17:20:50.997",
"id": "2606988",
"postId": "1488394",
"score": "0",
"text": "What does `update-alternatives --query traceroute` say on each machine?",
"userDisplayName": null,
"userId": "178692"
},
{
"creationDate": "2023-10-08T18:11:15.730",
"id"... | null | [] | null | null | null | null | null |
1488396 | 1 | 1489192 | 2023-10-08T17:40:53.900 | 0 | 59 | <p>I'm transitioning from Windows to Ubuntu and would like to replicate the same functionality I had on my Windows machine using a special layout switcher called <code>Keyla</code>. This switcher allows me to enable the <code>en</code> layout by pressing the <kbd>Left Shift</kbd> key, and subsequent <kbd>Left Shift</kb... | 1735825 | 1157209 | 2023-10-10T08:28:55.183 | 2023-10-15T17:47:30.897 | async layout switch with left shift and right shift Ubuntu 20.04 | [
"keyboard",
"shortcut-keys",
"keyboard-layout"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Ok. Finally I wrote a little service that implements such layout switch scheme. <a href=\"https://github.com/dreamscatchers/layout-switcher\" rel=\"nofollow noreferrer\">https://github.com/dreamscatchers/layout-switcher</a></p>\n",
"commentCount": "0",
"comments": [],
"communit... | [
{
"accepted": true,
"body": "<p>Ok. Finally I wrote a little service that implements such layout switch scheme. <a href=\"https://github.com/dreamscatchers/layout-switcher\" rel=\"nofollow noreferrer\">https://github.com/dreamscatchers/layout-switcher</a></p>\n",
"commentCount": "0",
"comments": [],... | null | null | null | null | null |
1488400 | 1 | null | 2023-10-08T18:50:03.533 | 2 | 2521 | <p>Unfortunately I got hit by a major update error yesterday. Over 200 packages were pushed for Kubuntu 22.04. It basically bricked my system GUI - but I could use GRUB and get to a console and save the data. Is there a way to turn off UBSAN until everyone is onboard with it? Also, looking for any ideas how to deal wi... | 1244696 | 1244696 | 2023-10-16T00:43:25.127 | 2023-10-16T00:43:25.127 | Latest update to 20.04 - unrecoverable errors - ASPCI and UBSAN | [
"updates",
"kubuntu"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T19:11:55.990",
"id": "2607002",
"postId": "1488400",
"score": "0",
"text": "\"Here are the two errors: ASPCI Errors #1 is ASPCI, which I had fixed before\" No you did not. Those are hardware bugs the kernel started echo'ing to the display as of kernel 5.19. We can n... | null | [] | null | null | null | null | null |
1488403 | 1 | null | 2023-10-08T20:02:47.443 | 1 | 74 | <p>I'm running Ubuntu 22.04 on a Lenovo laptop. I have a LG 5k monitor(the one build specially for apple) connected over Thunderbolt. After the the OS detects it works fine, but there is just a problem. The LG is detected as 2 monitors, and I want to combine the two monitors into a single screen(to get the 5k effect). ... | 1737567 | null | null | 2023-10-08T20:02:47.443 | Wayland combine monitors | [
"22.04",
"multiple-monitors",
"wayland"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488405 | 1 | null | 2023-10-08T20:18:11.167 | 0 | 1040 | <p>I’m having issues with nvidia-smi saying no devices found.</p>
<pre><code>$ sudo lshw -C display
*-display
description: VGA compatible controller
product: GP107GL [Quadro P620]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:13:00.0
version: a1
width: 6... | 1737570 | null | null | 2023-10-08T20:18:11.167 | nvidia-smi - “no devices were found” - ubuntu 22.04.3 with my Quadro P620 | [
"drivers",
"nvidia"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T23:46:02.827",
"id": "2607034",
"postId": "1488405",
"score": "0",
"text": "You might try installing the hwe packages to get the 6.2 kernel. I haven't run a 5.15 in awhile, but have no problems with the 535 driver series.",
"userDisplayName": null,
"userId"... | null | [] | null | null | null | null | null |
1488406 | 1 | 1488412 | 2023-10-08T21:29:46.267 | 0 | 238 | <p>I was reading Ubuntu Linux Unleashed 2021 by Matthew Helmke and found the location of many configuration files/directories mentioned on the book has been moved or changed drastically.Why is that and where can I find the changes made to listing of the directory structure on Ubuntu 22.04 and where they were on other ... | 1705826 | 767056 | 2023-10-09T00:11:21.727 | 2023-10-09T00:11:21.727 | Directory changes in Ubuntu 22.04 | [
"22.04",
"directory"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T21:46:54.337",
"id": "2607021",
"postId": "1488406",
"score": "1",
"text": "Could you give some examples of the differences? /etc has been the location for system configs forever, but the user home hidden dirs .config, .local, .cache, ... contain application specif... | {
"accepted": true,
"body": "<p>Not to sound vague, but there are various reasons why the location of configuration files/directories would get moved or changed. It is mainly due to software updates in different Ubuntu releases.</p>\n<p>It would be more practical (And less painful) to consult the man page for the c... | [
{
"accepted": true,
"body": "<p>Not to sound vague, but there are various reasons why the location of configuration files/directories would get moved or changed. It is mainly due to software updates in different Ubuntu releases.</p>\n<p>It would be more practical (And less painful) to consult the man page f... | null | null | null | null | null |
1488407 | 1 | null | 2023-10-08T21:37:39.070 | 0 | 59 | <p>A recent update to 22.04.3 llvpipe (LLVM 15.07, 1280 bits) seems to hang at startup on a graphics driver mode such that I only see a blank screen where I would normally get a login panel or a Ubuntu logo. If I perform a GNU GRUB interrupt, Advanced Options..., 5.15.0-86-generic (recovery mode) the system will run i... | 860532 | null | null | 2023-10-08T21:37:39.070 | Boot up graphics issue on 22.04.3 update | [
"boot",
"drivers",
"22.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488408 | 1 | null | 2023-10-08T21:38:16.883 | 0 | 107 | <p>Basically I would find myself working on my Lenovo laptop (I completely deleted Windows 10 since it wouldn't allow me running both Windows and Linux Ubuntu) and Linux just launching the boot where your screen is black with the white blinking cursor and then I have to force shut down my laptop in order for it to stop... | 1737576 | null | null | 2023-10-08T21:38:16.883 | Black screen blinking cursor Ubuntu | [
"boot",
"22.04"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T08:20:42.683",
"id": "2607077",
"postId": "1488408",
"score": "0",
"text": "One likely cause: `grub` installation messed up e.g. by Windows update. Possible remedy: google `reinstall grub` - find instructions how to do it, then boot your installation media in \"Try ... | null | [] | null | null | null | null | null |
1488410 | 1 | null | 2023-10-08T22:11:41.657 | 0 | 314 | <p>While transferring files from an external hard drive my computer froze. After restarting I get an error whenever I try to open a hard drive.</p>
<p><a href="https://i.stack.imgur.com/aaE8o.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/aaE8o.png" alt="Image of error when opening external hard dri... | 1737581 | 94914 | 2023-10-09T09:44:38.467 | 2023-10-09T09:44:38.467 | How do I resolve "Unable to access location" error? | [
"mount",
"hard-drive",
"crash",
"23.04"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T09:45:38.130",
"id": "2607089",
"postId": "1488410",
"score": "0",
"text": "Does this answer your question? [Unable to access “Local Disk”](https://askubuntu.com/questions/853612/unable-to-access-local-disk)",
"userDisplayName": null,
"userId": "94914"
}
] | null | [] | null | null | null | null | null |
1488413 | 1 | null | 2023-10-08T23:10:50.600 | 1 | 395 | <p>I'm running Ubuntu 22.04 and after a recent Thunderbird upgrade to version 115.3 I am now seeing small round icons with a count of unread messages next to each message folder. See image below:</p>
<p><a href="https://i.stack.imgur.com/9dt4t.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/9dt4t.png... | 966359 | null | null | 2023-10-08T23:10:50.600 | HowTo Disable Thunderbird Unread Message Count Icons | [
"icons",
"thunderbird"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-08T23:15:42.850",
"id": "2607032",
"postId": "1488413",
"score": "0",
"text": "I don't think there is a feature to disable that in Thunderbird. If it is it's deep in the Thunderbird internals, and at the worst it's hardcoded and you'd have to recode Thunderbird.",
... | null | [] | null | null | null | null | null |
1488414 | 1 | null | 2023-10-08T23:34:37.830 | 0 | 255 | <p>I have no sound from my new laptop. Not sure what's going on here. It's an HP Envy 16 with a 13th Gen Intel(R) Core(TM) i9-13900H. Any help is appreciated.</p>
<p>Hardware Info:
lspi -v:</p>
<pre><code>00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01)
Subsystem: Hewlett-Packard Company ... | 85439 | 85439 | 2023-10-09T13:48:28.090 | 2023-10-09T13:48:28.090 | Alder Lake sound in Ubuntu 23.04 | [
"sound",
"pulseaudio",
"23.04"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T03:27:33.357",
"id": "2607050",
"postId": "1488414",
"score": "0",
"text": "Attach the output of this command: `journalctl -k | grep -Ei \"ALSA|HDA|sof[-]|HDMI|snd[_-]|sound|hda.codec|hda.intel\"`",
"userDisplayName": null,
"userId": "1592865"
},
{
"... | null | [] | null | null | null | null | null |
1488415 | 1 | null | 2023-10-09T00:08:11.913 | 0 | 35 | <p>There are methods to flush ram such as</p>
<pre><code>(1) sudo sh -c "echo 3 > /proc/sys/vm/drop_caches"
</code></pre>
<p>and</p>
<pre><code>(2) sudo swapoff -a && sudo swapon -a
</code></pre>
<p>and so on.</p>
<p>But I am curious, when a computer hibernates or suspends, ram is used to store ... | 13177 | null | null | 2023-10-09T00:08:11.913 | How to force flush ram after hibernate & suspend | [
"suspend",
"ram",
"hibernate"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488417 | 1 | null | 2023-10-09T01:41:36.137 | 0 | 109 | <p>tried to rebuild old 75gb drive onto new 475gb drive for laptop - used gparted to partition new drive similar to old drive but bigger partitions, then used G4L (ghost for linux) to backup old drive partitions as lsop images, then restore images to each partition on new drive. wouldn't boot at all afterwards - just b... | 789265 | null | null | 2023-10-15T23:17:52.873 | multi boot laptop lost win7 boot ability | [
"windows-7"
] | 1 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T04:54:19.887",
"id": "2607058",
"postId": "1488417",
"score": "0",
"text": "Does this answer your question? [Unable to boot into Windows after installing Ubuntu, how to fix?](https://askubuntu.com/questions/217904/unable-to-boot-into-windows-after-installing-ubuntu-... | null | [
{
"accepted": null,
"body": "<p>Got the SATA to USB adapter today - plugged my laptop's new hard drive into it. Used G4L's Click'n Clone to clone my laptop's old internal hard drive to it. Next, used Ununtu 20.04lts disc to boot and run gparted - deleted all partitions past the win7 sda2 partition, then res... | null | null | 2023-10-18T00:39:40.220 | null | null |
1488418 | 1 | null | 2023-10-09T01:56:13.367 | 1 | 264 | <p>My Ubuntu 20.0 uses kernel 5.15.0-86-generic x86_64. When I put <code>nomodeset</code> in the grub boot menu this does not happen.</p>
<p>My PC uses AMD Radeon video drivers.</p>
<p>Ubuntu 20.04 screen artifacts during login:</p>
<p><a href="https://i.stack.imgur.com/57ebn.jpg" rel="nofollow noreferrer"><img src="ht... | 1737601 | 94914 | 2023-10-09T10:03:04.960 | 2023-10-10T15:51:13.283 | Ubuntu 20.04 screen artifacts during login | [
"20.04",
"amd-graphics",
"visual-artifacts"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-16T22:51:45.747",
"id": "2608772",
"postId": "1488418",
"score": "0",
"text": "I have the same problem, I have a laptop with Ubuntu 20.04 with (I think) AMD graphics which works fine when booting 5.15.0-84-generic kernel but screen goes blank/flickery just before/after... | null | [
{
"accepted": null,
"body": "<p>Apparently, this happens only when my Ubuntu uses the kernel 5.15.0-86-generic x86_64. I changed it to kernel 5.15.0-84-generic x86_64 and the issue was gone.</p>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2023-10-16T22:53:56.020",
... | null | null | null | null | null |
1488421 | 1 | null | 2023-10-09T02:47:26.797 | 0 | 284 | <p>Ubuntu 20.04.3 LTS</p>
<p>OpenSSH_8.2p1 Ubuntu-4ubuntu0.9, OpenSSL 1.1.1f 31 Mar 2020</p>
<p>Ciphers and MACs are not configured in ubuntu server/etc/ssh/sshd_config. Why is there this risk?</p>
<p>The SSH server software running on the host is configured to support weak MAC algorithms. These should be disabled to ... | 1393579 | 1393579 | 2023-10-09T02:48:06.177 | 2023-10-09T02:48:06.177 | SSH Server Supports Weak MAC Algorithms | [
"ssh"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T03:27:43.977",
"id": "2607051",
"postId": "1488421",
"score": "1",
"text": "Your provided details that imply you've not applied security fixes/upgrades since beginning of 2022 (*if not earlier*), so I'll suggest if security matters to you, you apply security fixes a... | null | [] | null | null | null | null | null |
1488422 | 1 | null | 2023-10-09T02:50:15.763 | 0 | 64 | <p>My laptop had a Windows and Ubuntu dual boot. I realized I'm not using Ubuntu anymore, so I decided to uninstall Ubuntu and delete the particular partition which had Ubuntu installed, but in the partition converter in free space (green volume) I'm unable to allocate or delete the free space (green volume). That is a... | 1737608 | 94914 | 2023-10-09T09:33:57.423 | 2023-10-09T09:33:57.423 | Windows 10 boot problem after removing dual boot option for startup | [
"dual-boot",
"grub2",
"windows"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T09:24:32.553",
"id": "2607086",
"postId": "1488422",
"score": "0",
"text": "Does this answer your question? [How to remove Ubuntu and put Windows back on?](https://askubuntu.com/questions/133533/how-to-remove-ubuntu-and-put-windows-back-on)",
"userDisplayName": ... | null | [] | null | null | null | null | null |
1488424 | 1 | null | 2023-10-09T03:15:13.480 | -6 | 71 | <p>I'm trying to get traceroute to work, all 30 hops " *** ". While working to figure it out I found the <code>-y</code> option as part of the update and installation.</p>
<p><code>man -y</code> tells me I'm stupid and googling <code>Ubuntu flag "-y"</code> tells me it is to skip the confirmation o... | 1733320 | 94914 | 2023-10-09T04:24:56.630 | 2023-10-09T04:24:56.630 | man-pages for idiots | [
"command-line",
"documentation"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T04:23:58.187",
"id": "2607056",
"postId": "1488424",
"score": "2",
"text": "We gently reject the self-deprecation. You want to learn, and you are willing to ask questions. Those are GOOD things, and reflect well upon you. We all had to learn sometime; welcome to the... | null | [
{
"accepted": null,
"body": "<pre><code>bob@adminbaby:~/Desktop$ man 8 -y\nNo manual entry for -y in section 8\n</code></pre>\n<p>You've not provided any OS/release details; where the <code>man</code> will show details for your <em>unstated</em> release, and there can be slight variations on releases too.</... | null | null | 2023-10-11T01:04:19.080 | null | null |
1488426 | 1 | null | 2023-10-09T04:15:32.093 | 1 | 812 | <p>I'm unable to enter into my Ubuntu after I updated my Windows 11. The bootloader stopped showing and the system directly boots into Windows. I tried to perform the recommended option of Boot-Repair using an Ubuntu live USB, but it wasn't successful.
The error it gave was: <code>Error:** **NVram is locked (Ubuntu not... | 1646656 | 94914 | 2023-10-09T04:38:10.950 | 2023-10-09T04:38:10.950 | Trying to reinstall grub after Windows update messed it up | [
"dual-boot",
"partitioning",
"uefi",
"boot-repair",
"grub-efi"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T14:02:59.447",
"id": "2607160",
"postId": "1488426",
"score": "0",
"text": "Showing Locked NVRAM. Locked-NVram Check UEFI settings. Windows updates may have updated UEFI also & reset to defaults.\nhttps://ubuntuforums.org/showthread.php?t=2482909 & \nhttps://ubuntuf... | null | [] | null | null | null | null | null |
1488429 | 1 | 1488431 | 2023-10-09T05:46:41.270 | 0 | 64 | <p>Full disclosure I am a total noob, I started using ubuntu 3 months ago, loving it so far.</p>
<p>Here is the problem</p>
<p>I have a folder containing over 800+ images, I want to go through each one of them one by one to see which ones I want to keep and which ones to delete.</p>
<p>Doing this through GUI is tedious... | 1737622 | null | null | 2023-10-09T07:04:34.560 | How to automate opening files one by one and then prompt to delete? | [
"command-line",
"bash",
"scripts",
"shortcut-keys",
"automation"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Try this simple script:</p>\n<pre><code>for f in *.jpg; do eog "$f"; rm -i "$f"; done\n</code></pre>\n<p>You might need to install <code>eog</code>:</p>\n<pre><code>sudo apt install eog\n</code></pre>\n<hr />\n<p>However, I don't think this is a good idea. Most of... | [
{
"accepted": true,
"body": "<p>Try this simple script:</p>\n<pre><code>for f in *.jpg; do eog "$f"; rm -i "$f"; done\n</code></pre>\n<p>You might need to install <code>eog</code>:</p>\n<pre><code>sudo apt install eog\n</code></pre>\n<hr />\n<p>However, I don't think this is a good idea.... | null | null | null | null | null |
1488430 | 1 | null | 2023-10-09T06:04:19.033 | 0 | 64 | <p>Trezor Suite 23.9.3.3 linux--86_64.Appl downloaded from Trezor website, but cannot open it. The icon is in Apps file, but no response when clicked on.</p>
| 1737634 | null | null | 2023-10-09T06:04:19.033 | Unable to activate Trezor Suite | [
"software-installation"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T06:37:48.453",
"id": "2607066",
"postId": "1488430",
"score": "1",
"text": "You've provided no clues as to what OS/release & architecture you're using, is your machine compatible (*we won't know as you provided no specifics*)",
"userDisplayName": null,
"use... | null | [] | null | null | null | null | null |
1488432 | 1 | null | 2023-10-09T06:11:51.163 | 0 | 80 | <p>When trying to install easytag I get the following error message:</p>
<p>Unable to install gnome-easytag: cannot perform the following tasks</p>
<p>Trying to install exfalso gives the following error message :</p>
<p>sudo apt install exfalso
E: Malformed entry 1 in list file /etc/apt/sources.list.d/balena-etcher.lis... | 1004981 | 94914 | 2023-10-09T10:04:13.500 | 2023-10-09T10:04:13.500 | How to install easytag or Ex Falso on 20.04.5 | [
"apt",
"20.04",
"package-management",
"metadata",
"easytag"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T06:35:45.910",
"id": "2607064",
"postId": "1488432",
"score": "2",
"text": "Does this answer your question? [How do I remove a malformed line from my sources.list?](https://askubuntu.com/questions/78951/how-do-i-remove-a-malformed-line-from-my-sources-list)",
"u... | null | [] | null | null | null | null | null |
1488434 | 1 | null | 2023-10-09T06:46:46.030 | 0 | 86 | <p>On a Ubuntu 22.04 system a card reader is connected to a USB port. Since it's necessary to access the card reader in a Docker container, the volume is configured as follows in a <code>docker-compose.yml</code> file:</p>
<pre><code> volumes:
- type: bind
source: /media
target: /media
... | 1679159 | null | null | 2023-10-09T06:46:46.030 | SD card sometimes mounted as readonly on Ubuntu 22.04, mount used in a docker container | [
"22.04",
"docker",
"sd-card"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488436 | 1 | 1488463 | 2023-10-09T07:43:34.907 | 0 | 2114 | <p>I'm trying to figure out a way to do it before I do my homework. I have been searching for a while and found no solution.</p>
<p>This is in Ubuntu:</p>
<p><a href="https://i.stack.imgur.com/1tHf8.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/1tHf8.png" alt="This is in Ubuntu" /></a></p>
<p>For e... | 1737655 | 94914 | 2023-10-09T09:59:32.363 | 2023-10-10T14:17:57.813 | How to export file from Ubuntu in WSL to my Windows 11? | [
"22.04",
"windows-subsystem-for-linux",
"windows-11"
] | 1 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T09:33:36.313",
"id": "2607087",
"postId": "1488436",
"score": "0",
"text": "Please add some details. Are the two systems connected in any way? Are you running Ubuntu under Windows? Or is this a dual boot computer? Or are they different systems on the same network? W... | {
"accepted": true,
"body": "<p>Follow these steps:</p>\n<ol>\n<li>Open the Windows 11 File Explorer.</li>\n<li>In the address bar, type <code>\\\\wsl$</code> and press <kbd>Enter</kbd>. This will open an access window to WSL, where you can access the file system of your WSL distribution.</li>\n<li>Locate the files... | [
{
"accepted": true,
"body": "<p>Follow these steps:</p>\n<ol>\n<li>Open the Windows 11 File Explorer.</li>\n<li>In the address bar, type <code>\\\\wsl$</code> and press <kbd>Enter</kbd>. This will open an access window to WSL, where you can access the file system of your WSL distribution.</li>\n<li>Locate t... | null | null | 2023-10-10T05:57:38.760 | null | null |
1488437 | 1 | null | 2023-10-09T08:03:40.767 | 0 | 31 | <p>I have an Ubuntu 22.04 as host and an Ubuntu 20.04 as guest on it using virtualbox both with two monitors.
When I am not around for a while and the screen turns black, I need to click or press a key to get the screen back again.
After the screen gets back, the second monitor of the guest disappears.
I need to go for... | 723218 | null | null | 2023-10-09T08:03:40.767 | virtualbox Second monitor on Ubuntu guest disappears after black screen timeout | [
"20.04",
"nvidia",
"22.04",
"virtualbox",
"multiple-monitors"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488438 | 1 | null | 2023-10-09T08:13:11.827 | 0 | 279 | <p>I have a new development instance on DigitalOcean. It is a LAMP with Wordpress without any content yet. Nevertheless the Wordpress backend frequently hangs and times out. I installed htop to help me identify which processe are consuming the resources and that is how I noticed snapd.</p>
<p>snapd consumes all availab... | 135687 | 135687 | 2023-10-09T13:20:03.383 | 2023-10-09T13:20:03.383 | snapd consumes all available CPU and hangs my VPS | [
"server",
"webserver",
"wordpress"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T09:23:10.837",
"id": "2607084",
"postId": "1488438",
"score": "0",
"text": "Does this answer your question? [How to stop snapd from auto-updating?](https://askubuntu.com/questions/1045542/how-to-stop-snapd-from-auto-updating)",
"userDisplayName": null,
"user... | null | [] | null | null | null | null | null |
1488439 | 1 | null | 2023-10-09T08:28:44.237 | 0 | 64 | <p>I'm facing an issue on my Ubuntu system where a pop-up window keeps appearing with the message, "Update standard folders to current language?" I would like to prevent this window from appearing without just clicking "Cancel." Is there a service I can disable or a command I can use to stop this wi... | 1737665 | 85695 | 2023-10-09T10:44:56.640 | 2023-10-09T10:44:56.640 | prevent this window from appearing "Update standard folders to current language?" | [
"filemanager",
"localization"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T10:42:22.850",
"id": "2607102",
"postId": "1488439",
"score": "2",
"text": "Is there no checkmark in the dialog to not ask again?",
"userDisplayName": null,
"userId": "558158"
},
{
"creationDate": "2023-10-09T10:44:47.477",
"id": "2607103",
"... | null | [] | null | null | null | null | null |
1488442 | 1 | null | 2023-10-09T09:07:09.040 | 0 | 42 | <p>I received a Thinkpad X1E4 with Ubuntu 20.04 and KDE/Plasma desktop, apparently installed with <code>sudo apt install kde-plasma-desktop</code>.</p>
<p>The machine works pretty fine except for a little glitch: whenever the laptop goes into screen-saving mode (<em>not</em> sleep) for some minutes, upon reactivation o... | 1519798 | null | null | 2023-10-09T09:07:09.040 | Delay in touchpad & keyboard reactivation after screen energy saving: how to find out the problem? | [
"keyboard",
"suspend",
"touchpad",
"thinkpad"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488443 | 1 | null | 2023-10-09T09:09:21.887 | 0 | 464 | <p>Good day, and thanks in advance for any help</p>
<p>I am running Ubuntu 22.04 LTS on a PC with an AMD Ryzen 7 5700G CPU and AMD Radeon RX 6600 GPU.</p>
<p>I have a large number of video files in MP4 format that I need to encode and burn subtitles (times and dates in subtitle format) into. The command <code>ffmpeg -... | 1737674 | 1737674 | 2023-10-09T09:10:13.427 | 2023-10-09T09:10:13.427 | How to convert/encode video files with ffmpeg, using AMD Radeon hardware encoding | [
"hardware",
"radeon",
"ffmpeg",
"encoding"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-15T20:08:04.310",
"id": "2622494",
"postId": "1488443",
"score": "0",
"text": "Did you find an answer? I have Ubuntu with AMD Ryzen 7 4800U.",
"userDisplayName": null,
"userId": "110324"
},
{
"creationDate": "2024-01-03T08:45:34.647",
"id": "2625787... | null | [] | null | null | null | null | null |
1488444 | 1 | null | 2023-10-09T09:17:35.200 | 0 | 141 | <p>I have recently installed ubuntu 22.04.3 LTS on a new HP ZBook Power G9 laptop with an NVIDIA RTX A2000 graphics card. Additionally, I downloaded the NVIDIA driver 535 that was compatible with my system and manually changed from Intel to NVIDIA by typing <code>prime-select nvidia</code>.</p>
<p>Despite this fixing a... | 1202711 | 1202711 | 2023-10-09T09:33:47.570 | 2023-10-09T09:33:47.570 | Ubuntu 22.04.3 does not detect second monitor | [
"drivers",
"nvidia",
"22.04",
"multiple-monitors",
"hp"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1488445 | 1 | null | 2023-10-09T09:22:58.713 | 0 | 51 | <p>Hardware: Toshiba Satellite L870-18v</p>
<p>For a few weeks now my laptop keyboard has not worked and I was wondering if there was some way to get it working again. At the moment, I have to use a usb external keyboard which is recognised and works once the O.S. has reached the desktop. However, neither the usb keybo... | 1042262 | null | null | 2023-10-09T09:22:58.713 | How do I get my laptop keyboard to work again? | [
"boot",
"grub2",
"keyboard",
"uefi"
] | 0 | 12 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T10:03:05.190",
"id": "2607092",
"postId": "1488445",
"score": "0",
"text": "What kind of a change did you want or expect for the grub menu? If it is currently skipping the grub menu, then you need to increase `GRUB_TIMEOUT` to a value greater than zero. But **do not... | null | [] | null | null | null | null | null |
1488447 | 1 | null | 2023-10-09T09:52:08.180 | 0 | 134 | <p>When I try to put my computer (a laptop: Asus X510UA) into sleep, usually, it works and I am able to wake it up correctly after. However, from time to time, I have a strange error: when I press the sleep button, the screen goes dark, but the computer remains active: the power LED is on and I can hear the fan spinnin... | 1027544 | 1027544 | 2023-11-26T22:12:38.540 | 2023-11-26T22:12:38.540 | Computer freezes when trying to go to sleep | [
"suspend",
"shutdown",
"freeze"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T10:39:34.293",
"id": "2607101",
"postId": "1488447",
"score": "0",
"text": "I think this answer can help you https://unix.stackexchange.com/a/633851/64645",
"userDisplayName": null,
"userId": "67169"
},
{
"creationDate": "2023-10-11T07:10:48.663",
... | null | [] | null | null | null | null | null |
1488452 | 1 | null | 2023-10-09T10:37:37.750 | 0 | 541 | <p>After having installed <a href="https://en.wikipedia.org/wiki/LXDE" rel="nofollow noreferrer">LXDE</a> with <code>apt install lxde</code>, I proceeded to remove Gnome Desktop Environment. To my astonisment, after running <code>apt purge -y gnome gnome-core</code> I get the output that <code>Package gnome is not inst... | 943706 | 943706 | 2023-10-09T12:38:05.670 | 2023-10-09T15:30:21.893 | How do I purge Gnome desktop on a Ubuntu Desktop minimal installation with LXDE installed? | [
"gnome",
"22.04",
"desktop-environments",
"lxde"
] | 1 | 14 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T11:24:32.533",
"id": "2607113",
"postId": "1488452",
"score": "1",
"text": "Just FYI: But you do realize the `openbox` session was installed by you when you installed LXDE. The LXDE desktop doesn't include a WM and Lubuntu used `openbox` for this purpose. The `ope... | null | [
{
"accepted": null,
"body": "<p>Try this:</p>\n<p>Open a terminal</p>\n<p>Update repositories</p>\n<pre><code>sudo apt update\n</code></pre>\n<p>Install aptitude and deborphan</p>\n<pre><code>sudo apt install --reinstall aptitude deborphan\n</code></pre>\n<p>Eliminate the components of gnome that are not ne... | null | null | null | null | null |
1488453 | 1 | null | 2023-10-09T10:58:34.677 | 0 | 94 | <p>OS: Ubuntu 20.04.4 LTS x86_64</p>
<p>I was trying to download and compile VLC ...</p>
<p>During that process I have broken already installed vlc</p>
<p>Reinstalling does not help.</p>
<p>Here is what I have tried so far:</p>
<pre><code>apt remove --purge vlc*
apt install vlc
</code></pre>
<p>Nothing, still when I t... | 513874 | 513874 | 2023-10-11T10:32:49.727 | 2023-10-12T12:00:16.047 | Unable to reinstall vlc | [
"apt",
"software-installation",
"vlc",
"aptitude"
] | 1 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T11:29:18.523",
"id": "2607116",
"postId": "1488453",
"score": "0",
"text": "I have even tried add-apt-repository ppa:videolan/master-daily -y it's vlc 4, but after installation it again says 3.0.12 ...",
"userDisplayName": null,
"userId": "513874"
},
{
... | null | [
{
"accepted": null,
"body": "<p>Eventually I was able to uninstall but only by following this:</p>\n<ol>\n<li><p>I've downloaded exactly the same version that I have compiled:</p>\n<p>axel -a -n 4 <a href=\"http://ftp.videolan.org/pub/videolan/vlc/3.0.12/vlc-3.0.12.tar.xz\" rel=\"nofollow noreferrer\">http:... | null | null | null | null | null |
1488454 | 1 | null | 2023-10-09T11:35:25.330 | 0 | 720 | <p>When I run anything with <code>apt</code>, it tells me to install missing header files. For example, running <code>sudo apt updgrade</code> produces:</p>
<pre><code>Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 to upgrade, 0 to newly in... | 905346 | 905346 | 2023-10-09T11:58:35.177 | 2023-10-09T11:58:35.177 | apt cannot find header files: linux-image-unsigned-6.5.0-060500-generic | [
"apt",
"kernel",
"intel",
"23.04"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-09T12:02:08.470",
"id": "2607132",
"postId": "1488454",
"score": "0",
"text": "Refer to: https://askubuntu.com/q/1389332/1460940",
"userDisplayName": null,
"userId": "1460940"
},
{
"creationDate": "2023-10-09T12:17:20.457",
"id": "2607137",
"pos... | null | [] | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.