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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1493887 | 1 | 1493915 | 2023-11-25T13:10:00.570 | 0 | 119 | <p>I'm trying to make an Ubuntu bootable USB drive from a .iso file.</p>
<p>I am following the tutorial at <a href="https://ubuntu.com/tutorials/create-a-usb-stick-on-ubuntu#3-launch-startup-disk-creator" rel="nofollow noreferrer">ubuntu.com</a></p>
<ul>
<li>Step 3 says, "Launch Startup Disk Creator".</li>
<l... | 876947 | null | null | 2023-11-25T19:24:02.470 | Startup Disk Creator cannot write to brand new USB drive, although I can write normal files | [
"usb",
"startup-disk-creator"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-25T13:25:24.613",
"id": "2617332",
"postId": "1493887",
"score": "2",
"text": "How is the USB formatted? Since your computer is in \"unstable state\" the app may be malfunctioning. If you have access to a Windows or a Mac computer, try to create the startup disk there.... | {
"accepted": true,
"body": "<p>There seems to be problems due to lacking write permissions. <code>sudo</code> is the classic way to get elevated permissions in Ubuntu.</p>\n<p>If you can run a terminal window, please put the program behind <code>sudo</code></p>\n<pre><code>sudo usb-creator-gtk\n</code></pre>\n<p>e... | [
{
"accepted": true,
"body": "<p>There seems to be problems due to lacking write permissions. <code>sudo</code> is the classic way to get elevated permissions in Ubuntu.</p>\n<p>If you can run a terminal window, please put the program behind <code>sudo</code></p>\n<pre><code>sudo usb-creator-gtk\n</code></pr... | null | null | null | null | null |
1493891 | 1 | null | 2023-11-25T14:19:39.010 | 0 | 167 | <p>I have a 16 GB Pendrive and I would like to put Windows 11 ISO and Ubuntu 22.04 ISO and make it bootable. I would like to pick the ISO to launch every time the USB is inserted.</p>
<p>I saw that there are some programs that do that:</p>
<ul>
<li><a href="https://askubuntu.com/questions/345769/how-to-write-two-instal... | 1690253 | 1690253 | 2023-11-25T14:54:37.157 | 2023-11-25T14:54:37.157 | Is it possible to install two ISO on single USB using only DD? | [
"usb",
"iso",
"dd"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-25T14:46:49.337",
"id": "2617338",
"postId": "1493891",
"score": "1",
"text": "Use ventoy.https://www.ventoy.net/en/index.html \" I would like to do that with \"dd\" tool, \" sure... but .... \" but the how can I pick which one to launch?\" you can't so no. Use ventoy.... | null | [] | null | null | null | null | null |
1493893 | 1 | null | 2023-11-25T14:34:37.383 | 0 | 61 | <p>I have an old installation of 18.04 LTS.</p>
<ul>
<li><code>/home</code> is on <code>/dev/sda</code>. I want to leave this untouched</li>
<li>System and everything else is on <code>/dev/nvme0n1p1</code> and <code>/dev/nvme0n1p2</code> (swap I think)</li>
</ul>
<p>I have a bootable USB drive with 22.04 LTS, and I wan... | 876947 | 876947 | 2023-11-25T16:17:26.310 | 2023-11-25T16:37:59.827 | Reinstall from boot disk. /home on /dev/sda. How to leave untouched? | [
"boot",
"partitioning",
"system-installation",
"home-directory"
] | 1 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-25T15:41:35.947",
"id": "2617350",
"postId": "1493893",
"score": "1",
"text": "From Live Ubuntu, run *sudo parted -l* and post output",
"userDisplayName": null,
"userId": "802479"
},
{
"creationDate": "2023-11-25T16:21:06.090",
"id": "2617353",
... | null | [
{
"accepted": null,
"body": "<p>You should have (and probably should) boot from your install medium, choose the "Something Else" install option.</p>\n<p>Configure <code>/dev/sda</code> as <code>/home</code> and (this is crucial) UNCHECK the box in the "<code>Format</code>" column for<cod... | null | null | null | null | null |
1493894 | 1 | null | 2023-11-25T15:10:01.910 | 0 | 57 | <p>I used the command <code>lxc config device add nginx-proxy hostport443 proxy listen=tcp:0.0.0.0:443 connect=tcp:127.0.0.1:443</code> to allow the nginx service within the "nginx-proxy" instance to respond to client requests on port 443 of the host device. However, I noticed in the nginx logs that the <code... | 1159413 | null | null | 2023-11-28T09:35:51.157 | Nginx in LXD container: remote_addr showing host IP instead of client IP in logs | [
"lxd"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>LXD proxy device supports NAT mode (Network Address Translation) This could be useful if you want to proxy traffic while preserving the clients addresses. I have not tried this but in theory it should be pretty straight forward. According to the docs NAT mode have the benefit... | null | null | null | null | null |
1493895 | 1 | null | 2023-11-25T15:31:27.360 | 0 | 161 | <p>I have a Samsung M2835DW series printer connected by an ethernet cable on my local LAN. I have been happily printing to it but it no longer prints at all.</p>
<p>When I go to http://localhost:631/printers/ I see the printer and in status it says</p>
<p>"Processing - "Connected to printer."</p>
<p>I tr... | 18091 | 18091 | 2023-11-26T12:09:25.577 | 2023-11-26T12:09:25.577 | Printing not printing even though printer is found | [
"22.04",
"printing"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-25T16:01:09.637",
"id": "2617352",
"postId": "1493895",
"score": "0",
"text": "Can't remember why : \"IF the printer can usb and lan print THEN try a print job via usb\" will fix it and further network printings will go fine. Im keeping the usb printing port created bu... | null | [] | null | null | null | null | null |
1493897 | 1 | null | 2023-11-25T15:43:09.000 | -1 | 62 | <p>I am using Ubuntu 22.04.3 LTS. I have to disable some event to avoid an immediate wakeup after suspend in my laptop,for instance; the active ones are listed below at <code>/proc/acpi/wakeup</code>. At @waltinator 's request I put a pin on the timeline and this is the log result of <code>sudo journalctl --since=&quo... | 1189965 | 1189965 | 2023-11-25T20:47:15.940 | 2023-11-25T20:47:15.940 | Having trouble avoiding wakingup immediately after suspend | [
"22.04",
"suspend",
"power-management"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>You seem to be on the dangerous path to a Well-known Error: Applying a "solution" before diagnosing the problem.</p>\n<p>This can often exacerbate the problem state (Make it worse, by stirring your system with a <code>root</code> stick).</p>\n<p>Diagnostic procedure... | null | null | null | null | null |
1493899 | 1 | null | 2023-11-25T16:18:08.060 | 0 | 158 | <h2>Hello and thank you for taking your time to read about my problem!</h2>
<p>About the device I use:</p>
<ul>
<li>Microsoft Surface Laptop</li>
<li>Windows 11 Home, 22H2</li>
<li>i5-11300H</li>
<li>16 GB RAM</li>
<li>64-Bit OS</li>
</ul>
<h2>My Problem:</h2>
<p>I wanted to have a dualboot on my laptop and tried to in... | 1748331 | null | null | 2023-11-25T16:18:08.060 | Laptop refusing to boot from USB | [
"boot",
"dual-boot",
"usb",
"uefi",
"surface"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-25T18:33:48.930",
"id": "2617366",
"postId": "1493899",
"score": "2",
"text": "What tool did you use to create USB live installer? Is it in UEFI boot mode, some tools create either UEFI or BIOS only create an installer in one mode. Newer systems are UEFI only, so you h... | null | [] | null | null | null | null | null |
1493911 | 1 | null | 2023-11-25T18:23:45.460 | 1 | 1639 | <p>I am trying to share a folder between Ubuntu 22.04 and Windows 11.
The folder that I am trying to share is the public folder inside my home directory.</p>
<p>I can see that in Ubuntu the shared logo (the green share ) is on the folder, so I believe it is shared.</p>
<p>In Windows when I use \\192.168.0.139 (which is... | 811823 | 811823 | 2023-11-25T19:58:04.603 | 2023-11-26T18:22:48.147 | can not share a folder between ubuntu 22.04 and windows 11, | [
"networking",
"permissions",
"windows",
"samba"
] | 2 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-25T19:48:59.453",
"id": "2617385",
"postId": "1493911",
"score": "0",
"text": "`/etc/smba/smb.conf` does not exist. `/etc/samba/smb.conf` does. You might want to go through https://ubuntu.com/tutorials/install-and-configure-samba#1-overview and learn how to setup a S... | null | [
{
"accepted": null,
"body": "<p>This answer has worked for me, but mind you that it is not at the user level logins, but more of a guest share allowing all on my network to connect to my share.</p>\n<p>In your <code>/etc/samba/smb.conf</code> file in the <code>[global]</code> section you probably need lines... | null | null | null | null | null |
1493916 | 1 | null | 2023-11-25T19:54:35.007 | 0 | 201 | <p>I'm trying to install Firefox Browser Developer Edition (.tar.bz2 file).
I've followed a guide and it works, just doesn't seem to operate as a browser (or an app), it doesn't have a logo (default cog thingy) I can't favorite it in the task bar and it doesn't come up in the list when trying to choose a default browse... | 1748366 | 767056 | 2023-11-25T20:01:31.343 | 2023-11-25T20:31:27.473 | Installing Firefox dev edition | [
"firefox"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-25T20:03:25.123",
"id": "2617390",
"postId": "1493916",
"score": "0",
"text": "What version is Firefox Browser Developer Edition and Ubuntu? Please [Edit](https://askubuntu.com/posts/1493916/edit) your question and add these details.",
"userDisplayName": null,
... | null | [
{
"accepted": null,
"body": "<p>If you want to use the Firefox tarball from from Mozilla website as a regular app, then you will have to <a href=\"https://www.maketecheasier.com/create-desktop-file-linux/\" rel=\"nofollow noreferrer\">create a .desktop file</a> with the following contents, and save it in <c... | null | null | null | null | null |
1493917 | 1 | 1494157 | 2023-11-25T20:03:06.477 | 0 | 49 | <p>I have an external hard drive that I use for backing up data. I bought and configured it several years ago, and since then it has always mounted read-write whenever I plug it in. Recently, though, it's started mounting as read-only. I haven't knowingly changed any relevant configuration.</p>
<p>Using my limited s... | 165940 | null | null | 2023-11-28T03:49:09.727 | External hard drive that always used to mount read-write when plugged in now mounts read-only | [
"mount",
"drive",
"read-only"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-25T20:26:30.460",
"id": "2617397",
"postId": "1493917",
"score": "0",
"text": "No constructive criticism, downvoter?",
"userDisplayName": null,
"userId": "165940"
},
{
"creationDate": "2023-11-25T23:51:31.557",
"id": "2617428",
"postId": "149391... | {
"accepted": true,
"body": "<p>I tried waltinator's suggested approach of running <code>journalctl --follow</code> before plugging in my drive, which was for some reason offered as a comment and not as an answer I could accept. Within the output I saw the line</p>\n<pre><code>warning: mounting fs with errors, run... | [
{
"accepted": true,
"body": "<p>I tried waltinator's suggested approach of running <code>journalctl --follow</code> before plugging in my drive, which was for some reason offered as a comment and not as an answer I could accept. Within the output I saw the line</p>\n<pre><code>warning: mounting fs with err... | null | null | null | null | null |
1493919 | 1 | 1498447 | 2023-11-25T20:13:19.777 | 0 | 244 | <p>I have an old M-audio KeyRig 49 USB keyboard. I know that it works with the <a href="https://sndrtj.eu/2019/10/19/Using-a-USB-midi-keyboard-on-Ubuntu/" rel="nofollow noreferrer">following test</a>:</p>
<pre><code>$ aconnect -i
client 0: 'System' [type=kernel]
0 'Timer '
1 'Announce '
client... | 687971 | null | null | 2023-12-29T13:50:58.260 | Is there an Ubuntu MIDI synthesizer program which takes MIDI input and plays to current audio output without complex setup? | [
"sound",
"bluetooth",
"alsa",
"jack",
"midi"
] | 2 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>For my purpose (helping my daughter practice cello) I needed a free Ubuntu synthesizer that works with my old M-Audio KeyRig 49 USB midi controller, plays to my Bluetooth speaker, and produces Cello. I got this sorted.</p>\n<p>The answer is <a href=\"https://vmpk.sourceforge.io/\" r... | [
{
"accepted": null,
"body": "<p>It works for me to play MIDI files in Ubuntu Desktop 22.04.3 LTS with VLC (via apt) and FluidSynth.</p>\n<pre><code>sudo apt install vlc\nsudo apt install vlc-plugin-fluidsynth\n</code></pre>\n<p>and then run</p>\n<pre><code>vlc file.mid\n</code></pre>\n<hr />\n<ul>\n<li>If V... | null | null | null | null | null |
1493925 | 1 | null | 2023-11-25T21:23:07.137 | 0 | 291 | <p>I'm dealing with a very strange networking issue.</p>
<p>I'm running Ubuntu Server 22.04 and every client can get to it and the internet on my home network. However, the server cannot even ping the gateway (or anything by name or number, other than itself)! This all seemed to happen after I installed dnsmasq on the ... | 1748379 | 1748379 | 2023-11-29T19:53:39.350 | 2023-12-05T14:20:18.637 | Ubuntu Server cannot ping gateway or resolve names | [
"networking",
"server",
"dns",
"gateway"
] | 1 | 12 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-25T21:55:41.010",
"id": "2617414",
"postId": "1493925",
"score": "1",
"text": "Modern Ubuntu uses `systemd-dnsmasq`. You may have trashed the configuration. Start with `man systemd-dnsmasq`.",
"userDisplayName": null,
"userId": "25618"
},
{
"creationDat... | null | [
{
"accepted": null,
"body": "<p>I reinstalled Ubuntu Server 22.04 LTS with the same result. Then I tried a live Fedora desktop using DHCP and it worked. Then I installed Fedora Server with the .93 static IP and had the same networking issue. So it's not OS related. My router is ISP supplied and has limited ... | null | null | null | null | null |
1493933 | 1 | 1493934 | 2023-11-26T00:25:18.863 | 0 | 104 | <p>This is similar to a previous question:-
<a href="https://www.reddit.com/r/Ubuntu/comments/bk5czo/audio_volume_levels_not_remembered_after_reboot/" rel="nofollow noreferrer">https://www.reddit.com/r/Ubuntu/comments/bk5czo/audio_volume_levels_not_remembered_after_reboot/</a></p>
<p>But I didn't want to try that solut... | 1344212 | null | null | 2023-11-26T20:10:40.857 | Xubuntu 22.04 - want a simple script to remember audio volume between sessions | [
"sound",
"22.04",
"xubuntu",
"shutdown",
"startup"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-29T10:51:17.107",
"id": "2618117",
"postId": "1493933",
"score": "0",
"text": "Doesn't it remember the volume out of the box? That's how it always worked for me, on several different distributions.",
"userDisplayName": null,
"userId": "618002"
},
{
"cre... | {
"accepted": true,
"body": "<p>From other posts it seems it is more complicated than that sink-volume is already a system-wide variable. But I did find this command to write the current volume to a file:-</p>\n<p>[NAME] is where I have some path specific to my user</p>\n<p>pacmd list-sinks|grep -A 15 '* index'| aw... | [
{
"accepted": true,
"body": "<p>From other posts it seems it is more complicated than that sink-volume is already a system-wide variable. But I did find this command to write the current volume to a file:-</p>\n<p>[NAME] is where I have some path specific to my user</p>\n<p>pacmd list-sinks|grep -A 15 '* in... | null | null | null | null | null |
1493936 | 1 | null | 2023-11-26T00:48:23.027 | 0 | 138 | <p>Sorry for my English.</p>
<p><strong>Description</strong></p>
<ul>
<li>In brief, when poweroff or reboot, the "Kubuntu" logo keeps flickering for about a minute. The logo only shows for a few seconds if this error doesn't happen.</li>
<li>Sometimes this error doesn't happen</li>
<li>The only known way to a... | 1674061 | 1674061 | 2023-11-26T05:40:38.633 | 2023-11-26T05:40:38.633 | "AER: Multiple Corrected error received: 0000:00:01.0" cost a long time when poweroff | [
"nvidia",
"shutdown",
"pcie"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1493937 | 1 | null | 2023-11-26T00:54:08.617 | 0 | 21 | <p>I just switch from Windows to Ubuntu. I have 2 drives, one is a HDD and another is an SSD. I use my SSD for the home directory, documents, and apps I use all the time. I use the hard drive for programs and games.</p>
<p>I have steam and I can chose where steam installs games. But when I download non games or games w... | 1748408 | null | null | 2023-11-26T00:54:08.617 | Can I chose where an app is installed using apt? | [
"apt"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T00:58:31.573",
"id": "2617433",
"postId": "1493937",
"score": "0",
"text": "How do you \"download stuff\"? Which app does not ask you to \"where to download\" that file? Firefox or Chrome...?",
"userDisplayName": null,
"userId": "906933"
},
{
"creati... | null | [] | null | null | 2023-11-26T11:34:36.037 | null | null |
1493938 | 1 | null | 2023-11-26T01:15:21.567 | 0 | 382 | <p>I just got a brand new Matebook 14 with AMD Ryzen 17 Raedon Graphics and 16GB RAM.
After installing ubuntu fresh I have tested the sound but the speakers are not working.
I have seen different solutions online and tested them all, but unfotunately non helped me so that's why I am asking now here.
The sound card is b... | 1748412 | null | null | 2024-03-03T21:21:53.473 | Huawei Matebook 14 No sound and no microphone input | [
"sound",
"pulseaudio",
"alsa",
"microphone",
"huawei"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I encountered a similar problem, and based on the materials I found, I wrote a daemon that solves it.</p>\n<h2>Problem</h2>\n<p>The headphone and speaker channels are mixed up in the sound card driver for Linux distributions.</p>\n<p>When headphones are connected, the system ... | null | null | null | null | null |
1493939 | 1 | null | 2023-11-26T01:18:57.847 | 0 | 71 | <p>I changed the driver on my Ubuntu 23.04 .</p>
<p>Yes i went to additional drivers -> additional drivers -> and there I choosed the second option instead of default first option.</p>
<p>did this because I need to do this to connect my second monitor to my laptop.</p>
<p>Now it started to freeze so I rebooted an... | 1748414 | 1748414 | 2023-11-26T01:57:51.560 | 2023-11-26T01:57:51.560 | I changed the driver and now i cant boot anymore | [
"boot"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T01:31:11.777",
"id": "2617438",
"postId": "1493939",
"score": "0",
"text": "I run Ubuntu 23.04. Yes i went to additional drivers -> additional drivers -> and there I choosed the second option instead of default first option.",
"userDisplayName": null,
"userI... | null | [] | null | null | null | null | null |
1493941 | 1 | null | 2023-11-26T02:31:28.617 | -1 | 282 | <p>I am using dual O/S ubuntu 22.04 and windows 11. In one of my localdisk partition i had moved all the old files in one single folder A, and created another folder for new folder B, for my new files. I did this on while on ubuntu. I was able to see the folder till yesterday. Today, when I opened my laptop, I am no lo... | 829659 | null | null | 2023-11-27T15:46:15.783 | Files and folders missing and not accessible using ls -la in ubuntu 22.04LTS | [
"dual-boot"
] | 2 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T04:40:07.370",
"id": "2617444",
"postId": "1493941",
"score": "1",
"text": "That is a file system error. The question now is, is the files on NTFS or on like ext4? If NTFS you will have to run a disk check from Windows to fix it. If it is on the ext4 you would ha... | null | [
{
"accepted": null,
"body": "<p>It seems like a permission error. You are logged in as <code>asif</code> who does not have permission to view the files in question.</p>\n<p>To bypass this, elevate your privileges using <code>sudo ls -la</code>. In order to view the files you need to change your permissions ... | null | null | null | null | null |
1493949 | 1 | null | 2023-11-26T03:59:32.793 | 0 | 290 | <p>I am trying to run Rviz on orangepi 5B on the operating system Ubuntu focal 20.04 that I downloaded from there website [OS Download site link][1], when I am trying to run Rviz it's not running and giving me the following error. However , I have ubuntu 20.04 on my laptop and RVIZ works perfectly on that.</p>
<pre><co... | 1637452 | null | null | 2023-11-26T12:05:09.663 | Ubuntu 20.04 image given by Ornangepi giving error while running RVIZ | [
"20.04",
"ros",
"orangepi"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>To resolve this issue, you'll need to install the appropriate graphics driver for your Orange Pi 5B. Unfortunately, there is no official driver available from Ubuntu for this chipset. However, there is an unofficial driver that you can install manually.</p>\n<p>Here are the s... | null | null | null | null | null |
1493952 | 1 | null | 2023-11-26T05:20:34.167 | 0 | 126 | <p>At the time of login in Ubuntu 23.10 & gnome 45.1, I'm faced with this screen.</p>
<p><a href="https://i.stack.imgur.com/77FUA.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/77FUA.png" alt="enter image description here" /></a></p>
<p>after repeated attempts of logging-out & restarting, it... | 5784 | 5784 | 2023-11-26T06:12:30.470 | 2023-11-26T06:12:30.470 | Gnome error during login | [
"gnome",
"login",
"login-screen",
"23.10"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T07:04:17.850",
"id": "2617454",
"postId": "1493952",
"score": "0",
"text": "Have you tried launching gnome from another tty? if not, do\n\n`Ctrl` + `Alt` + `2`\n\nEnter your username and password. And then execute:\n\n```bash\ngnome-shell\n```",
"userDisplayName... | null | [] | null | null | null | null | null |
1493953 | 1 | 1494792 | 2023-11-26T05:48:19.530 | 0 | 61 | <p>In Knockd how do I listen to a specific IP address from an interface that has multiple IP addresses?</p>
<p>Knockd only has the option to listen by interface but not an IP address.</p>
<p><strong>Example</strong></p>
<p>Interface eth0 has 3 IPs</p>
<ul>
<li><code>123.123.123.123</code></li>
<li><code>124.124.124.124... | 634065 | null | null | 2023-12-03T14:39:12.847 | Knockd listen to a specific IP address | [
"networking",
"server",
"20.04"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-01T06:37:20.803",
"id": "2618517",
"postId": "1493953",
"score": "0",
"text": "What is knockd ?",
"userDisplayName": null,
"userId": "614422"
},
{
"creationDate": "2023-12-02T07:53:51.397",
"id": "2618737",
"postId": "1493953",
"score": "0",... | {
"accepted": true,
"body": "<p>Knockd listens to the link layer, in the OSI model, this is layer 2. Layer 3 is where ip addresses live. Therefore, you will not be able to listen to only a single ip address.</p>\n<p>The work around would be to create a MACVTAP, therefore creating a new layer2 device. Move the IP... | [
{
"accepted": true,
"body": "<p>Knockd listens to the link layer, in the OSI model, this is layer 2. Layer 3 is where ip addresses live. Therefore, you will not be able to listen to only a single ip address.</p>\n<p>The work around would be to create a MACVTAP, therefore creating a new layer2 device. Mov... | null | null | null | null | null |
1493955 | 1 | null | 2023-11-26T05:59:08.847 | 0 | 45 | <p>Ever since i installed linux my wifi is not working. I am using lenovo ideapad E41-25. I have tried many things but didnot work. Wifi works in windows but on ubuntu.Any amount of help will be apreciated as i am a newbie on linux.
The brand is qualcomm realtek atheros QCA9377</p>
<pre><code>ustan@mustan-Lenovo-E41-2... | 1748433 | 25618 | 2023-11-26T14:03:55.443 | 2023-11-26T14:03:55.443 | Wifi is not working in my lenovo ideapad | [
"networking",
"drivers",
"wireless",
"lenovo",
"atheros"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T06:35:10.653",
"id": "2617451",
"postId": "1493955",
"score": "0",
"text": "We can't really help, we don't know what OS/release you're asking about (*and if a Ubuntu LTS release, which kernel stack you've opted to use given there is choice; kernel stack choice impac... | null | [] | null | null | null | null | null |
1493960 | 1 | null | 2023-11-26T08:22:53.033 | 0 | 19 | <p>Long story short.
I had two habits I'm not going to change:</p>
<ol>
<li>switching keyboard languages with Left Alt + Left Shift</li>
<li>using Workflowy inside Chrome tab, and it has very useful shortcut Alt+Shift+Up/Down</li>
</ol>
<p>Both worked ok (after some spells done) with 22.10, 22.04 and before.
But not in... | 1748447 | null | null | 2023-11-26T08:22:53.033 | Alt + Shift + Up/Down not working inside Chrome tab Ubuntu 23.04 | [
"shortcuts",
"23.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1493961 | 1 | null | 2023-11-26T08:23:12.083 | 0 | 42 | <p>Everytime I install a VNC Server in Cubic it gives me an error</p>
<pre><code>root@cubic:/usr/share/backgrounds# vncserver
^C
=================== tail /root/.vnc/cubic:5901.log ===================
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server alre... | 1748448 | 1748448 | 2023-11-26T13:49:37.347 | 2023-11-26T13:49:37.347 | How do I install VNC server in a Cubic enviroment? | [
"tightvncserver"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1493962 | 1 | null | 2023-11-26T08:29:54.613 | 1 | 119 | <p>I bought some wireless earphones that didn't pair with ubuntu and I found this tutorial <a href="https://atish3604.medium.com/solved-bluetooth-headset-mic-not-working-detected-in-ubuntu-20-04-86a5236444d0" rel="nofollow noreferrer">https://atish3604.medium.com/solved-bluetooth-headset-mic-not-working-detected-in-ubu... | 1748449 | null | null | 2023-12-15T06:38:38.630 | reset pulseaudio to default permanently | [
"pulseaudio"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I found the solution was to reset ubuntu to factory settings</p>\n<p><a href=\"https://askubuntu.com/questions/859448/is-there-a-command-to-factory-reset-ubuntu\">Is there a command to factory reset Ubuntu?</a></p>\n",
"commentCount": "0",
"comments": [],
"communi... | null | null | null | null | null |
1493964 | 1 | null | 2023-11-26T09:34:34.333 | 0 | 27 | <p>I'm new to using Linux via WSL2 and I am following a <a href="https://www.youtube.com/watch?v=NkYFWigwpbM" rel="nofollow noreferrer">tutorial</a> to install java on Ubuntu</p>
<p>Ubuntu is up-to-date</p>
<p>Ubuntu 22.04.3 LTS on Windows 10 x86_64 and installing JDK 17</p>
<p>I am getting this error when executing th... | 1748442 | 1748442 | 2023-11-26T09:38:40.633 | 2023-11-26T09:38:40.633 | link group java is broken (can't install java in Ubuntu with WSL2) | [
"software-installation",
"22.04",
"java",
"jdk"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | 2023-11-27T02:49:09.443 | null | null |
1493965 | 1 | null | 2023-11-26T10:55:47.420 | 0 | 232 | <p>I´m trying to install xubuntu-23.10-minimal on my HP Compaq 8000 Elite USDT.</p>
<p>According to this:
<a href="https://h30434.www3.hp.com/t5/Desktop-Hardware-and-Upgrade-Questions/does-my-hp-elite-8000-sff-pc-support-UEFI/td-p/6531757" rel="nofollow noreferrer">https://h30434.www3.hp.com/t5/Desktop-Hardware-and-Upg... | 1748465 | null | null | 2023-11-26T11:24:30.650 | How to install xubuntu 23.10 in non-UEFI machine | [
"dual-boot",
"uefi",
"bios"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p><strong>Yes</strong>, you can install on an older pre-uEFI machine with all releases of Ubuntu (<em>and flavors like Xubuntu</em>) up to the current Ubuntu 23.10. The system will boot.</p>\n<p>The message that worries you is <strong>only a warning</strong> that it may not boo... | null | null | null | null | null |
1493967 | 1 | null | 2023-11-26T11:11:41.550 | 0 | 274 | <p>There I am using Ubuntu 23.10 and when I am clicking on the wifi networks they are getting disappeared and come back instantly and I am not able to connect to my wifi network please help.</p>
<p>Please see the following video to clearly understand the problem:
<a href="https://drive.google.com/drive/folders/1Hzu1jPd... | 1748469 | null | null | 2023-11-26T11:11:41.550 | Wifi not connecting in Ubuntu 23.10 | [
"internet",
"ubuntu-gnome",
"connection",
"wifi-direct"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T16:21:53.837",
"id": "2617503",
"postId": "1493967",
"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 |
1493968 | 1 | null | 2023-11-26T11:18:56.317 | 0 | 163 | <p>Recently I installed Ubuntu 23 and installed all my working applications.
the Gaussian software works perfectly GaussView launches but when I try to open a file with it it crashes.
in version 20 of Ubuntu it works perfectly except in versions 21, 22 or 23 of Ubuntu where I had this problem.
please, is there a way to... | 1748468 | null | null | 2024-04-03T11:30:11.203 | problem with GaussView 6 | [
"software-installation"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T11:26:41.247",
"id": "2617466",
"postId": "1493968",
"score": "0",
"text": "Ubuntu's main products are *year.month* in format (eg. 23.04, for 2023-April release, 23.10 for 2023-October release), with the snap only versions using the *year* format (eg. Ubuntu Core 22... | null | [] | null | null | null | null | null |
1493972 | 1 | null | 2023-11-26T13:18:09.373 | 0 | 318 | <p>I need to replace PopOs on my machine with Ubuntu and trying to figure out how to partition the disk.
I have 2 physical disk: 0.5T with boot PopOS and 2T with the Windows.
There are EFI partition on the 0.5T disk, FAT 4.3 Gb partition and 491 Gb PopOS + Swap partitions.
I assume 4.3 Gb FAT is related to windows, but... | 701854 | null | null | 2023-11-26T20:29:04.393 | Replacing PopOS with Ubuntu - how to partition | [
"boot",
"dual-boot",
"partitioning",
"system-installation",
"uefi"
] | 2 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T14:10:58.430",
"id": "2617483",
"postId": "1493972",
"score": "1",
"text": "Partition 3 looks like where your PopOS resides … However, it seems to be encrypted so, probably that’s why it’s not being detected … Windows on the other disk should be detectable, is it?",... | null | [
{
"accepted": null,
"body": "<p>During the guided installation choose option "something else" when getting to the partition. You have to manually set up another boot partition by stealing some GB from your partion 3 on the 0.5 TB device upfront.</p>\n<p>My personal preferences are: using gparted (... | null | null | 2023-12-04T10:13:55.697 | null | null |
1493980 | 1 | null | 2023-11-26T14:59:41.620 | 0 | 93 | <p>I've just downloaded and installed Office 365 webapp on my computer running Ubuntu 22.04.
I've followed the instructions fro here (<a href="https://www.wps.com/blog/how-to-install-and-run-microsoft-365-on-ubuntu-linux-a-comprehensive-guide/" rel="nofollow noreferrer">https://www.wps.com/blog/how-to-install-and-run-m... | 1748502 | null | null | 2023-11-26T14:59:41.620 | Remove unremoveable Office 365 fork | [
"uninstall",
"webapps",
"microsoft-office"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T16:06:53.000",
"id": "2617498",
"postId": "1493980",
"score": "1",
"text": "According to those instructions it was installed as a [snap](https://en.wikipedia.org/wiki/Snap_(software)) app. Did you run `sudo snap remove <nameofappyouinstalled>` to remove it? You ca... | null | [] | null | null | null | null | null |
1493981 | 1 | null | 2023-11-26T15:02:46.910 | 0 | 137 | <p>On my 22.04.3 LTE machine I have upgraded the kernel from 5.15.0-1050-realtime to 5.15.0-1051-realtime. Where could find I a document summarizing the fixes and changes between two subsequent kernel versions?</p>
| 941657 | 968501 | 2023-11-26T18:32:25.843 | 2023-11-26T18:32:25.843 | 5.15.0-1051-realtime kernel release notes | [
"kernel",
"22.04",
"realtime",
"ubuntu-pro"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T18:29:06.633",
"id": "2617521",
"postId": "1493981",
"score": "1",
"text": "@Terrance That's an Ubuntu pro thing https://ubuntu.com/real-time which means it's out of support here If I'm not mistaken ... But, `apt changelog ...` should work on the subscribed system I... | null | [] | null | null | null | null | null |
1493985 | 1 | null | 2023-11-26T15:26:13.150 | 0 | 74 | <p>I am new to Ubuntu. I installed version 22.04.3 and I am not being able to connect to WIFI.</p>
<p>I saw this posts:</p>
<ul>
<li><a href="https://askubuntu.com/questions/1437477/22-04-1-network-unclaimed">22.04.1 Network Unclaimed</a></li>
<li><a href="https://askubuntu.com/questions/1493598/no-internet-connection-... | 1748503 | null | null | 2023-11-26T15:26:13.150 | [Kernel version 5.17.0-1035-oem]; 22.04.3 LTS Network unclaimed | [
"networking",
"drivers",
"kernel"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T16:23:44.483",
"id": "2617504",
"postId": "1493985",
"score": "1",
"text": "Does this answer your question? [My wireless/WiFi connection does not work. What information is needed to diagnose the issue?](https://askubuntu.com/questions/425155/my-wireless-wifi-connect... | null | [] | null | null | null | null | null |
1493991 | 1 | null | 2023-11-26T16:38:28.317 | 1 | 287 | <p>Recently the suspend-to-hibernate function stopped working reliably. It happens that my battery is drained, although it should have went into hibernation.</p>
<p>This is what</p>
<pre><code>journalctl | grep suspend
</code></pre>
<p>shows:</p>
<pre><code>Nov 26 05:09:15 XYZ kernel: PM: suspend entry (s2idle)
Nov 26 ... | 1609164 | 1609164 | 2023-12-12T21:36:38.130 | 2023-12-12T21:36:38.130 | Ubuntu 22.04 - suspend then hibernate failed with result 'dependency' | [
"suspend",
"battery",
"hibernate",
"modprobe"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Don't post logvomit ("here's my guess at all the data - you figure it out").</p>\n<p>Diagnostic procedure:</p>\n<p>First step is to put a pin in the timestream with</p>\n<pre><code>date '+%y-%m-%d %H:%M:%S' >pin.tmp\n</code></pre>\n<p>Then, do your suspend/shutdo... | null | null | null | null | null |
1493992 | 1 | null | 2023-11-26T16:47:27.933 | -1 | 1128 | <p>New Ubuntu user here. Installed Ubuntu on my new Lenovo Ideapad 1 laptop. Here’s a minor problem. The boot screen displays the following errors:</p>
<ol>
<li>amd_gpio AMDI0030:00 INVALID CONFIG PARAM 0014</li>
<li>Bluetooth: hci0: Failed to read codec capabilities (-22)</li>
</ol>
<p>Here is what I tried to solve it... | 1748521 | null | null | 2023-12-07T17:45:26.670 | How to solve amd_gpio AMDI0030:00 INVALID CONFIG PARAM 0014? | [
"boot",
"bluetooth"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<blockquote>\n<p>GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 splash"</p>\n</blockquote>\n<p>This is the right solution, you add <code>loglevel=3</code> into that line in <code>/etc/default grub</code> but you have to run</p>\n<pre><code>sudo update-grub\n</code></pre>... | null | null | null | null | null |
1493996 | 1 | null | 2023-11-26T17:23:03.710 | 0 | 23 | <p>this is my first post :)</p>
<p>As per the subject, 1password is asking me for 2FA at every startup. I found this <a href="https://1password.community/discussion/115935/1password-for-linux-2fa-faq" rel="nofollow noreferrer">guide</a> , but I already have the checkmark enabled for "Read, add, change, or remove s... | 1100048 | null | null | 2023-11-26T17:23:03.710 | 1password asks me for the 2FA at every startup | [
"gnome"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T17:29:55.020",
"id": "2617515",
"postId": "1493996",
"score": "0",
"text": "Please read https://askubuntu.com/help/how-to-ask and https://askubuntu.com/help/formatting . Take the [tour].",
"userDisplayName": null,
"userId": "25618"
}
] | null | [] | null | null | null | null | null |
1493998 | 1 | null | 2023-11-26T17:58:10.280 | 3 | 97 | <p><a href="https://i.stack.imgur.com/MN74T.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/MN74T.png" alt="Doesn't turn off" /></a>The screen never turns off. I have attempted to adjust the power settings (Settings/Power/Power Saving/Blank Screen) to 1 minute, but it seems to be over ridden some ho... | 742384 | 742384 | 2023-12-12T04:38:18.447 | 2023-12-12T04:38:18.447 | Screen never turns off | [
"display"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T19:01:17.593",
"id": "2617526",
"postId": "1493998",
"score": "0",
"text": "sudo apt install gnome-screensaver-command",
"userDisplayName": null,
"userId": "1372403"
},
{
"creationDate": "2023-12-12T04:33:05.060",
"id": "2620679",
"postId": "... | null | [] | null | null | null | null | null |
1494008 | 1 | null | 2023-11-26T20:03:21.383 | 0 | 107 | <p>Ik recently installed Ubuntu 22.04.3 LTS on my Macbook Air (i5-4250U, 4Gb, 121 Gb). System works like a charm, except for one thing. I want the keyboard backlight to automatically dim / turn off after a inactivity, this is important for my specific use of the laptop. It can be adjusted with F1/F2, but does not turn... | 1748553 | 1748553 | 2023-11-27T15:58:47.313 | 2023-11-27T15:58:47.313 | Keyboard backlight: how to have it turn off automatically after x minutes of inactivity on Macbook Air | [
"keyboard",
"brightness",
"macbook",
"backlight"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T20:47:33.667",
"id": "2617545",
"postId": "1494008",
"score": "2",
"text": "Does this answer your question? [How to get Keyboard Light keys working on Macbook?](https://askubuntu.com/questions/26248/how-to-get-keyboard-light-keys-working-on-macbook)",
"userDispl... | null | [] | null | null | null | null | null |
1494013 | 1 | 1494028 | 2023-11-26T20:27:42.287 | -1 | 449 | <p>I am currently running Ubuntu 22.04.03 and i am trying to connect an NFS drive from a WD PR4100 nas.
The annoying thing - i had this all working yesterday, then today it just wont connect. I am using cockpit and was using the gui to mount it.</p>
<p>Now i just get a <code>mount.nfs: Connection timed out error</code>... | 1748560 | 1748560 | 2023-11-28T09:39:23.207 | 2023-11-28T09:39:23.207 | mount.nfs: Connection timed out error when trying to add and nfs drive to Ubuntu server | [
"server",
"mount",
"hard-drive",
"nfs"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Turns out i had to factory reset my nas. Nothing had actually changed on the nas however and all the settings are still the same. Hopefully i dont run into this issue again.</p>\n<p>Edit*</p>\n<p>For anyone else with the same issue, Ubuntu does not play nice with Link Aggregation. Th... | [
{
"accepted": true,
"body": "<p>Turns out i had to factory reset my nas. Nothing had actually changed on the nas however and all the settings are still the same. Hopefully i dont run into this issue again.</p>\n<p>Edit*</p>\n<p>For anyone else with the same issue, Ubuntu does not play nice with Link Aggrega... | null | null | null | null | null |
1494015 | 1 | null | 2023-11-26T20:30:05.853 | 0 | 38 | <p>I decided to update python from 3.10.? to 3.12.0 (downloaded and compiled), after that i noticed my terminal doesn't start. Tried several solutions but no luck, i run terminal commands in visual studio code. After several hours of trying to find a solution, I learned the hard way that it is not wise to change the cu... | 645418 | null | null | 2023-11-26T20:30:05.853 | gnome-terminal doesnt open | [
"python",
"gnome-terminal",
"symbolic-link"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T21:04:13.763",
"id": "2617547",
"postId": "1494015",
"score": "1",
"text": "You can install many python3 versions, but do not change the default for a Ubuntu Desktop system, as many default apps & tools rely on it (eg. `gnome-terminal`) and them not working is actua... | null | [] | null | null | 2023-12-11T07:16:21.340 | null | null |
1494016 | 1 | null | 2023-11-26T20:49:09.953 | 0 | 877 | <p>I recently upgraded to Ubuntu 23.10, and everything seems fine except that Ubuntu Software hasn't updated to the new Flutter-based App Center. I tried running <code>snap refresh snap-store --channel=latest/stable/ubuntu-23.10</code> like I saw in other answers, but I simply got the message <code>snap "snap-stor... | 1748565 | null | null | 2023-11-27T04:05:50.733 | Can't install new ubuntu app center in 23.10 | [
"gnome",
"upgrade",
"updates",
"software-center",
"snap-store"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T20:56:30.707",
"id": "2617546",
"postId": "1494016",
"score": "2",
"text": "You might want to read details about the snap-store snap at (https://snapcraft.io/snap-store) which already states this is the GNOME-based version, not the Flutter version. From what I know... | null | [
{
"accepted": null,
"body": "<p>There was <a href=\"https://discourse.ubuntu.com/t/ubuntu-snap-store/40559/5?u=johnandmegh\" rel=\"nofollow noreferrer\">an issue over the past day</a> where the previous version of the App Center / Snap Store got pushed out to 23.10 users. It was fixed at some point during t... | null | null | null | null | null |
1494018 | 1 | null | 2023-11-26T21:12:40.100 | -1 | 141 | <p>I'm trying to get my home server to use a static IP instead of the one from the DHCP.
I'm using Ubuntu server 22.04.</p>
<p>I replaced the file <code>/etc/netplan/00-installer-config.yml</code> with a file named <code>/etc/netplan/01-network-manager-all.yml</code> (this is the only file inside <code>/etc/netplan</co... | 1748567 | 1748567 | 2023-11-26T21:23:59.053 | 2023-11-27T22:54:51.500 | How to get a static internal IP for Ubuntu server? | [
"server",
"22.04",
"dhcp"
] | 2 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T22:57:20.813",
"id": "2617571",
"postId": "1494018",
"score": "0",
"text": "Please see `https://netplan.io` and `https://netplan.io/examples`.",
"userDisplayName": null,
"userId": "25618"
}
] | null | [
{
"accepted": null,
"body": "<p>I think it may be that you're providing your list of addresses in []? Mine below works:</p>\n<pre><code>network:\n ethernets:\n enp2s0f0:\n addresses:\n - 192.168.1.254/24\n gateway4: 192.168.1.1\n nameservers:\n addresses:\n - 192.168.... | null | null | 2023-11-27T22:59:06.423 | null | null |
1494019 | 1 | null | 2023-11-26T21:23:12.663 | 0 | 82 | <p>earlier this evening my home server running ubuntu just stopped responding. I first noticed the connection to the outside world had gone. Then noticed server stopped responding to ssh login-requests. I went to it and power it off and back on. Everything came back and appears normal again.</p>
<p>I just can't figure ... | 1748572 | null | null | 2023-11-26T21:23:12.663 | Understanding why my system froze | [
"freeze",
"syslog"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T01:02:11.853",
"id": "2617597",
"postId": "1494019",
"score": "0",
"text": "Not seeing much useful troubleshooting information in that log. Looks like one second of a fairly normal boot instead of ongoing operation terminating in a restart. A \"freeze\" or \"hang\" ... | null | [] | null | null | null | null | null |
1494020 | 1 | 1494064 | 2023-11-26T21:26:56.877 | 0 | 120 | <p>Dear AskUbuntu users,</p>
<p>I recently upgraded my Kubuntu 18.04 to 20.04 and then 22.04.</p>
<p>My mounting script for my NAS WD Mycloud stopped working. I investigated and here are my findings:</p>
<ul>
<li>I can ping the NAS.</li>
<li>I cannot access the web interface with any web
browser (firefox / chromium).</... | 625155 | 625155 | 2023-11-27T07:37:55.050 | 2023-11-27T08:28:03.877 | No connection to local NAS after upgrade from 18.04 to 22.04 | [
"networking",
"mount",
"22.04",
"kubuntu",
"nas"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T00:55:46.690",
"id": "2617596",
"postId": "1494020",
"score": "0",
"text": "Please [edit your question](https://askubuntu.com/posts/1494020/edit) to show us the complete output an ssh connection attempt. Failed attempts return specific reasons. \"Cannot connect\" is... | {
"accepted": true,
"body": "<p>I have an access point connected to the router. This was assigning my computer a different IP after the upgrade, which happened to be the same as the NAS. However the NAS is connected to the router directly, so I could access the NAS perfectly from other devices, and my AP assigned I... | [
{
"accepted": true,
"body": "<p>I have an access point connected to the router. This was assigning my computer a different IP after the upgrade, which happened to be the same as the NAS. However the NAS is connected to the router directly, so I could access the NAS perfectly from other devices, and my AP as... | null | null | null | null | null |
1494022 | 1 | 1494120 | 2023-11-26T22:26:20.877 | 1 | 302 | <p>I have a wireless usb mouse which was working up until two days ago, then my laptop ran out of battery and when I charged and turned it back on, it wasn't working anymore.</p>
<p>I'm running Ubuntu 22.04 and when I run <code>lsusb</code>, the usb is recognized on Bus 002 Device 003</p>
<pre><code>~ lsusb
Bus 001 Dev... | 1748579 | null | null | 2023-11-27T17:33:06.630 | USB mouse stopped working after reboot | [
"usb",
"mouse"
] | 1 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T23:02:19.180",
"id": "2617575",
"postId": "1494022",
"score": "0",
"text": "Change the batteries. in the mouse.",
"userDisplayName": null,
"userId": "25618"
},
{
"creationDate": "2023-11-26T23:09:24.290",
"id": "2617576",
"postId": "1494022",... | {
"accepted": true,
"body": "<p>So, after hours of messing around, I've been able to solve the issue:</p>\n<p>After connecting the usb dongle, wait a few minutes, then restart the driver</p>\n<pre><code>sudo rmmod usbhid\nsudo modprobe usbhid\n</code></pre>\n<p>And it solved the issue for me.</p>\n<p>I had tried th... | [
{
"accepted": true,
"body": "<p>So, after hours of messing around, I've been able to solve the issue:</p>\n<p>After connecting the usb dongle, wait a few minutes, then restart the driver</p>\n<pre><code>sudo rmmod usbhid\nsudo modprobe usbhid\n</code></pre>\n<p>And it solved the issue for me.</p>\n<p>I had ... | null | null | null | null | null |
1494029 | 1 | null | 2023-11-27T00:13:44.997 | 1 | 354 | <p>No audio output. There are several posts I've been referencing to try to get drivers and settings configured correctly, but I've had no success.
There are several <a href="https://askubuntu.com/questions/1450392/support-for-audio-and-webcam-on-dell-xps-13-9315-2-in-1">unanswered questions</a> on here about the issue... | 1748588 | 1748588 | 2023-12-19T12:41:52.623 | 2023-12-19T12:41:52.623 | Dummy Output Dell XPS 13 9315 Audio not working | [
"sound",
"pulseaudio",
"dell",
"alsa"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T14:43:34.030",
"id": "2617730",
"postId": "1494029",
"score": "0",
"text": "The reddit post mentions sof. On Ubuntu, I think the package should be `firmware-sof-signed` so have you tried installing this package? `sudo apt update` and `sudo apt install firmware-sof-s... | null | [] | null | null | null | null | null |
1494031 | 1 | null | 2023-11-27T00:20:39.107 | 0 | 66 | <p>I have Release 22.04.3 LTS (Jammy Jellyfish) 64-bit. Ubuntu_Mate</p>
<p>This version with my AMD hardware has some bugs that are very irritating.</p>
<p>I have made many posts about it.</p>
<p>It concerns the file managers, both Caja and Thunar.</p>
<p>I am NOT interested in expending any more effort on this version... | 573838 | 573838 | 2023-11-27T01:10:48.313 | 2023-11-27T01:10:48.313 | Is it possible to revert to my previous Ubuntu_Mate version on my computer | [
"22.04",
"ubuntu-mate"
] | 0 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T00:48:00.940",
"id": "2617593",
"postId": "1494031",
"score": "2",
"text": "Does this answer your question? [How to Duplicate a Ubuntu System for Distribution?](https://askubuntu.com/questions/1300540/how-to-duplicate-a-ubuntu-system-for-distribution). Of course, yo... | null | [] | null | null | null | null | null |
1494032 | 1 | null | 2023-11-27T00:33:35.780 | 0 | 68 | <p>When I try to play a .ogg file with mplayer, nothing happens. mplayer leaves the following output in my terminal:</p>
<pre><code>jcast@jcast-Galago-Pro:~$ mplayer '/home/jcast/Music/Wade Bowen/The Given/Saturday Night.ogg'
MPlayer 1.5+svn38423-2build1 (Debian)
do_connect: could not connect to socket
connect: No such... | 312679 | null | null | 2024-03-10T02:29:34.790 | mplayer treating ogg files as if empty | [
"mplayer",
"ogg-vorbis"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494033 | 1 | null | 2023-11-27T01:16:58.430 | 0 | 99 | <p>I need some insight information from Ubuntu guru on this.</p>
<p>With a normal installation of Ubuntu 22.04, I see graphical desktop like this (A1):</p>
<p><a href="https://i.stack.imgur.com/ppApb.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/ppApb.jpg" alt="A1. normal desktop" /></a></p>
<p>The... | 694251 | null | null | 2023-11-27T01:16:58.430 | Why do I see a (simplified) second flavor of Ubuntu Graphical Desktop after switching to startx? | [
"desktop-environments"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494034 | 1 | null | 2023-11-27T01:25:48.073 | 0 | 51 | <p>The library i frequent has added the windows program deepfreeze and now I can't run Ubuntu Persistent Live from my USB stick, is there a work around?</p>
| 1748598 | null | null | 2023-11-27T01:25:48.073 | I need a DeepFreeze work around | [
"boot",
"usb",
"live-usb"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T02:06:58.263",
"id": "2617604",
"postId": "1494034",
"score": "0",
"text": "Since the library's use of `deepfreeze` indicates that they don't want you to do this, doing so anyway could get you in Administrative/Legal trouble with the library. Don't.",
"userDispl... | null | [] | null | null | null | null | null |
1494035 | 1 | null | 2023-11-27T01:51:13.663 | 0 | 48 | <p>i have spark installed on my WSL ubuntu dist and i want to interact with it using jupyter notebook that is installed with anaconda on my windows machine is that possible</p>
| 1748599 | null | null | 2023-11-27T01:51:13.663 | Interacting with spark installed on WSL from jupyter notebook installed in windows, is that actually possible? | [
"windows-subsystem-for-linux",
"jupyter"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494036 | 1 | null | 2023-11-27T01:53:32.377 | 0 | 43 | <p>I have a new pc I recently purchased and installed Kubuntu 22.04 to rid myself of windows. everything works fine other than for whatever reason when the screen turns off after a few minutes of no activity only my wireless mouse will turn the screen back on to the lock screen. If I press any key on my wired keyboar... | 1748601 | 1748601 | 2023-11-27T01:56:52.490 | 2023-11-27T01:56:52.490 | New PC not turning screen on with keyboard, only mouse movement Kubuntu 22.04 | [
"kubuntu",
"suspend",
"power-management"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494037 | 1 | null | 2023-11-27T01:54:12.283 | 0 | 188 | <p>I'm moving back to Ubuntu today and amongst some other things i wanted to get my Ethernet adapter working so i can install things faster, problem is that after looking at the guides</p>
<p>(example:
<a href="https://www.reddit.com/r/linuxhardware/comments/15p7lhe/realtek_25gbs_support_for_linux/?rdt=46805" rel="nofo... | 1229443 | 1066942 | 2023-11-30T10:19:48.253 | 2023-11-30T10:19:48.253 | Attempting to install realtek-r8152, getting Key was rejected by service error | [
"networking",
"drivers",
"realtek"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T03:16:52.617",
"id": "2617623",
"postId": "1494037",
"score": "2",
"text": "Does this answer your question? [modprobe: Key was rejected by service (Ubuntu 22.04.1 Desktop ISO)](https://askubuntu.com/questions/1455528/modprobe-key-was-rejected-by-service-ubuntu-22-04... | null | [] | null | null | null | null | null |
1494039 | 1 | null | 2023-11-27T02:03:57.093 | 1 | 216 | <p>Have read quite a few topics on this but found not solution for me. I am a Windows Guru, no Linux experience. Building a Ubuntu box for my grandson.</p>
<p>I can boot and select the USB with Ubuntu install. I can run the trial. I completely formatted the hard drive and it was clean and single partition. I then insta... | 1748602 | 1748602 | 2023-11-29T15:30:03.627 | 2023-11-29T15:30:03.627 | No operating system found Error 1962 | [
"boot",
"uefi",
"system"
] | 0 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T02:19:22.187",
"id": "2617605",
"postId": "1494039",
"score": "1",
"text": "Error 1962 sounds like a *firmware* message to me, but you've made it somewhat difficult for us, given no actual *software stack* clues as to what Ubuntu product or release you're asking abo... | null | [] | null | null | null | null | null |
1494040 | 1 | null | 2023-11-27T02:29:29.870 | 0 | 97 | <p>I frequently remotely connect to a Ubuntu 20.04 desktop and need it to connect to internet at all time. The problem is that, after it is reboot and before logging in a local user, the Ethernet is not connected. Also, if I log off my local user, the wired connection drops after a while.</p>
<p>I found some related qu... | 1748604 | null | null | 2023-11-27T02:29:29.870 | Connect to Ethernet (wired connection) before/without local user login in Ubuntu 20.04 | [
"20.04",
"network-manager",
"ethernet"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494041 | 1 | null | 2023-11-27T02:40:00.420 | 0 | 135 | <p>build image base <code>ubuntu:23.10</code> error</p>
<pre><code>W: GPG error: http://ports.ubuntu.com/ubuntu-ports mantic InRelease: At least one invalid signature was encountered.
E: The repository 'http://ports.ubuntu.com/ubuntu-ports mantic InRelease' is not signed.
N: Updating from such a repository can't be don... | 1748606 | 1748606 | 2023-11-27T02:41:59.687 | 2023-11-27T02:41:59.687 | arm used ubuntu:23.10, docker build faild, start container with --privileged ok | [
"permissions",
"docker",
"arm"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T17:40:06.847",
"id": "2617760",
"postId": "1494041",
"score": "0",
"text": "Does this answer your question? [apt update throws signature error in Ubuntu 20.04 container on arm](https://askubuntu.com/questions/1263284/apt-update-throws-signature-error-in-ubuntu-20-04... | null | [] | null | null | null | null | null |
1494044 | 1 | null | 2023-11-27T02:53:52.567 | 0 | 78 | <p>So as the title suggests, I removed my main drive from the laptop, preventing any Ubuntu installation files from getting there and also data loss. But joke’s on me because I can no longer boot to windows after reinstalling my ssd…</p>
<p>I will go step by step on how I proceeded.</p>
<ol>
<li>Turned laptop off and r... | 1748611 | null | null | 2023-11-27T04:10:15.103 | Windows won’t boot after installing Ubuntu on an external drive while my main drive was removed from the laptop | [
"boot",
"windows",
"ssd"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T15:50:41.920",
"id": "2617743",
"postId": "1494044",
"score": "0",
"text": "Most systems seem to find a Windows entry even though when you disconnect a drive they often change/remove UEFI boot entry. In IV is example of using efibootmgr in Ubuntu to restore/create a... | null | [
{
"accepted": null,
"body": "<p>First: are you using an old system with a BIOS for firmware, or UEFI? This sounds like a UEFI problem. UEFI firmware <a href=\"https://superuser.com/questions/955525/where-is-the-uefi-boot-order-stored\">stores in NVRAM a list of boot targets</a>. That list was likely upda... | null | null | null | null | null |
1494045 | 1 | 1494048 | 2023-11-27T03:05:47.043 | 4 | 1902 | <p>Hello Ask Ubuntu community,</p>
<p>I'm currently running Ubuntu 23.10, and I've encountered an issue while trying to update the Snap Store. Here are the details of the problem:</p>
<p>Description:</p>
<p>The Ubuntu Software application notifies me that there is an update available for Snap.
When I go to Ubuntu Softw... | 1748616 | null | null | 2024-04-02T20:09:44.167 | Issue Updating Snap Store on Ubuntu 23.10 | [
"23.10"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T04:07:07.063",
"id": "2617627",
"postId": "1494045",
"score": "0",
"text": "\"*The exact error message is **not** displayed in the terminal.*\" Is that a typo? Else what is displayed?",
"userDisplayName": null,
"userId": "19626"
},
{
"creationDate": ... | {
"accepted": true,
"body": "<p>There was an <a href=\"https://discourse.ubuntu.com/t/ubuntu-snap-store/40559/5?u=johnandmegh\" rel=\"noreferrer\">issue over the past day</a> where the previous version of the App Center / Snap Store got pushed out to 23.10 users.</p>\n<p>This version is based on GNOME Software, whi... | [
{
"accepted": true,
"body": "<p>There was an <a href=\"https://discourse.ubuntu.com/t/ubuntu-snap-store/40559/5?u=johnandmegh\" rel=\"noreferrer\">issue over the past day</a> where the previous version of the App Center / Snap Store got pushed out to 23.10 users.</p>\n<p>This version is based on GNOME Softw... | null | null | null | null | null |
1494046 | 1 | null | 2023-11-27T03:33:39.373 | 0 | 27 | <h2>Environment</h2>
<ul>
<li>Ubuntu Studio 22.04</li>
<li>Thinkpad E14 Gen5</li>
</ul>
<h2>Problem</h2>
<p>Cannot suspend UbuntuStudio.
I executed the following steps.</p>
<ol>
<li>Press the power button and try to suspend</li>
<li>The screen turns off, but the login screen appears automatically immediately.</li>
<li>... | 1748622 | null | null | 2023-11-27T03:33:39.373 | Cannot suspend UbuntuStudio | [
"22.04",
"suspend",
"power-management",
"thinkpad",
"ubuntu-studio"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494047 | 1 | null | 2023-11-27T03:42:28.357 | -1 | 103 | <p>2 days before my Ubuntu got slow, I thought to remove the Python 3 from my Ubuntu installed in the virtual machine using VMware, but after removing the Python, it was found that everything got removed, and Ubuntu has only a login option for command control. but how to change it in real Ubuntu becomes difficult to me... | 1748624 | null | null | 2023-11-28T03:17:46.933 | ubuntu only showing the command prompt not real ubuntu how to resolve this problem? | [
"22.04"
] | 2 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T08:13:53.200",
"id": "2617645",
"postId": "1494047",
"score": "0",
"text": "Related: [How to remove all traces of python from Ubuntu](https://askubuntu.com/q/1321421)",
"userDisplayName": null,
"userId": "968501"
}
] | null | [
{
"accepted": null,
"body": "<p>"<em>remove the Python 3 from my Ubuntu</em>"</p>\n<p>Removing Python3 effectively destroys your system. Sorry. You can no longer use apt. Many features of the system are now gone.</p>\n<p><strong>For beginners</strong>: Use a LiveUSB's "Try Ubuntu" enviro... | null | null | null | null | null |
1494053 | 1 | null | 2023-11-27T04:26:33.707 | 0 | 70 | <p>I recently performed an update on my workstation using Ubuntu 20.04. Neither the Wi-Fi LAN card (I am using iptime N150UA) nor ethernet connection is working, and both seem to be not detected as shown in the screenshot. I checked the LAN card and ethernet cable is properly functioning on other computers, and the eth... | 1748618 | null | null | 2023-11-27T04:26:33.707 | Both Ethernet and Wi-Fi not working on Ubuntu 20.04 after recent update | [
"drivers",
"20.04",
"wireless",
"kernel",
"ethernet"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T04:36:54.507",
"id": "2617630",
"postId": "1494053",
"score": "1",
"text": "The -oracle kernel is intended for use in Oracle Cloud services. Try a real hardware kernel.",
"userDisplayName": null,
"userId": "19626"
}
] | null | [] | null | null | null | null | null |
1494055 | 1 | null | 2023-11-27T04:56:49.307 | 0 | 50 | <p>I have a python (3.10) script I run from bash terminal.</p>
<p>The script launches Snap Chromium but occasionally I need to terminate the script using Ctrl + C, but want Chromium to remain running.</p>
<p>Launch Chromium in detached mode does not seem to work, when I send the interrupt the browser closes no matter w... | 889690 | 889690 | 2023-11-27T05:18:27.980 | 2023-11-27T05:18:27.980 | Ubuntu 22.04 Chromium Snap Detached Mode Python Script Not Working | [
"python",
"snap",
"chromium"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494056 | 1 | 1494059 | 2023-11-27T05:04:44.860 | 0 | 41 | <p>I use two machines often using vnn. One is ubuntu 20.04 unity the other is ubuntu 22.04 xfce4.
I used terminator window on both systems.<br />
But in the xfce4 case, the character is not 100% white and the black is not 100% black. The contrast isn't big enough so it always looks a little dimmed. But in the unity cas... | 140413 | null | null | 2023-11-27T06:18:15.737 | characters in terminal not 100% white and backgournd is not 100% black on terminator window on xfce4 | [
"unity",
"xubuntu",
"fonts",
"xfce",
"brightness"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>In terminator, go to preferences, then select the profiles tab, select a profile (e.g., "default") and then select the color tab.</p>\n<p>You can either try different built in color schemes, or customize the colors and alter individual colors.</p>\n<p>Changing the font won'... | [
{
"accepted": true,
"body": "<p>In terminator, go to preferences, then select the profiles tab, select a profile (e.g., "default") and then select the color tab.</p>\n<p>You can either try different built in color schemes, or customize the colors and alter individual colors.</p>\n<p>Changing the f... | null | null | null | null | null |
1494057 | 1 | null | 2023-11-27T05:56:55.597 | 1 | 243 | <p>Recently I upgraded the system using <code>apt-get update</code> and <code>apt-get upgrade</code> commands. After the latest upgrade (kernel version 6.2.0.36) Wifi, Ethernet, Bluetooth, audio, and touchpad have stopped working. During the boot process, I logged in using the old kernel version (5.15.0.72) and everyth... | 1623825 | 1450948 | 2023-11-27T10:38:06.777 | 2023-12-12T00:05:02.877 | Ubuntu 22.04.03 issue after system upgrade | [
"upgrade",
"22.04"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T17:13:15.010",
"id": "2617756",
"postId": "1494057",
"score": "0",
"text": "No, you need not reinstall - it won't help. Look at your system startup log (watch your kernel discover the hardware) with the terminal command `sudo journalctl -b 0`. Read `man journalctl`... | null | [
{
"accepted": null,
"body": "<p>Ubuntu typically keeps three kernels available on a system for just this reason. If you update and boot into the new kernel and some devices don't work, you can then reboot again and use the grub menu to select a previous kernel.</p>\n<p>If that previous kernel works, you t... | null | null | null | null | null |
1494063 | 1 | 1494341 | 2023-11-27T07:34:14.053 | 2 | 527 | <p>This is my first time setting up virtual server with Ubuntu and I have some questions regarding Apache2.</p>
<p>When I turn the virtual server on, it was started with <code>lightppd</code>. Since (I thought) I'm more familiar with Apache setups in my past with XAMPP interface, I uninstalled that and installed Apache... | 1642566 | 1642566 | 2023-11-29T18:58:50.017 | 2023-11-29T18:58:50.017 | Why am I seeing Apache2 Default Page while using nginx | [
"apache2",
"nginx",
"webserver"
] | 1 | 18 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T08:07:12.147",
"id": "2617642",
"postId": "1494063",
"score": "0",
"text": "Run this command to check which program is serving port 80/443: `sudo netstat -tulp`. You can disable Apache with `sudo systemctl disable apache2`. Tip: you can have Apache installed and ano... | {
"accepted": true,
"body": "<p>From everything you have said so far, I believe that the domain name you are opening is not really using your web server.</p>\n<h3>Check what your webserver returns:</h3>\n<p>To confirm this, open a terminal on your server and execute these commands:</p>\n<pre><code>mkdir ~/web_serve... | [
{
"accepted": true,
"body": "<p>From everything you have said so far, I believe that the domain name you are opening is not really using your web server.</p>\n<h3>Check what your webserver returns:</h3>\n<p>To confirm this, open a terminal on your server and execute these commands:</p>\n<pre><code>mkdir ~/w... | null | null | null | null | null |
1494067 | 1 | null | 2023-11-27T08:53:56.557 | 0 | 239 | <p>I get this error on the browser while running <code>phpmyadmin http://localhost/phpmyadmin</code>:</p>
<pre><code><?php
declare(strict_types=1);
use PhpMyAdmin\Routing;
if (! defined('ROOT_PATH')) {
// phpcs:disable PSR1.Files.SideEffects
define('ROOT_PATH', __DIR__ . DIRECTORY_SEPARATOR);
// phpcs:en... | 1748686 | 1066942 | 2023-11-27T09:30:23.347 | 2023-11-27T09:30:23.347 | when I navigate to http://localhost/phpmyadmin I get this on the browser, this is after setting up phpmyadmin, mysql and apache2 in WSL ubuntu | [
"phpmyadmin"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T08:56:56.370",
"id": "2617656",
"postId": "1494067",
"score": "6",
"text": "Welcome! You haven' provided a single detail that could give a clue. For starters, it would be good to know how you installed phpMyAdmin (and related programs like webserver etc). However, i... | null | [] | null | null | null | null | null |
1494071 | 1 | null | 2023-11-27T09:47:17.217 | 2 | 167 | <p>I am wondering if anyone has a good solution for storing images and their credits, so that it's easy to attribute the correct credit to the correct image in, for instance, LaTeX or similar software.</p>
<p>Currently I'm storing a text file with the credit information in the same directory as the images, but is there... | 351373 | 618353 | 2023-11-27T13:31:27.553 | 2023-11-27T16:15:15.833 | What is the best way of linking images and their credits? | [
"software-recommendation",
"latex",
"storage"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T10:08:24.277",
"id": "2617673",
"postId": "1494071",
"score": "0",
"text": "What you are looking for is called a \"reference manager\" or a \"citation manager\". Waaaaaaaay back when I was in university, I remember using Mendeley for it: https://sourceforge.net/soft... | null | [
{
"accepted": null,
"body": "<p>You can use <a href=\"https://www.zotero.org/\" rel=\"nofollow noreferrer\">Zotero</a>, a free, opensource, and overall awesome reference manager for this.</p>\n<ol>\n<li><p>You can install Zotero using the following command:</p>\n<pre><code>sudo snap install zotero-snap\n</c... | null | null | null | null | null |
1494072 | 1 | 1494323 | 2023-11-27T09:47:28.080 | -1 | 98 | <p>What have I done:</p>
<ul>
<li>I used a live kubuntu usb to install kubuntu on a usb drive using computer A.</li>
<li>The kubuntu installation was on the USB drive, but the grub was tied to the ssd of computer A (coexisting with windows), so the installation was not portable, and only worked on that PC</li>
</ul>
<p... | 1748690 | 1748690 | 2023-11-27T09:48:18.920 | 2023-11-29T12:18:48.317 | I tried portabilizing the installation of my Kubuntu 22.04, now I have a problem with grub | [
"boot",
"dual-boot",
"grub2",
"usb",
"kubuntu"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T15:39:59.577",
"id": "2617740",
"postId": "1494072",
"score": "1",
"text": "Do you have an ESP on external drive? Is grub now installed to it. You can directly boot it, if grub is installed, but boot entry will be like booting live installer. Or selecting a drive e... | {
"accepted": true,
"body": "<p>I solved the problem. It seems that there was more than one problem, and this obviously complicated the resolution.</p>\n<p>First I removed the grub from the SSD of computer A following this procedure: <a href=\"https://askubuntu.com/a/869888/1748690\">https://askubuntu.com/a/869888/... | [
{
"accepted": true,
"body": "<p>I solved the problem. It seems that there was more than one problem, and this obviously complicated the resolution.</p>\n<p>First I removed the grub from the SSD of computer A following this procedure: <a href=\"https://askubuntu.com/a/869888/1748690\">https://askubuntu.com/a... | null | null | null | null | null |
1494076 | 1 | 1494110 | 2023-11-27T10:27:43.263 | 0 | 75 | <p>I have started upgrade my current version 20.04 to 22.04.
During the upgrade I have restarted computer (because of electricity off->on).
Then switched on the computer and it does not provide a logon screen but there is word Ubuntu and rolling progress.
Should I wait or re-install OS?</p>
| 1612617 | null | null | 2023-11-27T16:17:37.587 | Upgrade 20.04->22.04: restart | [
"20.04",
"22.04",
"reboot"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T11:41:51.067",
"id": "2617687",
"postId": "1494076",
"score": "0",
"text": "The update progress has been interrupted and probably the boot files got damaged. It's better if you just try to reinstall the OS once again.",
"userDisplayName": null,
"userId": "14... | {
"accepted": true,
"body": "<p>"<em>During the upgrade I have restarted computer (because of electricity off->on)</em>"</p>\n<p>That's unfortunate.</p>\n<p>During a release-upgrade is the worst possible time to lose power.</p>\n<p>Since you cannot login....</p>\n<ul>\n<li>Make a new LiveUSB on a worki... | [
{
"accepted": true,
"body": "<p>"<em>During the upgrade I have restarted computer (because of electricity off->on)</em>"</p>\n<p>That's unfortunate.</p>\n<p>During a release-upgrade is the worst possible time to lose power.</p>\n<p>Since you cannot login....</p>\n<ul>\n<li>Make a new LiveUSB on... | null | null | null | null | null |
1494079 | 1 | null | 2023-11-27T10:55:59.137 | -1 | 180 | <p>This seems to be a regression under Ubuntu 23.10 at first glance.</p>
<p><strong>Environment</strong></p>
<p>On a vanilla Ubuntu 23.10 setup, when I start Civilization V under Steam, overlay is off, in full screen mode when the the game launcher starts:</p>
<p>90% of the time I get a horizontal blank(white) band tha... | 1591009 | null | null | 2023-11-27T17:20:53.233 | Ubuntu 23.10 "Full Screen" Game displays blank horizontal bar and effect of ALT+TAB | [
"games",
"steam",
"wayland",
"fullscreen",
"23.10"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-29T19:59:22.770",
"id": "2618214",
"postId": "1494079",
"score": "0",
"text": "Civilization V is a Native Linux game so does not use proton",
"userDisplayName": null,
"userId": "1591009"
}
] | null | [
{
"accepted": null,
"body": "<p>It could very well be related to the shift to Wayland - however, my first stop when investigating game performance on Linux is <a href=\"https://www.protondb.com/\" rel=\"nofollow noreferrer\">ProtonDB</a>.</p>\n<p>In the case of <a href=\"https://www.protondb.com/app/8930\" ... | null | null | null | null | null |
1494083 | 1 | null | 2023-11-27T11:09:49.233 | 2 | 165 | <p>I am using Ubuntu 22.04 on a older hp laptop (intel core i7 with AMD Radeon Topaz - but its using the intel graphics as Topaz does not appear to be supported in 22.04)</p>
<p>I have two external USB drives both formatted using the same device.</p>
<p>I can read write delete on the external HDD (WD Elements SE Portab... | 1354100 | 1354100 | 2023-12-08T08:58:29.410 | 2023-12-08T08:58:29.410 | Ownership of external drives | [
"ssd",
"external-hdd"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T11:13:04.877",
"id": "2617683",
"postId": "1494083",
"score": "2",
"text": "What filesystem do you have on them?",
"userDisplayName": null,
"userId": "613924"
},
{
"creationDate": "2023-11-27T15:02:29.880",
"id": "2617735",
"postId": "1494083... | null | [] | null | null | null | null | null |
1494085 | 1 | null | 2023-11-27T11:33:07.627 | 1 | 263 | <p>I have two machines, a MacOS and an Ubuntu. I have been working sucessfully on the MacOS, i.e. I can use my public key to connect via SSH to a server. However, when trying to use the same private & public key on a new Ubuntu machine in order to connect to the server it fails.</p>
<p>One to thing to note, is with... | 1748720 | 1748720 | 2023-11-27T11:40:01.537 | 2023-11-27T11:40:01.537 | SSH Permission denied (publickey) fails on Ubuntu but succeeds on MacOS | [
"ssh"
] | 0 | 10 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T11:38:19.537",
"id": "2617686",
"postId": "1494085",
"score": "0",
"text": "Generally, for two different clients, you should use two different pairs of private/public keys. i.e., you shouldn't copy the Mac one over to the Ubuntu system. Instead, you should generat... | null | [] | null | null | null | null | null |
1494088 | 1 | null | 2023-11-27T12:10:35.653 | 1 | 413 | <p>I have a file that contains, among other characters, many hundreds of email addresses.
The email address is always between the characters "=>" and "<=". So</p>
<p><code>=>email@example.de<=</code></p>
<p>In the text file it looks like this:</p>
<pre class="lang-none prettyprint-overri... | 1582714 | 94914 | 2023-11-28T09:54:02.427 | 2023-11-28T09:54:02.427 | Exclude email addresses in a separate file | [
"text-processing"
] | 3 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T12:46:39.670",
"id": "2617696",
"postId": "1494088",
"score": "0",
"text": "Try: grep -oP '(?<=\\=>)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}(?=<=)' file.txt > new_file.txt",
"userDisplayName": null,
"userId": "285292"
},
{
"creationDate": "202... | null | [
{
"accepted": null,
"body": "<p>If there are multiple addresses per line, as shown in your example, then I'd suggest using perl - since its regex engine allows non-greedy matches:</p>\n<pre><code>perl -pe 's/=>.*?<=//g' < file > newfile\n</code></pre>\n<p>You could try to synthesize non-greedy m... | null | null | null | null | null |
1494089 | 1 | null | 2023-11-27T12:24:42.223 | 0 | 254 | <p>I am building kernel module, my module was working properly with kernel 5.x versions, but now I am getting so many errors during the compilation process from the kernel headers.</p>
<p>errors:</p>
<p>Error from Type.h,Throwing extra braces group at the end of initializer</p>
<p><a href="https://i.stack.imgur.com/T1f... | 1748730 | 94914 | 2023-11-28T18:38:38.970 | 2023-11-28T18:38:38.970 | Facing issue while compiling my kernel module with kernel 6.2.0-26-generic | [
"kernel",
"compiling",
"linux-headers"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T14:24:44.503",
"id": "2617726",
"postId": "1494089",
"score": "0",
"text": "Welcome to Askubuntu. Please copy and paste from the terminal into your question and then format the pasted code using markdown formatting: the easiest way is to simply use your mouse cursor... | null | [] | null | null | null | null | null |
1494090 | 1 | 1494097 | 2023-11-27T12:36:28.367 | -1 | 103 | <p>I noticed somewhere (on the login screen IIRC) that you can choose between Wayland and xorg
Is it safe to do so? I won't get into a situation where Wayland can't start or crashes, but then I cannot access the computer to fix the problem by setting it back to xorg, (which works fine), I am just nosy to see what all t... | 1745455 | null | null | 2023-11-27T16:10:28.133 | Trying out wayland | [
"kubuntu",
"xorg",
"kde",
"laptop",
"wayland"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T12:45:26.033",
"id": "2617694",
"postId": "1494090",
"score": "1",
"text": "Every display protocol has its pros and cons. If something works, don't change it.",
"userDisplayName": null,
"userId": "124466"
},
{
"creationDate": "2023-11-27T14:42:42.050... | {
"accepted": true,
"body": "<p>For most users, Wayland has been "safe to do so" (suitable for production use) since about 2017. It was in development and testing for a decade before that. It's not unstable.</p>\n<p>For a few, it remains not suitable. If your Ubuntu system detects that your hardware is in... | [
{
"accepted": true,
"body": "<p>For most users, Wayland has been "safe to do so" (suitable for production use) since about 2017. It was in development and testing for a decade before that. It's not unstable.</p>\n<p>For a few, it remains not suitable. If your Ubuntu system detects that your hardwa... | null | null | null | null | null |
1494096 | 1 | null | 2023-11-27T13:47:49.947 | -1 | 160 | <p>Ubuntu 23.10 Laptop Sony Vaio Linux 6.5.0-13-generic RAM 8,0 GiB CPU Intel® Core™ i7-2640M × 4, two GPUIntel® HD Graphics 3000 (SNB GT2) and AMD TURKS.
In last version of Ubuntu everything worked fine after upgrade laptop doesn't switch off, screen is black, fan is working and on/off led is green.</p>
<p><code>snap... | 1748747 | 1748747 | 2023-12-07T14:04:15.240 | 2023-12-07T14:04:15.240 | Laptop does not turn off after upgrade sysytem to Ubuntu 23.10 - SOLVED! | [
"23.10"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T14:09:35.357",
"id": "2617716",
"postId": "1494096",
"score": "0",
"text": "What method did you use to shut down? Have you tried `sudo poweroff`?",
"userDisplayName": null,
"userId": "167115"
},
{
"creationDate": "2023-11-27T14:53:17.107",
"id": ... | null | [
{
"accepted": null,
"body": "<p>Diagnostic procedure:</p>\n<p>First step is to put a pin in the timestream with</p>\n<pre><code>date '+%y-%m-%d %H:%M:%S' >pin.tmp\n</code></pre>\n<p>Then, do your suspend/shutdown thing. When your system is usable again,</p>\n<pre><code>sudo journalctl --since="$(ca... | null | null | 2023-12-10T06:39:50.543 | null | null |
1494102 | 1 | 1494112 | 2023-11-27T15:15:22.263 | -1 | 136 | <p>I am running Ubuntu 22.04.3 LTS trying to mount (CIFS/Samba) an NTFS drive on Windows 10 Pro Version 22H2 (OS Build 19045.3693). I actually have it working on one of the Windows drives, but have run out of space. I have another drive that has space and want to use that one. Other than name, size and space available ... | 931056 | 931056 | 2023-11-27T16:37:02.953 | 2023-11-27T16:37:02.953 | CIFS Windows 10 mount is read only | [
"permissions",
"mount",
"samba",
"fstab",
"cifs"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>I didn't realize the Windows Share name was different than the name of the actual Drive in Windows. Ie the Windows Share has nothing to do with Linux CIFS (both of my drives are Windows shared). I think it's a defect that <code>mount.CIFS</code> doesn't throw an error when the Window... | [
{
"accepted": true,
"body": "<p>I didn't realize the Windows Share name was different than the name of the actual Drive in Windows. Ie the Windows Share has nothing to do with Linux CIFS (both of my drives are Windows shared). I think it's a defect that <code>mount.CIFS</code> doesn't throw an error when th... | null | null | null | null | null |
1494103 | 1 | null | 2023-11-27T15:31:13.077 | -1 | 410 | <p>On the one hand, <a href="https://github.com/microsoft/terminal/issues/968#issuecomment-495935319" rel="nofollow noreferrer">I like the way that WSL+Bash handles copy/paste. Ctrl+C only copies when something is selected. If nothing is selected then Ctrl+C behaves as usual and sends a SIGINT.</a>
On the other hand, i... | 1748767 | null | null | 2023-11-27T15:58:29.510 | How to modify copy/paste on Ubuntu-terminal to Windows-WSL-like? | [
"22.04",
"windows",
"gnome-terminal",
"windows-subsystem-for-linux",
"copy-and-paste"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>If you want to use the shortcut in the terminal just like you are using it outside, you can achieve this by changing your shortcuts in your <code>gnome-terminal</code>.</p>\n<ul>\n<li>First, open your Gnome-terminal through All apps or <kbd>ctrl</kbd> + <kbd>alt</kbd> + <kbd>... | null | null | null | null | null |
1494104 | 1 | null | 2023-11-27T15:38:39.380 | 0 | 30 | <p>I already have defined <code>Ctrl+Shift+Win+Q</code> for closing window, but this was done using <code>Gnome-Settings -> Keyboard -> Shortcuts</code>, now I want to map <code>Ctrl+Shift+Win+X</code> to Delete button for working with software, where I use mouse with my right hand and some shortcuts with left on... | 704039 | null | null | 2023-11-27T15:38:39.380 | How do I map Ctrl+Shift+Win+X to Delete key? | [
"gnome",
"shortcuts",
"xkb"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T15:47:50.060",
"id": "2617741",
"postId": "1494104",
"score": "1",
"text": "You can remap or add a new shortcut using this software [here](https://askubuntu.com/a/1491915/1450948). Let me know if it helps",
"userDisplayName": null,
"userId": "1450948"
},
... | null | [] | null | null | null | null | null |
1494107 | 1 | null | 2023-11-27T15:54:10.040 | 1 | 211 | <p>I recently installed Ubuntu 22.04 on my mobile workstation. I installed the most recent NVIDIA drivers with <code>sudo apt install nvidia-driver-535</code> and the CUDA toolkits I need for my TensorFlow version. I hope you can help me with troubleshooting the problem that my Wi-Fi is not working anymore.</p>
<p>My S... | 1748776 | 94914 | 2023-11-27T17:27:36.300 | 2023-11-27T17:27:36.300 | Wi-Fi is not working since installing Nvidia driver | [
"nvidia",
"22.04",
"iwlwifi",
"ubuntu-drivers"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494111 | 1 | null | 2023-11-27T16:33:45.037 | 0 | 51 | <p>I have an issue with the font on GIMP after installation.
OS: Ubuntu 22.04
GIMP version: 2.10.36
<a href="https://i.stack.imgur.com/WNcJ2.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/WNcJ2.png" alt="enter image description here" /></a></p>
| 1608286 | null | null | 2023-11-27T16:33:45.037 | Font error on GIMP affter installed | [
"gimp"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T18:10:42.043",
"id": "2617767",
"postId": "1494111",
"score": "0",
"text": "How did you install 2.10.36? Flatpak? What is your Locale set to?",
"userDisplayName": null,
"userId": "548230"
},
{
"creationDate": "2023-11-28T09:36:06.247",
"id": "261... | null | [] | null | null | null | null | null |
1494113 | 1 | null | 2023-11-27T16:38:03.267 | 0 | 72 | <p>I'm trying to determine why my MacBook Pro (late 2016, MacBookPro13,1) has issues (multiple) when being suspended / waking up. This is one symptom I'm observing.</p>
<p>Using dmesg, I see these messages after suspending:</p>
<pre><code>[ 820.490170] pcieport 0000:05:00.0: Unable to change power state from D0 to D3h... | 1744640 | null | null | 2023-11-27T16:38:03.267 | help interpreting lspci output re: suspend issues with 2016 MacBook Pro | [
"suspend",
"macbook-pro",
"devices",
"lspci"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494115 | 1 | null | 2023-11-27T17:07:42.570 | 0 | 56 | <p>I am running 22.04 on a Dell Latitude 7620 Plus with a dual boot Windows 11. All the latest device updates have been installed under W11 which I assume have an impact on how Ubuntu handles some devices.</p>
<p>The issue occurs randomly, generally after a reboot or after suspend, where running Vivaldi and Zoom plus s... | 871217 | 871217 | 2023-11-29T20:42:13.207 | 2023-11-29T20:42:13.207 | Why is usb mouse frozen after boot-up and running Vivaldi? | [
"usb",
"mouse"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494118 | 1 | null | 2023-11-27T17:21:01.183 | 0 | 22 | <p>I have installed the Ubuntu20.4 packages on my windows 10 machine and successfully unpackaged to reveal the Ubuntu.exe file. Upon execution of the Ubuntu.exe file the ubuntu terminal will launch, and without any error message closes again. This is stopping me from completing the Ubuntu installation.</p>
<p>I have re... | 1748778 | null | null | 2023-11-27T17:21:01.183 | Ubuntu20.4 keeps closing on install | [
"20.04",
"software-installation"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T23:17:15.877",
"id": "2617823",
"postId": "1494118",
"score": "0",
"text": "Some info missing, some incorrect. Do you mean 20.04? And you are trying to run it under WSL? Are you using WSL1 or WSL2? How did you install it? Is this on x86-64?",
"userDisplayName": ... | null | [] | null | null | null | null | null |
1494119 | 1 | null | 2023-11-27T17:27:03.303 | 1 | 39 | <p>I have set up a computer with a Xubuntu 22.04 system. I have installed all additional programs I want and I have configured the desktop, task bar, shortcuts, automatically started applications and so on.</p>
<p>Now I want to clone all these settings to a new user which I just have created.</p>
<ol>
<li>Will it be su... | 667141 | null | null | 2023-11-27T17:27:03.303 | What must I do to clone all settings from one user to another one? | [
"shortcut-keys",
"clone"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494123 | 1 | null | 2023-11-27T17:39:27.337 | 1 | 153 | <h2>Problem</h2>
<p>I've connected my new LG TV 55QNED823RE to my computer (<strong>Ubuntu 22.04</strong>) and unfortunately after booting up (including unlocking the disk with FDD - this part appears just fine), I end up on the <strong>login screen which is mostly black</strong> apart from few green spots in the middl... | 209955 | 209955 | 2023-12-01T09:53:13.863 | 2023-12-01T09:53:13.863 | Black screen on a new LG TV | [
"22.04",
"tv",
"lg"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T23:31:22.383",
"id": "2617827",
"postId": "1494123",
"score": "0",
"text": "What GPU do you have and what driver? Assuming you have an onboard graphics card on your motherboard, can you connect to it?",
"userDisplayName": null,
"userId": "504604"
},
{
... | null | [] | null | null | null | null | null |
1494124 | 1 | null | 2023-11-27T17:52:06.910 | 0 | 57 | <p>I created 3 partitions with file systems ext2, ext3, ext4.
For each partition dumpe2fs prints the same magic number: 0xEF53
Is it correct?</p>
| 935141 | null | null | 2023-11-27T17:52:06.910 | dumpe2fs prints the same magic number = 0xEF53 for ext2, ext3, ext4 file systems. Is it correct? | [
"filesystem"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494125 | 1 | null | 2023-11-27T18:04:13.760 | 0 | 115 | <p>I was getting issues with resolving any dns ive checked network settings without problem. Then ive realize that systemd-resolved wasnt started. Can you help me with the issue?</p>
<p>What ive tried
checked service configiration from different machine didnt find anything wrong</p>
<p>on different post i found that he... | 1748803 | null | null | 2023-11-27T18:04:13.760 | systemd.resolved wont start - stale file handle | [
"20.04",
"systemd-resolved",
"systemd-networkd"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494127 | 1 | null | 2023-11-27T18:27:17.960 | 0 | 57 | <p>TDLR:</p>
<p>How do I disable the magic parsing of the <code>'</code> and the <code>-</code> inside of <code>foo-bar</code>:</p>
<pre class="lang-bash prettyprint-override"><code>❯ echo "\'hello\' --foo-bar" | nroff
´hello´ ‐‐foo‐bar
^ ^ ^ are not the original input
</code></pre>
<p>Long:</p>
<p>M... | 361673 | null | null | 2023-12-01T08:01:12.617 | Disable man / nroff's mangling of quotes and dashes | [
"command-line",
"locale"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-28T02:33:03.853",
"id": "2617844",
"postId": "1494127",
"score": "0",
"text": "FWIW, it's not man that's at fault. https://lwn.net/Articles/947941/",
"userDisplayName": null,
"userId": "158442"
},
{
"creationDate": "2023-11-28T06:26:50.557",
"id": "... | null | [
{
"accepted": null,
"body": "<p>nroff does interpret these characters in ways you don't want. Consider using a pre-processing step with sed to replace or remove special characters before passing the text to nroff.</p>\n<p>You could try this one:</p>\n<pre><code>echo "\\'hello\\' --foo-bar" | sed '... | null | null | null | null | null |
1494128 | 1 | null | 2023-11-27T18:35:36.530 | -1 | 753 | <p>I get 3 messages:</p>
<pre><code>E: the repository'http://archive.ubuntu.com/ubuntu kinetic Release' does not have a Release file
updating from such a repository can't be done securely and is therefore disabled by default
W: see apt-secure (8) manpage for repository creation and user configuration details
</code></p... | 1649565 | 968501 | 2023-11-27T19:50:42.040 | 2023-11-27T23:14:42.330 | I have tried unsuccessfully to upgrade from 23.04 to 23.10 | [
"apt",
"upgrade",
"repository",
"23.04"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T19:47:37.413",
"id": "2617771",
"postId": "1494128",
"score": "1",
"text": "Edit `/etc/apt/sources.list` and remove the line with `kinetic` as that refers to an older Ubuntu version than what you have installed … Then run `sudo apt update` again.",
"userDisplayN... | null | [
{
"accepted": null,
"body": "<p>Check that you are really using Ubuntu 23.04, codenamed "Lunar Lobster". I say this because you mention "Kinetic", but that is the codename of <a href=\"https://canonical.com/blog/canonical-releases-ubuntu-22-10-kinetic-kudu\" rel=\"nofollow noreferrer\">U... | null | null | 2023-11-28T07:07:01.850 | null | null |
1494130 | 1 | null | 2023-11-27T18:55:41.043 | -1 | 89 | <p>I try to run Ubuntu (22.04, 23.10, clear setup) in VMware player. The system completely hangs when I do basic text manipulation in nano.</p>
<p>Steps to reproduce:</p>
<ol>
<li>open terminal</li>
<li>open nano</li>
<li>type few symbols</li>
<li>hold "arrow down"</li>
</ol>
<p>The system completely hangs. P... | 1748813 | null | null | 2023-11-27T22:18:21.007 | Ubuntu completely hangs in VMware player on text scolling in terminal | [
"22.04",
"vmware",
"23.10"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T19:30:12.713",
"id": "2617770",
"postId": "1494130",
"score": "1",
"text": "I question \"system hang\". Is `nano` simply adding new lines?",
"userDisplayName": null,
"userId": "25618"
},
{
"creationDate": "2023-11-27T19:48:32.760",
"id": "2617772... | null | [
{
"accepted": null,
"body": "<p>Looks like I found the answer:</p>\n<p>I needed to disable Memory Integrity.</p>\n<p>Windows Security -> Device Security -> Core Isolation details</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
... | null | null | null | null | null |
1494132 | 1 | 1494137 | 2023-11-27T19:50:01.447 | 0 | 180 | <p>I want flatpak 1.14.4 for the resolution of <a href="https://github.com/flatpak/flatpak/issues/3397" rel="nofollow noreferrer">this issue</a> when attempting to run kmail on WSL Ubuntu. When I run <code>sudo apt upgrade flatpak</code>, it says that the latest version of flatpak is 1.12.7-1. <a href="https://github.c... | 1694102 | 1694102 | 2023-11-28T01:20:05.487 | 2023-11-28T01:20:05.487 | Need flatpak 1.14.4 on Ubuntu 22.04, but apt installs flatpak 1.12.7 as latest | [
"apt",
"upgrade",
"windows-subsystem-for-linux",
"flatpak"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T20:03:43.547",
"id": "2617774",
"postId": "1494132",
"score": "0",
"text": "Did you update the apt database first with `sudo apt update` ?",
"userDisplayName": null,
"userId": "614422"
},
{
"creationDate": "2023-11-27T20:14:56.597",
"id": "261777... | {
"accepted": true,
"body": "<p>If you use 22.04 (Jammy), then <code>1.12.7-1</code> is the recent version of the <code>flatpak</code>-package. This package comes from the universe repository, Canonical does not provide updates for the package, some updates may (or may not) be provided by the community, obviously ... | [
{
"accepted": true,
"body": "<p>If you use 22.04 (Jammy), then <code>1.12.7-1</code> is the recent version of the <code>flatpak</code>-package. This package comes from the universe repository, Canonical does not provide updates for the package, some updates may (or may not) be provided by the community, ob... | null | null | null | null | null |
1494136 | 1 | null | 2023-11-27T20:12:08.573 | 0 | 46 | <p>I would like Software Updater to never ask me for my password. I still want to be asked for my password if I try to install new software by any other method. What are my options?</p>
| 872508 | null | null | 2023-11-28T08:47:48.147 | How can I make Software Updater stop asking me for my password? | [
"22.04",
"update-manager"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-01-22T23:42:28.850",
"id": "2630321",
"postId": "1494136",
"score": "0",
"text": "@user535733 It asks if there are kernel updates, for instance. I want it to stop asking in situations like that.",
"userDisplayName": null,
"userId": "872508"
}
] | null | [] | null | null | null | null | null |
1494140 | 1 | null | 2023-11-27T20:57:15.450 | 0 | 199 | <p>I'm a light Alpine e-mail client user.</p>
<p>If I navigate into ~/mail and run <code>mail -f baz</code> I'll get an <a href="https://superuser.com/q/1818396/977796">expected</a> list of old alpine/pine messages.</p>
<p>Alpine doesn't use <code>mbox</code>.</p>
<p>I added an mbox backup to that directory. When laun... | 847449 | 847449 | 2023-11-28T04:45:44.957 | 2023-11-28T04:45:44.957 | How to import an mbox file into the Pine or Alpine mail client? | [
"command-line",
"email",
"text-processing",
"mailutils",
"mbox"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T21:18:53.363",
"id": "2617788",
"postId": "1494140",
"score": "1",
"text": "Your pine seems to be configured to use Maildir format and not mbox format. I haven't used pine for a long time, so I don't remember if there is a specific key combination or command line sw... | null | [
{
"accepted": null,
"body": "<p>This almost works for me:</p>\n<p>Locate Your Alpine Configuration:\nFirst, make sure Alpine is installed on your system.\nFind the directory where Alpine stores its mail configuration. This is typically located in your home directory and might be named .alpine or .pine.</p>\... | null | null | null | null | null |
1494142 | 1 | null | 2023-11-27T21:33:19.657 | 0 | 38 | <p>I try to install the lastest version of R on my Ubuntu 22.04.3. For that I need to run first <code>sudo apt-get update</code> but in the output I have Signed-By conflict issues :</p>
<pre><code>E: Conflicting values set for option Signed-By regarding source https://cloud.r-project.org/bin/linux/ubuntu/ jammy-cran40/... | 1748832 | 1748832 | 2023-11-27T22:39:29.510 | 2023-11-27T22:39:29.510 | conflicting valus for Signed-by while trying to install the lastest version of R on ubuntu 22.04 | [
"apt"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T21:43:32.610",
"id": "2617792",
"postId": "1494142",
"score": "0",
"text": "Show the output of your sources file where you added the R repositories?",
"userDisplayName": null,
"userId": "10616"
},
{
"creationDate": "2023-11-27T22:04:01.910",
"id"... | null | [] | null | null | 2023-11-28T11:27:11.437 | null | null |
1494144 | 1 | null | 2023-11-27T21:52:27.640 | 0 | 97 | <p>Looking to <a href="https://askubuntu.com/q/26308/847449">export</a> mails from <code>Thunderbird</code> and verify that the emails are readable from the console:</p>
<pre><code>nicholas@mordor:~/Downloads$
nicholas@mordor:~/Downloads$ mail -f linux.mbox
Cannot create mailbox linux.mbox: Requested item not found
n... | 847449 | 847449 | 2023-11-27T22:01:13.180 | 2023-11-27T22:01:13.180 | How to download a specific IMAP folder to mbox from Gmail with Thunderbird? | [
"command-line",
"email",
"mailutils",
"mbox",
"maildir"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1494149 | 1 | null | 2023-11-27T23:18:11.557 | 0 | 90 | <p>I've been having a few issues with this. I followed the guide here; <a href="https://ubuntu.com/download/raspberry-pi" rel="nofollow noreferrer">https://ubuntu.com/download/raspberry-pi</a> but it stopped, rather I got a black screen shortly after the ubuntu logo appears. I've tried various things, SDs and USBs alik... | 1748850 | null | null | 2023-11-28T05:54:02.530 | Raspberry Pi 400 ubuntu boot | [
"22.04",
"raspberrypi"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-28T10:05:07.477",
"id": "2617902",
"postId": "1494149",
"score": "0",
"text": "If you see the Raspberry PI logo and then it just goes Black it's normally the graphics settings. See if you can SSH into the Raspberry PI from another machine and check the HDMI/Graphics s... | null | [] | null | null | null | null | null |
1494151 | 1 | null | 2023-11-28T00:29:48.810 | 1 | 67 | <p>From what I can tell Firefox in Kubuntu installed via Snap has multiple different sessions depending on how and when it's opened. This means I can login to my Firefox account and still have an app opening another Firefox instance (since it's my default browser) where I'm still logged out.</p>
<p>It seems to open dif... | 653537 | null | null | 2023-11-28T00:29:48.810 | Firefox having multiple identities / sessions mixed up in Kubuntu | [
"kubuntu",
"firefox",
"launcher"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-01-11T14:22:55.350",
"id": "2627630",
"postId": "1494151",
"score": "1",
"text": "I experienced the same problems with 22.04. There I have two firefox snaps, one in `/snap/bin/firefox` and one in `/snap/firefox/<some version number>/.../bin/firefox`. Unfortunately I don't... | null | [] | null | null | null | null | null |
1494153 | 1 | null | 2023-11-28T00:53:37.200 | 1 | 46 | <p>I have trouble changing my right control to left shift. The solution I had working in 18.04 was <code>xmodmad /home/kameranis/.Xmodmap</code> with the following contents.</p>
<p><code>keycode 105 = Shift_L</code></p>
<p>After upgrading to 22.04 that solution no longer works. Using <code>xev</code> I can see that the... | 1748860 | null | null | 2023-11-28T00:53:37.200 | Trouble changing Control_R to Shift_L | [
"keyboard",
"22.04",
"xmodmap"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-29T04:06:41.970",
"id": "2618079",
"postId": "1494153",
"score": "0",
"text": "I hope this [answer](https://askubuntu.com/a/1491915/1450948) will help with your question.",
"userDisplayName": null,
"userId": "1450948"
},
{
"creationDate": "2023-11-30T02... | null | [] | null | null | null | null | null |
1494162 | 1 | null | 2023-11-28T04:49:06.830 | 0 | 62 | <p><strong>My Problem</strong></p>
<p>Today I discovered that my "native" display is <code>:1</code> as seen below:</p>
<pre><code>$ who
kwilkins :1 2023-11-27 22:13 (:1)
</code></pre>
<p>This is affecting the ability to yank in nvim. My only hope is to issue <code>DISPLAY=":1" nvim</code... | 1101900 | null | null | 2023-11-28T04:49:06.830 | X11 appears to be stuck on DISPLAY (:1) affecting nvim yank | [
"22.04",
"xorg",
"xfce",
"environment-variables"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.