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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1498205 | 1 | 1498209 | 2023-12-26T23:43:40.560 | 0 | 154 | <p>I'm trying to automate the Postfix deployment into multiple Ubuntu servers:</p>
<pre><code># lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
</code></pre>
<p>The Ansible tasks have the expected outcome, but for some reason the... | 1755304 | 1755304 | 2023-12-27T01:55:04.877 | 2023-12-27T02:27:25.573 | Ubuntu Server 22.04: How to write the Ansible debconf values into Postfix configuration? | [
"server",
"postfix",
"ansible"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Changing the execution order fixed the issue, I guess upon install, Postfix checks if there are any pre-defined <code>debconf</code> settings and applies them:</p>\n<pre><code>- name: Set mail configuration\n ansible.builtin.debconf:\n name: postfix\n question: postfix/{{ item... | [
{
"accepted": true,
"body": "<p>Changing the execution order fixed the issue, I guess upon install, Postfix checks if there are any pre-defined <code>debconf</code> settings and applies them:</p>\n<pre><code>- name: Set mail configuration\n ansible.builtin.debconf:\n name: postfix\n question: postfix... | null | null | null | null | null |
1498206 | 1 | null | 2023-12-26T23:45:44.163 | 0 | 24 | <p><a href="https://i.stack.imgur.com/YDigW.png" rel="nofollow noreferrer">337gbs to the left of root drive </a></p>
<p><a href="https://i.stack.imgur.com/1QFkd.png" rel="nofollow noreferrer">enter image description here</a>
I have windows on the left partition and resized the remaining drive space to add to the Linux ... | 1756131 | 1756131 | 2023-12-26T23:46:09.587 | 2023-12-26T23:46:09.587 | How to Extend Root partition from left? | [
"filesystem",
"root",
"drive",
"file-format",
"data-loss"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | 2023-12-27T02:18:30.610 | null | null |
1498213 | 1 | null | 2023-12-27T04:55:57.340 | 0 | 40 | <h2>Short</h2>
<p>GUI settings not working with the USB headset. (AUDIO IN/OUT)</p>
<h2>Long</h2>
<p>When setting up my headset, the headset did appear in the sound settings GUI, but when I set both the headset for Audio out and Audio in, the microphone did not work.</p>
<p>When I go back to the sound settings, the are... | 1756154 | 1450948 | 2023-12-27T12:30:18.960 | 2023-12-27T12:30:18.960 | Audio settings not playing well with USB headsets | [
"sound",
"microphone"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498214 | 1 | null | 2023-12-27T05:07:14.147 | 0 | 143 | <p>App Center just showing up as a blank screen (im on a raspberry pi 400)</p>
<p>When accessing the software center, if it appears blank</p>
| 1756156 | 1756156 | 2023-12-27T20:23:22.907 | 2023-12-27T20:23:22.907 | App Center just showing up as a blank screen (im on a raspberry pi 400) | [
"software-center",
"raspberrypi"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T05:15:41.107",
"id": "2624481",
"postId": "1498214",
"score": "0",
"text": "the reson why i tagged that is cuz u have to tag 5 things so i tagged that (im using the latest verson of unbuntu LTS)",
"userDisplayName": null,
"userId": "1756156"
},
{
"cr... | null | [] | null | null | null | null | null |
1498218 | 1 | null | 2023-12-27T07:05:16.630 | 1 | 256 | <p>I'm having a ubuntu 22.04 server. I copied a password protected pdf file to user home directory via scp and then tried to copy the same pdf in to same directory with another name.</p>
<p>eg: <code>sudo cp A1.pdf _A1.pdf</code></p>
<p>I'm getting</p>
<pre><code>cp: cannot open 'A1.pdf' for reading. Operation not perm... | 173942 | 173942 | 2023-12-28T04:08:33.837 | 2023-12-28T04:08:33.837 | Ubuntu 22.04. getting operation not permitted when tries to copy a password protected pdf file with sudo | [
"20.04",
"22.04",
"ssh",
"pdf"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T12:54:28.023",
"id": "2624520",
"postId": "1498218",
"score": "0",
"text": "What is the output of `lsattr A1.pdf` and of `lsof A1.pdf` and of `file A1.pdf` ... Of course those commands need to be run after changing directory to where that file is located i.e. \"user... | null | [] | null | null | null | null | null |
1498222 | 1 | null | 2023-12-27T07:41:10.317 | 0 | 39 | <p>I recently installed the Raspberry Pi Ubuntu Server 22.04.3 LTS (64-bit) image, with their imager tool:</p>
<pre><code># lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
# hostnamectl
Static hostname: apollo
Icon name:... | 1755304 | 1755304 | 2023-12-27T08:01:27.283 | 2023-12-27T08:01:27.283 | Ubuntu server installation sets invalid FQDN | [
"networking",
"server"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498225 | 1 | null | 2023-12-27T08:20:43.837 | -1 | 39 | <p>The repository <code>cdrom://Ubuntu 20.04.3 LTS _Focal Fossa_ - Release amd64 (20210819) Focal Release</code> does not have a release file.</p>
<pre><code>N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user con... | 1755709 | 1450948 | 2023-12-27T12:32:43.413 | 2023-12-27T12:32:43.413 | Cannot download MySQL on Ubuntu 20.04 | [
"20.04",
"package-management",
"upgrade",
"updates"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Open the Terminal and run the following command to edit the repository list:</p>\n<p>bash</p>\n<p>sudo nano /etc/apt/sources.list</p>\n<p>Look for the line starting with cdrom: and comment it out by adding a # at the beginning of the line. It should look something like this:<... | null | null | 2023-12-27T11:47:02.217 | null | null |
1498228 | 1 | null | 2023-12-27T08:36:32.710 | 0 | 104 | <p>I had the Ubuntu 23.10 version running on an <strong>ASUS machine</strong>(X556UAK) along windows, and all of a sudden, the machine crashed and rendered the below error message while booting:</p>
<pre><code>could not reate MOKL
istRT: volmefull
could not create MOKLISTXRT: volume full
could not create SbatLevelRT: v... | 1756190 | 1756190 | 2023-12-27T10:10:58.383 | 2023-12-27T10:10:58.383 | 23.10.1 UEFI boot fails: Could not create MOKlistXRT: Out of resources | [
"boot",
"dual-boot",
"grub2",
"uefi",
"grub-efi"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T10:22:21.507",
"id": "2624506",
"postId": "1498228",
"score": "1",
"text": "\"volume full\" ... extend the partition this is about, it seems to be full.",
"userDisplayName": null,
"userId": "15811"
},
{
"creationDate": "2023-12-28T11:33:42.757",
... | null | [] | null | null | null | null | null |
1498233 | 1 | null | 2023-12-27T09:12:33.943 | 0 | 25 | <p>every time I restart my machine I have to re-enable the Nautilus option "sort folders before files"</p>
<p>Is there a way to make it persistent?</p>
<p>Thanks</p>
| 349868 | null | null | 2023-12-27T09:12:33.943 | Nautilus does not persist option "sort folders before files" | [
"nautilus"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498234 | 1 | null | 2023-12-27T09:41:05.103 | 0 | 1955 | <p>I checked a lot on the Internet to fix the problem but couldn't do anything.</p>
<p>First of all, I changed my configuration based on here.</p>
<pre>
listen_addresses = '*'
port= 5432
data_directory = '/var/lib/postgresql/9.3/main'
unix_socket_directories = '/var/run/postgresql,/tmp' # comma-separated list >
... | 1646722 | 1646722 | 2023-12-29T14:15:10.867 | 2023-12-29T14:15:10.867 | psql: connection to server at "localhost" (127.0.0.1), port 5432 failed: Connection refused | [
"postgresql",
"sql"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T09:48:43.483",
"id": "2624502",
"postId": "1498234",
"score": "1",
"text": "Are you sure the server is running? Try `systemctl status postgresql`.",
"userDisplayName": null,
"userId": "149708"
},
{
"creationDate": "2023-12-28T16:16:49.850",
"id":... | null | [] | null | null | null | null | null |
1498235 | 1 | 1498237 | 2023-12-27T09:50:18.783 | 0 | 47 | <p>When under ubuntu 22.04 console in php/laravel app I run command.</p>
<pre><code>php artisan route:list >> route_list.txt
</code></pre>
<p>new file is generated, if such file does not exists.</p>
<p>But is there is such route_list.txt file with content, if therte is a way to rewrite all
content of this file?</... | 1482565 | null | null | 2023-12-27T10:31:34.977 | How with php artisan route:list to recreate a file? | [
"php"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Regarding</p>\n<pre><code>php artisan route:list >> route_list.txt\n</code></pre>\n<p>the <code>>></code> appends to the file. If you want it to start from scratch use</p>\n<pre><code>php artisan route:list > route_list.txt\n</code></pre>\n<p>That will empty the file i... | [
{
"accepted": true,
"body": "<p>Regarding</p>\n<pre><code>php artisan route:list >> route_list.txt\n</code></pre>\n<p>the <code>>></code> appends to the file. If you want it to start from scratch use</p>\n<pre><code>php artisan route:list > route_list.txt\n</code></pre>\n<p>That will empty th... | null | null | null | null | null |
1498236 | 1 | null | 2023-12-27T10:09:40.777 | 0 | 142 | <p>I'm running parallel jobs on Ubuntu 22.04 with Intel i7-12700 (8p+4e=12 cores). The name of the executable is <code>pimpleFoam</code>, 6 executables are running simultaneously with each using 2 cores, totaling up to 12 cores. But only 4 cores seem to be used in CPU graph, and each process seems to use 33% of the CPU... | 876160 | 876160 | 2024-01-14T06:04:00.293 | 2024-01-14T06:04:00.293 | Intel i7-12700 12 cores, but only 4 cores seem to be usable on Ubuntu 22.04 | [
"xubuntu",
"dell",
"intel-cpu"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T15:31:59.097",
"id": "2624538",
"postId": "1498236",
"score": "0",
"text": "See if the information in [this Bugzilla](https://bugzilla.kernel.org/show_bug.cgi?id=218195) helps and/or provides some ways to investigate.",
"userDisplayName": null,
"userId": "37... | null | [] | null | null | null | null | null |
1498241 | 1 | null | 2023-12-27T11:15:48.047 | 2 | 122 | <p>I installed my Ubuntu system without using LVM, but now the disk space is insufficient. I want to buy a new disk. Is it possible to extend the space using LVM now?</p>
<p>I have searched a lot, and almost every post I found explains how to extend space using LVM. They can use LVM because they initially installed the... | 1756227 | 1756227 | 2023-12-27T11:29:10.673 | 2024-01-03T00:07:03.933 | is it possible to extend space after system installation? | [
"lvm"
] | 2 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T11:36:26.027",
"id": "2624513",
"postId": "1498241",
"score": "0",
"text": "I never did such a thing before, but I think it is doable. Search the Internet for \"Convert existing Root Filesystem to LVM Partition\", but be very careful and have good backups before doi... | null | [
{
"accepted": null,
"body": "<p>I'm not sure about LVM, but it's not too hard to move your <code>/home</code> folder to a second hard drive, e.g. <a href=\"https://askubuntu.com/questions/21321/move-home-folder-to-second-drive\">Move home folder to second drive</a></p>\n<p>Generally it is your personal file... | null | null | null | null | null |
1498243 | 1 | null | 2023-12-27T11:33:18.337 | 1 | 81 | <p>I Try to build ardour 8.2 for sources but get a error when I run <code>./waf configure</code>.
I get the message "taglib 1.9 not found". I am on Ubuntu 22.04.3 LTS.
When I try to build ardour 7.3, I get the same error.
How do get taglib 1.9 for my Ubuntu release?</p>
| 696190 | null | null | 2023-12-27T11:33:18.337 | How can I get taglib >= 1.9 | [
"22.04",
"compiling",
"ardour"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T11:53:06.990",
"id": "2624516",
"postId": "1498243",
"score": "0",
"text": "you have another problem. taglib1.9 is from Ubuntu 15.10 so dead https://launchpad.net/ubuntu/+source/taglib/1.9.1-2.1ubuntu2 we are on 2.1 ...",
"userDisplayName": null,
"userId": ... | null | [] | null | null | null | null | null |
1498244 | 1 | 1498496 | 2023-12-27T11:49:40.047 | 0 | 133 | <p>I have a pc with an MSI B550 Gaming Plus motherboard, with Windows 10 on it.</p>
<p>After trying to install Kubuntu with different ways to partition the SSD (install windows using the whole disc and have Kubuntu resize it, install windows on part of the disc and manually make a new partition for Kubuntu, etc.), none... | 189465 | 189465 | 2023-12-28T15:14:43.987 | 2023-12-30T03:36:41.657 | Grub not detected after Kubuntu install | [
"dual-boot",
"partitioning",
"grub2",
"kubuntu",
"windows-10"
] | 1 | 9 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T14:07:52.370",
"id": "2624529",
"postId": "1498244",
"score": "0",
"text": "Are both installs UEFI? Please copy & paste the pastebin link to the BootInfo summary report ( do not post report), do not run the auto fix till reviewed. Use often updated ppa version with ... | {
"accepted": true,
"body": "<p>Windows is not designed to be multiBoot capable except for multiple Windows.\nIt does not do other operating systems.</p>\n<p>Grub will boot other systems, but Windows cannot be hibernated, fast startup on, nor encrypted (bitlocker).</p>\n<p>Both systems have to be in same boot mode ... | [
{
"accepted": true,
"body": "<p>Windows is not designed to be multiBoot capable except for multiple Windows.\nIt does not do other operating systems.</p>\n<p>Grub will boot other systems, but Windows cannot be hibernated, fast startup on, nor encrypted (bitlocker).</p>\n<p>Both systems have to be in same bo... | null | null | null | null | null |
1498249 | 1 | null | 2023-12-27T12:30:25.290 | 0 | 36 | <p>I am trying to remove the visual dock from my GNOME Desktop and these are the things I've already done:</p>
<ol>
<li><p>I ran this in the terminal</p>
<pre><code>gnome-extensions disable ubuntu-dock@ubuntu.com
</code></pre>
</li>
<li><p>Disabled the GNOME Dock from the extensions app</p>
</li>
<li><p>Verified that I... | 1684422 | 51957 | 2023-12-27T19:00:53.360 | 2023-12-27T19:00:53.360 | Unable to Disable Ubuntu Dock. Already Tried disabling Extention. No replacement dock required | [
"gnome",
"customization",
"gnome-shell-extension",
"ubuntu-dock",
"dock"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498253 | 1 | 1498267 | 2023-12-27T13:44:51.650 | 1 | 400 | <p>I just noticed during scripting that it's very hard to ensure that a snap is installed and refreshed if already installed because <code>snap install</code> fails if the snap is already installed and <code>snap refresh</code> fails if the snap is not installed yet. Am I missing some option listed or not listed in the... | 173287 | null | null | 2023-12-27T15:13:57.480 | How to install or refresh a snap in one command? | [
"snap"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>No, you're not missing an option and that's the whole package AFAIK ... I understand that you probably have in-mind something similar to APT's option <code>install --reinstall</code>, but, unfortunately, that's not an option with the current SNAP manager ... So, you can either <code>... | [
{
"accepted": true,
"body": "<p>No, you're not missing an option and that's the whole package AFAIK ... I understand that you probably have in-mind something similar to APT's option <code>install --reinstall</code>, but, unfortunately, that's not an option with the current SNAP manager ... So, you can eithe... | null | null | null | null | null |
1498254 | 1 | 1498434 | 2023-12-27T13:48:10.770 | 0 | 45 | <p>In Ubuntu, it's possible to select content and paste it with the mouse middle-click. Is there any keyboard shortcut to paste the selected content so I don't need to use the mouse?</p>
| 620001 | null | null | 2023-12-29T09:27:20.807 | Paste selected content with the keyboard | [
"shortcut-keys",
"navigation"
] | 2 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>There are two different kinds of copy&paste. The one using Ctrl-C / Ctrl-V is usually managed by the window manager, while the middle-click paste comes from the X window system. See <a href=\"https://askubuntu.com/a/167577/907096\">this</a> answer for a more complete explanation.... | [
{
"accepted": null,
"body": "<p>Like on most other operating systems, CTRL+V is for pasting. CTRL+C is for copying selected content and CTRL+X cuts content if the source of the content is editable.</p>\n<p><em>Addition 1</em>: in the terminal you need to press SHIFT+CTRL+V / SHIFT+CTRL+C / SHIFT+CTRL+X</p>\... | null | null | null | null | null |
1498255 | 1 | null | 2023-12-27T14:00:32.027 | 0 | 42 | <p>When I open a pdf online from firefox, it always use a "pdf arranger" reader despite I have set a different reader (first the document viewer then the acrobat reader). In the <code>setting</code> --> <code>applications</code> --> <code>actions</code> there is no option for the document viewer or the ... | 543795 | null | null | 2023-12-27T14:00:32.027 | Firefox does not show option for a pdf reader | [
"firefox",
"pdf",
"adobe-reader"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T22:06:05.157",
"id": "2624608",
"postId": "1498255",
"score": "0",
"text": "Click the menu button and select Settings.\nIn the General panel, go down to the Applications section.\nFind Portable Document Format (PDF) in the list and click the entry to select it.\nCli... | null | [] | null | null | null | null | null |
1498258 | 1 | null | 2023-12-27T14:08:25.543 | 1 | 198 | <p>I'm running Ubuntu 22.04 in Windows 11 via WSL 2.0.4. Within Ubuntu, I've used <code>sshfs</code> to mount a remote directory to <code>/media/remote1</code>. My local Ubuntu user owns the mount point.</p>
<p>I want to access that mounted folder in Windows via the WSL network share. I can access the <code>media</code... | 849963 | null | null | 2023-12-27T14:08:25.543 | How can I access a Ubuntu FUSE mount in Windows via WSL? | [
"windows-subsystem-for-linux",
"sshfs",
"fuse"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498261 | 1 | null | 2023-12-27T14:25:50.370 | 0 | 275 | <p>I am trying to get download Linux header
so I did this:</p>
<pre><code>dpkg-query -s linux-headers-$(uname -r)
</code></pre>
<p>I got</p>
<pre><code>dpkg-query: package 'linux-headers-6.6.7-060607-generic' is not installed and no information is available
</code></pre>
<p>and I checked with:</p>
<pre><code>dpkg --get... | 1756265 | null | null | 2023-12-27T20:11:20.747 | Ubuntu 20.04 unble to download linux header | [
"kernel"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Typically, you'll want to use the <code>linux-headers-generic</code> package. This will ensure that when the kernel upgrades, you automatically install those headers, and allow easy clean up headers for old kernels. This will allow things like your DKMS compilations to work... | null | null | null | null | null |
1498264 | 1 | 1498277 | 2023-12-27T14:42:22.140 | 0 | 36 | <p>I have a GPD Pocket 3. This device has a rather small screen. Under ubuntu 23.10 when running Libreoffice and entering tools options, I get the following screen:
<a href="https://i.stack.imgur.com/60VdS.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/60VdS.png" alt="enter image description here" /... | 392858 | 392858 | 2023-12-27T14:53:09.610 | 2023-12-27T17:12:38.743 | Libreoffice on GPD Pocket 3 (7 inch laptop). How to navigate to the bottom of options dialogue? | [
"libreoffice"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Try <code>Alt</code> + <code>Left Mouse Button</code> to move the window around. If a window can be resized at all (not sure about this one), <code>Alt</code> + <code>Right Mouse Button</code> can be used to resize it.</p>\n",
"commentCount": "1",
"comments": [
{
"creat... | [
{
"accepted": true,
"body": "<p>Try <code>Alt</code> + <code>Left Mouse Button</code> to move the window around. If a window can be resized at all (not sure about this one), <code>Alt</code> + <code>Right Mouse Button</code> can be used to resize it.</p>\n",
"commentCount": "1",
"comments": [
... | null | null | null | null | null |
1498265 | 1 | null | 2023-12-27T14:45:16.743 | 0 | 47 | <p>I am using a Dell Vostro 3590, Ubuntu Linux version 23.10. However, I am unable to install MySQL community server, MySQL connector which I require for a project I am working on. I tried installing VirtualBox to run Windows 11, however, that too didn't get installed. So I decided that I am going to reinstall Windows ... | null | 51957 | 2023-12-27T18:56:57.917 | 2023-12-27T18:56:57.917 | Why is that when I am inserting a USB, Ubuntu gives me a signal that it is inserted, but it doesn't show up on the taskbar, but appears in disks? | [
"boot",
"usb",
"mysql",
"23.10",
"dell-vostro"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T17:32:43.733",
"id": "2624556",
"postId": "1498265",
"score": "1",
"text": "Does this answer your question? [How to remove Ubuntu and put Windows back on?](https://askubuntu.com/questions/133533/how-to-remove-ubuntu-and-put-windows-back-on)",
"userDisplayName": ... | null | [] | null | null | null | null | user1756262 |
1498266 | 1 | null | 2023-12-27T14:53:18.500 | 1 | 124 | <p>I am trying to cross compile a program that uses GTK3. The host machine is x86_64 running Ubuntu 22.04. The target machine is arm64 or aarch64 running Debian (Bookworm). I have setup the cross-compilation toolchain with crosstools-ng.</p>
<p>I ran this command:</p>
<pre><code>aarch64-unknown-linux-gnu-gcc `pkg-confi... | 1005652 | 1005652 | 2023-12-28T10:53:15.283 | 2023-12-28T11:05:49.040 | How do I install multiple architecture versions of a single package using synaptic? | [
"apt",
"dependencies",
"synaptic",
"cross-compilation"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<ol>\n<li>It is possible to have different arch versions of the same package...</li>\n</ol>\n<p>u can try this after making a backup of <em>/etc/apt/sources.list</em> and <em>/var/lib/dpkg/status</em> files.</p>\n<pre><code>$ sudo apt-get install -f\n\n$ sudo dpkg --configure -a... | null | null | null | null | null |
1498269 | 1 | null | 2023-12-27T15:22:54.237 | 1 | 146 | <p>I have an issue with one package.</p>
<p><code>sudo apt update</code></p>
<p>tells me that there is 1 upgradeable package. When listing it its:</p>
<p><code>libargon2-0/focal 0~20171227-0.2 amd64 N: There is one additional version. Please use -a switch to see it.</code></p>
<p>Then an upgrade gives me a message whic... | 1756274 | 469152 | 2023-12-27T20:47:29.573 | 2023-12-27T20:47:29.573 | Upgrade from 20.04 to 22.04 - one pkg is upgradeable but don't upgrade | [
"apt",
"20.04",
"upgrade",
"updates"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T20:50:31.797",
"id": "2624595",
"postId": "1498269",
"score": "0",
"text": "Have you tried upgrading the package first? ie. a `sudo apt full-upgrade` ? Have you checked to see if you've put a *hold* on the package (ie. `apt-mark showhold) thus upgrade cannot be p... | null | [
{
"accepted": null,
"body": "<p>Try reinstalling it manually</p>\n<pre><code>sudo apt purge libargon2-0\n\nsudo apt install libargon2-0\n</code></pre>\n<p>and see what happens</p>\n",
"commentCount": "4",
"comments": [
{
"creationDate": "2023-12-27T15:50:32.837",
"id": "2624541... | null | null | null | null | null |
1498270 | 1 | null | 2023-12-27T15:24:10.353 | 0 | 992 | <p>I'm running into an issue while updating my package lists on Ubuntu. When I run <code>sudo apt-get update</code>, the process completes successfully, but it ends with a warning message about a key being stored in a legacy <code>trusted.gpg</code> keyring. Here's the specific warning I'm receiving:</p>
<pre><code>W: ... | 1176059 | null | null | 2023-12-27T18:46:08.463 | How to Resolve Warning about Key Stored in Legacy trusted.gpg Keyring in apt-get Update? | [
"apt",
"updates",
"repository",
"gnupg"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Here is how to install beekeeper-studio, flowed by the answers to your question:</p>\n<p>Add the GPG key:</p>\n<pre><code>curl -fSsL https://deb.beekeeperstudio.io/beekeeper.key | sudo gpg --dearmor | \nsudo tee /usr/share/keyrings/beekeeper-studio.gpg > /dev/null\n</code>... | null | null | 2023-12-28T16:21:41.103 | null | null |
1498274 | 1 | null | 2023-12-27T16:30:37.747 | 0 | 22 | <p>I need help. Everything goes fine, but when I want to connect my Bluetooth headphone it won't let me connect or it connects for a second and disconnects itself and like I have tried to pair and trust commands and it actually works out okay, but when I use the command to connect it instantly it gives me this error:</... | 1756282 | 51957 | 2023-12-27T18:48:50.983 | 2023-12-27T18:48:50.983 | Trying to connect my Bluetooth headphone to my PC | [
"networking",
"sound",
"bluetooth",
"headphones"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T17:03:46.407",
"id": "2624553",
"postId": "1498274",
"score": "0",
"text": "Which OS and version are you using? If you are using Linux, specify the distro name as well. Please [edit your question](https://askubuntu.com/posts/1498274/edit) and add the answer up there... | null | [] | null | null | null | null | null |
1498278 | 1 | null | 2023-12-27T17:46:05.760 | 0 | 175 | <p>I really want to use only Ubuntu, but one thing stop me for now...
In Windows 10 64 bits, I can create a hotspot Wi-Fi when I am connected to Wi-Fi access point.</p>
<p>Impossible on Ubuntu Studio 22.04 64 bits. I know my interface Wi-Fi intel 3165 AC dual-band can manage it because work on Windows.</p>
<p>I need it... | 1756294 | 68186 | 2023-12-27T20:39:24.547 | 2023-12-27T20:39:24.547 | Wifi to Wifi hotspot Ubuntu studio 22.04 | [
"networking",
"network-manager",
"internet",
"interface"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>You can use the <a href=\"https://github.com/garywill/linux-router\" rel=\"nofollow noreferrer\"><code>linux-router</code></a> script:</p>\n<pre><code>wget https://raw.githubusercontent.com/garywill/linux-router/master/lnxrouter\n</code></pre>\n<p>To create an AP, run the fol... | null | null | null | null | null |
1498279 | 1 | null | 2023-12-27T18:01:55.520 | -3 | 115 | <p>I would like to have an echo in 1 single line for my ASCII art but I can't manage. PLS Help</p>
<p>link to my ASCII:
<a href="https://ascii-generator.site/r/Mor3V1/" rel="nofollow noreferrer">https://ascii-generator.site/r/Mor3V1/</a></p>
<p>PLS Help it is urgent</p>
| 1756304 | 1756304 | 2023-12-27T18:07:44.223 | 2023-12-27T18:49:08.797 | I would like to have an echo in 1 line for my ASCII art but I can't manage. PLS Help | [
"bash",
"fedora",
"echo",
"ascii"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T18:25:48.043",
"id": "2624561",
"postId": "1498279",
"score": "0",
"text": "What is meant by \"echo\"?",
"userDisplayName": null,
"userId": "1661744"
},
{
"creationDate": "2023-12-27T18:42:45.820",
"id": "2624566",
"postId": "1498279",
"s... | null | [
{
"accepted": null,
"body": "<pre>\n$ sudo apt install figlet\n...\n\n$ figlet \"Fjord OS\"\n _____ _ _ ___ ____ \n| ___(_) ___ _ __ __| | / _ \\/ ___| \n| |_ | |/ _ \\| '__/ _` | | | | \\___ \\ \n| _| | | (_) | | | (_| | | |_| |___) |\n|_| _/ |\\___/|_| \\__,_| \\___/|____/ \n ... | null | null | 2023-12-30T07:47:20.850 | null | null |
1498281 | 1 | null | 2023-12-27T18:09:39.690 | 0 | 37 | <p>I manage a small cluster. The users call me for problems in vnc or xrdp login. I want to be able to enter to their user direct from xrdp and see the issues.
I need a master password that i can enter any user with all its graphics, credentials and so on.
is there anything like this?</p>
| 684069 | null | null | 2023-12-27T18:09:39.690 | master password for user login debugging ubuntu | [
"server",
"password",
"administration"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T18:32:16.157",
"id": "2624563",
"postId": "1498281",
"score": "1",
"text": "Which distro and version of Linux are you and your users using? The root user is disabled by default in Ubuntu and many other distros.",
"userDisplayName": null,
"userId": "68186"
... | null | [] | null | null | null | null | null |
1498284 | 1 | null | 2023-12-27T18:43:51.453 | 0 | 47 | <pre><code>[ 261.695]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[ 261.695] Current Operating System: Linux cylon4 6.2.0-39-generic #40~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 16 10:53:04 UTC 2 x86_64
[ 261.695] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.2.0-39-generic root=UUID=92ca9aba-7... | 639608 | 15811 | 2023-12-27T18:46:42.897 | 2023-12-27T18:46:42.897 | startx fails after upgrade | [
"upgrade",
"xorg"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T18:49:44.967",
"id": "2624568",
"postId": "1498284",
"score": "0",
"text": "there is nothing here to go on. please have a search on AU for similar topics and see if those have any commands you can add the info off. your desktop should be on tty2 looking at the las... | null | [] | null | null | null | null | null |
1498292 | 1 | 1498299 | 2023-12-27T19:29:37.227 | 0 | 94 | <p>I have an application written in GTK and I was just playing around with theme changes via GTK Inspector. I even explored other themes available from GitHub. Is it possible to give an end user of my application the ability to change the theme from within the software? I know that the GTK_THEME environment variable ca... | 797190 | null | null | 2023-12-27T20:33:12.167 | Changing GTK Theme From Within GTK Application | [
"themes",
"gtk"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Well I answered my own question by going to the GTK Inspector source code to see how they did it. I am using GTK 3.24 so this will look a little different if you are using GTK4 (deprecations):</p>\n<pre><code>GtkSettings *settings;\ngchar *theme_name = "Ambiance";\n\nsettin... | [
{
"accepted": true,
"body": "<p>Well I answered my own question by going to the GTK Inspector source code to see how they did it. I am using GTK 3.24 so this will look a little different if you are using GTK4 (deprecations):</p>\n<pre><code>GtkSettings *settings;\ngchar *theme_name = "Ambiance";\n... | null | null | null | null | null |
1498301 | 1 | null | 2023-12-27T21:11:40.777 | 0 | 28 | <p>I'm building a 2-domain webserver using Ubuntu 23.10 and Apache2. Most of the functions work including certbot for one domain. I've set up the directories for domain1.com and domain2.com. SSL works for domain2.com.</p>
<p>When I run certbot for domain1, I get a fail to redirect. Htdig is a spider that runs though se... | 1743328 | null | null | 2023-12-27T21:11:40.777 | Certbot and htdig fail with 301 error | [
"apache2",
"redirect"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498303 | 1 | null | 2023-12-27T21:51:43.783 | 0 | 71 | <p>I've encountered a troublesome issue with my speaker on Ubuntu 23.10. When I attempt to use it, there are interference noises reminiscent of laser sounds, and furthermore, the speaker doesn't seem to be functioning correctly.</p>
<p>I've already checked system settings and audio drivers, but haven't found a solution... | 1756337 | null | null | 2023-12-27T21:51:43.783 | Interference Noise and Speaker Issue on Ubuntu 23.10 | [
"dual-boot",
"sound",
"pulseaudio",
"speakers",
"23.10"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T01:27:53.783",
"id": "2624630",
"postId": "1498303",
"score": "1",
"text": "Don't forget to check cables, connections & the speakers themselves. Alternatively I'd likely boot a *live* system on your existing hardware to see if the issue is related to that machine (... | null | [] | null | null | null | null | null |
1498304 | 1 | 1498341 | 2023-12-27T21:59:04.877 | 1 | 63 | <p>does anyone know the command to blank the screen in Xfce/Xubuntu?</p>
| 1756340 | null | null | 2023-12-29T01:30:45.733 | Keyboard shortcut to blank screen Xfce/Xubuntu | [
"xfce"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-30T10:35:55.137",
"id": "2625029",
"postId": "1498304",
"score": "0",
"text": "@guiverc I read the answer on your linked duplicate target and my answer to this question was accepted, so I can confirm that these two questions are not duplicates of each other and so can ... | {
"accepted": true,
"body": "<p>Blank the screen immediately:</p>\n<pre><code>xset dpms force off\n</code></pre>\n<p>You can click the blank screen to restore it or restore it using the following command:</p>\n<pre><code>xset dpms force on\n</code></pre>\n<p>Blank and lock the screen:</p>\n<pre><code>xflock4 -b\n</... | [
{
"accepted": true,
"body": "<p>Blank the screen immediately:</p>\n<pre><code>xset dpms force off\n</code></pre>\n<p>You can click the blank screen to restore it or restore it using the following command:</p>\n<pre><code>xset dpms force on\n</code></pre>\n<p>Blank and lock the screen:</p>\n<pre><code>xflock... | null | null | null | null | null |
1498306 | 1 | null | 2023-12-27T22:31:16.927 | 1 | 43 | <p>I have an Ubuntu Linux Laptop with USB ports.</p>
<p>I have an old Yamaha Sy22 from the 90's</p>
<p>I just want to edit music via a sequencer and play the music via the synth. No sound card or whatever alike. I just want my synth play notes.</p>
<p>The synth output will be sent to a Zoom R20.</p>
<p>What software/dr... | 1756343 | null | null | 2023-12-27T22:31:16.927 | Play midi from Linux with old synths | [
"midi"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-27T23:17:29.537",
"id": "2624616",
"postId": "1498306",
"score": "0",
"text": "aplay or sox commands",
"userDisplayName": null,
"userId": "1372403"
}
] | null | [] | null | null | null | null | null |
1498311 | 1 | null | 2023-12-28T00:16:34.077 | 0 | 195 | <p>I have an HP 15.6 in Laptop. I tried installing Ubuntu 22.04 instead of the stock Windows 11 that came with the device. When trying to boot after the install, it stops with the following output:</p>
<pre><code>Gave up waiting for root file system device. Common problems:
- Boot args (cat /proc/cmdline)
- Check... | 1756336 | 1756336 | 2023-12-28T02:00:49.317 | 2023-12-28T02:00:49.317 | "ALERT! UUID=[...] does not exist." on a fresh Ubuntu install | [
"boot",
"grub2"
] | 0 | 11 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T00:37:20.160",
"id": "2624621",
"postId": "1498311",
"score": "0",
"text": "Use sudo on the blkid command. Look for /dev/nvme* for your disk devices. Is there a typo on your reported \"root=[uuid] (should be \"root=UUID=[uuid]\" where uuid should match the blkid re... | null | [] | null | null | null | null | null |
1498313 | 1 | null | 2023-12-28T00:35:43.647 | 0 | 55 | <p>On Ubuntu Linux 20.04.4 and 22.04.2, I see following symptoms.</p>
<p>From a Bash prompt, run <code>sleep 60 | sleep 70 &</code>, so that two new <code>sleep</code> processes appear on the system. However, when System Monitor app enables "Show Dependencies", ONLY ONE <code>sleep</code> entry is seen. I... | 694251 | null | null | 2023-12-28T00:35:43.647 | Ubuntu desktop, System Monitor, some process entries are missing on tree view, is it a bug? | [
"system-monitor"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T01:23:33.657",
"id": "2624627",
"postId": "1498313",
"score": "1",
"text": "If you're using those systems online, I'd suggest applying all security fixes asap, as your provided details show you're well behind. A fully upgraded 20.04 system will report as 20.04.6, an... | null | [] | null | null | null | null | null |
1498314 | 1 | 1498315 | 2023-12-28T02:04:03.927 | 0 | 72 | <p>I'm encountering an issue when using the touch -t command in the terminal. My goal is to adjust the access and modification dates of a file named "testShell00" to a specific date in the format MMDDhhmm[.ss]. However, I'm getting unexpected results.</p>
<p>Here are some examples of what I'm doing:</p>
<p>Th... | 1713886 | null | null | 2023-12-28T03:36:46.003 | Issue with touch -t command when setting specific dates | [
"command-line",
"bash",
"ls",
"date"
] | 2 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T15:18:47.967",
"id": "2624740",
"postId": "1498314",
"score": "0",
"text": "The `ls` command tries to be \"smart\". Instead, use the `stat testShell00` command to see detailed meta info about your file.",
"userDisplayName": null,
"userId": "855322"
}
] | {
"accepted": true,
"body": "<pre><code>man ls\n</code></pre>\n<blockquote>\n<p>Log Format: If the modification time of the file is more than 6 months in the past or future, and the -D or -T are not specified, then the year of the last modification is displayed in place of the hour and minute fields.</p>\n</blockqu... | [
{
"accepted": true,
"body": "<pre><code>man ls\n</code></pre>\n<blockquote>\n<p>Log Format: If the modification time of the file is more than 6 months in the past or future, and the -D or -T are not specified, then the year of the last modification is displayed in place of the hour and minute fields.</p>\n<... | null | null | null | null | null |
1498317 | 1 | 1498323 | 2023-12-28T03:18:35.220 | 1 | 420 | <p>I'm using Ubuntu 23.10 and Virtual Machine Manager 4.1.0.</p>
<p>When I try to add the directory that is located on another hard drive in Virtual Machine Manger, I get the following error: "Error starting domain: operation failed: Unable to find a satisfying virtiofsd".</p>
<p>How do I resolve this issue?<... | 1713113 | null | null | 2023-12-28T04:53:04.940 | Trying to share a directory, that is located in another hard drive connected to my computer, with a Windows 10 guest on QEMU/KVM | [
"virtualization",
"kvm-virtualization",
"qemu"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T04:42:43.357",
"id": "2624645",
"postId": "1498317",
"score": "0",
"text": "I got this to work by installing virtiofsd in Ubuntu (host): sudo apt install virtiofsd.",
"userDisplayName": null,
"userId": "1713113"
}
] | {
"accepted": true,
"body": "<p>I got this to work by installing virtiofsd in Ubuntu (host): sudo apt install virtiofsd.</p>\n<p>On Windows (guest), I installed:</p>\n<ul>\n<li>WinFsp 2023: <a href=\"https://github.com/winfsp/winfsp/releases/\" rel=\"nofollow noreferrer\">https://github.com/winfsp/winfsp/releases/<... | [
{
"accepted": true,
"body": "<p>I got this to work by installing virtiofsd in Ubuntu (host): sudo apt install virtiofsd.</p>\n<p>On Windows (guest), I installed:</p>\n<ul>\n<li>WinFsp 2023: <a href=\"https://github.com/winfsp/winfsp/releases/\" rel=\"nofollow noreferrer\">https://github.com/winfsp/winfsp/re... | null | null | null | null | null |
1498320 | 1 | null | 2023-12-28T03:40:47.843 | 0 | 53 | <p>New Ubuntu 23.10 install, to spare partion space, dual boot Win11 existing install, default values throughout. HP Prodesk.</p>
<p>Install all looked fine until final reboot 'remove boot media' where I got a loop with a 'system fail' or similar.. Going to advanced repair gave me the bootloader options and ubuntu boot... | 1756370 | 1756370 | 2023-12-28T03:55:59.733 | 2023-12-28T03:55:59.733 | New Install Dual Boot, Win11 Boot failure | [
"dual-boot",
"system-installation"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T04:07:06.283",
"id": "2624644",
"postId": "1498320",
"score": "2",
"text": "Does this answer your question? [Unable to boot into Windows after installing Ubuntu, how to fix?](https://askubuntu.com/questions/217904/unable-to-boot-into-windows-after-installing-ubuntu-... | null | [] | null | null | null | null | null |
1498322 | 1 | null | 2023-12-28T04:45:07.223 | 0 | 41 | <p>I turned the Bluetooth on but it is infinitely scanning for devices.
<img src="https://i.stack.imgur.com/4DPHs.png" alt="It displays no results like this." /></p>
<p>Here is some information about my Ubuntu 20.04.6:</p>
<pre><code>~$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device... | 1755901 | 1450948 | 2023-12-28T19:04:06.270 | 2023-12-28T19:04:06.270 | Bluetooth is scanning for devices but no device is displaying | [
"20.04",
"bluetooth"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498324 | 1 | null | 2023-12-28T05:04:56.057 | 0 | 52 | <p>I'm Ubuntu 22.04.3 and the kernel version is using 6.2.0-26-generic. I'm now having a problem with UI not showing after installing that driver(2.5G/5G Ethernet Linux driver r8125 for kernel up to 6.4).</p>
<p><img src="https://i.stack.imgur.com/1ixX5.png" alt="2.5G/5G Ethernet LINUX driver r8125 for kernel up to 6.4... | 1756380 | 94914 | 2023-12-28T09:18:36.977 | 2023-12-28T09:18:36.977 | After installing the Realtek driver, wired connected UI is not showing | [
"22.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498328 | 1 | null | 2023-12-28T06:51:34.520 | 0 | 11 | <p>Its a 16 inch touch screen on HP Firefly and I wonder if it will work with Ubuntu.</p>
<p>I want no Windows running at all - just Linux.</p>
| 1756403 | null | null | 2023-12-28T06:51:34.520 | Can I run Ubuntu on an HP Firefly 16 G10? | [
"hp"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | 2023-12-29T09:20:37.707 | null | null |
1498331 | 1 | null | 2023-12-28T07:41:38.217 | 0 | 252 | <p>I am looking forward to creating a virtual machine to try out ubuntu.</p>
<p>I installed the image file from the main Ubuntu website, and install virtual box on my machine.
I want to know what the recommended base memory and processors for my VM is.</p>
<p>I will use the VM on daily bases for front-end coding, and P... | 1748886 | null | null | 2023-12-28T07:41:38.217 | What are the recommended base memory and processors for Ubuntu? | [
"virtualbox"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T08:39:56.793",
"id": "2624651",
"postId": "1498331",
"score": "0",
"text": "Start with 4GB RAM, 40 GB disk and 2 Processors. You can increase RAM and processors easily later.",
"userDisplayName": null,
"userId": "855322"
},
{
"creationDate": "2023-12... | null | [] | null | null | 2023-12-28T16:50:01.053 | null | null |
1498332 | 1 | null | 2023-12-28T08:12:00.850 | 0 | 42 | <p>I am using Ubuntu 20.04.6 and I'm facing issues with the DNS stub resolver.</p>
<p>Using the default settings, I cannot access several webpages. However, when I add the google DNS address to <code>/etc/resolv.conf</code> (which is a link to <code>/run/systemd/resolve/stub-resolv.conf</code>), things work perfectly. ... | 1756416 | null | null | 2023-12-28T08:12:00.850 | Debugging DNS stub resolver | [
"networking",
"22.04",
"dns"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498333 | 1 | null | 2023-12-28T08:15:38.393 | 0 | 28 | <p>I have a VM on VMZWare of Kodachi which is based (iirc) on Ubuntu.
The host machine crashed and rebooted while the guest was running but not undertaking any 'work'. It's LUKS encrypted but I have the passphrase.</p>
<p>If I boot the vhd as a standard machine it asks for the key and seems too accept it. but then inst... | 1756417 | null | null | 2023-12-28T08:15:38.393 | how do I fix an Ubuntu based install that seems borked (no desktop) | [
"boot",
"encryption",
"vmware"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T08:19:16.697",
"id": "2624648",
"postId": "1498333",
"score": "3",
"text": "Does this answer your question? [Boot drops to a (initramfs) prompts/busybox](https://askubuntu.com/questions/137655/boot-drops-to-a-initramfs-prompts-busybox)",
"userDisplayName": null,... | null | [] | null | null | null | null | null |
1498334 | 1 | 1498366 | 2023-12-28T08:26:35.123 | 0 | 80 | <p>Following the accepted answer to <a href="https://askubuntu.com/questions/1398344/apt-key-deprecation-warning-when-updating-system">this</a> question, I have adjusted the ppa entry for <a href="https://www.geogebra.org/?lang=en" rel="nofollow noreferrer">geogebra</a> to the following entry:</p>
<pre><code>deb [signe... | 392858 | 392858 | 2023-12-28T10:13:12.910 | 2023-12-28T13:41:58.973 | how to prevent *.list files from getting overwritten? | [
"apt",
"ppa",
"gnupg"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T08:52:21.543",
"id": "2624654",
"postId": "1498334",
"score": "0",
"text": "Please share an example who the overwritten file looks like. Any idea when the overwritting happens? After running `apt update`. Please also add details on which Ubuntu release you are using... | {
"accepted": true,
"body": "<p>Working around the problem:</p>\n<p>You can make the file immutable:</p>\n<pre><code>sudo chattr +i /etc/apt/sources.list.d/geogebra.list\n</code></pre>\n<p>You can change the file name to <code>geogebra-classic.list</code>. The other file will provide a warning when using <code>apt<... | [
{
"accepted": true,
"body": "<p>Working around the problem:</p>\n<p>You can make the file immutable:</p>\n<pre><code>sudo chattr +i /etc/apt/sources.list.d/geogebra.list\n</code></pre>\n<p>You can change the file name to <code>geogebra-classic.list</code>. The other file will provide a warning when using <c... | null | null | null | null | null |
1498336 | 1 | null | 2023-12-28T08:41:41.543 | 0 | 150 | <p>I have tried to reinstalling pulseaudio and pipewire. It just won't work
:</p>
<pre><code>~/Documents/Self$ sudo apt install pulseaudio
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pulseaudio is already the newest version (1:15.99.1+dfsg1-1ubuntu2.1).
0 upgraded, 0... | 1756421 | null | null | 2023-12-28T08:41:41.543 | No sound/Dummy output on a Ubuntu 22.04 Macbook pro | [
"sound",
"pulseaudio",
"macbook",
"pipewire"
] | 0 | 9 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T08:54:18.113",
"id": "2624655",
"postId": "1498336",
"score": "0",
"text": "Please add details on what \"won't work\" means - no sound at all, crashing applications, error messages...?",
"userDisplayName": null,
"userId": "1661744"
},
{
"creationDate... | null | [] | null | null | null | null | null |
1498340 | 1 | null | 2023-12-28T09:33:47.377 | 0 | 38 | <p>I tried cleaning the keyboard too...tried few sudo commands too
like :</p>
<pre><code>sudo apt-get install --reinstall xserver-xorg-input-all
</code></pre>
<p>which I saw it in one of the answers here on this website.</p>
<p>Pls help me out, as its annoying to copy paste,g and h again and again.
As I am a student an... | 1756434 | null | null | 2023-12-28T09:33:47.377 | In my keyboard, keys G and H, stopped working but till past two days before it worked. Pls do help me out | [
"keyboard"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T09:38:36.307",
"id": "2624660",
"postId": "1498340",
"score": "0",
"text": "Boot to BIOS / UEFI prompt and try there. If the problem still persists, it is a hardware problem.",
"userDisplayName": null,
"userId": "855322"
},
{
"creationDate": "2023-12... | null | [] | null | null | null | null | null |
1498342 | 1 | null | 2023-12-28T09:52:13.843 | 1 | 378 | <p>My <code>docker-compose.yml</code> (for Immich, in case it's important) contains this:</p>
<pre><code>volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
- /data/NAS_Photos:/mnt/NAS_Photos:ro # <-- The one I'm having trouble with
</code></pre>
<p>The intention (for the avo... | 332545 | 332545 | 2023-12-29T10:56:42.573 | 2023-12-29T10:56:42.573 | Docker volume not properly mounted | [
"mount",
"snap",
"docker"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The problem turned out to be with Snapd, of all things.</p>\n<p>Docker was installed as a Snap, and Snaps have limited access to the host filesystem (discussed <a href=\"https://askubuntu.com/questions/1033344/how-to-give-snaps-access-to-somedir\">here</a>). My media was in a... | null | null | null | null | null |
1498345 | 1 | null | 2023-12-28T10:10:12.130 | 0 | 88 | <p>Acer Chromebook, unsure what version of Ubuntu.
When I boot up, it says "/dev/mmcblk0p12: clean, 206128/930240 files, 3608297/3715584 blocks" and then a type space. I can't type in the space, power cycling and resetting hasnt helped, and nothing in the boot menu makes any sense. any help? (I'm completely n... | 1756444 | 1756444 | 2023-12-28T11:39:21.173 | 2023-12-28T11:39:21.173 | what does this code mean? | [
"boot"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-30T00:31:14.313",
"id": "2624987",
"postId": "1498345",
"score": "0",
"text": "**Comments have been [moved to chat](https://chat.stackexchange.com/rooms/150575/discussion-on-question-by-bees-what-does-this-code-mean); please do not continue the discussion here.** Befor... | null | [] | null | null | 2023-12-29T11:20:45.187 | null | null |
1498352 | 1 | null | 2023-12-28T11:30:43.050 | 0 | 41 | <p>I bought a new laptop with ubuntu studio 23.10 installed (in Belgium). There seems to be a problem with an automatic translation of (important) file and folder names. I can't understand if this is related to Dolphin or Ubuntu and I don't know how to solve it.</p>
<p>Here is my attempt to explain the situation:
To en... | 1756454 | null | null | 2023-12-28T11:30:43.050 | home folders automatic translation Dolphin | [
"home-directory",
"language-support",
"dolphin"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T13:28:17.273",
"id": "2624710",
"postId": "1498352",
"score": "0",
"text": "check `.config/users-dirs.dirs` for any alterations. Oh and those folders get recreated on each new login. (technically you can remove all non-hidden directories in /home/$USER/ and on the ... | null | [] | null | null | null | null | null |
1498355 | 1 | null | 2023-12-28T11:59:45.283 | 0 | 68 | <p>Laptop: Dell Vostro 3590
Ubuntu version: 23.10
How do I install MySQL and well as connectivity to it with Python?</p>
| null | null | null | 2024-03-15T17:40:43.633 | How to install MySQL community as well as MySQL and Python connectivity? | [
"python",
"mysql"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T16:10:18.783",
"id": "2624748",
"postId": "1498355",
"score": "2",
"text": "these already answer both parts: https://askubuntu.com/questions/1232558/install-mysql-5-7-on-ubuntu-20-04 explains most of your question. and https://askubuntu.com/questions/656610/trying-... | null | [
{
"accepted": null,
"body": "<p><strong>Update Package Index:</strong></p>\n<pre><code>sudo apt update\n</code></pre>\n<ul>\n<li>Install MySQL Server:\nYou can install MySQL Server package using the following command:</li>\n<li><code>sudo apt install mysql-server</code></li>\n</ul>\n<p>Once the installation... | null | null | null | null | user1756262 |
1498358 | 1 | 1500944 | 2023-12-28T12:10:15.380 | 1 | 99 | <p>mpv displays some videos (10-bit?) as a checkered image, as I show in the screenshot below (I don't know how to describe it, does this have a name?):</p>
<p><a href="https://i.stack.imgur.com/3w2hM.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/3w2hM.jpg" alt="screenshot showing the issue" /></a>... | 1417888 | 618353 | 2024-01-22T15:41:18.750 | 2024-01-22T15:43:13.263 | mpv : video problem | [
"kubuntu",
"video",
"mpv-media-player"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<blockquote>\n<pre><code>mpv --gpu-api=vulkan\n</code></pre>\n<p>OpenGL is the problem</p>\n</blockquote>\n<p><sup>Answer moved here from <a href=\"https://askubuntu.com/revisions/1498358/3\">OP's question</a>.</sup></p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate... | [
{
"accepted": true,
"body": "<blockquote>\n<pre><code>mpv --gpu-api=vulkan\n</code></pre>\n<p>OpenGL is the problem</p>\n</blockquote>\n<p><sup>Answer moved here from <a href=\"https://askubuntu.com/revisions/1498358/3\">OP's question</a>.</sup></p>\n",
"commentCount": "0",
"comments": [],
"comm... | null | null | null | null | null |
1498360 | 1 | null | 2023-12-28T12:16:23.767 | 0 | 93 | <p>After upgrading to Ubuntu 23.10, I got a login loop problem. Also when I try to login through the tty, typing in a user gets these rectangles instead of the letters. When entering numbers, they are written normally.</p>
<p><a href="https://i.stack.imgur.com/FVpdK.jpg" rel="nofollow noreferrer"><img src="https://i.st... | 1756457 | 94914 | 2023-12-28T18:14:09.847 | 2023-12-28T18:14:09.847 | Login loop - Squares instead of letters in the username | [
"boot",
"login",
"tty",
"23.10"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T15:46:20.177",
"id": "2624744",
"postId": "1498360",
"score": "0",
"text": "It doesn't seem to be the login loop issue which is quite separate. However, the comment by waltinator in [this question](https://askubuntu.com/questions/1194539/password-with-special-charac... | null | [] | null | null | null | null | null |
1498363 | 1 | null | 2023-12-28T13:16:17.390 | 0 | 145 | <p>I cant install the latest mysql server on my local machine. Everything was working fine before the upgrade (nginx/phpmyadmin etc) but it seems like it removed some things during that (perhaps I shouldn't use autoremove command) so I decided to install everything again if missing but can't do that with the mysql serv... | 1756274 | 469152 | 2023-12-28T20:37:27.840 | 2023-12-28T20:37:27.840 | Permission issue while installing latest mysql server after upgrade from 18.04 to 22.04 | [
"server",
"permissions",
"22.04",
"mysql"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Was able to resolve that. You need to remove EVERYTHING related to mysql-server. Purge is not enough. You need also manually remove related folders etc.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
... | null | null | null | null | null |
1498364 | 1 | null | 2023-12-28T13:18:14.083 | 0 | 127 | <h3>Hello, I have this code in my <code>~/.Xmodmap</code> file:</h3>
<pre><code>keycode 108 = Mode_switch
keycode 10 = 1 exclam F1 exclam
keycode 11 = 2 at F2 at
keycode 12 = 3 numbersign F3 numbersign
keycode 13 = 4 dollar F4 dollar
keycode 14 = 5 percent F5 percent
keycode 15 = 6 asciicircum F6 asciicircum
key... | 1748051 | 1748051 | 2023-12-28T13:31:34.647 | 2023-12-30T13:14:00.837 | Xmodmap key mapping for a 60% keyboard | [
"keyboard",
"shortcut-keys",
"keyboard-layout"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>In the end I ditched the archaic discombobulating abomination that <code>xmodmap</code> is and settled on <code>keyd</code> - a small but powerful daemon (perfect example of UNIX philosphy: doing one thing and one thing great). The manpage for <code>keyd</code> is much easier... | null | null | null | null | null |
1498367 | 1 | null | 2023-12-28T13:32:15.017 | 0 | 104 | <p>I use Wi-Fi 5G on the same device but on different OS. In Windows, both with WPA3 and WPA2 encryptions, the Internet speed is about 250 Mbps. But on Ubuntu, the network speed with WPA3 encryption drops to 20-30 Mbps, although if I switch to WPA2 encryption the speed return to 250 Mbps .
In my Ubuntu the network sett... | 1756483 | null | null | 2023-12-28T13:32:15.017 | Problems with Wi-Fi speed on Ubuntu 22.04 when using WPA3-Personal encryption in the router settings | [
"networking",
"wireless",
"internet",
"wpa2",
"wpa3"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T16:49:36.107",
"id": "2624762",
"postId": "1498367",
"score": "0",
"text": "Welcome to AskUbuntu. Please provide more information about your wireless device. As a general rule, you can run the [wireless info script](https://askubuntu.com/a/425205/) and then provide ... | null | [] | null | null | null | null | null |
1498370 | 1 | 1498493 | 2023-12-28T14:20:50.587 | 1 | 251 | <p>I have an Ubuntu Server running Ubuntu 22.04.3 LTS.</p>
<p>It has two ethernet ports, <code>enp3s0</code> and <code>enxf8e43b557271</code>.</p>
<p><code>enxf8e43b557271</code> is much faster, so I want to use that by default, but, if it goes down for some reason, I want to fallback to <code>enp3s0</code>.</p>
<p>I u... | 186134 | 186134 | 2023-12-28T14:55:06.360 | 2023-12-30T19:50:58.023 | How can I force my Ubuntu Server to use the correct ethernet port (interface) | [
"networking",
"server",
"ethernet",
"netplan",
"routing"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T16:30:42.710",
"id": "2624757",
"postId": "1498370",
"score": "1",
"text": "You might want to do a bond as an active-backup instead of two separate interfaces with different IPs. See https://netplan.readthedocs.io/en/stable/examples/#how-to-configure-interface-bondi... | {
"accepted": true,
"body": "<p>Bonding the NICs should probably be the better choice with them set as active-backup meaning that you can have a primary NIC and if it fails it will switch over to the secondary automatically. Plus, you only need to set 1 IP address as it will fail over the IP to the secondary NIC a... | [
{
"accepted": true,
"body": "<p>Bonding the NICs should probably be the better choice with them set as active-backup meaning that you can have a primary NIC and if it fails it will switch over to the secondary automatically. Plus, you only need to set 1 IP address as it will fail over the IP to the seconda... | null | null | null | null | null |
1498372 | 1 | null | 2023-12-28T14:34:09.823 | 0 | 81 | <h1>BACKGROUND</h1>
<ol>
<li><p>A new <a href="https://rads.stackoverflow.com/amzn/click/com/B07Y5VDNT9" rel="nofollow noreferrer" rel="nofollow noreferrer">1TB SSD</a> was outfitted with 22.04 server.</p>
</li>
<li><p>I think pvscan indicates the SSD physical space is <strong>928.46GB</strong>:</p>
<p>PV /dev/sda3 V... | 545291 | 545291 | 2024-01-19T14:32:46.633 | 2024-01-19T14:32:46.633 | df -h returns under 100GB for 1TB SSD | [
"22.04"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T15:11:16.263",
"id": "2624735",
"postId": "1498372",
"score": "3",
"text": "Possibly the remaining ~900 GB is unallocated by the LVM. Use the `pvdisplay`, `vgdisplay`... commands as appropriate to find out.",
"userDisplayName": null,
"userId": "855322"
},
... | null | [] | null | null | null | null | null |
1498373 | 1 | null | 2023-12-28T14:40:19.060 | 0 | 60 | <p>I have a touchscreen Hp Laptop and using the Ubuntu 23.10 os i dont know how to disable the touchscreen. i have tried the methods for other Ubuntu versions but they seem not to work for 23.10 im new to linux. does anyone know how to do it ?</p>
| 1756497 | null | null | 2023-12-28T14:40:19.060 | Disable Touchscreen in Ubuntu 23.10 | [
"23.10"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498377 | 1 | null | 2023-12-28T15:10:14.970 | 0 | 28 | <p>I have two SSDs in my machine. One has Ubuntu and the other has Windows. After a recent update, the Windows entry was removed from Grub. Both disks and OSs are still bootable from Bios, but I'd prefer to bring the Windows entry back in Grub. I've run <code>os-prober</code> several times and it doesn't find Windows.<... | 54934 | null | null | 2023-12-28T15:10:14.970 | Windows entry in Grub with two hard disks | [
"dual-boot"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T16:53:27.077",
"id": "2624764",
"postId": "1498377",
"score": "0",
"text": "Windows updates may reset UEFI settings or may update UEFI resetting UEFI settings. Double check that Windows fast start up/hibernation was not turned on. Grub only boots working Windows an... | null | [] | null | null | null | null | null |
1498378 | 1 | null | 2023-12-28T15:12:20.133 | 0 | 49 | <p>I have a PC in dual-boot Windows-Ubuntu where I use almost only Ubuntu. As described, if I put in Sleep Mode my PC, which is a SiComputer S.p.A. Nauta 01E, it doesn't wake up neither with the keyboard, nor with the touchpad or with the mouse.</p>
<p>This happens on a Windows 10 pro and in a Ubuntu 22.04.3 LTS. The o... | 1684796 | 51957 | 2023-12-28T16:39:10.620 | 2023-12-28T16:39:10.620 | PC not responding in Sleep Mode | [
"dual-boot",
"suspend",
"touchpad"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T18:14:37.380",
"id": "2624779",
"postId": "1498378",
"score": "0",
"text": "Welcome to Ask Ubuntu. Is this a laptop?",
"userDisplayName": null,
"userId": "504604"
},
{
"creationDate": "2023-12-29T03:20:05.440",
"id": "2624859",
"postId": "149... | null | [] | null | null | null | null | null |
1498381 | 1 | null | 2023-12-28T15:14:49.340 | 0 | 31 | <p>I've installed Ubuntu Server 22.04 on an old MacBook Pro 2010 i7 to use it as home server. Everything seams working properly, I'm able to connect to Mac via ssh but when I try to use it directly, login page doesn't appear when I open lid. Screen it's switched on, arrow is moving when I move mouse but nothing else ap... | 1756502 | null | null | 2023-12-28T15:14:49.340 | ubuntu server login doesn't appear when lid is open on a old MacBook Pro 201 | [
"server",
"22.04",
"suspend",
"macbook-pro",
"lid"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498383 | 1 | null | 2023-12-28T15:39:54.803 | 1 | 48 | <p>I set up postfix & dovecot using <a href="https://www.linuxbabe.com/mail-server/setup-basic-postfix-mail-sever-ubuntu" rel="nofollow noreferrer">this</a> and <a href="https://www.linuxbabe.com/mail-server/secure-email-server-ubuntu-postfix-dovecot" rel="nofollow noreferrer">this</a>. I can now receive mails OK. ... | 1756512 | null | null | 2023-12-28T15:39:54.803 | All SMTP mail goes through port 25 which is rejected by gmail and others | [
"postfix",
"smtp",
"mail-server"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498384 | 1 | null | 2023-12-28T15:49:16.380 | 0 | 57 | <p>I have installed Ubuntu desktop on my new Raspi 5 and when I finish setup, I'm just taken to the home screen with nothing on it, just the time and date. I was wondering how to add a taskbar/sidebar to it.</p>
<p>EDIT: just thought to say, I've tried installing it twice and nothing different happened either time.</p>... | 1756516 | 1756516 | 2023-12-28T15:50:23.040 | 2023-12-28T15:50:23.040 | How to add sidebar | [
"taskbar"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T16:28:51.720",
"id": "2624756",
"postId": "1498384",
"score": "0",
"text": "First of all, have you tried bumping the cursor over against the left edge of the screen to possibly show the side bar launcher? Also, is the ubuntu-desktop installed: `sudo apt update` and ... | null | [] | null | null | null | null | null |
1498385 | 1 | null | 2023-12-28T16:21:58.580 | 0 | 85 | <p>4 finger swipe up opens multitask window. How to disable this 4 finger swipe down in Ubuntu 22.04?</p>
<p><a href="https://i.stack.imgur.com/eMXwS.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/eMXwS.png" alt="4 finger swipe up opens multitask window" /></a></p>
<p>None of the gnome gesture exten... | 1756521 | 94914 | 2023-12-28T18:02:51.070 | 2023-12-28T18:02:51.070 | Ubuntu 22.04 disable multitouch for kiosk mode | [
"22.04",
"multi-touch",
"kiosk"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T18:31:05.817",
"id": "2624782",
"postId": "1498385",
"score": "0",
"text": "I would assume enabling \"edge scroll\" would disable it?",
"userDisplayName": null,
"userId": "15811"
}
] | null | [] | null | null | null | null | null |
1498386 | 1 | null | 2023-12-28T16:27:08.170 | 0 | 88 | <p>I am working on Ubuntu 22.04 from 3 months, almost all the applications among them Firefox, Visual Studio, app center... won't be opened just a few of them like chrome that works fine. I need help since all of my work is in my laptop.</p>
<p>When I open Firefox, It won't be lunched, and I tried to open it from the t... | 1756514 | 1756514 | 2023-12-29T10:30:10.417 | 2023-12-29T10:30:10.417 | No app want to opened? | [
"22.04",
"firefox",
"software-center"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T16:31:17.507",
"id": "2624758",
"postId": "1498386",
"score": "0",
"text": "Please add to your question which error message(s) occur. Best way to see them all is to open a terminal and open the application from there, e.g by calling `firefox` from the terminal.",
... | null | [] | null | null | null | null | null |
1498387 | 1 | 1498419 | 2023-12-28T16:41:33.897 | 1 | 60 | <p>I'm having a problem on <strong>Ubuntu 22.04</strong> with a window overflowing my screen. It happens with some applications only. I have for example <strong>PyCharm</strong> open on my system. Here, the window is outside my screen.</p>
<p><img src="https://i.stack.imgur.com/Z2xsB.png" alt="Pycharm open on my system... | 1756526 | 158442 | 2023-12-29T06:51:37.627 | 2023-12-29T06:51:37.627 | Application window overflows my screen, can't resize | [
"22.04",
"display",
"screen"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T06:52:35.057",
"id": "2624869",
"postId": "1498387",
"score": "1",
"text": "Please don't add \"solved\", etc. to the question. Marking your answer as accepted when you are able to is enough to consider the question solved.",
"userDisplayName": null,
"userId"... | {
"accepted": true,
"body": "<p>So, after playing around in the settings for hours, I found that I had increased the <strong>IDE UI font size</strong> which was set to <code>15px</code>. After setting it to <code>14px</code>, everything works as normal!</p>\n",
"commentCount": "0",
"comments": [],
"communityO... | [
{
"accepted": true,
"body": "<p>So, after playing around in the settings for hours, I found that I had increased the <strong>IDE UI font size</strong> which was set to <code>15px</code>. After setting it to <code>14px</code>, everything works as normal!</p>\n",
"commentCount": "0",
"comments": [],
... | null | null | null | null | null |
1498388 | 1 | null | 2023-12-28T16:50:30.190 | 1 | 108 | <p>I am using Ubuntu 22.04LTS on my GPD pocket 3.
The problem is that my login screen is upside-down.
I found this command: <code>sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config/</code> I tried typing it into the terminal, but it does nothing.</p>
<p>I am planning on editing this file: <code>/etc/gdm3/Init/Default... | 1756532 | 94914 | 2023-12-28T18:07:00.683 | 2023-12-28T18:07:00.683 | Login screen upside down | [
"login",
"screen"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T19:19:34.110",
"id": "2624786",
"postId": "1498388",
"score": "0",
"text": "https://askubuntu.com/questions/408302/rotated-monitor-login-screen-needs-rotation?answertab=scoredesc#tab-top",
"userDisplayName": null,
"userId": "289138"
},
{
"creationDat... | null | [] | null | null | null | null | null |
1498393 | 1 | null | 2023-12-28T18:54:05.950 | 0 | 91 | <p>I was following this tutorial <a href="https://thunderysteak.github.io/tl-wa901nd-basic-re" rel="nofollow noreferrer">Reverse Engineering TP-Link TL-WA901ND firmware and obtaining the filesystem</a> and even following the step by step you fall into an error</p>
<pre><code>unsquashfs TP_FS
FATAL ERROR: Can't find a v... | 481054 | 481054 | 2023-12-28T19:38:33.457 | 2023-12-28T19:38:33.457 | Error obtaining the filesystem using unsquash | [
"binary",
"squashfs"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T19:43:36.923",
"id": "2624789",
"postId": "1498393",
"score": "0",
"text": "sry, I already update",
"userDisplayName": null,
"userId": "481054"
},
{
"creationDate": "2023-12-29T01:52:42.903",
"id": "2624855",
"postId": "1498393",
"score":... | null | [] | null | null | null | null | null |
1498395 | 1 | null | 2023-12-28T19:34:02.733 | 0 | 34 | <p>A few months back, I attempted to dual boot my laptop with both Windows 10 and xUbuntu, to test out both and see which one I liked more. In the process, I believe I accidentally overrode the boot sector, and can only use xUbuntu now. After this process, according to gParted, there exists two "devices" on m... | 1756550 | null | null | 2023-12-28T19:34:02.733 | Restoring Windows Boot Sector/Hidden Partition after Dual Boot fail | [
"boot",
"dual-boot",
"partitioning"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T22:09:19.237",
"id": "2624811",
"postId": "1498395",
"score": "0",
"text": "You can only fix Windows issues with Windows repair tools. And this is an Ubuntu question & answer site. But this report can help see what is where. Please copy & paste the pastebin link to ... | null | [] | null | null | null | null | null |
1498396 | 1 | null | 2023-12-28T20:16:16.527 | 0 | 49 | <p>I bought Asus Zen screen and it was working fine then for one Python project I messed up the Nvidia and changed the graphic card from setting-> update software and changed to something like "x blah blah" Sorry for my language I do remember what I did it was long ago then I left my pc when I returned aft... | 1756561 | 1450948 | 2023-12-30T00:12:42.583 | 2023-12-30T00:12:42.583 | Ubuntu doesn't boot after i accidentally restarted while changing settings | [
"boot",
"dual-boot",
"nvidia-settings"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T21:51:10.067",
"id": "2624804",
"postId": "1498396",
"score": "0",
"text": "You might mention what version of Ubuntu. Maybe edit your question... Ubuntu (version) does not boot after Nvidia settings accident. If you know what Nvidia driver version, that would help. ... | null | [] | null | null | null | null | null |
1498397 | 1 | null | 2023-12-28T20:16:33.647 | 0 | 88 | <p>I have Lenovo N22 with integrated micro SD reader. It works under Windows but not Ubuntu.</p>
<p>I have tried</p>
<pre><code>sudo apt-get install --reinstall udisks2
</code></pre>
<p>and a restart but nothng has changed. The Micro SD Card Reader looks like it's being detected</p>
<pre><code>lspci
00:00.0 Host bri... | 1756553 | null | null | 2023-12-28T20:16:33.647 | Micro SD Card Reader not working on Lenovo N22 Ubuntu 22.04.3 LTS | [
"drivers",
"lenovo",
"sd-card"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498399 | 1 | null | 2023-12-28T20:27:08.313 | 0 | 46 | <p>I have a Ducky One2 SF that is connected to my laptop (ThinkPad X1 Carbon) running Ubuntu 22.04 with USB. The keyboard's RGB seem to be working fine, so it IS drawing power, but none of the keystrokes are registering.</p>
<p>The <code>lsusb</code> output looks as follows:</p>
<p><code>Bus 001 Device 012: ID 0416:012... | 257490 | 257490 | 2023-12-28T20:54:29.793 | 2023-12-28T20:54:29.793 | Ducky One2 SF not working on Ubuntu 22.04 LTS | [
"usb",
"22.04",
"keyboard"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498400 | 1 | null | 2023-12-28T20:40:09.500 | 0 | 48 | <p>New user here.</p>
<p>I dowloaded Android Studio today and finished installation and opened the window <code>"Welcome to Android Studio"</code>. I configured my theme and scrolled down to the part where it lets me set my IDE font size. I was playing around with settings and yes, it was stupid, but I accide... | 1756566 | 1756566 | 2023-12-28T20:46:40.633 | 2023-12-28T20:46:40.633 | Font Size 72 screwed up Studio | [
"fonts",
"bug-reporting",
"android-studio"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-01-11T03:59:57.663",
"id": "2627540",
"postId": "1498400",
"score": "0",
"text": "You've provided no release details; and only provide *generic* details as to what you did. When you *uninstall* a package you have the option to remove or keep configs; you don't mention whi... | null | [] | null | null | null | null | null |
1498402 | 1 | null | 2023-12-28T20:54:02.113 | 0 | 114 | <p>I'm running the Arduino IDE appimage on Ubuntu.</p>
<p><code>arduino-ide_2.1.1_Linux_64bit.AppImage</code> on Ubuntu 22.04.3 LTS.</p>
<p>I've 'installed' the appimage file in <code>~/.arduinoIDE/</code></p>
<p>I've made a .desktop file that looks like this:</p>
<pre><code>[Desktop Entry]
Name=Arduino IDE
Comment=Adr... | 1756567 | 1756567 | 2023-12-28T20:58:16.927 | 2023-12-28T20:58:16.927 | .desktop file for AppImage gets icon in Activities but not in Launcher | [
"22.04",
".desktop",
"desktop-icons",
"arduino",
"appimage"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498404 | 1 | null | 2023-12-28T21:37:16.490 | 0 | 68 | <p>Below is my pastebin. Please I need help</p>
<p><a href="https://pastebin.ubuntu.com/p/Y56W6kq5jx/" rel="nofollow noreferrer">https://pastebin.ubuntu.com/p/Y56W6kq5jx/</a></p>
| 1756577 | null | null | 2023-12-28T21:37:16.490 | I'm getting this and I've tried using boot repair minimal bash-like line editing is supported | [
"boot-repair"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T22:06:32.907",
"id": "2624810",
"postId": "1498404",
"score": "2",
"text": "Only current versions are supported here. Ubuntu 23.04 ‘Lunar Lobster’ ends in January of 2024\nhttps://discourse.ubuntu.com/t/lunar-lobster-release-notes/31910 Please install current 22.04.... | null | [] | null | null | null | null | null |
1498407 | 1 | null | 2023-12-28T22:25:20.380 | 0 | 125 | <p>I have a multi-monitor setup. I am using the iPad as another screen. I followed these instructions: <a href="https://www.omgubuntu.co.uk/2022/06/use-ipad-as-second-monitor-ubuntu-22-04" rel="nofollow noreferrer">https://www.omgubuntu.co.uk/2022/06/use-ipad-as-second-monitor-ubuntu-22-04</a></p>
<p>It is usable but, ... | 400598 | null | null | 2023-12-28T22:25:20.380 | Remote mouse pointer not rendering using RDP to connect iPad as a monitor for Ubuntu in extend mode | [
"multiple-monitors",
"remote-desktop",
"rdp",
"23.10",
"ipad"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498409 | 1 | null | 2023-12-28T22:31:14.880 | 0 | 108 | <p>I bought new the Buffalo NAS LS220D for about $200 recently, 2TB on two drives, for viewing across two Ubuntu PCs just for fun .mp4 video capture recorded off my gaming PC by OBS. DayZ, space games, Valheim, etc. All can be wiped anytime if needed, (and I like that sometimes - Fresh Starts!). Used my old Iphone f... | 1756580 | null | null | 2023-12-29T14:56:21.933 | Buffalo NAS LS220D on Ubuntu 23.10 | [
"games",
"nas",
"obs-studio"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-28T23:45:45.343",
"id": "2624832",
"postId": "1498409",
"score": "0",
"text": "You may have to set up SAMBA clients on both of your Ubuntu computers. Please add version number of the Ubuntu computers you have.",
"userDisplayName": null,
"userId": "68186"
},
... | null | [
{
"accepted": null,
"body": "<p>Setup Buffalo LS220D via my old Iphone, made password long, saved to phone, changed from default. Install SAMBA next. Ubuntu terminal:<br />\nsudo apt install samba -y<br />\nRestarted PC's. The gaming PC, restared twice. Old PC showed drive after one restart. The LS220D... | null | null | null | null | null |
1498412 | 1 | null | 2023-12-29T00:33:54.133 | 1 | 152 | <p>I have just reinstalled Ubuntu after messing things up with chown in root directory.</p>
<p>I'm trying to save a new mount point for second hdd. sdb1 partition is already formatted as ext4.</p>
<p>The problem began when root directory on sda2 was running out of storage. I thought I had dropbox and megasync installed... | 1257394 | 19626 | 2023-12-29T01:25:38.663 | 2023-12-29T11:37:04.360 | Where and how should I mount second hdd so that it doesn't use root storage | [
"mountpoint"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T03:30:36.083",
"id": "2624860",
"postId": "1498412",
"score": "1",
"text": "See the \"Original Answer\" part of [this answer](https://askubuntu.com/questions/282831/do-i-need-intel-smart-response-when-installing-ubuntu/282903#282903) for one way of doing it. If your... | null | [
{
"accepted": null,
"body": "<p>Your question includes some fundamental misunderstandings about how mount points and storage works.</p>\n<p>The output of lsblk may be confusing when you are looking at disk space use and directory structure. The directories listed in lsblk may not be current or correct and ... | null | null | null | null | null |
1498413 | 1 | null | 2023-12-29T00:44:51.043 | 0 | 54 | <p>I have a computer with rear and front audio input, on the back I have speakers and on the front input I have headphones.</p>
<p>The problem is the following:
When I plug the headphones into the front the speakers stop making sound, and when I plug the headphones in I can only hear the headphones.</p>
| 1756597 | null | null | 2023-12-29T21:06:30.953 | problem with audio | [
"sound"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T01:11:03.693",
"id": "2624845",
"postId": "1498413",
"score": "2",
"text": "You've not provided any OS/release details; why not tell us, or are you hoping we guess? I have hardware that does this internally (ie. regardless of OS, doing it in Ubuntu and Windows equ... | null | [
{
"accepted": null,
"body": "<p>This sounds like it is working as designed. Typically people switch between speakers and headphones. Ubuntu by default makes headphones the highest priority output, so plugging in headphones automatically switches the default audio output target to the headphones, and unplu... | null | null | null | null | null |
1498430 | 1 | null | 2023-12-29T08:03:09.203 | 0 | 25 | <p>I need help in stalling ubuntu it says sgx disabled by bios and will not boot</p>
| 1756648 | null | null | 2023-12-29T08:03:09.203 | I can see my SSD in my bios but it still won't let me install ubuntu | [
"system-installation"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T08:04:54.137",
"id": "2624877",
"postId": "1498430",
"score": "0",
"text": "You've provided no Ubuntu product & release details; so we don't know what you're asking about. Ubuntu offers many ISO choices for its various products, with some having multiple ISO downloa... | null | [] | null | null | 2023-12-29T15:23:54.160 | null | null |
1498432 | 1 | null | 2023-12-29T08:44:24.030 | 0 | 29 | <p>When I double click a zip file in Dolphin I get the error:</p>
<pre><code>Could not open file:///tmp/test.zip
Cannot find a plugin which is able to handle the document being passed
</code></pre>
<p>Don't remember when this error began to popup. But I could open zip files before.
What must be updated or installed to ... | 572615 | null | null | 2023-12-29T08:44:24.030 | Cannot find a plugin which is able to handle the document being passed | [
"dolphin",
"zip"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T11:43:22.677",
"id": "2624897",
"postId": "1498432",
"score": "0",
"text": "What do you get if you run from the command line `file /tmp/test.zip`",
"userDisplayName": null,
"userId": "1256089"
},
{
"creationDate": "2023-12-29T12:06:30.397",
"id":... | null | [] | null | null | null | null | null |
1498433 | 1 | null | 2023-12-29T09:18:32.670 | 0 | 174 | <p>My purpose is to play music from a le audio cell phone, and it will be transported to a le audio device.</p>
<p>BTW, my Ubuntu version is 23.10.</p>
<p>I connected a controller device which supports LE Audio by UART, then</p>
<pre><code>bluetoothctl
Waiting to connect to bluetoothd...[bluetooth]# hci0 new_settings:... | 1756657 | 1450948 | 2023-12-30T00:13:38.967 | 2024-02-26T15:04:29.537 | LE audio doesn't work with bluez5.71 on ubuntu | [
"bluetooth",
"23.10",
"bluez"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498435 | 1 | null | 2023-12-29T09:29:52.880 | 0 | 66 | <p>I am running Lubuntu 23.04 on /dev/sda3, and it's working well. However, my Windows partition (/dev/sda2) is corrupted. As I don't have access to USB or DVD, I extracted a Windows 10 32-bit ISO to an NTFS partition (/dev/sda4) using gnome-disk-utility. Now, I want to boot from this partition to install Windows on /d... | 1756663 | 1756663 | 2023-12-29T09:34:48.083 | 2023-12-29T09:34:48.083 | How to Install Windows from Extracted ISO on NTFS Partition with Grub2" | [
"dual-boot",
"partitioning",
"grub2",
"mount",
"windows"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T09:55:41.833",
"id": "2624889",
"postId": "1498435",
"score": "0",
"text": "Does [this question and comments](https://askubuntu.com/questions/1428568/make-a-hdd-partition-bootable-from-ubuntu-live) help?",
"userDisplayName": null,
"userId": "307670"
},
{... | null | [] | null | null | null | null | null |
1498437 | 1 | null | 2023-12-29T10:28:22.760 | 0 | 38 | <p>In a dual boot system, I have a directory which can be access by Ubuntu also. Folders can be created, files can be renamed and files can be copied from, but whenever I try to paste or save any file in this directory, it is saved/pasted as an empty file (0 byte). Can I know its solution please?</p>
<p>Please see the ... | 1674692 | 94914 | 2023-12-29T10:35:17.727 | 2023-12-29T10:35:17.727 | Files reduce to zero byte(empty) whenever I paste it or save it in a particular partition | [
"boot",
"dual-boot",
"partitioning",
"grub2",
"mount"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498440 | 1 | null | 2023-12-29T11:28:55.613 | 1 | 89 | <p>Sorry if this is the wrong place to ask.</p>
<p>I am currently attempting to use a program called Ettercap to initiate a man in the middle attack (within my own network, in case I need to specify.). In this case I am attempted to use this program to initiate an ARP poisoning attack between my laptop and my router</p... | 1756685 | null | null | 2023-12-29T11:28:55.613 | Issues with ARP poisoning using ettercap | [
"networking",
"security"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T11:50:16.137",
"id": "2624898",
"postId": "1498440",
"score": "0",
"text": "Welcome to AskUbuntu! The question you have posted is a non-Ubuntu flavor question, which means the question does not come under this community. Kindly share your question in other Stack lik... | null | [] | null | null | 2023-12-29T21:19:37.093 | null | null |
1498443 | 1 | null | 2023-12-29T12:28:31.710 | 0 | 460 | <p>In 23.10 <code>systemctl suspend-then-hibernate</code> results in</p>
<pre><code>Call to SuspendThenHibernate failed: Sleep verb "suspend-then-hibernate" not supported
</code></pre>
<p>but <code>systemctl hibernate</code> works just fine and as expected.
I have a <code>/etc/systemd/sleep.conf.d/sleep_overr... | 1756693 | 1756693 | 2023-12-29T16:29:57.590 | 2023-12-29T16:29:57.590 | How to enable suspend-then-hibernate when hibernate works in 23.10 | [
"suspend",
"power-management",
"hibernate",
"23.10"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T14:06:45.617",
"id": "2624917",
"postId": "1498443",
"score": "0",
"text": "Good suggestion, but I've tried that already to no avail.",
"userDisplayName": null,
"userId": "1756693"
},
{
"creationDate": "2023-12-29T15:33:26.603",
"id": "2624927",
... | null | [] | null | null | null | null | null |
1498445 | 1 | null | 2023-12-29T13:24:49.410 | 0 | 101 | <p>I have one build-in, one screen (NDMI1) and one projector (HDMI2) for audio output.
All are selectable in Ubuntu's graphics settings (22.04) and work perfectly.</p>
<p><a href="https://i.stack.imgur.com/Vcsjq.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/Vcsjq.png" alt="enter image description h... | 1546542 | 1546542 | 2023-12-29T14:21:36.363 | 2023-12-29T14:21:36.363 | pactl do not found all my output audio | [
"sound",
"pulseaudio",
"alsa",
"hdmi"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1498446 | 1 | null | 2023-12-29T13:25:45.427 | 0 | 37 | <p>My Sony Vaio (Ubuntu 22.04.3) has worked with my BT Hub for years, but it's now displaying 'Activation of network connection failed' and will not connect. The computer sees the network and attempts the connection, but never succeeds. The password is correct and other devices still connect to the BT Hub. The compute... | 1154043 | 94914 | 2023-12-30T13:10:38.690 | 2023-12-30T13:10:38.690 | Previously good WiFi fails to connect | [
"networking",
"wireless",
"router"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T14:08:02.677",
"id": "2624918",
"postId": "1498446",
"score": "3",
"text": "What is a BT hub? Bathtub? Bluetooth? Bahama Telecom?",
"userDisplayName": null,
"userId": "68186"
},
{
"creationDate": "2023-12-29T18:15:13.517",
"id": "2624948",
"... | null | [] | null | null | null | null | null |
1498451 | 1 | 1500015 | 2023-12-29T14:44:54.737 | 0 | 351 | <p>This is a strange one. On a fresh install of Ubuntu 23.10 (and Desbian 12, Pop os) I'm getting 40MB/s with ssh-benchmark snap, while on my old laptop with a cheap SATA SSD I'm getting 90MB/s.
Any ideas on how to tackle this issue?</p>
<p>EDIT: On manjaro it's around 4500MB/s</p>
<p>Thanks :)</p>
<p>My hardware is Ry... | 1003997 | 1003997 | 2023-12-29T15:04:06.197 | 2024-01-14T01:22:37.553 | NVME SSD is slow on Ubuntu 23.10 | [
"nvme",
"23.10"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T14:52:01.490",
"id": "2624921",
"postId": "1498451",
"score": "0",
"text": "Have you updated UEFI & SSD firmware to latest available? Some settings that still apply: https://askubuntu.com/questions/1284302/is-it-possible-to-make-ubuntu-20-04-boot-faster",
"userD... | {
"accepted": true,
"body": "<p>Answer was found <a href=\"https://superuser.com/questions/610827/identifying-cause-for-really-slow-write-speed-on-ssd-during-install\">HERE</a></p>\n<p>Basically the issue is with the <code>barrier</code> flag for ext4 under Debian based distros</p>\n",
"commentCount": "0",
"com... | [
{
"accepted": true,
"body": "<p>Answer was found <a href=\"https://superuser.com/questions/610827/identifying-cause-for-really-slow-write-speed-on-ssd-during-install\">HERE</a></p>\n<p>Basically the issue is with the <code>barrier</code> flag for ext4 under Debian based distros</p>\n",
"commentCount": "... | null | null | null | null | null |
1498457 | 1 | null | 2023-12-29T16:55:38.870 | 0 | 203 | <p>W: <a href="http://deb.anydesk.com/dists/all/InRelease" rel="nofollow noreferrer">http://deb.anydesk.com/dists/all/InRelease</a>: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.</p>
| 895255 | 94914 | 2023-12-30T12:15:31.943 | 2024-02-12T12:13:58.273 | how do i remove this any-desk key? | [
"apt",
"anydesk"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T21:21:25.453",
"id": "2624973",
"postId": "1498457",
"score": "2",
"text": "Does this answer your question? [What commands (exactly) should replace the deprecated apt-key?](https://askubuntu.com/questions/1286545/what-commands-exactly-should-replace-the-deprecated-a... | null | [] | null | null | null | null | null |
1498463 | 1 | null | 2023-12-29T18:09:30.597 | 0 | 160 | <p>I installed <strong>Lubuntu 22.04.3 LTS</strong> on my HDD drive and now want to install it on an SSD drive instead. My laptop is Samsung 300E4A (BIOS version 09QA).</p>
<p>I used <strong>Startup Disk Creator</strong> to write <code>lubuntu-22.04.3-desktop-amd64.iso</code> to my 64 GB SD card. When I reboot my lapto... | 1756719 | 767056 | 2023-12-29T18:24:35.020 | 2023-12-29T19:50:59.023 | Bootable SD Card Doesn't Show Up in BIOS | [
"boot",
"grub2",
"lubuntu",
"bios",
"sd-card"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>You created a new EFI-bootable disk (SD card), and your BIOS is configured to use legacy (MBR) boot. That doesn't work.</p>\n<p>You have to decide if you want your machine to use EFI boot from now on (and keep using that SD card), but that will affect all other systems that y... | null | null | null | null | null |
1498468 | 1 | null | 2023-12-29T19:03:43.543 | 0 | 36 | <p>I was just using ifconfig and dhcpcd then my wifi connection just dissapeared. Went into settings and it just said: NetworkManager not running. I tried multiple different commands and it would not work. The only thing i did is do ifconfig, then do dhcpcd then my wlan. Nothing else.</p>
<p>ifconfig
<em>my connections... | 1747902 | null | null | 2023-12-29T19:03:43.543 | Internet Problem. NetworkManager | [
"wireless",
"network-manager",
"internet",
"23.04",
"dhcpd"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T20:03:42.657",
"id": "2624961",
"postId": "1498468",
"score": "0",
"text": "does this problem persist following a reboot?",
"userDisplayName": null,
"userId": "884673"
},
{
"creationDate": "2023-12-29T21:21:17.457",
"id": "2624972",
"postId":... | null | [] | null | null | null | null | null |
1498475 | 1 | null | 2023-12-29T20:05:09.500 | 0 | 27 | <p>In the lastest Ubuntu (20.04+) when I'm typing accents in Spanish, they are working as in MacOS:</p>
<p><a href="https://i.stack.imgur.com/LjZOJ.gif" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/LjZOJ.gif" alt="enter image description here" /></a></p>
<p>I'm not comfortable with this behavior. Is po... | 6776 | null | null | 2023-12-29T20:05:09.500 | Recovery the previous Ubuntu behavior for typing accents | [
"keyboard"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T21:00:16.263",
"id": "2624967",
"postId": "1498475",
"score": "0",
"text": "what keyboard layout are you using? Do you have those characters on the keyboard? The ones on the bottom I tend to type using ALT with 3 digits on a standard US kbd ;) would the RightAlt m... | null | [] | null | null | null | null | null |
1498476 | 1 | null | 2023-12-29T20:24:08.447 | 0 | 34 | <p>I installed Windows 11 and Ubuntu 22.03 to my system. My system has 2 seperated disk, so I installed them into different disks. I firstly installed windows to my second disk, after that I installed Ubuntu to my first disk. When I boot my computer both options is available, but when I try to run Windows sometimes it ... | 1175170 | null | null | 2023-12-29T20:24:08.447 | Dualbooting Problem | [
"boot",
"dual-boot"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-30T00:59:50.607",
"id": "2624990",
"postId": "1498476",
"score": "0",
"text": "You could try, open a yahoo search, copy/paste - error: file '/efi/Microsoft/Boot/bootmgfw.efi' not found error . That search will lead you back to a askubuntu answer. I bet you need to turn... | null | [] | null | null | null | null | null |
1498477 | 1 | 1503043 | 2023-12-29T20:37:45.243 | 0 | 36 | <p>Just ran across byobu and being a screen and tmux user I thought I'd give it a try as it already does a number of things I hack together in screen and tmux and it looks pretty well thought through. However, when I open new sessions or splits, basically anything that launches a new command prompt, it isn't creating ... | 1756771 | null | null | 2024-02-09T22:13:35.247 | how to get byobu to open splits as a login shell (bash --login) | [
"byobu"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Ah! The answer seems to be to add</p>\n<pre><code>set -g default-command '/bin/bash --login'\n</code></pre>\n<p>to $BYOBU_CONFIG_DIR/.tmux.conf</p>\n<p>Once that's added then new sessions appear to be started as login shells for tmux sessions.</p>\n<p>(from the byobu man page - BYOB... | [
{
"accepted": true,
"body": "<p>Ah! The answer seems to be to add</p>\n<pre><code>set -g default-command '/bin/bash --login'\n</code></pre>\n<p>to $BYOBU_CONFIG_DIR/.tmux.conf</p>\n<p>Once that's added then new sessions appear to be started as login shells for tmux sessions.</p>\n<p>(from the byobu man pag... | null | null | null | null | null |
1498478 | 1 | null | 2023-12-29T20:45:50.497 | 0 | 28 | <p>I'm prototyping a device with a high frame rate USB3 camera (Allied Vision), which has a proprietary Linux driver. Testing it on Ubuntu Desktop shows occasional glitches. This is probably due to a large number of OS processes running in the background, which are not needed for my application. Using Ubuntu Server or ... | 185887 | null | null | 2023-12-29T20:45:50.497 | Looking for embedded Ubuntu for a headless device with a camera and network | [
"boot",
"usb",
"camera",
"embedded-system"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-29T20:56:13.943",
"id": "2624965",
"postId": "1498478",
"score": "0",
"text": "Helpful discussion of issues around adding drivers to an Ubuntu Core system: https://forum.snapcraft.io/t/best-practice-of-adding-a-device-driver-for-ubuntu-core/5424 . The key point is that... | 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.