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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1491742 | 1 | null | 2023-11-06T18:35:08.403 | 1 | 264 | <p>My <code>apache2.conf</code>:</p>
<pre><code>DefaultRuntimeDir ${APACHE_RUN_DIR}
PidFile ${APACHE_PID_FILE}
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 5
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}
HostnameLookups Off
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel warn
IncludeO... | 1713908 | 1157209 | 2023-11-06T19:32:43.100 | 2023-11-07T19:37:37.803 | Apache2 permission denied on Ubuntu | [
"server",
"permissions",
"apache2"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T02:52:51.110",
"id": "2613323",
"postId": "1491742",
"score": "1",
"text": "Do you use directories under a user's home folder for Apache. You will have endless problems with permissions and security. Apache should only use directories that are secured for Apache.",
... | null | [
{
"accepted": null,
"body": "<p>You should change the owner or the permissions of <code>/home/amiroof/Projects</code>. Try this to change the owner of the directory (don't forget the <code>-R</code>):</p>\n<pre><code>sudo chown -R www-data:www-data /home/amiroof/Projects\n</code></pre>\n<p>As <a href=\"http... | null | null | null | null | null |
1491748 | 1 | null | 2023-11-06T19:31:06.180 | 0 | 16 | <p>I want to severely restrict my internet access. For my personal computer (which uses windows 10), I am happy with the solution provided by ColdTurkey. However, through x2go I can also log into my workplace ubuntu server, which is used by all my colleagues, though we have different users there of course. I don't have... | 1743890 | null | null | 2023-11-06T19:31:06.180 | If I add chrome/firefox extension under my user, will it affect other users? | [
"firefox",
"google-chrome",
"firefox-extensions",
"chrome-extension"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-08T16:30:11.417",
"id": "2620063",
"postId": "1491748",
"score": "0",
"text": "Did you install those extensions from your package manager or from the Firefox addon page?",
"userDisplayName": null,
"userId": "9868"
}
] | null | [] | null | null | null | null | null |
1491749 | 1 | null | 2023-11-06T19:31:17.087 | 0 | 97 | <pre>
cssdesk@JF03CLSSU1026:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"
cssdesk@JF03CLSSU1026:~$ uname -a
Linux JF03CLSSU1026 6.4.0-rc4 #4 SMP PREEMPT_DYNAMIC Mon Aug 28 22:32:12 PDT 2023 x86_64 x86_64 x86_64 GNU/Linux
The following ... | 167090 | 167090 | 2023-11-06T19:32:51.383 | 2023-11-07T00:42:59.540 | Not able to start/launch firefox browser | [
"firefox"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-06T19:51:59.073",
"id": "2613262",
"postId": "1491749",
"score": "0",
"text": "<pre>~$ sudo snap refresh\nerror: system does not fully support snapd: cannot mount squashfs image using \"squashfs\": mount:\n /tmp/syscheck-mountpoint-819084190: unknown filesystem t... | null | [
{
"accepted": null,
"body": "<p>You can try to install it from its original packages\nFirst of all, download Firefox from the official website:</p>\n<p>Open a terminal</p>\n<p>Run on it</p>\n<pre><code> cd ~/Downloads\n wget https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/en-US/firefox... | null | null | null | null | null |
1491750 | 1 | null | 2023-11-06T19:33:08.607 | 0 | 71 | <p>My new Linux computer was configured with two 2TB ssd drives. It was preloaded with Ubuntu. I loaded Kubuntu on the second ssd drive to try out Kubuntu which is recommended by the primary software developer of PixInsight. I have a 32 core 512Gb Ram Lenovo desktop. I set up 250Gb Ram on the ssd primary boot disk. I a... | 1743887 | 1661744 | 2023-11-07T10:38:08.057 | 2023-11-07T10:38:08.057 | creating a ramdisk on second installed ssd disk on computer running Linux Kubuntu not as fast as ramdisk on primary ssd boot disk | [
"ssd"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-06T19:59:51.350",
"id": "2613265",
"postId": "1491750",
"score": "0",
"text": "Is primary disk NVMe and second SATA? Post this in question above: `udisksctl status` Should show details on drives.",
"userDisplayName": null,
"userId": "126395"
},
{
"crea... | null | [] | null | null | null | null | null |
1491751 | 1 | null | 2023-11-06T19:41:32.587 | 0 | 380 | <p>My understanding is that I can use LibVirt and QEMU on Ubuntu 22.04 without having to use KVM. In order to do this I'm using the following commands:</p>
<pre><code>#!/bin/bash
sudo apt-get -y update && sudo apt-get -y upgrade
sudo apt-get -y install qemu-system qemu-efi qemu-user qemu-utils libvirt-clients l... | 1565709 | null | null | 2023-11-06T19:41:32.587 | Attempting to use LibVirt with QEMU on Ubuntu 22.04 without KVM | [
"22.04",
"virtualization",
"qemu",
"libvirt"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491756 | 1 | 1491758 | 2023-11-06T20:40:13.863 | 0 | 137 | <p>When I use to update my ubuntu server there's an error I encountered.
I tried to search it online, but it does not work.</p>
<p>ERROR: The repository 'https://packages.grana.com/oss/deb stable Release' does not have a Release file.</p>
<p><a href="https://i.stack.imgur.com/9CrM7.png" rel="nofollow noreferrer">enter ... | 1316988 | null | null | 2023-11-06T20:43:16.207 | Grafana (The repository 'https://packages.grana.com/oss/deb stable release' does not have a Release file | [
"server",
"22.04"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>You have a typo in your <code>/etc/apt/sources.list</code> file (or the appropriate file under <code>/etc/apt/sources.list.d</code>. The most likely file for this would be <code>/etc/apt/sources.list.d/grafana.list</code>.</p>\n<p>You have written <code>https://packages.grana.com/oss... | [
{
"accepted": true,
"body": "<p>You have a typo in your <code>/etc/apt/sources.list</code> file (or the appropriate file under <code>/etc/apt/sources.list.d</code>. The most likely file for this would be <code>/etc/apt/sources.list.d/grafana.list</code>.</p>\n<p>You have written <code>https://packages.grana... | null | null | 2023-11-07T08:39:28.950 | null | null |
1491757 | 1 | null | 2023-11-06T20:40:28.167 | 2 | 851 | <p>I'm frequently getting "<strong>SIGSEGV</strong>" and "<strong>Segmentation Fault</strong>" errors when running various applications on Ubuntu 22.04 (dozens of times a day). This has been happening since I got a new PC a year ago.</p>
<p>It happens literally everywhere: (primarily) CPU/RAM-intens... | 1743900 | 1743900 | 2023-11-07T06:28:25.917 | 2023-11-07T06:28:25.917 | Frequent SIGSEGV and Segmentation Fault errors on Ubuntu 22.04 | [
"asus",
"intel",
"segmentation-fault"
] | 0 | 9 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T00:44:42.637",
"id": "2613304",
"postId": "1491757",
"score": "0",
"text": "Assuming you mean `SIGSEGV`, afaik that's a software issue not a hardware one - it basically means that a program attempts to access a memory location that doesn't belong to it - see for exa... | null | [] | null | null | null | null | null |
1491759 | 1 | null | 2023-11-06T20:57:45.287 | 0 | 54 | <p>I am using <code>wofi</code> with <code>swaywm</code>.</p>
<p>I want to use the Wofi <code>drun</code> menu to launch the Brave Browser. Sadly Brave doesn't support wayland by default so I have to add these parameters to make it work</p>
<pre><code>--enable-features=UseOzonePlatform --ozone-platform=wayland
</code><... | 1743906 | null | null | 2024-03-06T06:45:29.093 | Add custom parameters to a programm called by wofi | [
"brave"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>You can modify desktop file <code>brave-browser.desktop</code> in <code>/usr/share/applications/</code> then append <code>--enable-features=UseOzonePlatform --ozone-platform=wayland --gtk-version=4</code> to all lines <code>Exec</code> like:</p>\n<pre><code>Exec=/usr/bin/brav... | null | null | null | null | null |
1491760 | 1 | null | 2023-11-06T21:11:21.823 | 1 | 396 | <p>After upgrading from Ubuntu 23.04 to Ubuntu 23.10, some applications that I use (e.g., TeXworks and DiffPDF, both installed from the "universe" apt repository) show up in my Gnome dock as a gear icon, even though the correct icons show up when searching for these applications from the Gnome activities sear... | 1743904 | 1450948 | 2024-01-09T13:09:43.827 | 2024-01-09T13:09:43.827 | After updating to Ubuntu 23.10, some applications appear as a gear icon in the dock and have unthemed title bars | [
"gnome",
"icons",
"themes",
"dock",
"titlebar"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I have the same issue here with applications like Transmission or Simplescan after a fresh installation as I remember.</p>\n<p>It appears that I have this issue for non snap applications so I removed the apt package (i.e for transmission and simple-scan) and re-installed usin... | null | null | null | null | null |
1491761 | 1 | null | 2023-11-06T21:25:33.200 | 0 | 64 | <p>Long story short:</p>
<ol>
<li>I had Ubuntu 22.04 on my laptop. I could boot different operation systems and successfully install them.</li>
<li>I wanted to try out Debian 12. Everything works cool but I didn't like it.</li>
<li>Now I want to boot Ubuntu and what I see on the screen is this:
<a href="https://i.stack... | 1699524 | 1699524 | 2023-11-07T14:40:57.563 | 2023-11-07T14:40:57.563 | Laptop Stuck on screen with displayed GRUB | [
"grub2"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-06T21:37:07.703",
"id": "2613282",
"postId": "1491761",
"score": "1",
"text": "You can refer https://lists.ubuntu.com/archives/ubuntu-devel/2021-December/041769.html which Ubuntu carries patches to reverse (*so Ubuntu detects other OSes on your computer by default, Deb... | null | [] | null | null | null | null | null |
1491769 | 1 | 1491863 | 2023-11-06T22:57:13.820 | 0 | 1189 | <p>I have a Lenovo LEGION 5 with a GTX 4050 graphics card. I installed Ubuntu 22.04 with Dual boot (Windows was preinstalled) many months ago and at first the default drivers worked ok with the laptop's original screen, but I couldn't plug any external monitor.</p>
<p>So I followed <a href="https://devicetests.com/inst... | 993679 | null | null | 2023-11-07T17:57:37.527 | Ubuntu 22.04 freezing in login screen after graphic drivers change attempt | [
"drivers",
"nvidia",
"graphics"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T08:53:33.263",
"id": "2613361",
"postId": "1491769",
"score": "0",
"text": "From your tty can you edit your grub?",
"userDisplayName": null,
"userId": "1102580"
},
{
"creationDate": "2023-11-07T12:18:47.020",
"id": "2613391",
"postId": "14917... | {
"accepted": true,
"body": "<p>After several attempts and trying many different things, I managed to get it back to normal without having to reinstall Ubuntu (which is what I wanted to avoid) following these steps:</p>\n<h3>1) Remove all proprietary drivers:</h3>\n<p>a) <code>sudo apt-get purge nvidia-*</code></p>... | [
{
"accepted": true,
"body": "<p>After several attempts and trying many different things, I managed to get it back to normal without having to reinstall Ubuntu (which is what I wanted to avoid) following these steps:</p>\n<h3>1) Remove all proprietary drivers:</h3>\n<p>a) <code>sudo apt-get purge nvidia-*</c... | null | null | null | null | null |
1491770 | 1 | null | 2023-11-06T23:03:56.093 | 0 | 47 | <p>Goodevening, i have a notebook with Ubuntu 16.04 in dual boot with win10. I want to upgrade my Ubuntu to 20.04 with a new installation but my trouble Is where to install the bootloader.</p>
<p>Can someone help me?? Thank you
<a href="https://i.stack.imgur.com/vqNkA.jpg" rel="nofollow noreferrer"><img src="https://i.... | 1743920 | 469152 | 2023-11-06T23:17:55.403 | 2023-11-06T23:17:55.403 | Update Ubuntu on my notebook | [
"dual-boot",
"bootloader"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-06T23:49:00.130",
"id": "2613300",
"postId": "1491770",
"score": "0",
"text": "FYI: The *bootloader* goes to a drive/device and not partition; your `gparted` image shows only partitions (*which includes a small ESP being sdb2, but if it was me I'd not use that due to ... | null | [] | null | null | null | null | null |
1491771 | 1 | null | 2023-11-06T23:13:22.970 | 0 | 320 | <p>A few days ago I upgraded my PC with a <code>MSI MAG Z790 TOMAHAWK WIFI</code> motherboard, which has <code>ALC4080</code> audio processor. I then installed a fresh <code>Ubuntu 22.04.3</code>.</p>
<p>After that the system doesn't seem to see the audio device responsible for jack output, so the output doesn't work a... | 882361 | null | null | 2023-11-06T23:13:22.970 | No sound on ALC4080 and Ubuntu 22.04.3 | [
"sound",
"22.04",
"realtek"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491772 | 1 | null | 2023-11-06T23:45:39.420 | 1 | 176 | <p>I'm new to the community and have a question re verification of my Xubuntu 23.10 iso image that i downloaded via torrent link from their site.
I did the iso verification on my macbook as per these instructions: <a href="https://ubuntu.com/tutorials/how-to-verify-ubuntu#1-overview" rel="nofollow noreferrer">https://u... | 1743921 | 1743921 | 2023-11-07T08:19:43.810 | 2023-11-07T08:19:43.810 | Xubuntu 23.10 ISO Verification | [
"xubuntu",
"iso"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T08:42:59.597",
"id": "2613358",
"postId": "1491772",
"score": "1",
"text": "Strict usage of gpg means that there is a complete chain of trusted signatures/keys from the creator of the file to the user (you). This is not the case here (very difficult to achieve), but... | null | [] | null | null | null | null | null |
1491775 | 1 | 1491779 | 2023-11-07T00:44:11.110 | 1 | 301 | <p>I installed metadata-cleaner sometime ago and have since then tried removing it from both the gnome-software and the snap-store. However it is still there when I search using the start key ('windows' key). It is not just an icon, the app actually opens. I'm not sure what is going on and where this software is instal... | 1570903 | 1570903 | 2023-11-07T01:39:26.580 | 2023-11-07T02:00:13.053 | Ubuntu 22.04 cannot find where software is installed? | [
"software-installation",
"22.04",
"uninstall"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T00:48:28.550",
"id": "2613305",
"postId": "1491775",
"score": "0",
"text": "How you installed the app will determine the best way of removing it. Did you install it using `gnome-software` or the *snap store*? or some other way? What type of package is it? I find ... | {
"accepted": true,
"body": "<p>Meetadata Cleaner app is listed at <a href=\"https://flathub.org/apps/search?q=metadata-cleaner\" rel=\"nofollow noreferrer\">Flathub</a>, so it's possible that it could have been installed that way. <code>flatpak list</code> lists all installed flatpak applications and/or runtimes.... | [
{
"accepted": true,
"body": "<p>Meetadata Cleaner app is listed at <a href=\"https://flathub.org/apps/search?q=metadata-cleaner\" rel=\"nofollow noreferrer\">Flathub</a>, so it's possible that it could have been installed that way. <code>flatpak list</code> lists all installed flatpak applications and/or r... | null | null | null | null | null |
1491780 | 1 | null | 2023-11-07T01:37:32.130 | 0 | 132 | <p>I've followed the tutorial step by step
<a href="https://ubuntu.com/tutorials/ubuntu-desktop-aws#1-overview" rel="nofollow noreferrer">Ubuntu VNC on AWS EC2</a></p>
<pre><code>ubuntu@ip-172-31-17-214:~$ uname -a
Linux ip-172-31-17-214 6.2.0-1015-aws #15~22.04.1-Ubuntu SMP Fri Oct 6 21:37:24 UTC 2023 x86_64 x86_64 x... | 1743929 | 1743929 | 2023-11-07T01:51:04.757 | 2023-11-07T01:51:04.757 | AWS EC2 Ubuntu Instance tightvncserver with RealVNC on Win11Home | [
"vnc",
"amazon-ec2"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491783 | 1 | null | 2023-11-07T02:01:46.137 | 0 | 179 | <p>I have a small Windows domain, with the PDC running on Windows 2012 R2. I am interested in retiring the Windows server and replacing it with a primary and backup DC's hosted on Linux VM's.</p>
<p>The configuration of the existing Windows domain is very simple. I am primarily interested in the user directory for au... | 1561726 | null | null | 2023-12-18T22:00:19.270 | Options for migrating Windows 2012 R2 DC to Ubuntu | [
"networking",
"server",
"samba",
"dns"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T02:53:44.220",
"id": "2613324",
"postId": "1491783",
"score": "0",
"text": "Have you seen the official Ubuntu Server docs (https://ubuntu.com/server/docs/service-ldap-introduction, https://ubuntu.com/server/docs/kerberos-introduction, etc.) Since this is a broad que... | null | [
{
"accepted": null,
"body": "<p>I have finished my research on this, and am in the process of updating my network infrastructure, and I wanted to circle back with my conclusion.</p>\n<p>I was never able to find a solution to migrate from Windows Server to a Linux solution.</p>\n<p>I have set up a Linux DNS ... | null | null | null | null | null |
1491784 | 1 | null | 2023-11-07T02:53:05.037 | 0 | 98 | <p>I am using multiple terminals for different task. But it's hard to remember which terminal I use for a specific task. I guess I could set the title, but how and is there something else I can do to differentiate them ?</p>
| 59755 | null | null | 2023-11-07T14:18:14.200 | How can I differentiate my terminals | [
"command-line",
"gnome-terminal",
"titlebar",
"prompt"
] | 2 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I wrote a bash tool a while ago for this purpose. It makes your prompt themeable and lets you set GNOME Terminal's title with one command:</p>\n<pre><code>PS1_Theme <theme_name> <terminal_name>\n</code></pre>\n<p>It also lets you push\\pop dynamic elements (state)... | null | null | null | null | null |
1491786 | 1 | null | 2023-11-07T03:58:53.037 | 0 | 179 | <p>I've searched around without finding a solution for what I want. I just want to load my todo-list website as a desktop widget in my desktop so that I can see it anytime.</p>
<p>I use <a href="https://to-do.office.com/tasks/" rel="nofollow noreferrer">https://to-do.office.com/tasks/</a> but it could be any website.</... | 438699 | null | null | 2023-11-07T03:58:53.037 | Can I add a website or web widget to my GNOME desktop on Ubuntu 22.04? | [
"gnome",
"22.04"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T11:00:23.980",
"id": "2613372",
"postId": "1491786",
"score": "2",
"text": "Does this answer your question? [Create a shortcut for URL?](https://askubuntu.com/questions/359492/create-a-shortcut-for-url)",
"userDisplayName": null,
"userId": "149708"
},
{
... | null | [] | null | null | null | null | null |
1491791 | 1 | 1491797 | 2023-11-07T05:37:28.460 | 1 | 348 | <p>I am still new to ubuntu, i want to understand the best practice to restricting access to elevating access to root (i.e via sudo su). Would it be good enough to set a password for the ubuntu user (this seems to ask for a password when doing sudo su) or should there be addtional considerations to consider?</p>
<p>In ... | 1739611 | null | null | 2023-11-08T07:53:15.147 | Best Practice for setting passwords for Ubuntu user to restrict access to privileged root access | [
"server",
"sudo",
"password"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T07:58:50.660",
"id": "2613347",
"postId": "1491791",
"score": "2",
"text": "Not sure if I understand the question correctly, but you certainly need one user which can gain elevated rights necessary for system administration. However, you can add more / new unprivile... | {
"accepted": true,
"body": "<p>Cloud instances you can not compare with a regular desktop. Those are servers you connect to using SSH.</p>\n<p>If someone gets onto your machine you already lost the fight so a Cloud instance can be an Ubuntu up with a passwordless admin.</p>\n<blockquote>\n<p>Would it be good enoug... | [
{
"accepted": true,
"body": "<p>Cloud instances you can not compare with a regular desktop. Those are servers you connect to using SSH.</p>\n<p>If someone gets onto your machine you already lost the fight so a Cloud instance can be an Ubuntu up with a passwordless admin.</p>\n<blockquote>\n<p>Would it be go... | null | null | null | null | null |
1491792 | 1 | null | 2023-11-07T05:54:16.813 | 0 | 205 | <p>I use download manager in Ubuntu but after a while it works fine and the internet access is blocked!</p>
<p>I tested <code>Free Download Manager</code> and <code>Xtreme Download Manager</code> both of them at first work correctly but after some time those doesn't work correctly</p>
<p><a href="https://i.stack.imgur.... | 1741103 | 1741103 | 2023-11-07T08:20:09.257 | 2023-11-09T05:27:58.317 | The download manager loses its access to the Internet after working for a while in ubuntu 23.10.1 | [
"networking",
"software-installation",
"configuration",
"firewall",
"23.10"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T04:21:23.320",
"id": "2613817",
"postId": "1491792",
"score": "0",
"text": "I am also having some issues with this version of XDM. However I do not have connection issue. Rather, XDM is not able to complete video download because of some ffmpeg error after it has do... | null | [
{
"accepted": null,
"body": "<p>I tried XDM snap version and got this instead.</p>\n<pre><code>[xdm-10:25:23] Loading config...\n[xdm-10:25:23] Application_Startup\nUnhandled exception. GLib.GException: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: An AppArmor policy prevents this sender from sending... | null | null | null | null | null |
1491793 | 1 | null | 2023-11-07T06:09:48.710 | 0 | 38 | <p>I don't know if the term "connect" will be the right term, but I cannot figure out anything else.</p>
<p>So I started using devilbox in Ubuntu 22.04 and when I tried running this code:</p>
<pre><code><?php
$servername = "localhost"; $username = "root"; $password = ""; $data... | 1172557 | null | null | 2023-11-07T06:09:48.710 | How do I connect mysql to phpmyadmin via devlibox? | [
"mysql",
"phpmyadmin"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491794 | 1 | null | 2023-11-07T06:43:59.920 | 0 | 3917 | <p>As soon as I had installed Stremio all the magnet links are opened in Stremio instead of qbittorrent or any other torrent program.</p>
<p>So far I have found a way out by copying the Magnet link (right-clicking the Magnet link and copying it). I am using Chrome as the default browser. I found <a href="https://askubu... | 834251 | null | null | 2023-11-07T13:30:50.893 | Magnet links are automatically opened by stremio | [
"qbittorrent"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>If Stremio is directly opening the magnet link. You can go ahead and reset the Chrome settings. It resets just the settings which should probably reset the default redirection.</p>\n<p>To perform a reset, <strong>Three dots > Settings > Reset Settings</strong></p>\n<p>N... | null | null | null | null | null |
1491795 | 1 | null | 2023-11-07T06:45:57.743 | 0 | 87 | <p>I try to use nslcd to auth by LDAP server, if openldap, works fine, but try to WindowsAD, always fail
but the similar config on CentOS is ok, I config the /etc/nslcd, /etc/nsswitch.conf, /etc/pam.d/common-*, after it, if use ldapsearch, it can work with AD server, but use id and getnet, no any id info, same config i... | 1743970 | null | null | 2023-11-07T06:45:57.743 | How to use nslcd to bind windows AD | [
"active-directory"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T07:36:11.747",
"id": "2613343",
"postId": "1491795",
"score": "0",
"text": "You've not told us what Ubuntu product & release you're using.",
"userDisplayName": null,
"userId": "469152"
}
] | null | [] | null | null | null | null | null |
1491799 | 1 | null | 2023-11-07T08:01:41.407 | 0 | 822 | <p>My Ubuntu 22.04 periodically freezes. It can happen at any moment, but it appears to occur most frequently while using a web browser. I'm uncertain whether this is a software or hardware issue.</p>
<p>I'm attaching the general boot logs to help you better understand my issue.</p>
<ol>
<li><p><code>dmesg</code> logs... | 1743986 | 94914 | 2023-11-07T09:09:07.897 | 2023-11-07T15:56:58.100 | Ubuntu 22.04 freezing - need help with diagnosis | [
"22.04",
"freeze"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T08:28:59.313",
"id": "2613353",
"postId": "1491799",
"score": "1",
"text": "The people around here that can help you do not like links, especially for guugle-drive.<br/>Can you edit your question and paste in the relevant text (not all of it) so we can dig in? Maybe... | null | [
{
"accepted": null,
"body": "<p>System "freezes" are often caused by running too many, too large programs and running out of available memory. Use <code>free</code> to see if you have swap space, read <code>man mkswap swapon fstab fallocate</code> to create some. Swap space must be contiguous. use... | null | null | null | null | null |
1491801 | 1 | null | 2023-11-07T08:07:08.670 | 0 | 89 | <p>Since upgrading to 23.10 via the automated updater, my WiFi turns on and off every few seconds.<br/>If you are fast you can click on it and confirm that all the settings are correct, so I assume if it would stay on, then the WiFi would connect. When I go to settings via the GUI, the option/icon for WiFi appears and ... | 1102580 | null | null | 2023-11-07T08:07:08.670 | WiFi turns on and off every few seconds since upgrading to 23.10 | [
"networking",
"23.10",
"mac-mini"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T15:58:52.113",
"id": "2613438",
"postId": "1491801",
"score": "0",
"text": "Look at the network logs with the terminal command: `sudo journalctl -b 0 -u NetworkManager`. Read `man journalctl NetworkManager service`. Also do: `service NetworkManager status` and `serv... | null | [] | null | null | null | null | null |
1491802 | 1 | null | 2023-11-07T08:11:51.940 | 1 | 202 | <p>Firefox on Ubuntu picks up configs from config file under <code>~/.mozilla/firefox/cx3a9c6c.default-release/</code>, but this path is specific to a user and to a specific profile (the path even has a hash).</p>
<p>Does firefox have a path where it loads system default settings from?</p>
<p>The goal is to distribute ... | 373605 | null | null | 2023-11-07T08:11:51.940 | How to set global/system config to all users and profiles for Firefox? | [
"22.04",
"firefox"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491803 | 1 | null | 2023-11-07T08:19:02.723 | 0 | 319 | <p>How can I store my Git credentials so that I don't have to enter my username and password every time in cloning and committing?</p>
| 1743989 | null | null | 2023-11-07T08:19:02.723 | store Git credentials on ubuntu 22.04 | [
"22.04",
"password",
"git",
"username"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T08:29:40.417",
"id": "2613354",
"postId": "1491803",
"score": "1",
"text": "Typically you don't. You use SSH keys. And of course the keys should have passphrases on them, but you can use the SSH agent to avoid having to provide that passphrase every time.",
"use... | null | [] | null | null | null | null | null |
1491805 | 1 | null | 2023-11-07T08:35:52.360 | 2 | 190 | <p>I don't like that alt+tab only switches between native windows, and not between browser tabs.</p>
<p>I want to switch between applications with alt+tab, no matter if they are run in a browser tab or in a native window.</p>
<p>Up to now I used <a href="https://chrome.google.com/webstore/detail/quick-tabs/jnjfeinjfmen... | 42348 | 42348 | 2023-11-13T08:10:58.423 | 2023-11-13T11:57:10.997 | Unified application switcher (browser tabs <--> native window) | [
"unity",
"shortcut-keys",
"google-chrome",
"window-manager"
] | 2 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T13:07:25.157",
"id": "2613404",
"postId": "1491805",
"score": "4",
"text": "There is the desktop environment that controls windows, and there is the application that controls tabs. Different realms. One approach could be to configure your browser to open new links i... | null | [
{
"accepted": null,
"body": "<blockquote>\n<p>Which window manager could help to get a simplified and unified application switching experience?</p>\n</blockquote>\n<p>As others have already commented, there is windows and within windows there are tabs (at least in some of them). However most document browse... | null | null | null | null | null |
1491807 | 1 | null | 2023-11-07T09:25:49.507 | 0 | 55 | <p>I am using a hindi keyboard and I would like to know if its possible to type the halant character without doing a sandhi or joining of 2 letters ?</p>
<p>I tried typing adbhut word in hindi where the d has a halant. But it ends up joining the letters da and bha
like this :
अद्भुत</p>
<p>I dont want this , many words... | 908521 | null | null | 2023-11-09T04:17:43.057 | hindi bolnagri keyboard, type halant without doing a sandhi on linux | [
"typing-break"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>For those who are interested, I found the answer, at</p>\n<p><a href=\"https://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=d6dvcx2lay\" rel=\"nofollow noreferrer\">https://scriptsource.org/cms/scripts/page.php?item_id=entry_detail&uid=d6dvcx2lay</a>... | null | null | null | null | null |
1491810 | 1 | 1492284 | 2023-11-07T09:35:08.320 | 1 | 156 | <p>I am running a VLAN applied to a number of servers on Linode. The IPs assigned are <code>10.0.16.n/24</code> and are accessed via an OpenVPN server also on the same range.</p>
<p>I have connected to the VPN box from my local laptop and can ping and connect to 2 servers on the network but no more. I don't have OpenVP... | 595533 | 595533 | 2023-11-07T10:05:45.450 | 2023-11-13T19:54:04.417 | Can only access some servers on Linode VLAN | [
"networking",
"vpn",
"firewall",
"openvpn"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>VLAN's create isolated broadcast domains, unless openvpn interface has been tagged with the correct vlan tag, then traffic from openvpn will not be able to communicate with the machines on the vlan, even if they have the same subnet/range.</p>\n<p>I would suggest on the openvpn serve... | [
{
"accepted": true,
"body": "<p>VLAN's create isolated broadcast domains, unless openvpn interface has been tagged with the correct vlan tag, then traffic from openvpn will not be able to communicate with the machines on the vlan, even if they have the same subnet/range.</p>\n<p>I would suggest on the openv... | null | null | null | null | null |
1491812 | 1 | null | 2023-11-07T10:19:07.927 | 0 | 226 | <p>In Settings app -> <em>Network</em> category, I am not getting wireless connection section and also the wifi icon is not displaying neither in the top right dropdown menu nor in the network Settings. In the BIOS wifi driver is there, but it's not reflecting in Addition Drivers in Software & Updates. I tried m... | 1743982 | 94914 | 2023-11-08T09:27:25.933 | 2023-11-08T09:27:25.933 | Wifi icon is not displaying in Ubuntu 20.04 | [
"networking",
"drivers",
"wireless",
"troubleshooting",
"wifi-direct"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T11:50:31.457",
"id": "2613383",
"postId": "1491812",
"score": "1",
"text": "Attach output of this terminal command: `lspci -nnk -d ::0280`",
"userDisplayName": null,
"userId": "1592865"
},
{
"creationDate": "2023-11-07T16:01:28.913",
"id": "26134... | null | [] | null | null | null | null | null |
1491814 | 1 | null | 2023-11-07T10:27:11.673 | 0 | 29 | <p>how to fix the problem libboost-iostreams1.74.0' has no installation candidate E: Package 'libsigc++-2.0-0v5' has no installation candidate?</p>
| 1744025 | null | null | 2023-11-07T10:27:11.673 | libboost & libsigc installation error on ubuntu 22.04 Lts | [
"22.04"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T11:37:10.073",
"id": "2613380",
"postId": "1491814",
"score": "1",
"text": "Please edit your question and add the full command you used trying to install the packages.",
"userDisplayName": null,
"userId": "1661744"
},
{
"creationDate": "2023-11-07T15... | null | [] | null | null | null | null | null |
1491821 | 1 | null | 2023-11-07T10:58:58.820 | -1 | 116 | <p>I have installed Ubuntu 22.04 on my 64 bit desktop (with Intel Core(TM)i5-2400 CPU@3.1 GHz) and I need to setup networking using the internet.
The install is missing the curl package and I do not know what package(s) to download for it.
I looked on curl.se and downloaded curl-8.4.0.zip. Is this the right package?
An... | 1744032 | null | null | 2023-11-07T19:26:39.903 | Does libcurl4 for amd64 work with Intel Core(TM)i5? | [
"networking",
"apt"
] | 2 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T11:14:34.343",
"id": "2613375",
"postId": "1491821",
"score": "0",
"text": "What is your concern? Intel i5 CPUs are *amd64* as the intel 64-bit itanium processors failed in the marketplace as purchasers wanted x86 compatibility which *amd64* supplied (it's also cal... | null | [
{
"accepted": null,
"body": "<p>Unless there is a very specific reason to use the self-compile the latest package from source, you can use the curl package from the Ubuntu repository.</p>\n<p>To install open a terminal an execute</p>\n<pre class=\"lang-shell prettyprint-override\"><code>sudo apt install cur... | null | null | null | null | null |
1491824 | 1 | null | 2023-11-07T11:21:29.527 | 0 | 156 | <p>I'm new to Ubuntu, and i think i messed up my repo.
Now i see the error</p>
<pre><code>E: Invalid value set for option Signed-By regarding source https://repositories.intel.com/gpu/ubuntu/ jammy/production/2328 (not a fingerprint)
E: Type 'sudo' is not known on line 1 in source list /etc/apt/sources.list.d/intel.gpu... | 1744036 | 1744036 | 2023-11-08T12:38:53.577 | 2023-11-08T12:38:53.577 | How can i resolve Invalid value set for options Signed-By regarding source error? | [
"command-line",
"repository",
"gpu-driver"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T11:31:21.567",
"id": "2613377",
"postId": "1491824",
"score": "0",
"text": "There is an error in your `/etc/apt/sources.list.d/intel.gpu.jammy.list` file. Note that I left out a `/` in the file path, because it shouldn't be there. Please edit your question and add t... | null | [] | null | null | null | null | null |
1491825 | 1 | null | 2023-11-07T11:31:00.043 | 0 | 53 | <p>Below is my kernel log</p>
<pre><code>Oct 29 10:34:34 kernel: [43384.171352] Mem-Info:
Oct 29 10:34:34 kernel: [43384.171357] active_anon:514088 inactive_anon:280946 isolated_anon:0
Oct 29 10:34:34 kernel: [43384.171357] active_file:247 inactive_file:1134 isolated_file:123
Oct 29 10:34:34 kernel: [43384.171357]... | 1744040 | 1744040 | 2023-11-07T11:33:35.923 | 2023-11-07T11:33:35.923 | slab_unreclaimable overtop and oom_kill [PID] process | [
"kernel",
"ram"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T13:10:57.133",
"id": "2613405",
"postId": "1491825",
"score": "1",
"text": "What does `top` / `htop` say about memory usage? It should be quite easy to monitor which processes consume lots of memory.",
"userDisplayName": null,
"userId": "1066942"
},
{
... | null | [] | null | null | null | null | null |
1491827 | 1 | null | 2023-11-07T12:06:50.503 | 0 | 59 | <p>Considering the following scenario...</p>
<pre><code>NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
vda 252:0 0 200G 0 disk
vda1 252:1 0 512M 0 part /boot/efi
vda2 252:2 0 1K 0 part
vda5 252:5 0 49,5G 0 part /
Disk /dev/vda: 200 GiB, 214748364800 bytes, 419430400 sectors
Units: sectors of 1 * 512 =... | 1744047 | 68186 | 2023-11-07T12:49:22.653 | 2023-11-07T12:49:22.653 | Resize linux virtual partition | [
"filesystem",
"resize",
"parted"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T12:14:44.430",
"id": "2613388",
"postId": "1491827",
"score": "0",
"text": "ubuntu 20.04 LTS focal",
"userDisplayName": null,
"userId": "1744047"
},
{
"creationDate": "2023-11-07T12:51:35.297",
"id": "2613396",
"postId": "1491827",
"score... | null | [] | null | null | null | null | null |
1491828 | 1 | null | 2023-11-07T12:25:38.123 | 0 | 196 | <p>I tried two different Mediatek MT7921 cards.
According to Linux-hardware it is apparently working flawlessly with "recent kernels" (of November 2022)
<a href="https://linux-hardware.org/?id=pci:14c3-0608-14c3-0608" rel="nofollow noreferrer">https://linux-hardware.org/?id=pci:14c3-0608-14c3-0608</a></p>
<p>... | 105939 | null | null | 2023-11-08T08:05:01.293 | Mediatek MT7921K WIFI fails on 23.10 | [
"wireless",
"network-manager"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T14:57:49.517",
"id": "2613423",
"postId": "1491828",
"score": "1",
"text": "Please edit your question to show the result of the terminal command: `sudo dmesg | grep -i mt79`",
"userDisplayName": null,
"userId": "19421"
},
{
"creationDate": "2023-11-0... | null | [
{
"accepted": null,
"body": "<p>Thank you- your comments helped me look where I needed.\nlooking at the journalctl I spotted: (IP redacted)</p>\n<pre><code>generate[7210]: nm-device: NM-110a73d2-ecb7-4218-9219-e2eafff55b81: the renderer for nm-devices must be NetworkManager, it will be u>\nNetworkManager... | null | null | null | null | null |
1491830 | 1 | null | 2023-11-07T12:49:54.480 | 0 | 114 | <p>I'm encountering an issue when trying to remove a specific Linux kernel package on my Ubuntu system. The error seems to be related to a post-removal script that updates the GRUB bootloader configuration. Here are the details of the problem:</p>
<p>I attempted to remove the package linux-image-6.2.0-35-generic using ... | 1743842 | 149708 | 2023-11-07T12:57:59.317 | 2023-11-07T12:57:59.317 | "Error Removing Linux Kernel Package - GRUB Update Script Issue" | [
"dual-boot",
"grub2",
"package-management",
"kernel",
"dpkg"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491832 | 1 | null | 2023-11-07T13:26:11.400 | 0 | 1007 | <p>I am struggling to do my release upgrade from Ubuntu 23.04 to 23.10. The release upgrade depends on all packages being upgraded, and one upgrade is held back.</p>
<pre class="lang-bash prettyprint-override"><code>$ sudo do-release-upgrade
Checking for a new Ubuntu release
Please install all available updates for you... | 1744060 | 1744060 | 2023-11-08T14:20:15.843 | 2023-11-09T15:14:32.193 | 23.04-23.10 Release upgrade dependent on held back packages | [
"upgrade",
"22.04",
"dependencies",
"do-release-upgrade"
] | 2 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T15:47:23.910",
"id": "2613436",
"postId": "1491832",
"score": "0",
"text": "`libavif13` was removed from the Ubuntu repositories after 22.04. The 23.04 version of `libgd3` does **not** have a dependency on `libavif13`. This suggests that your 23.04 system isn't a cl... | null | [
{
"accepted": null,
"body": "<p>Let us try some methods,</p>\n<p>Since there is a dependency issue, try to manually upgrade the <code>libgd3</code> package.</p>\n<pre><code>sudo apt --with-new-pkgs upgrade libgd3\n</code></pre>\n<p>If it fails you can manually install the package,</p>\n<pre><code>sudo apt i... | null | null | 2023-11-17T01:37:42.220 | null | null |
1491836 | 1 | null | 2023-11-07T13:49:06.350 | 0 | 190 | <p>Ubuntu 20.04 have the nice feature that you don't need command line to start remote desktop or VNC server (with the "normal" installation choice), just go to Settings-Share.</p>
<p>But each time the machine is rebooted, remote desktop is down and I need to go to setting to re-enable it (means change of mon... | 950187 | null | null | 2023-11-07T13:49:06.350 | Let Ubuntu 20.04 keep remote desktop on after reboot | [
"22.04",
"remote-desktop"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491838 | 1 | null | 2023-11-07T13:53:57.787 | 0 | 204 | <p>Summary: The numeric keypad part of my keyboard does not work correctly on my remote PC. The keyboard physically attached to the remote/host PC works normally, and while they are not identical, they are essentially the same classic 104-key US layout.</p>
<p>Symptoms: Main QWERTY keyboard part works normally. Enterin... | 1379110 | 1379110 | 2023-11-07T14:35:47.220 | 2023-11-07T14:35:47.220 | Remote desktop keyboard mapping problem | [
"keyboard",
"22.04",
"remote-desktop"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491839 | 1 | null | 2023-11-07T13:56:50.530 | 0 | 44 | <p>I had a software rendering activated and tried updating my nvidia driver which didn't work as the xorg server was running. I then looked it up and found the command "sudo killall xorg" which promptly shutdown my device. on reboot my second screen does not display anything but the cursor. Also I can click o... | 1013174 | null | null | 2023-11-07T13:56:50.530 | Revert "sudo killall xorg" | [
"drivers",
"nvidia",
"multiple-monitors",
"xorg",
"screen"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T15:33:37.280",
"id": "2613428",
"postId": "1491839",
"score": "4",
"text": "You can't, that just killed the running X process, it should't have made any changes that persist after reboot. Please [edit] your question and give us some context. What hardware are you us... | null | [] | null | null | null | null | null |
1491840 | 1 | null | 2023-11-07T13:57:17.340 | 0 | 397 | <p>So I downloaded the .tar file for firefox, tried to untar it and run the file. The browser then popped up and said it needs snap support to install. I am looking for an airgap install of Firefox on Ubuntu, without install snap. If I absolutely have to install snap I will, but I am air-gapped which means another side... | 1744070 | null | null | 2023-11-07T16:00:24.610 | How do I Install firefox on Ubuntu Server 22.04 (Jammy) offline | [
"firefox"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T14:36:58.983",
"id": "2613418",
"postId": "1491840",
"score": "0",
"text": "See the Mozilla help page for this topic: https://support.mozilla.org/en-US/kb/install-firefox-linux#w_install-firefox-from-mozilla-builds",
"userDisplayName": null,
"userId": "19626... | null | [
{
"accepted": null,
"body": "<p>First of all, download Firefox from the official website:</p>\n<p>Open a terminal</p>\n<p>Run on it</p>\n<pre><code>cd ~/Downloads\n\nwget https://archive.mozilla.org/pub/firefox/releases/119.0.1/linux-x86_64/en-US/firefox-119.0.1.tar.bz2\n</code></pre>\n<p>Once the file has ... | null | null | null | null | null |
1491843 | 1 | null | 2023-11-07T14:44:01.367 | 2 | 327 | <p>I run xubuntu and yesterday i try to upgrade 23.04 to 23.10.But I had a lot of errors like :</p>
<pre><code>243 2023-11-06 19:04:19,660 DEBUG got a conffile-prompt from dpkg for file: '/etc/systemd/journald.conf'
244 2023-11-06 19:27:05,971 ERROR got an error from dpkg for pkg: 'udev': 'le sous-processus paquet udev... | 1547656 | 1547656 | 2023-11-08T16:15:17.667 | 2023-11-08T16:15:17.667 | problem during distribution upgrade to 23.10 | [
"upgrade",
"xubuntu",
"23.04",
"23.10"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491846 | 1 | null | 2023-11-07T15:09:04.870 | 0 | 34 | <p>Another thread on the livepatch topic.</p>
<p>On multiple ubuntu 20.04.6 servers, running 5.15.0-84.93~20.04.1-generic, we never get any livepatch updates to the kernel.
I don't see anything wrong in the configuration, and the systems are covered by an ubuntu landscape subscription.
I see that livepatch would be cov... | 1744091 | null | null | 2023-11-07T15:09:04.870 | livepatch not delivering updates for 5.15 hwe | [
"canonical-livepatch"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491848 | 1 | 1491857 | 2023-11-07T15:24:19.967 | 3 | 1544 | <p>Ubuntu 22.04</p>
<p>I'm trying to set up KVM by following this guide <a href="https://help.ubuntu.com/community/KVM/Installation" rel="nofollow noreferrer">https://help.ubuntu.com/community/KVM/Installation</a> and unfortunately Im getting the following error when I run kvm-ok</p>
<pre><code>Command 'kvm-ok' not fou... | 1613782 | 1613782 | 2023-11-07T18:57:52.727 | 2023-11-07T21:00:22.770 | KVM. kvm-ok not found error | [
"docker",
"kvm-virtualization"
] | 2 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T17:29:58.187",
"id": "2613461",
"postId": "1491848",
"score": "0",
"text": "You should add information requested to your original posting. Do you have any PPA's in addition to the original ones? What do you have checked in Software & Updates/Ubuntu Software? Someth... | {
"accepted": true,
"body": "<p>kvm is a part of the package qemu-system-x86 these days. Install that package.</p>\n<pre><code>sudo apt install qemu-system-x86\n</code></pre>\n<p>Create an image with (fill in your own names):</p>\n<pre><code>kvm -m 4096 -cdrom ${PWD}/$ISO -boot d ${NAME}\n</code></pre>\n<p>and run... | [
{
"accepted": true,
"body": "<p>kvm is a part of the package qemu-system-x86 these days. Install that package.</p>\n<pre><code>sudo apt install qemu-system-x86\n</code></pre>\n<p>Create an image with (fill in your own names):</p>\n<pre><code>kvm -m 4096 -cdrom ${PWD}/$ISO -boot d ${NAME}\n</code></pre>\n<p... | null | null | null | null | null |
1491849 | 1 | null | 2023-11-07T15:39:49.100 | 0 | 41 | <p>Here are the screenshots of what I am getting</p>
<p><a href="https://i.stack.imgur.com/s08H3.png" rel="nofollow noreferrer">first</a></p>
<p><a href="https://i.stack.imgur.com/OX10c.png" rel="nofollow noreferrer">second</a></p>
<p><a href="https://i.stack.imgur.com/hqCvK.png" rel="nofollow noreferrer">third</a></p>... | 1744101 | null | null | 2023-11-08T05:05:06.033 | Cant boot ubuntu in vmware after moving files from C to D partition (cant exit from emergency mode) | [
"boot",
"virtualization",
"vmware"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T07:18:42.010",
"id": "2613557",
"postId": "1491849",
"score": "0",
"text": "Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.",
"userDis... | null | [] | null | null | null | null | null |
1491856 | 1 | null | 2023-11-07T16:06:03.820 | 0 | 179 | <p>I am required to upgrade to open-vm-tools 12.3.5 to resolve CVE-2023-34058.
My few Ubuntu servers are isolated from the internet so "sudo apt update && sudo apt upgrade" are not an option.
I'm running 20.04 and 22.04</p>
<p>How do I do the upgrade from just the "open-vm-tools-12.3.5-22544099.t... | 1744104 | null | null | 2023-11-07T16:06:03.820 | How do I upgrade open-vm-tools to 12.3.5 on an internet isolated server | [
"upgrade",
"security",
"vmware-tools"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491858 | 1 | null | 2023-11-07T16:50:49.037 | 0 | 500 | <p>I recently installed 23.10 with whatever the default DE is (I think this is mutter/Gnome). I run with Wayland.</p>
<p>Because of the DPI of my laptop screen, for things to look good I need to run at about 150% scale. In Settings, I have <a href="https://files.mastodon.social/media_attachments/files/111/365/911/886/7... | 1744108 | null | null | 2023-11-07T16:50:49.037 | Disabling/customizing display scaling on a per-app basis? (23.10) | [
"gnome",
"wayland",
"scaling",
"23.10",
"mutter"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T14:16:38.397",
"id": "2613652",
"postId": "1491858",
"score": "0",
"text": "I don' t think anything you ask is (currently) possible. Is it not possible to work at either 100% scaling with an upscaled font, or 200% with a downscaled font?",
"userDisplayName": nul... | null | [] | null | null | null | null | null |
1491859 | 1 | null | 2023-11-07T16:55:05.337 | 0 | 72 | <p>While using some SPAs (tested with Teams for Linux and Whatsie), every time I open the Files app through the app itself (to download/upload files), it shows squares instead of the actual text.</p>
<p><a href="https://i.stack.imgur.com/2WtKN.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/2WtKN.png... | 518535 | null | null | 2023-11-27T13:12:17.067 | Ubuntu 23.04 - Rectangles instead of text on SPAs | [
"fonts",
"23.04"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T00:56:27.240",
"id": "2613525",
"postId": "1491859",
"score": "0",
"text": "You're definitely missing a font. The issue is finding out what it is. I had a similar problem with `aptik` a while back; it was missing `fonts-liberation2`. No idea if that is what your app... | null | [
{
"accepted": null,
"body": "<p>This seems related to the <code>23.04</code> version of Ubuntu.\nAll looking good after upgrading to <code>23.10</code>.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-11-27T... | null | null | null | null | null |
1491861 | 1 | null | 2023-11-07T17:18:15.807 | 0 | 256 | <p>Sorry, the information here is going to be basic as I am on my Windows OS as the xUBUNTU will not open since my upgrade.</p>
<p>I upgraded yesterday, following the usual instructions. Was straightforward and only two ineteruptions to ask me if I wanted to keep the same IME config and the same GRUB config. I ket the ... | 180042 | 180042 | 2023-11-09T19:27:19.263 | 2023-11-09T19:27:19.263 | Laptop fails to open desktop after upgrade to 23.10 | [
"upgrade",
"xubuntu",
"xfce",
"bug-reporting"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T10:01:25.090",
"id": "2613590",
"postId": "1491861",
"score": "0",
"text": "FAILED update/upgrade is getting common again. When I started with Ubuntu in 2007 it happened every upgrade, almost, but by 2013 that seemed to stop and they've been almost flawless since. ... | null | [] | null | null | null | null | null |
1491865 | 1 | null | 2023-11-07T18:11:17.270 | 0 | 62 | <p>Getting that error while running audit2allow and I'm using python 3, below is the error. I don't see this issue with python 2 though:</p>
<pre><code>build:~$ python --version
Python 3.9.18
build:~$ audit2allow
Traceback (most recent call last):
File "/usr/bin/audit2allow", line 25, in <module>
... | 1744145 | null | null | 2023-11-07T18:11:17.270 | Python selinux module circular import while running audit2allow | [
"python",
"python3"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T07:17:42.227",
"id": "2613556",
"postId": "1491865",
"score": "1",
"text": "The line `most likely due to a circular import` in the error message hints towards a problem within the package itself. \"circular import\" means that two Python packages trying to import ea... | null | [] | null | null | null | null | null |
1491868 | 1 | null | 2023-11-07T18:35:49.290 | 0 | 355 | <p>Recently I have formatted a Windows 10 computer to Ubuntu 22, installing from a USB stick. This computer has two storaged disks (a 2 TB HDD and a 256 GB SSD) and I installed Ubuntu on the SSD, deciding to leave the HDD completely empty.</p>
<p>Earlier today I had been having some sound problems in Ubuntu that I don`... | 1182314 | 1182314 | 2023-11-08T14:49:38.297 | 2023-11-08T14:49:38.297 | Recovering Ubuntu 22 boot partition with GParted or USB stick | [
"boot",
"partitioning",
"mount",
"22.04",
"gparted"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T22:32:35.523",
"id": "2613507",
"postId": "1491868",
"score": "0",
"text": "Is sdb your SSD? Normally installer defaults to ESP on sda? If UEFI install, you would also have to install Windows in UEFI boot mode to gpt partitioned drive. Lets see details: Please copy ... | null | [] | null | null | null | null | null |
1491869 | 1 | 1491887 | 2023-11-07T18:40:13.200 | 0 | 106 | <p>I needed to replace my laptop hdd. Before it was replaced, I was able to backup important stuff to my unraid server via Backup gui. The laptop had been running 20.04 lts.</p>
<p>When the new drive came in, I thought I'd try 22.04 lts and used the Restore via the gui. The Backup/Restore GUI in 22.04 was so much bette... | 1744146 | null | null | 2023-11-07T21:23:03.413 | Can I install the latest stable (deja dup v44) on 20.04? | [
"20.04",
"deja-dup"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-07T20:55:50.700",
"id": "2613485",
"postId": "1491869",
"score": "1",
"text": "A quick scan of https://packages.ubuntu.com/noble/deja-dup shows you need libc6 > 2.34 (*yours is too old*), libgtk-4.1 (*not available for 20.04; your system is gtk3*) etc...",
"userDis... | {
"accepted": true,
"body": "<p>No: Deja Dup v44 depends upon newer dependencies than Ubuntu 20.04 provides.</p>\n<p>Specifically, as @guiverc pointed out, your 20.04 versions of libc5 and libgtk are too old for Deja Dup v44.</p>\n<p>Generally, software provided by deb packages has only limited (or no) compatibilit... | [
{
"accepted": true,
"body": "<p>No: Deja Dup v44 depends upon newer dependencies than Ubuntu 20.04 provides.</p>\n<p>Specifically, as @guiverc pointed out, your 20.04 versions of libc5 and libgtk are too old for Deja Dup v44.</p>\n<p>Generally, software provided by deb packages has only limited (or no) comp... | null | null | null | null | null |
1491872 | 1 | null | 2023-11-07T18:59:10.427 | 0 | 120 | <p>I am running Ubuntu 22.04 LTS and have been using it successfully for quite a while.</p>
<p>I had previously modified the appearance of the desktop using gnome extensions. Frankly, it ended up looking something like Windows 7, showing a clock, a taskbar, a categorized application menu, open windows along the bottom ... | 1744152 | null | null | 2023-11-07T18:59:10.427 | I tried to edit a gnome menu extension and all extensions stopped working. Extension manager no longer functions. How can I fix this? | [
"gnome",
"22.04",
"gnome-shell-extension"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T14:10:02.217",
"id": "2613646",
"postId": "1491872",
"score": "0",
"text": "Not sure what you did, but just using Menu editor cannot have caused this. This to me smells as a corruption of your file system, where configuration files/directories in the home directory ... | null | [] | null | null | null | null | null |
1491873 | 1 | null | 2023-11-07T19:06:48.020 | 0 | 543 | <p>I recently dual booted the new Ubuntu 23.10 and played around a little bit, everything seems to work fine for me but When I try to open the app center (snap-center) and Firmware updater, neither of them seems to work at all and just displays a blank white screen and I tried doing every fix available out there from t... | 1744150 | 77093 | 2023-11-18T17:11:16.867 | 2023-12-25T07:55:50.040 | The New App center and Firmware updater From Ubuntu 23.10 is displaying blank white screen and not loading | [
"updates",
"software-center",
"23.10",
"app-center"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-18T17:11:33.080",
"id": "2615957",
"postId": "1491873",
"score": "3",
"text": "Does this answer your question? [App centre in 23.10](https://askubuntu.com/questions/1490737/app-centre-in-23-10)",
"userDisplayName": null,
"userId": "77093"
}
] | null | [
{
"accepted": null,
"body": "<p>I have the same trouble... I hope someone will answer your question soon.\nTill then, I installed the previous version with the following command.</p>\n<p>sudo apt install gnome-software</p>\n<p>At least I can find software there till they fix the problem.</p>\n",
"commen... | null | null | null | null | null |
1491874 | 1 | null | 2023-11-07T19:09:01.347 | 0 | 42 | <p>When restart my laptop after logging in, my external monitor is working fine, and it used to work fine for years with this laptop, until a few days ago.</p>
<p>When I lock the screen and log back it, the second screen is sometimes showing black, sometimes showing a still image off what was on it before.</p>
<p>I've ... | 484677 | null | null | 2023-11-07T19:09:01.347 | External monitor on HDMI cable freezes after screen lock | [
"multiple-monitors",
"hdmi",
"23.10"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491877 | 1 | null | 2023-11-07T19:29:40.130 | 0 | 159 | <p>Good day,
I upgraded from 23.4 to 23.10 this morning. After the upgrade the boot would get stuck at TPM disabled by bios and I was not able to finish booting up. I went through the Bios settings (HP Elite Desk) and enabled all of the various options that had to be enabled to turn on TPM (Such as VTx, VTd, SGX, TXT) ... | 1744155 | null | null | 2023-11-07T19:29:40.130 | No Gui after upgrading from Kubuntu 23.04 to 23.10 | [
"upgrade",
"23.10"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491890 | 1 | null | 2023-11-07T22:20:03.923 | 0 | 42 | <p>Sometimes windows randomly expand larger than the display area and can be seen in transparency behind the application bar (the one that is by default on the left).</p>
<p>Running Ubuntu 22.04.3 LTS, regularly upgraded.</p>
<p>What could I do to prevent this from happening?</p>
<p>EDIT: added screenshot</p>
<p><a hre... | 420593 | 420593 | 2023-11-08T12:09:34.663 | 2023-11-08T12:09:34.663 | Windows in background end up behind the application bar | [
"menu-bar"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491892 | 1 | 1494784 | 2023-11-07T22:34:05.027 | 0 | 165 | <p>I just upgraded from 23.04 to 23.10. I used grub-customizer to make my grub screen nicer, but after the upgrade, ubuntu menuentry disapeared. I manged myself to boot ubuntu. Now I want to go back to default grub old-fashion installation, but I think I'm making it worse.</p>
<p>I removed grub-customizer with <code>a... | 1644452 | 126395 | 2023-12-03T17:19:58.177 | 2023-12-12T03:48:45.210 | I messed up my grub config | [
"boot",
"dual-boot",
"grub2",
"grub-customizer"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T03:50:41.707",
"id": "2613532",
"postId": "1491892",
"score": "0",
"text": "You need a full reinstall of grub, not just grub-common. If boot, `sudo grub-install` If UEFI that uses ESP mounted in fstab and defaults for UEFI entries. If not booted then chroot into ins... | {
"accepted": true,
"body": "<p>You need to totally remove Grub-Customizer, and restore default grub scripts in /etc/grub.d & settings in /etc/default/grub.</p>\n<p>Most newer users using gui find Boot-Repair the easiest solution. but must be sure to boot live installer in same boot mode, now ususally UEFI, no... | [
{
"accepted": true,
"body": "<p>You need to totally remove Grub-Customizer, and restore default grub scripts in /etc/grub.d & settings in /etc/default/grub.</p>\n<p>Most newer users using gui find Boot-Repair the easiest solution. but must be sure to boot live installer in same boot mode, now ususally ... | null | null | null | null | null |
1491894 | 1 | null | 2023-11-07T23:24:04.627 | 0 | 475 | <ol>
<li><p>Enable RDP (not VNC) on Ubuntu 22.04 Settings-Share</p>
</li>
<li><p>Log into RDP from Windows 10 machine using MS RDP client.</p>
</li>
<li><p>Suspend the Ubuntu machine in RDP session and the MS RDP client freeze - normal behaviour since session has endded. Close the freezed RDP client.</p>
</li>
<li><p>W... | 950187 | null | null | 2023-11-07T23:24:04.627 | Ubuntu 22.04 remote desktop server freeze after running some time after wake up | [
"20.04",
"remote-desktop"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491895 | 1 | null | 2023-11-07T23:44:29.313 | 0 | 43 | <p>looks like this don´t work anymore...</p>
<pre><code>mount | awk '{if ($3 == "/media/NAS") { exit 0}} ENDFILE {exit -1}' && rsync -r -t -v --progress --delete -s /media/NAS /home/alebal/Desktop/NAS_BCK
</code></pre>
<p>Should check if the directory is mounted and then backup... but... no...</p>
<p>... | 815272 | null | null | 2023-11-07T23:44:29.313 | Startup rsync backup don't work anymore | [
"mount",
"rsync"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T05:48:33.547",
"id": "2613538",
"postId": "1491895",
"score": "0",
"text": "You have to tell us what you saw that led you to believe it's not functioning. Update your question with the actual output.",
"userDisplayName": null,
"userId": "1691066"
},
{
... | null | [] | null | null | null | null | null |
1491896 | 1 | null | 2023-11-07T23:52:45.267 | 1 | 278 | <p>I want to do cross-compilation for my Beaglebone Black and use packages managed by APT.</p>
<p>I've already installed the crossbuild-essential-armhf package, so I do have a toolchain that is able to build for the Beagle platform, but I'm simply having trouble using other libraries like you regularly would through ap... | 149024 | null | null | 2023-11-07T23:52:45.267 | Setting up dpkg Multiarch on Ubuntu 22.04, libc dependency error | [
"glibc",
"cross-compilation"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491897 | 1 | null | 2023-11-08T00:27:49.087 | 0 | 88 | <p>Can someone help me to configure Open LDAP clients to log into Ubuntu 23.04 workstation via GUI, so far i can access and log in to the LDAP via CLI i have read a lot of articles regarding the configuration but don't work.
Can someone provide steps by steps - thank you</p>
| 1227846 | null | null | 2023-11-08T00:27:49.087 | Ubuntu 23.04 GUI won't allow LDAP Users to log in, CLI LDAP Works | [
"login",
"gui",
"ldap",
"client",
"openldap"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T07:05:49.807",
"id": "2613552",
"postId": "1491897",
"score": "0",
"text": "Please edit your questions and add what you already tried but didn't work.",
"userDisplayName": null,
"userId": "1661744"
}
] | null | [] | null | null | null | null | null |
1491902 | 1 | null | 2023-11-08T01:59:00.233 | 0 | 68 | <p>I recently upgraded to Ubuntu 23.10, and thought I'd try switching my display manager to Wayland, again, in case it worked better now than it did before.</p>
<p>Wayland worked fine at first, until I put my computer to sleep. After that the desktop background was black, and every single application was missing random... | 793432 | null | null | 2023-11-08T01:59:00.233 | How and Where Do I File A Bug Against the Ubuntu Wayland Display Manager? | [
"suspend",
"wayland",
"23.10"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T02:22:49.953",
"id": "2613526",
"postId": "1491902",
"score": "0",
"text": "https://help.ubuntu.com/community/ReportingBugs Welcome to Ask Ubuntu.",
"userDisplayName": null,
"userId": "19421"
},
{
"creationDate": "2023-11-08T04:24:03.540",
"id": ... | null | [] | null | null | null | null | null |
1491904 | 1 | null | 2023-11-08T02:51:48.413 | 0 | 68 | <p>I upgraded my ubuntu server form 18.04 to 20.04 and now I get the following error during boot:</p>
<pre><code>[ TIME ] Timed out waiting for device /dev/md1
[DEPEND] Dependency failed for mnt/md1
</code></pre>
<p>I setup raid1 on ubuntu 18 that was working fine. I can still SSH into the server and run commands but t... | 910291 | 910291 | 2023-11-08T02:57:22.717 | 2023-11-17T05:27:12.787 | Upgrade from 18.04 to 20.04 with raid1 lvm boot error waiting for device /dev/md1 | [
"raid",
"do-release-upgrade"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T16:04:02.393",
"id": "2613944",
"postId": "1491904",
"score": "0",
"text": "I commented out the ARRAY /dev/md1 from mdadm.conf and no longer get the error for that raid array. HOWEVER, the server doesn't reach the terminal, I tried reinstalling KDE thinking that per... | null | [] | null | null | null | null | null |
1491905 | 1 | null | 2023-11-08T02:54:46.973 | 1 | 442 | <pre><code>$ snap-store
Gtk-Message: 08:16:56.979: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
** (snap-store:5155): WARNING **: 08:16:57.216: Failed to start Flutter renderer: Unable to create a GL context
** (snap-store:5155): WARNING **: 08:... | 1744150 | 85695 | 2023-11-08T09:24:42.267 | 2024-01-11T10:47:39.673 | Flowing errors Snap-Store 23.10 | [
"command-line",
"gnome",
"software-center",
"snap-store"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T03:38:40.613",
"id": "2613531",
"postId": "1491905",
"score": "2",
"text": "I was going to ask you to add certain specific information to the question that would make it answerable, but that title distracted me. What makes this problem \"Very Urgent?\" Everything sn... | null | [] | null | null | null | null | null |
1491906 | 1 | null | 2023-11-08T03:10:21.080 | 0 | 79 | <p>i have a problem that my ubuntu 23.10 detect my touchpad as touchpad and mouse , it work as touchpad for a couple minute after boot , after then my touchpad act like a mouse.
[this is neofetch of my laptop][1]</p>
<pre><code>xinput --list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ... | 1744200 | 1744200 | 2023-11-08T03:15:53.890 | 2023-11-08T03:15:53.890 | touchpad detected as touchpad and mouse | [
"touchpad",
"23.10"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491916 | 1 | 1491956 | 2023-11-08T06:22:33.657 | 12 | 4142 | <p>I have one problem with upgrading of nvidia package. After last updating of this package I faced with such message:</p>
<pre><code>$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these... | 1704158 | 94914 | 2023-11-08T15:34:55.347 | 2023-12-23T17:34:00.037 | Problem with nvidia package dependencies | [
"apt",
"nvidia",
"dependencies"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T15:34:45.990",
"id": "2613686",
"postId": "1491916",
"score": "0",
"text": "Does this answer your question? [dpkg error: \"trying to overwrite file, which is also in...\"](https://askubuntu.com/questions/176121/dpkg-error-trying-to-overwrite-file-which-is-also-in)",... | {
"accepted": true,
"body": "<p>Please open up your terminal and try the following:</p>\n<pre><code>sudo dpkg -i --force-overwrite /var/cache/apt/archives/nvidia-kernel-common-535_535.129.03-0ubuntu1_amd64.deb\n</code></pre>\n<p>Then run:</p>\n<pre><code>sudo apt --fix-broken install\n</code></pre>\n<p>Wish you the... | [
{
"accepted": true,
"body": "<p>Please open up your terminal and try the following:</p>\n<pre><code>sudo dpkg -i --force-overwrite /var/cache/apt/archives/nvidia-kernel-common-535_535.129.03-0ubuntu1_amd64.deb\n</code></pre>\n<p>Then run:</p>\n<pre><code>sudo apt --fix-broken install\n</code></pre>\n<p>Wish... | null | null | null | null | null |
1491919 | 1 | null | 2023-11-08T07:23:31.113 | 0 | 339 | <p>initramfs: Timeout while waiting for devices for / (and possibly /usr) filesystems to appear (did you specified correct ones)
initramfs: Will cause kernel panic in 10s...</p>
<p>I chrooted to /dev/mapper/ubuntu--vg-ubuntu--lv and can see files. Tried mount directories to update initramfs but it shows 0 kernels..</p>... | 1744247 | null | null | 2023-11-09T08:25:27.123 | Problem with boot - initramfs: Waiting for /dev/mapper/ubuntu--vg-ubuntu--lv to appear | [
"boot",
"partitioning",
"kernel",
"mount",
"lvm"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Had a similar problem, to solve this I would better go into grub, it has more functionality than initramfs. You can try booting up from Grub (<a href=\"https://askubuntu.com/questions/929833/how-do-i-boot-my-pc-from-grub\">How do I boot my PC from GRUB?</a>) or from USB stic... | null | null | null | null | null |
1491920 | 1 | null | 2023-11-08T07:31:52.107 | 0 | 46 | <p>I am trying to install desktop version of Ubuntu 22.04.3 LTS from Live USB for dual-boot. I have the following drives:</p>
<ol>
<li>SSD 1: system drive with Win11.</li>
<li>SSD 2: has a partition for Win11 programs, and has 60 GB unpartitioned space, intended for Ubuntu system.</li>
<li>HDD: completely empty and not... | 1744241 | 469152 | 2023-11-08T10:07:37.063 | 2023-11-08T10:07:37.063 | Install alongside Windows: no drive choice | [
"dual-boot",
"partitioning",
"system-installation",
"22.04",
"windows"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T07:39:41.873",
"id": "2613559",
"postId": "1491920",
"score": "0",
"text": "You've tagged 22.04 but gave no clues as to which Ubuntu product you're actually asking about (thus which installer you've attempting to use; which is decided at download time with select of... | null | [] | null | null | null | null | null |
1491926 | 1 | null | 2023-11-08T08:27:37.360 | 0 | 87 | <p>In virt-manager, I open the "Connection Details" dialog and create new volume in the "Storage" pane. Although "Allocate entire volume now" is not selected, but the created volume files have the specified size instead of something much smaller. The file size is checked by:</p>
<pre><code... | 950187 | null | null | 2023-11-09T00:28:38.637 | How to let Ubuntu 20.04 virt-manager allocate volume space later | [
"20.04",
"virt-manager"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>It's already done. Ubuntu use sparse file to store disk image.</p>\n<pre><code>ls -ls /var/lib/libvirt/images/vol.qcow2\n</code></pre>\n<p>shows that its norminal size is 1074135040 and it occupy 324 blocks</p>\n<pre><code>du --block-size=1 /var/lib/libvirt/images/vol.qcow2\n... | null | null | null | null | null |
1491928 | 1 | null | 2023-11-08T09:01:23.773 | 0 | 151 | <p>Firstly I've searched and found nothing that works for me, in particular here: <a href="https://askubuntu.com/questions/1323741/external-monitor-nvidia-smi-and-maybe-nvidia-drivers-not-working">external monitor, nvidia-smi and maybe Nvidia drivers not working</a></p>
<p>I'm running a dell XPS with Intel® Graphics (R... | 1740603 | 1740603 | 2023-11-09T15:37:10.127 | 2023-11-09T15:37:10.127 | Unable to add external monitor Dell P2417H to Ubuntu 23.10 | [
"dell",
"intel",
"xps",
"external-monitor",
"23.10"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491931 | 1 | 1492045 | 2023-11-08T09:40:59.897 | 0 | 362 | <h3>Run a command on a remote system from a local computer</h3>
<p>I need to execute a command on a remote lubuntu 22.04 system by a ssh connection, but without open a shell. <strong>This instruction will be executed inside a script.</strong> The script is executed on my local system (that has an other Ubuntu distribut... | 1636722 | 1636722 | 2023-11-09T08:38:06.507 | 2023-12-14T17:32:45.690 | By a bash script executed in a local computer run a command (with sudo privileges) on a remote server | [
"ssh",
"sudo",
"password",
"redirect",
"sshpass"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T14:13:47.087",
"id": "2613649",
"postId": "1491931",
"score": "1",
"text": "First of all, you should always prefer SSH Keys to `sshpass` for passwordless login. If this is not possible for whatever reason, always use a password file with permissions `600`, then you ... | {
"accepted": true,
"body": "<p>I have found a workaround/solution.</p>\n<h3>Using a file that temporarily stores the password for <code>sudo</code></h3>\n<p>I have modified the script executed in the local system by adding some commands showed below:</p>\n<ul>\n<li>creation of a text file in the folder of the remo... | [
{
"accepted": true,
"body": "<p>I have found a workaround/solution.</p>\n<h3>Using a file that temporarily stores the password for <code>sudo</code></h3>\n<p>I have modified the script executed in the local system by adding some commands showed below:</p>\n<ul>\n<li>creation of a text file in the folder of ... | null | null | null | null | null |
1491935 | 1 | null | 2023-11-08T09:58:35.510 | 0 | 269 | <p>I have installed Ubuntu on my external ssd it got shutdown while i am sudo upgrade Ubuntu then i reopen again it start giving error like i/o error, superblock,dev sdb , recovery journals . I have tried many things but nothing worked</p>
| 1744278 | null | null | 2023-11-08T09:58:35.510 | Fsck.ext4 Input/Output error while recovering journal of / dev/ sdb and fsck.ext4: unable to set superblock flag on dev/ sdb | [
"boot",
"partitioning",
"mount",
"ext4"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T10:11:58.653",
"id": "2613595",
"postId": "1491935",
"score": "0",
"text": "IO errors can be caused by hardware failures, have you looked? https://help.ubuntu.com/community/Smartmontools though don't forget bad power causes components to *misbehave* (thus check PS... | null | [] | null | null | null | null | null |
1491937 | 1 | null | 2023-11-08T10:47:18.143 | 0 | 324 | <p>After installing Ubuntu 23.10 half of the screen flickering and unresponsive. I've got to change the GRUB boot options and add <code>nomodeset</code> get it fixed. But, with this option, I can't change brightness and the performance of the VGA is not great.</p>
<p>Here is the output of <code>lshw</code>:</p>
<pre><c... | 1734001 | null | null | 2023-11-08T10:47:18.143 | Ubuntu 23.10 half screen flickering intel iris xe graphics | [
"drivers",
"intel",
"23.10"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491938 | 1 | null | 2023-11-08T10:48:41.107 | 0 | 39 | <p>I've a Lenovo flex 6-14, dualboot Windows and Ubuntu 23.04.
After a month of no problems, suddenly wifi problems started.
<strong>The wifi stops working after i open e.g a youtube video</strong>. Then the wifi button dissapears. The way i fix it is to restart.</p>
<p>To make sure it's not a hardware issue, i used Wi... | 152184 | null | null | 2023-11-08T10:48:41.107 | Wifi suddenly stops working after opening Youtube | [
"networking",
"drivers",
"wireless",
"realtek-wireless"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T12:34:23.297",
"id": "2613617",
"postId": "1491938",
"score": "0",
"text": "That was a different issue, rtl8812au-dkms will not work with 8822be, run this in terminal and reboot `sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' /etc/NetworkManager/conf.d/defa... | null | [] | null | null | null | null | null |
1491940 | 1 | null | 2023-11-08T11:18:32.437 | 0 | 33 | <p>I was just installing an update and rebooted when i got stuck in the Grub boot screen.
I can choose between S10 Jumpstart, s10 Netboot, s10 Jumpstart console B (Dell) and Netboot Console B (Dell). If i go into the grub terminal and type 'ls', i get the following: 'Error 27: Unrecognized command'</p>
<p>GNU GRUB vers... | 1744294 | null | null | 2023-11-08T11:18:32.437 | Stuck at Grub and can't boot into Ubuntu | [
"boot",
"grub-legacy"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T12:40:56.113",
"id": "2613620",
"postId": "1491940",
"score": "0",
"text": "Pretend you were someone other than yourself reading this. Would they have enough information to diagnose your problem? Would they know the version of Ubuntu you were running, what the updat... | null | [] | null | null | null | null | null |
1491944 | 1 | null | 2023-11-08T11:25:42.043 | 0 | 33 | <p>I encounter a very weird behaviour when booting Ubuntu 20.04 in battery mode.
I automount a few encrypted partitions (some from internal, some external drive) via crypttab using Veracrypt. Up until the decryption is done, everything seems rather normal. But then when typing the password at the Ubuntu login screen, t... | 1548845 | null | null | 2023-11-08T11:25:42.043 | Keyboard language change and very bad performance when booting battery | [
"boot",
"nvidia",
"keyboard-layout",
"battery",
"performance"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491946 | 1 | null | 2023-11-08T11:52:37.487 | 0 | 46 | <p>Errors appear in a notification window below the clock in Ubuntu 22 (with Gnome). They appear for about one second, then vanish. The text in them is too long to fit in the notification window. Mousing over the window and clicking reveals more of the message (if you're very quick with the mouse) but it does not ke... | 466189 | 466189 | 2023-11-08T12:01:17.487 | 2023-11-08T12:56:42.650 | How can I read and identify error popup notifications? | [
"gnome",
"notification"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491947 | 1 | null | 2023-11-08T11:54:11.363 | 0 | 493 | <p>I'm using Ubuntu as virtual machine on VMware player. I ran into a problem with Piix4_SMBus today. I have tried to solve this problem in different ways. I increased the disk space. I added <code>i2c-piix4</code> and <code>i2c_piix4</code>, <code>intel_powerclamp</code> to the blacklist, ran <code>update-initramfs -u... | 1744298 | 1744298 | 2023-11-08T13:50:42.493 | 2023-11-08T13:50:42.493 | VMware Ubuntu 20.04 Piix4_SMBus: 000:00:07.3: Host SMBus controller bus not enabled | [
"boot",
"vmware"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491950 | 1 | null | 2023-11-08T12:45:11.983 | 0 | 132 | <p>I am using Ubuntu 22.04.3 LTS.
I had in the past configured a proxy, but my work environment changed, and I don't need one anymore.
I removed every single instance I could find of my proxy setup.</p>
<p>Everything is running fine, including Apt or wget and I can perform apt updates and upgrade successfully.</p>
<p>B... | 1103826 | null | null | 2023-11-08T13:51:41.803 | Where is defined the proxy configuation for the Software & Update additional Drivers download? | [
"22.04",
"proxy"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Ok, After more digging I found...</p>\n<p>I had to look at the source of <em>software-properties</em> here:</p>\n<p><a href=\"https://git.launchpad.net/ubuntu/+source/software-properties/tree/\" rel=\"nofollow noreferrer\">https://git.launchpad.net/ubuntu/+source/software-pro... | null | null | null | null | null |
1491952 | 1 | null | 2023-11-08T12:58:16.323 | 3 | 781 | <p>I can't upgrade my current version of ubuntu 20.04.6, I would like to upgrade to the latest version
not sure if this is also a problem but when I list upgradable I get this message:</p>
<pre><code>sudo apt list –upgradable
Listing... Error!
E: input:0-13: error: Expected pattern
–upgradable
^^^^^^^^^^^^^
</cod... | 1587631 | 124466 | 2023-11-08T13:07:22.577 | 2023-11-08T13:20:14.653 | How can I upgrade ubuntu 20.04.6 when after apt-get update/get upgrade I get: Please install all available updates for your release before upgrading? | [
"20.04",
"upgrade",
"updates"
] | 2 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T13:04:12.977",
"id": "2613625",
"postId": "1491952",
"score": "0",
"text": "there is no version 24.04.6 Please [edit] with the correct version.",
"userDisplayName": null,
"userId": "307670"
},
{
"creationDate": "2023-11-09T03:37:34.383",
"id": "2... | null | [
{
"accepted": null,
"body": "<p>You have a third party repo (with hostname repo.mongodb.org) in your sources list. This repo is failing to update its package index during <code>apt udpate</code> and subsequently failing to download updates to the package.</p>\n<p>Third party repos are typically disabled du... | null | null | null | null | null |
1491958 | 1 | 1509225 | 2023-11-08T13:37:36.030 | 0 | 70 | <p>This PC is Ubuntu Studio but with Xfce installed.
Recently the PSU blew, causing power to arc across the room. But having replaced this part I'm able to log in normally - provided I go into Recovery Mode first.</p>
<p>If I leave it to boot normally, I get a flashing cursor. There are other posts about that problem (... | 1344212 | null | null | 2024-04-02T22:33:48.503 | (X)ubuntu 22.04 boots to flashing cursor after PSU failure - unless Recovery Mode is selected | [
"boot",
"grub2",
"xorg",
"display",
"shutdown"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491963 | 1 | null | 2023-11-08T14:04:37.793 | 0 | 43 | <p>Installed new 2.5 inch ssd, in disks app in kubuntu says when I am trying to create partition and then format gives 4 options</p>
<ol>
<li>internal disk use for linux systems only (ext4) -
if I select this one that does that mean I can never change it to windows in the future</li>
<li>for use with Windows NTFS</li>
... | 1743269 | 1743269 | 2023-11-08T14:09:24.437 | 2023-11-08T14:09:24.437 | Need help creating partition for new 2.5 inch drive, new user to ubuntu | [
"ssd"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T14:18:23.120",
"id": "2613658",
"postId": "1491963",
"score": "0",
"text": "And what is the purpose of the new partition? Do you want to access the partition only from Kubuntu or also from Windows? Are you using dual boot or do you have only Kubuntu as a single boot... | null | [] | null | null | null | null | null |
1491964 | 1 | null | 2023-11-08T14:19:41.707 | 0 | 21 | <p>Hi I'm very new to Linux. This might be some dumb thing that ive done or some stupid mistake I'm not sure. I've dual booted Windows and Ubuntu by making a partition of my SSD of 1 TB. It is split into 3 partitions one for Windows, one named "new volume" where all my files are stored, and the last one for U... | 1744339 | 85695 | 2023-11-08T14:33:13.300 | 2023-11-08T14:33:13.300 | Issue with accessing a partition of my ssd | [
"partitioning",
"nautilus"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T14:34:33.510",
"id": "2613670",
"postId": "1491964",
"score": "1",
"text": "Did you perhaps boot into Windows and then suspended or hibernated instead of shutting down before booting into Ubuntu? Does the problem go away if you boot into Windows again, then **shut d... | null | [] | null | null | null | null | null |
1491965 | 1 | null | 2023-11-08T14:27:13.760 | 0 | 198 | <p>I receive ARP Spoofing alerts in my network coming from an Ubuntu
server that I have just installed.</p>
<p>the server have two network cards that are connected to the same network with
different IPs.</p>
<pre><code>$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 2... | 1744336 | 372967 | 2023-11-08T14:39:04.223 | 2023-11-08T14:39:04.223 | ARP Spoofing from Ubuntu | [
"networking",
"kernel",
"security",
"ethernet",
"arp"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T23:50:49.777",
"id": "2613778",
"postId": "1491965",
"score": "0",
"text": "I would never put two NICs on the same sub-net. But I do not know for certain if that is your issue or not.",
"userDisplayName": null,
"userId": "372967"
}
] | null | [] | null | null | null | null | null |
1491971 | 1 | null | 2023-11-08T15:50:58.287 | 0 | 551 | <p>I am trying to enable Ubuntu Pro (free subscription) on a virtual machine with Ubuntu 20.04.6 LTS. When I run the command <code>sudo pro attach <My token></code>, I got the error message:</p>
<pre><code>Failed to connect to authentication server
Check your Internet connection and try again.
</code></pre>
<p>Th... | 1744346 | null | null | 2024-02-01T23:49:56.873 | Certificate error trying to attach Ubuntu Pro token | [
"ssl",
"certificates",
"ubuntu-pro"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I had a similar issue, though wasn't getting the actual 'ERROR: [SSL: CERTIFICATE_VERIFY_FAILED]' error.</p>\n<p>What solved it for me was recreating the 'usr/lib/ssl' directory structure (I didn't actually have an 'ssl' folder here, maybe because I self-installed OpenSSL to ... | null | null | null | null | null |
1491972 | 1 | null | 2023-11-08T15:53:00.193 | 0 | 222 | <p>we have a bunch of machines that are currently flagging a trojan in the livepatch update.</p>
<p>Trend is reporting an issue in:
/snap/canonical-livepatch/248/canonical-livepatch
/snap/canonical-livepatch/248/canonical-livepatchd</p>
<p>Think that its a false positive but has anyone else seen this?</p>
<p>VirusTotal... | 1715714 | null | null | 2023-11-08T15:53:00.193 | Livepatch reporting trojan based on Trend - Trojan.Linux.EMPEROR.USELVK623 | [
"malware",
"antivirus",
"canonical-livepatch"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491973 | 1 | null | 2023-11-08T16:02:42.370 | 1 | 92 | <p>How to fix this:</p>
<pre><code>-N: Ignoring file 'mariadb.list.old_1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
</code></pre>
| 1744360 | 1157209 | 2023-11-09T03:20:15.027 | 2023-11-09T06:05:36.350 | N: Ignoring file 'mariadb.list.old_1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension | [
"apt"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T16:12:55.867",
"id": "2613693",
"postId": "1491973",
"score": "0",
"text": "It's just an informational message - you can configure apt to ignore it silently if you wish. See for example [How do remove \"Ignoring file in directory /etc/apt/sources.list.d/ as it has a... | null | [] | null | null | 2023-11-09T05:56:46.690 | null | null |
1491975 | 1 | 1492551 | 2023-11-08T16:54:36.760 | 2 | 248 | <p>I upgraded to Ubuntu 23.10 and, after a firmware update, I keep having an "Important OS Updates..." notification showing at every log in. I keep dismissing it, but it still shows up every time I log in.</p>
<p>I tried disabling notifications entirely in the settings for several applications (Ubuntu Softwar... | 1053314 | null | null | 2023-11-21T09:22:00.947 | "Import OS Updates" notification won't go away at log in | [
"updates",
"notification",
"23.10"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-11T17:35:00.910",
"id": "2614409",
"postId": "1491975",
"score": "0",
"text": "Just to be clear, the text of the notification is: \"An important OS update has been installed\" - is that correct?",
"userDisplayName": null,
"userId": "55992"
},
{
"creatio... | {
"accepted": true,
"body": "<p>This did the trick:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>$ killall snap-store\n$ sudo snap refresh snap-store --channel=latest/stable/ubuntu-23.10\n</code></pre>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2023-11-13T18:45:30.933",
... | [
{
"accepted": true,
"body": "<p>This did the trick:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>$ killall snap-store\n$ sudo snap refresh snap-store --channel=latest/stable/ubuntu-23.10\n</code></pre>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2023-11-13T18:... | null | null | null | null | null |
1491980 | 1 | null | 2023-11-08T17:42:49.483 | 0 | 85 | <p>I have a task to do for my homework so please help me.
I am in a parent directory which itself has 2 directories (let s name them A and B).
In this parent directory I have to create a file in B which has the tree of A.
i thought i can do something like this:
tree -a /A >> file /b
but it s not good.
Can you hel... | 1744372 | 158442 | 2023-11-08T22:16:53.743 | 2023-11-08T23:02:56.397 | Creating files using redirection | [
"command-line",
"redirect",
"tree"
] | 2 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T22:17:37.643",
"id": "2613762",
"postId": "1491980",
"score": "0",
"text": "What do you mean by \"it's not good\"? Why is it not good?",
"userDisplayName": null,
"userId": "158442"
}
] | null | [
{
"accepted": null,
"body": "<p>Not sure I understand the requirements, but I would perhaps look at the find and cpio commands.</p>\n<p>The find command can give you a listing of all files, just directories, etc.\nAnd using the pipe (|) or redirection (>) you can either make a copy of the contents of a d... | null | null | null | null | null |
1491983 | 1 | null | 2023-11-08T18:07:32.900 | 0 | 80 | <p>I am trying to use <a href="https://vscodium.com/" rel="nofollow noreferrer">VSCodium</a> behind a corporate proxy that uses a self-signed certificate.
I have <code>"http.proxyStrictSSL": false</code> configured in my <code>settings.json</code> and VSCodium inherits from <code>http_proxy</code> and <code>h... | 893764 | null | null | 2023-11-08T18:07:32.900 | How to get extensions for VSCodium behind proxy? | [
"proxy",
"text-editor"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491985 | 1 | null | 2023-11-08T18:25:50.960 | 0 | 16 | <p>everyone.
When playing some online movies, the sound is corrupted - I cannot hear a speech, but can hear the "background" sounds. I use USB headphones, not regular 3.5mm jack. These headphones work well on other computers with either linux or win OP's.
I thought it was because of sound settings - analog st... | 1104344 | null | null | 2023-11-08T18:25:50.960 | LXDE ubuntu - can't hear speech, but hear background sound | [
"sound",
"alsa"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T18:48:54.797",
"id": "2613729",
"postId": "1491985",
"score": "0",
"text": "Please edit your question and add which version of Ubuntu you are using. As you indicate LXDE as the desktop environment - there is no more Lubuntu version with support for LXDE.\nIn case yo... | null | [] | null | null | null | null | null |
1491987 | 1 | null | 2023-11-08T18:44:11.667 | 0 | 543 | <p><a href="https://i.stack.imgur.com/1kJ7M.jpg" rel="nofollow noreferrer">image1</a>
<a href="https://i.stack.imgur.com/AZ3RX.jpg" rel="nofollow noreferrer">image2</a></p>
<p>I usually have the problem of resetting GPU in directx 11 and directx 12 supported games with wine. How can I solve this problem? Can you help m... | 1663115 | null | null | 2023-11-08T18:44:11.667 | [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx_0.0.0 timeout | [
"wine",
"amd-graphics",
"gpu",
"gpu-driver",
"amdgpu"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491988 | 1 | null | 2023-11-08T18:44:57.783 | 0 | 20 | <p>Background: I'm an experienced and competent firmware / driver C / C++ programmer with years in Windows work and just (last 5 years) switched exclusively to Ubuntu. Mostly I work in embedded systems, but I've done some with OS CLI, servers, drivers and a bit with GUI but only in Windows, never worked with GTK.</p>
<... | 407288 | null | null | 2023-11-08T18:44:57.783 | Building psensor or getting started building GTK stuff in general | [
"compiling",
"gtk3",
"psensor"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491990 | 1 | null | 2023-11-08T19:15:37.563 | 0 | 63 | <p>Recently switched to Ubuntu and I love it it made my laptop feel new and doubled my battery life. However I use splashtop to remote into people's PCs for work and sometimes i need to use windows keyboard shortcuts but they clash with Ubuntu's shortcuts, for example i click on the windows start button to bring it up ... | 1744392 | 1744392 | 2023-11-08T19:18:54.403 | 2023-11-08T19:18:54.403 | Using splashtop with Ubuntu | [
"splashtop"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491991 | 1 | null | 2023-11-08T19:33:56.723 | 1 | 92 | <pre><code>root@vmi1433468:~# sudo apt install mariadb-server mariadb-client -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that ... | 1744395 | 1157209 | 2023-11-09T02:27:51.753 | 2023-11-16T09:14:18.657 | Problems installing MariaDB on Ubuntu 20.04 | [
"20.04",
"package-management",
"software-installation",
"mariadb"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>You probably have some MySQL packages installed on your system. MariaDB is a drop-in replacement for MySQL and both use the same library names and files (both in <code>/var/lib/mysql</code> and <code>/etc/mysql/my.conf</code>). Check this post: <a href=\"https://askubuntu.com... | null | null | null | null | null |
1491994 | 1 | null | 2023-11-08T20:26:09.830 | 0 | 194 | <p>I need help in writing a command or shell script that generates a csv file as per below details -</p>
<p>My file has content like -</p>
<pre><code>+ Creates a new NotificationEventMapping
POST https://sbc.com:1234/openapi-fun-events/api/v1/notificationEventMapping [200 OK, 482B, 35ms]
+ Retrieves a NotificationEven... | 1744404 | 968501 | 2023-11-09T16:06:24.013 | 2023-11-09T19:37:48.400 | Need to create csv file from of content of 1 file | [
"command-line",
"text-processing"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T22:20:33.447",
"id": "2613765",
"postId": "1491994",
"score": "4",
"text": "This really reads like a homework assignment - is that what it is? What have you tried so far?",
"userDisplayName": null,
"userId": "801777"
},
{
"creationDate": "2023-11-09T... | null | [
{
"accepted": null,
"body": "<p>With <code>awk</code>:</p>\n<pre><code>$ awk 'BEGIN {\n OFS = ","\n FS = "[][ ]"\n}\n\n! /^\\+/ && ! /^\\s+$/ && NF && NF - 1 {\n print $1, h, $4, $(NF - 1) + 0\n}\n\n/^\\+/ {\n sub(/^\\+\\s+/, "&quo... | 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.