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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1490189 | 1 | null | 2023-10-24T09:38:37.300 | 0 | 18 | <p>I have a T14 Thinkpad with "Hybrid Infrared (IR) & HD720p with ThinkShutter". That is, it actually has 2 cameras. One for B&W and one for color. Same as in mobile phones.</p>
<p>The builtin <code>cheese</code> app can't combine their outpots (to get better image). Is there something I can do? Are t... | 1602500 | null | null | 2023-10-24T09:38:37.300 | Integrate B&W & color cameras | [
"camera"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490190 | 1 | 1490195 | 2023-10-24T09:41:35.013 | 1 | 115 | <p>By using <code>sudo mount -t squashfs -o ro ./fingrom.snap ./tmp</code> I've been able to run the app inside. But in case of installing it from Discover, the button "Run" does nothing. How can it be resolved? Thanks in advance!</p>
<p>It's been generated from Flutter project by using <code>snapcraft</code>... | 714418 | 714418 | 2023-10-24T10:42:08.083 | 2023-10-24T10:54:13.540 | Snap is not executable after installation | [
"snap"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T10:28:32.203",
"id": "2610349",
"postId": "1490190",
"score": "0",
"text": "Why don't you use `sudo snap install <name>.snap --dangerous`?",
"userDisplayName": null,
"userId": "1592865"
},
{
"creationDate": "2023-10-24T10:38:02.683",
"id": "26103... | {
"accepted": true,
"body": "<p>The missing <code>libgtk-3.so.0</code> is because you have no <code>stage-packages</code> mentioned. You'd need, at minimum:</p>\n<pre class=\"lang-yaml prettyprint-override\"><code>parts:\n app-finance:\n source: .\n plugin: flutter\n build-packages: [libgtk-3-dev, ninja-... | [
{
"accepted": true,
"body": "<p>The missing <code>libgtk-3.so.0</code> is because you have no <code>stage-packages</code> mentioned. You'd need, at minimum:</p>\n<pre class=\"lang-yaml prettyprint-override\"><code>parts:\n app-finance:\n source: .\n plugin: flutter\n build-packages: [libgtk-3-dev... | null | null | null | null | null |
1490191 | 1 | null | 2023-10-24T10:15:49.193 | 0 | 116 | <p>Since the bash_history file saves only the last n commands, I'd like to create a file that has the entire history of all the commands ever entered in the system.</p>
<pre><code>history > textfile.txt
</code></pre>
<p>saves the last 1000 commands to a text file. Is there a way to regularly and automatically back u... | 1740993 | 94914 | 2023-10-24T10:22:58.810 | 2023-10-24T10:44:17.017 | Is there a way to regularly backup terminal history to a textfile? | [
"20.04",
"bash",
"backup",
"bash-history"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T15:39:00.447",
"id": "2610418",
"postId": "1490191",
"score": "2",
"text": "Does this answer your question? [Bash history handling with multiple terminals](https://askubuntu.com/questions/80371/bash-history-handling-with-multiple-terminals)",
"userDisplayName": ... | null | [
{
"accepted": null,
"body": "<p>I have a better option, <a href=\"https://github.com/atuinsh/atuin\" rel=\"nofollow noreferrer\">Atuin</a>, which stores your shell history in a SQLite database. You can still use the up arrow and CTRL+R to search your shell history, though.</p>\n<p>In addition, Atuin enables... | null | null | null | null | null |
1490192 | 1 | 1491243 | 2023-10-24T10:29:26.993 | 0 | 68 | <p>In particular, I would like to disable the <code>initramfs-tools</code> trigger.</p>
<p>I have a script to configure and build the initramfs that I want (which involves multiple kernels), but part of this involves adding and removing various packages, which all trigger a build early.</p>
<blockquote>
<p>Processing t... | 87531 | null | null | 2023-11-02T11:44:52.320 | Is there a way to skip a particular trigger during apt operations? | [
"apt",
"dpkg",
"initramfs"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>The triggers are stored in <code>/var/lib/dpkg/triggers/</code>. Deleting the relevant script will prevent it from running.</p>\n<p>Note that updating the package it belongs to will restore the trigger.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
... | [
{
"accepted": true,
"body": "<p>The triggers are stored in <code>/var/lib/dpkg/triggers/</code>. Deleting the relevant script will prevent it from running.</p>\n<p>Note that updating the package it belongs to will restore the trigger.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedD... | null | null | null | null | null |
1490196 | 1 | null | 2023-10-24T11:00:17.930 | 0 | 123 | <p>The purpose of this is I'm looking into ways to give a confirmation input in python subprocesses. But rather than asking for an extended list, which I would wonder if it's off-topic, is there a way to search through Linux commands to see which have a confirmation option? A dynamical approach I think could check all ... | 1321293 | 1321293 | 2023-10-24T15:01:13.987 | 2023-10-24T15:01:13.987 | Is there a way to find out which commands have a confirmation option? | [
"software-recommendation"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>One way is to search the man pages installed on the system for <code>-y</code> like so:</p>\n<pre><code>man -wK -- "-y"\n</code></pre>\n<p>... that will print the paths to man pages which contain <code>-y</code> in their text and the man pages names are pretty descr... | null | null | null | null | null |
1490197 | 1 | null | 2023-10-24T11:02:28.193 | 0 | 117 | <p>For quite a month now, I have the issue that my notebook screen randomly gets almost black. By almost I mean the content is still visible but hard to see. It seems like the backlight of the panel is switched off.
My current workaround is to change the resolution back and forth because this recovers the backlight of ... | 1740992 | null | null | 2023-10-24T11:02:28.193 | Screen randomly gets almost black on Ubuntu 22.04 - 3 to 4 times a day | [
"22.04",
"screen",
"backlight"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490199 | 1 | null | 2023-10-24T11:10:37.923 | 0 | 182 | <p>I am using <a href="https://www.congatec.com/de/produkte/pico-itx/conga-pa7/" rel="nofollow noreferrer">this board</a> from congatec, and i am using Ubuntu 22.04.</p>
<p>I am trying to set the Ethernet MTU to 9000. Using this command i can see the max Ethernet MTU is 9000:</p>
<pre><code>ip -d link list
</code></pre... | 1740970 | 1740970 | 2023-10-30T14:07:07.997 | 2023-11-08T15:11:40.553 | Ethernet MTU problem with Intel Elkhart Lake Platform | [
"networking",
"ethernet",
"intel"
] | 1 | 9 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T13:25:58.673",
"id": "2610388",
"postId": "1490199",
"score": "0",
"text": "what does this output show: `sudo lshw -c network`",
"userDisplayName": null,
"userId": "862145"
},
{
"creationDate": "2023-10-30T14:08:34.867",
"id": "2611627",
"pos... | null | [
{
"accepted": null,
"body": "<p>According to this <a href=\"http://www.microhowto.info/howto/change_the_mtu_of_a_network_interface.html\" rel=\"nofollow noreferrer\">note</a> the <code>SIOCSIFMTU: Invalid argument</code> error message</p>\n<blockquote>\n<p>indicates that the requested MTU was rejected by th... | null | null | null | null | null |
1490200 | 1 | null | 2023-10-24T11:28:31.627 | 2 | 408 | <p>I'm using Ubuntu 23.10 x64 Desktop and the experience so far has been great, but I have an issue with the login screen: it renders at 100% DPI instead of the 200% DPI that I have setup in the system settings. I'm using a 4K monitor which makes it very difficult to read text.</p>
<p>Is there a way to force the login ... | 265449 | null | null | 2023-10-24T11:44:46.877 | Ubuntu 23.10 Desktop - Login Screen uses 100% DPI instead of 200% | [
"nvidia",
"login",
"display-resolution"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Problem solved. This command did the trick:</p>\n<p><code>sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config/monitors.xml</code></p>\n<p>Source: <a href=\"https://askubuntu.com/questions/12998/how-to-change-the-screen-resolution-for-the-gdm-login-screen\">How to change the ... | null | null | null | null | null |
1490204 | 1 | null | 2023-10-24T11:46:39.453 | 0 | 19 | <p>Recently I updated my system running Ubuntu Mate 22.04. Now neither of the ports are working, nor am I able to access virtual keyboard. On top of that, I can't see <em>Snap Store</em> in the laptop. My built-in keyboard doesn't work, so I had to use an external keyboard.</p>
| 1741012 | 1684306 | 2023-10-25T02:49:09.040 | 2023-10-25T02:49:09.040 | Laptop port not working | [
"virtual-console",
"snap-store",
"viewports"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490206 | 1 | null | 2023-10-24T11:48:51.203 | 0 | 15 | <p>I am using Ubuntu 22.10 x64 in Digitalocean droplet.
When i try to the step to install playwright dependency, it keeps getting an error.</p>
<pre><code>root@ubuntu-openai-v1:~# playwright install-deps
Installing dependencies...
Ign:1 http: //mirrors.digitalocean.com/ubuntu kinetic InRelease
Ign:2 http: //mirrors.dig... | 1741014 | 1066942 | 2023-10-24T11:57:28.207 | 2023-10-24T11:57:28.207 | Playwright Dependency Installation error in Ubuntu? | [
"apt",
"server",
"updates",
"22.10"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T11:50:52.757",
"id": "2610362",
"postId": "1490206",
"score": "1",
"text": "Ubuntu 22.10 (along with all flavors) is *End-of-Life* and thus unsupported on this site (https://askubuntu.com/help/on-topic), and many other Ubuntu sites, unless your question is specific ... | null | [] | null | null | 2023-10-25T04:01:20.427 | null | null |
1490207 | 1 | null | 2023-10-24T11:52:36.450 | 0 | 56 | <p>After foolishly installing multiple desktop environments alongside my Gnome setup, including Xfce, Unity, and Cinnamon, I get an error message in my terminal whenever I execute any command or even open it:</p>
<p><code>ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared ... | 1741003 | null | null | 2023-10-24T11:52:36.450 | ld.so error requesting libgtk3-nocsd.so.0, but windows get double titlebars if I install it | [
"gnome",
"unity",
"gtk3",
"titlebar",
"csd"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490208 | 1 | null | 2023-10-24T12:07:27.363 | 0 | 68 | <p>I'm using xubuntu 22.04.2 with live persistence and it's working fine except for a few things.
Does anyone know why xubuntu live persistence doesn't save some settings? Mainly desktop environment such as wallpapers, dpi scaling</p>
<p>It works just fine saving files etc.. I tried other distro such as mint with live ... | 1490525 | null | null | 2023-10-24T12:07:27.363 | Xubuntu 22.04 not saving desktop settings in persistence | [
"xubuntu",
"themes",
"settings",
"desktop-background",
"persistence"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T13:17:23.937",
"id": "2610387",
"postId": "1490208",
"score": "1",
"text": "I could not download Xubuntu 22.04.2 but downloaded the current **Xubuntu 22.04.3** iso file and made a persistent live drive with [mkusb](https://help.ubuntu.com/community/mkusb) using the ... | null | [] | null | null | null | null | null |
1490209 | 1 | null | 2023-10-24T12:11:50.993 | 0 | 285 | <p>I am using a Fujitsu Esprimo E920 as a server. It is nice and quiet but controlling the fans seems tricky. There are two 4-pin fan headers (and a third not populated) that have the CPU fan and a case fan connected. There is a setting in the BIOS for normal or performance mode, in normal mode the fans don't run and t... | 1072056 | null | null | 2023-10-24T12:11:50.993 | Fujitsu Esprimo E920 fan control | [
"fancontrol",
"sensors"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-02T12:21:54.527",
"id": "2612323",
"postId": "1490209",
"score": "0",
"text": "Can you add the output of `sensors-detect`?",
"userDisplayName": null,
"userId": "141465"
},
{
"creationDate": "2023-11-03T16:59:59.207",
"id": "2612627",
"postId": "... | null | [] | null | null | null | null | null |
1490210 | 1 | 1490368 | 2023-10-24T12:25:09.247 | 3 | 91 | <p>I recently acquired a website that runs on <code>Contao CMS version 3.5.40</code> which I have to upgrade to the latest Contao version. I am using <code>Ubuntu 20.04.6 LTS (Focal Fossa) on VirtualBox 7</code>, <code>PHP 5.6</code> and <code>MySQL version 5.7</code>.</p>
<p>First I need to get the website working nor... | 1741009 | 1157209 | 2023-10-25T17:03:19.520 | 2023-10-25T17:03:19.520 | Website not connected with database on Ubuntu 20.04.6 LTS (Focal Fossa)? | [
"server",
"apache2",
"mysql",
"php"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T12:38:38.043",
"id": "2610379",
"postId": "1490210",
"score": "0",
"text": "@guiverc sorry for the confusion. I am using Ubuntu 20.04 LTS (Focal Fossa) downloaded straight from the ubuntu site",
"userDisplayName": null,
"userId": "1741009"
},
{
"crea... | {
"accepted": true,
"body": "<p>Looks like your system is missing the <code>mysql_connect()</code> function. You didn't mention it in your post but I suppose you used <code>ppa:ondrej/php</code> repository to install the <code>php5.6</code>. In this case, installing <code>php5.6-mysql</code> package should fix your... | [
{
"accepted": true,
"body": "<p>Looks like your system is missing the <code>mysql_connect()</code> function. You didn't mention it in your post but I suppose you used <code>ppa:ondrej/php</code> repository to install the <code>php5.6</code>. In this case, installing <code>php5.6-mysql</code> package should ... | null | null | null | null | null |
1490213 | 1 | 1490224 | 2023-10-24T12:37:06.947 | 3 | 107 | <p>On typing <code>sudo lshw -c memory</code> I get a memory UNCLAIMED:</p>
<pre><code> *-memory UNCLAIMED
description: Memory controller
product: Sunrise Point-LP PMC
vendor: Intel Corporation
physical id: 1f.2
bus info: pci@0000:00:1f.2
version: 21
width: 32 bits
clock: 33MHz (30.3ns)
conf... | 1740611 | 1066942 | 2023-10-24T13:56:24.747 | 2023-10-24T17:13:31.127 | Memory controller unclaimed in Ubuntu 22.04.3 LTS | [
"drivers",
"22.04",
"hardware",
"ram"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>I got a similar result on my server running <code>sudo lshw -c memory</code>:</p>\n<pre><code> *-memory UNCLAIMED\n description: Memory controller\n product: Atom Processor C3000 Series Power Management Controller\n vendor: Intel Corporation\n physical id: 1f... | [
{
"accepted": true,
"body": "<p>I got a similar result on my server running <code>sudo lshw -c memory</code>:</p>\n<pre><code> *-memory UNCLAIMED\n description: Memory controller\n product: Atom Processor C3000 Series Power Management Controller\n vendor: Intel Corporation\n physica... | null | null | null | null | null |
1490216 | 1 | null | 2023-10-24T13:24:58.107 | 1 | 231 | <p>I have a computer without internet connection and I would like to manually set the system time. I've tried running <code>timedatectl set-time</code>, but I get</p>
<pre><code>Failed to set time: Automatic time synchronization is enabled
</code></pre>
<p>While this is true, the NTP server is not available, so the tim... | 1092047 | null | null | 2023-10-24T13:24:58.107 | Manually set system time while NTP sync is on | [
"time",
"ntp"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T20:12:54.863",
"id": "2610482",
"postId": "1490216",
"score": "0",
"text": "Is it that you cannot connect to an NTP server specifically? Or is it that you cannot connect to any of the NTP servers out there? There are many servers out there to choose from. Those c... | null | [] | null | null | null | null | null |
1490217 | 1 | null | 2023-10-24T13:28:33.837 | 0 | 27 | <p>I do not understand why the icon suddenly started to blink.</p>
<p>App: x2goclient</p>
<p>Ubuntu: 22.04</p>
<p><a href="https://i.stack.imgur.com/9eaOj.gif" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/9eaOj.gif" alt="Ubuntu icon blinks" /></a></p>
<p>Tried to refresh icon cache.</p>
<p>Not sure wha... | 1154526 | null | null | 2023-10-24T14:02:13.340 | Dock icon started to blink | [
"22.04"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Lesson learned: Allways check for the latest change made. I installed the AppImageLauncher lite, instead of the full version.</p>\n<p><a href=\"https://github.com/TheAssassin/AppImageLauncher/releases\" rel=\"nofollow noreferrer\">https://github.com/TheAssassin/AppImageLaunch... | null | null | null | null | null |
1490218 | 1 | null | 2023-10-24T13:36:40.940 | 0 | 152 | <p>When you right-click an application in the application menu, there is an option to hide the app icon from the application menu (but not to delete it). Now how do I unhide the icon? As far as I know, the "Hide" feature is not a part of GNOME and surely is an extension, but there is no installed extension vi... | 1717500 | null | null | 2023-12-08T16:48:55.737 | How to unhide hidden applications in application menu | [
"gnome",
"gnome-shell",
"gnome-shell-extension",
"23.10"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-08T16:03:13.283",
"id": "2620059",
"postId": "1490218",
"score": "0",
"text": "I have provided an answer for an extension that provides a *Hide* option, but we cannot be sure that this is actually the extension you have installed without more info. Can you please [edit... | null | [
{
"accepted": null,
"body": "<p>Ubuntu 23.10, which comes with GNOME 45 installed, does not have by default a <em>Hide</em> option in the right-click menu of an application. An extension that provides this option, however, is <a href=\"https://extensions.gnome.org/extension/5895/app-hider/\" rel=\"nofollow ... | null | null | null | null | null |
1490220 | 1 | 1490229 | 2023-10-24T13:45:10.257 | 7 | 4485 | <p>I have a remote machine I need to keep an eye on. It's running Ubuntu Studio 22.04 (KDE Plasma). A few weeks ago it crashed and journalctl showed a "Bug" that occurred a couple minutes before the crash. So I wrote a simple script that follows journalctl and if the word "Bug" appears it sends a wa... | 1736223 | 1438484 | 2023-10-25T01:36:32.320 | 2023-12-18T07:42:22.523 | This simple script chewed up a lot of CPU, why? | [
"scripts",
"performance",
"cpu"
] | 1 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T13:50:25.913",
"id": "2610392",
"postId": "1490220",
"score": "5",
"text": "Just curious: what did you think this script will do? There's a file being redirected to `mutt` which otherwise isn't mentioned in the script at all, so are you just sending yourself the sam... | {
"accepted": true,
"body": "<p>Please, change your script to something like:</p>\n<pre><code>#!/bin/bash\njournalctl --follow | grep --line-buffered -i bug | while read -r ; do\n mutt -s "ALERT - AirchainPC may be in TROUBLE" -- 'myemail@gmail.com' < bug_issued_by_journalctl.txt\ndone\n</code></pre>\... | [
{
"accepted": true,
"body": "<p>Please, change your script to something like:</p>\n<pre><code>#!/bin/bash\njournalctl --follow | grep --line-buffered -i bug | while read -r ; do\n mutt -s "ALERT - AirchainPC may be in TROUBLE" -- 'myemail@gmail.com' < bug_issued_by_journalctl.txt\ndone\n</code... | null | null | null | null | null |
1490223 | 1 | null | 2023-10-24T13:51:19.200 | 0 | 240 | <p>In Ubuntu 22.04.2 I am trying to add an previously existing USB-Ethernet adapter as follows:</p>
<p><a href="https://i.stack.imgur.com/DqD6G.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/DqD6G.png" alt="enter image description here" /></a></p>
<p>but when I click on "Apply" it is not a... | 92582 | null | null | 2023-10-24T13:51:19.200 | How to add a network adaptor in Ubuntu? | [
"networking",
"22.04",
"settings"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T14:07:46.080",
"id": "2610397",
"postId": "1490223",
"score": "0",
"text": "Is the adapter connected? If the adapter is not connected the system won't show it in the settings.",
"userDisplayName": null,
"userId": "10616"
},
{
"creationDate": "2023-1... | null | [] | null | null | null | null | null |
1490226 | 1 | null | 2023-10-24T14:04:47.563 | 1 | 49 | <p>I want to monitor creation of hidden files in <code>/home/user</code>. Is it possible to create a rule which triggers when any hidden file created in <code>/home/user</code> folder using <strong>auditctl</strong>? (* or any other methods?)</p>
| 1740779 | null | null | 2023-10-24T14:54:43.730 | Is it possible to monitor hidden file creation using auditctl? Ubuntu 20.04 | [
"home-directory",
"environment-variables"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I am not sure how to achieve that with auditd, but hidden files are simply files that start with a dot (.) symbol. As such, you can use the <strong>fswatch</strong> utility (provided by the fswatch package on Ubuntu) to monitor the directory for any file changes.</p>\n<p>As a... | null | null | null | null | null |
1490230 | 1 | null | 2023-10-24T14:49:09.827 | 1 | 117 | <p>I struggle to get my wifi up and running on <code>Ubuntu 22.04.3 LTS</code> with kernel <code>6.2.0-35-generic</code>.</p>
<p>While the wifi pretends to be up and running:</p>
<pre><code>nmcli d
DEVICE TYPE STATE CONNECTION
enxea7f95cf8ba0 ethernet connected Wired connection 3
... | 1026346 | null | null | 2023-10-24T14:49:09.827 | List of available wifi networks is empty | [
"wireless",
"network-manager",
"iwlwifi"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490232 | 1 | null | 2023-10-24T15:07:57.433 | 0 | 920 | <p>On Ubuntu 22.04.2 I am using a USB-Ethernet adapter with the identifier <code>enx00e04c680202</code> which shows up in <code>ifconfig</code>:</p>
<pre><code>enx00e04c680202: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 00:e0:4c:68:02:02 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (... | 92582 | 92582 | 2023-10-24T15:52:13.910 | 2023-10-24T16:22:30.947 | How to permanently set a static IP address for a USB Ethernet adapter? | [
"networking",
"usb",
"22.04",
"ethernet"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T15:59:16.807",
"id": "2610431",
"postId": "1490232",
"score": "0",
"text": "Do you get the same results if you undo the changes in the config and try the GUI settings? Click on the \"cog\" icon and go to the IPv4 tab and set it to manual and enter your static IP set... | null | [] | null | null | null | null | null |
1490233 | 1 | 1490335 | 2023-10-24T15:09:16.533 | 2 | 6879 | <p>I frequently install Ubuntu on VMs running under Proxmox or VMware. Every time the installer gets to <code>curtin command in-target</code> and stays there for at least half an hour, sometimes much longer. The Ubuntu installer at this point gives an option to "Cancel update and reboot", but if that is cho... | 1737191 | 94914 | 2023-10-25T11:14:50.700 | 2024-03-24T08:29:49.190 | What is "curtin command in-target" and why does it take so long to run? | [
"apt",
"system-installation",
"vmware",
"curtin",
"proxmox"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>The "curtin command in-target" stage of the Ubuntu installer is responsible for configuring the system after the base packages have been installed. This includes setting up the network, configuring user accounts, and installing any additional packages that have been select... | [
{
"accepted": true,
"body": "<p>The "curtin command in-target" stage of the Ubuntu installer is responsible for configuring the system after the base packages have been installed. This includes setting up the network, configuring user accounts, and installing any additional packages that have bee... | null | null | null | null | null |
1490236 | 1 | null | 2023-10-24T16:05:51.487 | 3 | 322 | <p>I've installed Ubuntu 22.04 on my Dell Inspiron 15 3585 laptop. I'm trying to add my Google account in Online accounts. I enter my email address and password, but nothing happens. The blue bar just runs across the top of the password box waiting for a response, but it never comes. I do have 2FA, but it never gets to... | 1740805 | 94914 | 2023-10-26T07:56:21.113 | 2023-10-26T07:56:21.113 | Online Accounts | [
"google",
"online-accounts"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>When you enter your correct password it will start loading forever, at that moment Right-click on the window and hit reload.</p>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2023-10-25T13:05:27.633",
"id": "2610597",
"postId"... | null | null | null | null | null |
1490238 | 1 | 1490244 | 2023-10-24T16:18:55.003 | 0 | 60 | <p>I would like to write a bash function in Ubuntu 22.04 that works like that</p>
<pre><code>Var1=100
is_variable_set "Var1" //Returns 0 (variable exists ie is set)
unset Var1
is_variable_set "Var1" //Returns 1 (variable does not exist ie is not set)
</code></pre>
<p>My current attempt is not w... | 1694095 | null | null | 2023-10-24T16:48:31.000 | Bash function that checks if string argument is a name of existing (set) or not existing (unset) variable | [
"command-line",
"bash",
"scripts",
"environment-variables"
] | 2 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>The bash shell actually provides a built-in test for that. From <code>help test</code>:</p>\n<blockquote>\n<pre><code>Other operators:\n\n -o OPTION True if the shell option OPTION is enabled.\n -v VAR True if the shell variable VAR is set.\n -R VAR True if th... | [
{
"accepted": null,
"body": "<p>I just googled a bit deeper and I've seen this code:</p>\n<pre><code>is_variable_set()\n{\n local -n refToCheck=$1\n\n if [ -z "${refToCheck+some_string}" ]\n then\n echo "${1} is unset!"\n return 1\n else\n echo "${1}... | null | null | null | null | null |
1490240 | 1 | null | 2023-10-24T16:25:29.797 | 0 | 35 | <p>I have Windows 11 and Ubuntu on my laptop. Although Windows 11 shuts down without any problem, when shutting down Ubuntu my laptop not power off after shutdown, instead it gets stuck at the manufacturer's logo screen.</p>
<p><a href="https://i.stack.imgur.com/lpJyF.jpg" rel="nofollow noreferrer"><img src="https://i.... | 1741072 | 94914 | 2023-10-29T06:54:15.030 | 2023-10-29T06:54:15.030 | Struck on shutdown page with logo | [
"shutdown",
"freeze"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-26T07:59:26.807",
"id": "2610752",
"postId": "1490240",
"score": "0",
"text": "We will need some more info. Please press Alt+Tab to see the output when shutting down, and update your post (press it before it gets stuck).",
"userDisplayName": null,
"userId": "15... | null | [] | null | null | null | null | null |
1490241 | 1 | 1490278 | 2023-10-24T16:43:26.433 | 0 | 938 | <p>This was simply a very stupid mistake on my part. Somehow I thought I had Ubuntu 22.04 and followed those instructions. I actually had 20.04.</p>
<hr />
<p>I'm trying to install OneDrive following the instructions on <a href="https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distributi... | 800252 | 800252 | 2023-10-26T11:04:44.493 | 2023-10-26T11:04:44.493 | Installing OneDrive | [
"20.04",
"package-management",
"software-installation",
"22.04"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p><strong>Disclosure:</strong> I am the developer of the OneDrive Client for Linux - <a href=\"https://github.com/abraunegg/onedrive\" rel=\"nofollow noreferrer\">https://github.com/abraunegg/onedrive</a></p>\n<p>As per my response on GitHub, you have unfortunately followed the incorre... | [
{
"accepted": true,
"body": "<p><strong>Disclosure:</strong> I am the developer of the OneDrive Client for Linux - <a href=\"https://github.com/abraunegg/onedrive\" rel=\"nofollow noreferrer\">https://github.com/abraunegg/onedrive</a></p>\n<p>As per my response on GitHub, you have unfortunately followed the... | null | null | null | null | null |
1490243 | 1 | 1491140 | 2023-10-24T16:47:06.870 | 3 | 119 | <p>I am watching a stream by using the command
<code>cvlc v4l2:///dev/video0</code> on an Ubuntu device with a webcam. How do I exit? I've tried <kbd>Ctrl</kbd>+<kbd>C</kbd>, <code>q</code>, <code>:q</code>, etc, and the stream does not quit.</p>
<p>Currently I've just been closing the terminal session and reconnecting... | 1733507 | 1733507 | 2023-10-25T19:23:45.550 | 2023-11-01T16:30:08.337 | How do I kill cvlc while watching a stream? | [
"command-line",
"ssh",
"video",
"vlc",
"video-streaming"
] | 1 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T18:18:35.290",
"id": "2610466",
"postId": "1490243",
"score": "0",
"text": "What happens when you press Ctrl+C? That should stop it, normally.",
"userDisplayName": null,
"userId": "85695"
},
{
"creationDate": "2023-10-24T18:21:48.987",
"id": "261... | {
"accepted": true,
"body": "<p><kbd>Ctrl</kbd>+<kbd>Q</kbd> will close out of <code>clvc</code>.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-11-01T16:30:08.337",
"id": "1491140",
"lastActivityDate": "2023-11-01T16:30... | [
{
"accepted": true,
"body": "<p><kbd>Ctrl</kbd>+<kbd>Q</kbd> will close out of <code>clvc</code>.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-11-01T16:30:08.337",
"id": "1491140",
"lastActivityDa... | null | null | null | null | null |
1490245 | 1 | null | 2023-10-24T16:53:52.463 | 0 | 899 | <p>I have a simple question, has Ubuntu 23.10 been released? Why I ask is when I query the release information, it comes back negative:</p>
<pre><code>david@david-XPS-15-9530:~$ sudo do-release-upgrade
[sudo] password for david:
Checking for a new Ubuntu release
No new release found.
</code></pre>
<p>Also in the <code... | 324054 | 1157209 | 2023-10-24T17:30:42.057 | 2023-10-24T17:30:42.057 | Ubuntu 23.10 released? | [
"release-management",
"23.10"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T17:33:26.250",
"id": "2610454",
"postId": "1490245",
"score": "1",
"text": "The upgrade from 23.04 to 23.10 is not yet opened due to an open issue for the update. If you're brave, you can issue `sudo do-release-upgrade -d` to upgrade. For me it worked fine, although... | null | [
{
"accepted": null,
"body": "<p>Depending on what version of Ubuntu you are trying to upgrade FROM you may have no upgrade target when running <code>do-release-upgrade</code>. For example, my installation of Ubuntu 22.04 LTS cannot upgrade to 23.10 because 23.10 is not a valid target for my Ubuntu installat... | null | null | 2023-10-25T02:53:23.813 | null | null |
1490246 | 1 | null | 2023-10-24T16:57:34.207 | 0 | 713 | <p>Cannot turn on bluetooth, and the speaker not work also. in fedora 39 the speaker not working but the bluetooth work.
Please help!!!</p>
<pre><code>Audio:
Device-1: NVIDIA vendor: ASUSTeK driver: snd_hda_intel v: kernel pcie:
speed: 2.5 GT/s lanes: 8 bus-ID: 01:00.1 chip-ID: 10de:22be
Device-2: AMD Rembrandt R... | 1741081 | 57576 | 2023-12-03T21:59:15.287 | 2023-12-03T21:59:15.287 | Cannot turn on Bluetooth on Ubuntu 23.10 (Asus ROG ROG Flow X13 GV302XV) | [
"bluetooth",
"asus",
"bluetooth-speaker",
"23.10"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T17:18:00.677",
"id": "2610450",
"postId": "1490246",
"score": "1",
"text": "Please attach more system info: `sudo apt install inxi` and then `inxi -Fxxzc0` in terminal",
"userDisplayName": null,
"userId": "1592865"
},
{
"creationDate": "2023-10-24T19... | null | [
{
"accepted": null,
"body": "<p>To fix the Bluetooth, check <code>mokutil --sb</code> as Secure Boot needs to be disabled, once disabled then do</p>\n<pre><code>sudo apt install git dkms\ngit clone https://github.com/jeremyb31/bluetooth-6.5.git\nsudo dkms add ./bluetooth-6.5\nsudo dkms install btusb/4.1</pr... | null | null | null | null | null |
1490249 | 1 | null | 2023-10-24T17:53:39.880 | 0 | 15 | <p>for those who are going to tell that i have to check if there's a io error on the USB drive, no, there's no io error on this plus i fully flashed the iso with no interruptions on balenaEtcher</p>
| 1741089 | null | null | 2023-10-24T17:53:39.880 | help im getting multiple apport messages while im installing ubuntu 23.04 | [
"apport"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T17:58:43.717",
"id": "2610463",
"postId": "1490249",
"score": "1",
"text": "\"*[N]o interruptions on balenaEtcher*\" is not proof of a fully successful creation of the bootable LiveUSB installer. Lots of folks have had \"no interruptions\" but an unusable final prod... | null | [] | null | null | null | null | null |
1490253 | 1 | null | 2023-10-24T18:45:29.750 | 0 | 57 | <p>I haven't tried to fix it much beaus i dont really know how beaus i'm a beginner</p>
<p>i'm on 22.04.3 LTS. if thats helps
if anyone knows what to do please help me</p>
<p>I hope I put the right tag if not please correct me</p>
<p>the exact error message is.</p>
<p>Unable to install (app name):
cannot preform follow... | 1741093 | 1741093 | 2023-10-24T23:35:42.267 | 2023-10-24T23:35:42.267 | Every time I try to download an app it it says unable to install cannot preform following tasks | [
"software-installation"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T18:47:33.833",
"id": "2610470",
"postId": "1490253",
"score": "4",
"text": "There could be many reasons. We will need the exact error message.",
"userDisplayName": null,
"userId": "149708"
},
{
"creationDate": "2023-10-24T21:27:20.670",
"id": "26... | null | [] | null | null | null | null | null |
1490258 | 1 | null | 2023-10-24T19:01:41.137 | 1 | 31 | <p>I am currently dual booting windows 11 and kubutnu(wayland). Recently I changed the scale to 120% because in wayland, the UI was just too tiny too read. So I was trying to resize the system settings application but it was locked beyond a certain point(1224 * 846 size to be exact) and I wasn't able to minimize it as ... | 1740768 | null | null | 2023-10-25T17:20:17.027 | Why is the minimum windows size rule being ignored for applications by kubuntu wayland? | [
"dual-boot",
"kubuntu",
"kde",
"wayland",
"system-settings"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T17:14:19.577",
"id": "2610639",
"postId": "1490258",
"score": "0",
"text": "From my experience (I don't know why), multiples of 25 work better with fractional scaling in general. You can try 125% fractional scaling. But that is unlikely to help with resizing the win... | null | [
{
"accepted": null,
"body": "<p>I can reproduce this. Certain apps can have app specific minimum window size. With so many options, System settings will be almost unusable if resized to 100x100. This is probably an intended feature rather than a bug.</p>\n",
"commentCount": "1",
"comments": [
... | null | null | null | null | null |
1490259 | 1 | 1490261 | 2023-10-24T19:09:08.553 | 1 | 1392 | <p>How to change the login screen background on Ubuntu 22.04?</p>
| 1722193 | 618353 | 2023-11-01T09:38:47.513 | 2023-11-01T09:38:47.513 | Ubuntu 22.04: How to change login screen background? | [
"22.04",
"lock-screen",
"desktop-background"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>I changed the login background images with these commands:</p>\n<pre><code>sudo apt update && sudo apt upgrade\nsudo apt install libglib2.0-dev-bin\nwget -qO - https://github.com/PRATAP-KUMAR/ubuntu-gdm-set-background/archive/main.tar.gz | tar zx --strip-components=1 ubuntu-g... | [
{
"accepted": true,
"body": "<p>I changed the login background images with these commands:</p>\n<pre><code>sudo apt update && sudo apt upgrade\nsudo apt install libglib2.0-dev-bin\nwget -qO - https://github.com/PRATAP-KUMAR/ubuntu-gdm-set-background/archive/main.tar.gz | tar zx --strip-components=1 ... | null | null | null | null | null |
1490263 | 1 | null | 2023-10-24T19:44:53.633 | 0 | 64 | <p>I have a problem on my Linux, and every time I do a sudo apt-get update and then I want to do an apt-get update I get the following:</p>
<p>.....</p>
<pre><code>dpkg: error al procesar el paquete libglib2.0-dev:amd64 (--configure): problemas de dependencias - se deja sin configurar dpkg: problemas de dependencias im... | 1741107 | 231142 | 2023-10-24T20:07:04.400 | 2023-10-24T20:07:04.400 | Ubuntu does not update/upgrade | [
"apt",
"20.04",
"package-management",
"upgrade",
"dpkg"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T20:08:25.650",
"id": "2610481",
"postId": "1490263",
"score": "1",
"text": "Python is an integral part of Ubuntu and is used for internal processes. Your installation may have installed an incompatible version of Python and deleted the working version.",
"userDi... | null | [] | null | null | null | null | null |
1490265 | 1 | 1490400 | 2023-10-24T20:11:00.013 | 0 | 347 | <p>U have a Dell T430 server with a PERC H310 installed.
It has 2 x Samsung Evo 870's installed and setup in a Raid1 config.</p>
<p>The Problem is, Ubuntu Server 22.04,3 doesnt see the controller or raid1.
According to posts on askubuntu the H310 is supported</p>
<p>Can any advice whats going on?</p>
<p><a href="https:... | 1041965 | 1041965 | 2023-10-25T17:36:15.667 | 2023-10-25T20:21:03.097 | Ubuntu Server 22.04,3 not detecting Dell Perc H310 Mirror | [
"22.04",
"hardware",
"raid"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T18:18:33.300",
"id": "2610650",
"postId": "1490265",
"score": "0",
"text": "Look at your system startup log (watch your kernel discover the hardware) with the terminal command `sudo journalctl -b 0`. Read `man journalctl`.",
"userDisplayName": null,
"userId... | {
"accepted": true,
"body": "<p>So I figured it out. The bios needed to be in UEFI mode</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2023-10-30T13:49:04.800",
"id": "2611617",
"postId": "1490400",
"score": "0",
"text": "Interesting. Maybe it will be usefull to... | [
{
"accepted": true,
"body": "<p>So I figured it out. The bios needed to be in UEFI mode</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2023-10-30T13:49:04.800",
"id": "2611617",
"postId": "1490400",
"score": "0",
"text": "Interesting. May... | null | null | null | null | null |
1490266 | 1 | null | 2023-10-24T20:17:52.510 | 0 | 32 | <p>I (live) removed one USB BT dongle and plugged in a different one. I won't do that again. Now I can turn Bluetooth on, but no BT devices (speakers, keyboard) are ever found.</p>
<p><code>lsusb</code> gives:</p>
<pre class="lang-none prettyprint-override"><code>Bus 002 Device 006: ID 105b:e065 Foxconn International, ... | 608141 | 94914 | 2023-10-26T07:53:13.377 | 2023-10-26T17:30:36.323 | Bluetooth stopped working after hot swap | [
"usb",
"22.04",
"bluetooth",
"lsusb"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T22:13:41.687",
"id": "2610505",
"postId": "1490266",
"score": "1",
"text": "You can find those firmware files at https://github.com/winterheart/broadcom-bt-firmware/tree/master/brcm and copy them into /lib/firmware/brcm",
"userDisplayName": null,
"userId": "... | null | [
{
"accepted": null,
"body": "<p>As @Jeremy31 suggested, I got the firmware files from <a href=\"https://github.com/winterheart/broadcom-bt-firmware/tree/master/brcm\" rel=\"nofollow noreferrer\">https://github.com/winterheart/broadcom-bt-firmware/tree/master/brcm</a> and copied them into <code>/lib/firmware... | null | null | null | null | null |
1490267 | 1 | null | 2023-10-24T20:32:27.933 | 0 | 57 | <p>I am having problems with my external hard drive. It has been going on for weeks.</p>
<p>I just turned off my computer. Then I typed <em>mount</em>. The result was</p>
<p>/dev/sda1 on /media/michaeo/MY_EXTERNAL_DRIVE Data type ext4 (rw,nosuid,nodev,relatime,errors=remount-ro,uhelper=udisks2)</p>
<p>Next, I try to c... | 827097 | null | null | 2023-10-24T20:32:27.933 | repeated errors saving files and folders onto external hard drive. after errors harddrive becomes read only | [
"permissions",
"mount",
"backup",
"external-hdd"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T20:50:37.807",
"id": "2610484",
"postId": "1490267",
"score": "1",
"text": "Try fsck on your external drive. See [How to use the fsck command on linux?](https://www.howtogeek.com/745921/how-to-use-the-fsck-command-on-linux/) or something similar.",
"userDisplayN... | null | [] | null | null | null | null | null |
1490269 | 1 | 1490354 | 2023-10-24T20:48:13.207 | 1 | 414 | <p>I am using kubuntu(wayland).
I started following the installation documentation on github to install latte-dock:</p>
<pre><code>sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt update
sudo apt dist-upgrade
sudo apt install cmake extra-cmake-modules qtdeclarative5-dev libqt5x11extras5-dev libkf5iconthemes-... | 1740768 | null | null | 2023-10-25T12:56:17.557 | Why am I getting a cmake error while installing latte-dock from git? | [
"kubuntu",
"wayland",
"cmake",
"latte-dock"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T21:25:52.550",
"id": "2610498",
"postId": "1490269",
"score": "0",
"text": "I'm confused. Are you trying to install from here? https://launchpad.net/~kubuntu-ppa/+archive/ubuntu/backports/+index?batch=75&direction=backwards&memo=375&start=300 latte-dock is not appar... | {
"accepted": true,
"body": "<p>Please try:</p>\n<pre><code>sudo apt update\nsudo apt install plasma-workspace-dev\ncd ~/latte-dock #Or wherever you cloned the source code from git\nsudo rm -r build\nsudo sh install.sh\n</code></pre>\n<p>It builds, albeit with a few possibly harmless warnings, on my 23.10 system.<... | [
{
"accepted": true,
"body": "<p>Please try:</p>\n<pre><code>sudo apt update\nsudo apt install plasma-workspace-dev\ncd ~/latte-dock #Or wherever you cloned the source code from git\nsudo rm -r build\nsudo sh install.sh\n</code></pre>\n<p>It builds, albeit with a few possibly harmless warnings, on my 23.10 ... | null | null | null | null | null |
1490270 | 1 | null | 2023-10-24T21:36:07.240 | 0 | 174 | <p>I am using Ubuntu 22.04, I want to setup WiFi via USB on a base image(command line) version of the system.</p>
<p>A lot of the networking packages appear to not be installed and I do not have access to an Ethernet connection.</p>
<p>I do see the device under ls /sys/class/net</p>
| 1133701 | 1133701 | 2023-10-24T21:54:37.800 | 2023-10-24T21:54:37.800 | Setting up wifi on CLI image | [
"command-line",
"wireless"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T21:54:29.430",
"id": "2610503",
"postId": "1490270",
"score": "0",
"text": "Sorry, 22.04 it is",
"userDisplayName": null,
"userId": "1133701"
},
{
"creationDate": "2023-10-24T22:03:50.337",
"id": "2610504",
"postId": "1490270",
"score": "... | null | [] | null | null | null | null | null |
1490273 | 1 | null | 2023-10-24T21:57:31.060 | 0 | 101 | <p>i was wondering how to switch between those two. I have finally installed drivers for NVIDIA and made it work but I cant switch it to integrated to save battery, in nvidia-settings or through sudo prime-select intel, it selects the profile, which is grey and cannot be normally selected through GUI, but the laptop st... | 1741123 | null | null | 2023-10-24T21:57:31.060 | How to switch between dedicated NVIDIA gpu and integrated AMD gpu? | [
"nvidia",
"graphics",
"gpu",
"amd-processor"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490275 | 1 | null | 2023-10-24T22:36:51.550 | 0 | 112 | <p>I was running a server with Ubuntu 14.04 LTS, and I had a Samba share setup with several "usershares". I did not do the original setup for this and am not completely sure how it worked. However, I was able to connect from my Windows 10 machine to the share and access the various files.</p>
<p>There were so... | 1741124 | 25618 | 2023-10-25T01:31:27.823 | 2023-10-25T01:31:27.823 | Windows 10 fails to authorize to Ubuntu Samba share | [
"permissions",
"samba",
"windows-10"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-26T15:25:23.837",
"id": "2610833",
"postId": "1490275",
"score": "0",
"text": "So I \"resolved\" this issue by adding a new share open to \"nobody\" and then created my shared workspace within that new share. I removed the \"usershare\" and pretty much gave up on that ... | null | [] | null | null | null | null | null |
1490276 | 1 | null | 2023-10-24T22:45:54.347 | 0 | 120 | <p>Scrollbars used to have steppers that could be enabled with <code>widget.non-native-theme.gtk.scrollbar.allow-buttons True</code> in the appropriate file. I cannot find any way to do this in 22.04 . I can provide whatever details about my window manager, etc, configuration as needed, to address this issue. (For t... | 1135725 | null | null | 2023-10-24T22:45:54.347 | How to activate/install scrollbar steppers 22.04 | [
"gnome",
"themes",
"gtk"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T02:42:45.987",
"id": "2610529",
"postId": "1490276",
"score": "0",
"text": "Are you certain that you didn't set that in the `about:config` in Firefox to enable those scrollbar steppers? I just did it in my Firefox and I am running 22.04 and they work fine.",
"u... | null | [] | null | null | null | null | null |
1490277 | 1 | null | 2023-10-24T23:16:24.543 | 0 | 79 | <p>Since this is actually hardware issue (USB port usage ) , please accept my apology up front.
And the title is as best as I can put it.</p>
<p>In less technical talk:
I want to display my photo images on PC and same time on my projector.
In technical terms - display image , for editing , on PC and send
the image fil... | 1737740 | null | null | 2023-10-24T23:16:24.543 | How to "redirect" Ubuntu desktop monitor to USB port? | [
"usb",
"multiple-monitors"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T00:57:46.927",
"id": "2610517",
"postId": "1490277",
"score": "0",
"text": "Are you certain that the projector allows video over the USB connection? The only thing I can remotely find about the USB port on a Sharp projector is that it can be used to interface the r... | null | [] | null | null | null | null | null |
1490279 | 1 | null | 2023-10-24T23:27:03.917 | 0 | 95 | <p>I am dual booting windows 11 and Ubuntu 22.04.3 LTS. I installed windows 11 first and then Ubuntu with fast boot and secure boot off. The desktop loads with default graphic drivers but not with nvidia proprietary driver. I am using a Zepherus G14 GA401QH with AMD processor and 1650 nvidia graphic driver. I tried loo... | 1741125 | null | null | 2023-10-24T23:27:03.917 | Ubuntu desktop 22.04.3 LTS not loading after installing nvidia drivers | [
"dual-boot",
"nvidia",
"22.04",
"ubuntu-gnome"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T01:03:08.140",
"id": "2610518",
"postId": "1490279",
"score": "1",
"text": "How exactly did you install the Nvidia drivers? The restricted repository (Software & Updates) should be enabled, sudo update, then the Software & Updates \"Additional Drivers\" tab should ... | null | [] | null | null | null | null | null |
1490280 | 1 | null | 2023-10-24T23:28:30.610 | 0 | 353 | <p>I am using Ubuntu 22.04, command line version.</p>
<p>I am unable to use the standard commands to see prior terminal output(cntrl, scroll up/down) or have the ability to enter into highlight mode.</p>
<p>No idea what to do.</p>
| 1133701 | null | null | 2023-10-24T23:28:30.610 | Can't scroll up in terminal version of Ubuntu | [
"command-line",
"gnome-terminal"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-24T23:33:30.693",
"id": "2610513",
"postId": "1490280",
"score": "0",
"text": "Related: [Ubuntu server: How to pipe / scroll through search results of a certain command](https://askubuntu.com/questions/453548/ubuntu-server-how-to-pipe-scroll-through-search-results-of-a... | null | [] | null | null | null | null | null |
1490282 | 1 | null | 2023-10-25T00:06:30.870 | 0 | 139 | <p>I have been using an Asus X556UQ since 2017. The laptop has a dual boot with Windows 10 and Ubuntu as a primary OS (the current version is 22.04). Unfortunately, my Ubuntu has become unreliable. I am experiencing random delays in GUI response, and, worse, periodical crashes of GUI sessions with Gnome (X11 and Wayla... | 704819 | 704819 | 2023-10-27T20:40:54.170 | 2023-10-27T20:40:54.170 | Ubuntu became unreliable on my laptop. Is it possible to find the root cause? | [
"drivers",
"xorg",
"hardware",
"wayland"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>You need swap space! The failures you describe are typical of a system without swap.</p>\n<p>One uses swap space to control what happens when programs allocate all the real memory, and want more. After all releasable cache (some cached blocks are "in use", and canno... | null | null | null | null | null |
1490283 | 1 | null | 2023-10-25T00:15:52.860 | 0 | 174 | <p><a href="https://i.stack.imgur.com/drDKT.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/drDKT.png" alt="enter image description here" /></a></p>
<p>A new user was created seemingly to run gvfsd-admin daemon. The new user is called dachsroot.
This happened after I installed many astronomy package... | 1012591 | null | null | 2023-10-25T00:22:00.223 | Why a new user was created seemingly to run gvfsd-admin daemon? | [
"permissions",
"user-management"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>These are the gavo libraries installed. So it seems it has to do with gavodachs2-server. I might have installed a astrophysics server in my computer without knowing.</p>\n<p>apt search gavo\nSorting... Done\nFull Text Search... Done\ngavodachs2-server/jammy,jammy,now 2.5.3+... | null | null | null | null | null |
1490287 | 1 | null | 2023-10-25T02:17:15.650 | 0 | 102 | <ul>
<li>I have an SSD with Ubuntu on it. I want this to be my default OS.</li>
</ul>
<hr />
<ul>
<li>I have an old HDD with Windows 10 on it</li>
<li>it also has 2 other partitions:
<ul>
<li>one is called HDRECOVERY 30GB</li>
<li>the other is called "System" ~1.5GB</li>
<li>they've always been there afaik.</... | 1187502 | 94914 | 2023-10-25T12:12:28.403 | 2023-11-16T15:54:53.210 | The Boot Menu At Startup Is Gone | [
"dual-boot",
"grub2",
"windows-10"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T02:49:53.073",
"id": "2610530",
"postId": "1490287",
"score": "0",
"text": "Not signing into Google. Better to post summary from Boot-Repair. Please copy & paste the pastebin link to the BootInfo summary report ( do not post report), do not run the auto fix till rev... | null | [] | null | null | null | null | null |
1490288 | 1 | null | 2023-10-25T02:19:27.077 | 0 | 146 | <p>here i leave every try:</p>
<pre><code>rebeca@lasuperpcderebeca:/etc$ sudo dpkg --remove opera
dpkg: warning: ignoring request to remove opera which isn't installed
rebeca@lasuperpcderebeca:/etc$ sudo apt remove opera-stable
Reading package lists... Done
Building dependency tree... Done
Reading state information.... | 1741141 | 469152 | 2023-10-25T02:26:07.490 | 2023-10-25T13:51:55.557 | can't uninstall opera. everytime i try says "can't find the package" but i still can see and use opera | [
"apt",
"dpkg",
"uninstall",
"opera"
] | 2 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T02:22:39.227",
"id": "2610528",
"postId": "1490288",
"score": "0",
"text": "We don't know what OS/release you're using, being limited to details you provide. The package name is what matters here, and it can differ to the name you see in menus; eg. Ubuntu's desktop ... | null | [
{
"accepted": null,
"body": "<p>My way is not a very good way but it was helpful for me,\nWhen you want to install opera with apt it says some packages are going to install you should copy that packages names and then type <code>sudo apt autoremove all-packages-names</code></p>\n<p>Hope it helped</p>\n",
... | null | null | null | null | null |
1490289 | 1 | null | 2023-10-25T02:38:37.877 | 0 | 104 | <p>My new laptop's network card doesn't work and I need aircrack-ng for a dongle, which means I need dkms. It's there in the package pool in the installation iso, but the installer tells me to reboot after install and then I can't figure out how to easily install anything from the pool, which seems like an obvious thi... | 547840 | null | null | 2023-10-29T21:54:38.847 | how to tell ubuntu to look in the original .iso for additional packages? | [
"apt",
"package-management",
"system-installation"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T16:31:49.370",
"id": "2610629",
"postId": "1490289",
"score": "0",
"text": "Does this answer your question? [How to create a local APT repository?](https://askubuntu.com/questions/170348/how-to-create-a-local-apt-repository)",
"userDisplayName": null,
"userI... | null | [
{
"accepted": null,
"body": "<p>From the bottom of the launchpad, click on the dots, select Software & Updates, and at the bottom of the screen, there is a checkoff to select the DVD for searching for packages.</p>\n<hr />\n<p>I see the active button on a full 22.04 install, and on a 23.10 ISO booted fr... | null | null | null | null | null |
1490295 | 1 | null | 2023-10-25T04:27:35.423 | 0 | 132 | <p>However, on X11, Unreal Engine is completely fine and lagless. The issue is that I know I may be forced to move to Wayland in the near future, and it ultimately has a lagless interface across the board for all other applications. I would like to migrate to it and start using it at this time, but this is the main app... | 1739527 | null | null | 2023-11-03T03:10:22.520 | Ubuntu Wayland makes Unreal Engine 100% laggy/unusable/choppy/screen tearing, but all other apps are fine | [
"nvidia",
"wayland"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Potentially related:\n<a href=\"https://projects.blender.org/blender/blender/issues/104382\" rel=\"nofollow noreferrer\">https://projects.blender.org/blender/blender/issues/104382</a></p>\n<p>Will likely be something I have to deal with until Nvidia's drivers are improved. St... | null | null | null | null | null |
1490298 | 1 | null | 2023-10-25T04:59:31.273 | 1 | 55 | <p>Some Ubuntu systems have limited access, sometimes VMWare workstation gives a message to allow the installation of updates, because they do not have access to install the program, enter the root password.</p>
<p>The first solution</p>
<pre><code> preference - tab update.
Disable the following items.
check for pro... | 1741158 | 1741158 | 2023-10-25T05:02:15.337 | 2023-10-25T05:02:15.337 | Prevent vmware workstion update | [
"updates",
"vmware",
"vmware-workstation"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490300 | 1 | null | 2023-10-25T05:33:19.363 | 0 | 97 | <p>When I turn off my computer, it happens, say one out of two times, that the computer freezes on a black screen displaying "Reboot: Power down" in the top left-hand corner. This forces me to turn it off via the on/off button.</p>
<p>After consulting a few topics on the Internet, I've tried to change some pa... | 1630742 | null | null | 2023-10-25T05:33:19.363 | Computer does not shut down properly (Reboot: Power down) | [
"shutdown"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490301 | 1 | null | 2023-10-25T05:46:06.423 | 0 | 285 | <p>I've got a 22.04 system joined to Active Directory, ADsys installed, a few group policies created. User authentication works fine, machine/computer policies are applying successfully. However, user policy settings don't seem to be caching or applying to the system.</p>
<p>Are there extra configuration items needed t... | 1741165 | 1741165 | 2023-10-25T05:53:24.010 | 2023-10-25T05:53:24.010 | ADsys Group Policy Objects - User Policies not Caching or Processing | [
"22.04",
"active-directory",
"sssd"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490302 | 1 | null | 2023-10-25T06:00:21.877 | 0 | 211 | <p>I was having Wi-Fi issues on Ubuntu 22.04 terminal edition. I tried to disable power saver by setting the networkmanager config file. It never changed the state of wifi module and I finally figured out that systemd-networkd was being used instead and was the default in the OS image as networkManager did not come ins... | 1133701 | null | null | 2023-10-25T06:00:21.877 | Controlling power management with systemd-networkd | [
"wireless",
"network-manager",
"power-management",
"systemd-networkd"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T18:30:04.660",
"id": "2610656",
"postId": "1490302",
"score": "0",
"text": "Read `man ethtool`. You may have to install the `ethtool` package.",
"userDisplayName": null,
"userId": "25618"
},
{
"creationDate": "2023-10-26T00:37:40.583",
"id": "261... | null | [] | null | null | null | null | null |
1490303 | 1 | null | 2023-10-25T06:00:47.090 | 0 | 78 | <p>I dual booted my computer from Windows 11 along with Ubuntu 23.04.</p>
<p>The WiFi was working great, but after reboot, it stopped working.</p>
<p>I checked the WiFi adapter using <code>sudo lshw -C network</code>
It shows that the adapter is Unclaimed.</p>
<p>I tried to find a driver for the same, but I found that ... | 1738470 | 1157209 | 2023-10-25T19:29:54.757 | 2023-10-25T19:29:54.757 | Network Adapter Unclaimed - RTL8822CE 802.11ac | [
"networking",
"drivers",
"dual-boot",
"23.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490304 | 1 | 1492546 | 2023-10-25T06:18:52.837 | 0 | 101 | <p>When multiple tabs are open in terminator and the window is in focus contents of only the active/focussed tab are visible and all the remaining tabs simply go black. The processes in these tabs aren't stopped but the logs/commands/etc are not visible.</p>
<p>When the focus is switched to different app window all the... | 1741181 | null | null | 2023-11-13T16:18:32.053 | How do I fix the terminator screen going black? | [
"terminator"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>I had/have the same problem, but with split terminal. Removing the Terminator config file (~/.config/terminator/config) and a reboot solved my problem - probably only temporary.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-... | [
{
"accepted": true,
"body": "<p>I had/have the same problem, but with split terminal. Removing the Terminator config file (~/.config/terminator/config) and a reboot solved my problem - probably only temporary.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentL... | null | null | null | null | null |
1490306 | 1 | 1498448 | 2023-10-25T07:03:05.760 | 0 | 40 | <p>Here are my logs:</p>
<blockquote>
<p>nmcli device status</p>
</blockquote>
<p><a href="https://i.stack.imgur.com/zTjvi.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/zTjvi.png" alt="enter image description here" /></a></p>
<blockquote>
<pre><code>ip a
</code></pre>
</blockquote>
<pre><code>1: lo... | 1740611 | null | null | 2023-12-29T14:29:49.577 | Ethernet cable is plugged but shows unavailable | [
"networking",
"network-manager",
"ethernet"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T19:04:07.413",
"id": "2610661",
"postId": "1490306",
"score": "0",
"text": "It claims *No carrier*. Are you certain that you have link? Can you try with a different cable?",
"userDisplayName": null,
"userId": "653515"
},
{
"creationDate": "2023-10-26... | {
"accepted": true,
"body": "<p>Well, it got resolved by reinstalling network manager, thnx</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-12-29T14:29:49.577",
"id": "1498448",
"lastActivityDate": "2023-12-29T14:29:49.57... | [
{
"accepted": true,
"body": "<p>Well, it got resolved by reinstalling network manager, thnx</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-12-29T14:29:49.577",
"id": "1498448",
"lastActivityDate": "... | null | null | null | null | null |
1490307 | 1 | null | 2023-10-25T07:03:31.550 | 0 | 43 | <p>This is what it's showing.</p>
<p><a href="https://i.stack.imgur.com/nlMmX.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/nlMmX.jpg" alt="This is what it's showing" /></a></p>
<p>There was no use for Windows and I needed more free space for the Linux partition, so I decided to delete the Windows ... | 1700006 | 94914 | 2023-10-29T14:17:07.837 | 2023-10-29T14:17:07.837 | Ubuntu 22:04 won't start after deleting Windows partition | [
"partitioning",
"systemd",
"reboot",
"boot-repair",
"system"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-29T15:46:28.930",
"id": "2611385",
"postId": "1490307",
"score": "1",
"text": "Welcome to Ask Ubuntu. Please boot into a live session, run `GParted` and take a screenshot of what it shows and edit it into your question.",
"userDisplayName": null,
"userId": "504... | null | [] | null | null | null | null | null |
1490312 | 1 | null | 2023-10-25T07:38:00.320 | 0 | 247 | <p>I have an old Raspberry Pi 2B v1.1 (BCM2836). Wanna use it for multipurpose home mini server.</p>
<p>Flashed and running Ubuntu Server 22.04.3 armhf just fine. After few hours, kernel panic happened, had to restart the RPi to resume its operation.</p>
<p>Currently running kernel 5.15.0-1041-raspi.</p>
<p>As kernel p... | 629290 | 629290 | 2023-10-25T08:05:29.690 | 2023-10-25T08:05:29.690 | Random Kernel Panic on Ubuntu 22.04.3, Raspberry Pi 2b | [
"kernel",
"raspberrypi",
"arm"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490314 | 1 | null | 2023-10-25T08:03:48.343 | 0 | 162 | <p>My Soundcore Life Q30 connects, then disconnects, then reconnects, then reconnects... It keeps endlessly doing this. I've tried removing the device, removing /var/lib/bluetooth and /var/lib/blueman, restarting, reinstalling bluez-tools, and restarting the bluetooth service, blocking bluetooth with rfkill, but nothin... | 349521 | 349521 | 2023-10-25T08:09:31.707 | 2023-10-25T08:09:31.707 | Bluetooth headset keeps connecting and disconnecting | [
"20.04",
"bluetooth",
"bluez"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490315 | 1 | 1490555 | 2023-10-25T08:05:50.643 | 0 | 74 | <p>Would rely on your assistance.</p>
<p>I'm trying to create a snap (via <code>snapcraft</code>), but its execution is failed because of</p>
<pre><code># Fatal error in: ../../media/engine/adm_helpers.cc, line 39
# last system error: 88
# Check failed: 0 == adm->Init() (0 vs. -1)
# Failed to initialize the ADM.
</c... | 714418 | 714418 | 2023-10-25T21:41:18.880 | 2023-10-27T08:03:41.017 | Crash: Snap with dependency to WebRTC | [
"snap"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>The solution was not actually obvious, but <code>audio-playback</code> is needed for WebRTC</p>\n<pre class=\"lang-yaml prettyprint-override\"><code>environment:\n LD_LIBRARY_PATH: ${SNAP}/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio\n\napps:\n __:\n plugs: \n - audio-playbac... | [
{
"accepted": true,
"body": "<p>The solution was not actually obvious, but <code>audio-playback</code> is needed for WebRTC</p>\n<pre class=\"lang-yaml prettyprint-override\"><code>environment:\n LD_LIBRARY_PATH: ${SNAP}/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio\n\napps:\n __:\n plugs: \n - audio... | null | null | null | null | null |
1490319 | 1 | null | 2023-10-25T08:24:48.463 | 0 | 167 | <p>I am trying to get the latest versions of ExpressSCH Plus Schematic and also ExpressPlus PCB Layout software version 3.2.0 0 on Ubuntu 22.04.03 LTS. However when I launch the applications from the desktop with the right mouse button to select Wine as the launch application I get a number of error messages, some of ... | 710742 | 710742 | 2023-10-25T16:16:50.513 | 2023-10-25T16:16:50.513 | How to Install ExpressSCH Plus Schematic and ExpressPCB Plus Layout that Use .Net 4.5 on the Latest Ubuntu 22.04.3 LTS with the Latest Repository Wine | [
"wine",
"windows-10",
"winetricks"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490320 | 1 | null | 2023-10-25T08:37:36.587 | 0 | 107 | <p>In UBUNTU system, I'm trying to set up remote login system. It is failing in ssh-copy-id step. It throws the following error:</p>
<pre><code>/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: ERROR: ssh: connect to host XXX.XXX.XX... | 1740758 | 1740758 | 2023-10-29T06:45:26.207 | 2023-10-29T06:45:26.207 | "ssh-copy-id user@ip_address" throws error | [
"server",
"ssh",
"22.04",
"openssh",
"remote-login"
] | 0 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T11:58:19.277",
"id": "2610586",
"postId": "1490320",
"score": "2",
"text": "Is 192.168.59.253 the correct IP? Does that machine have a running ssh daemon listening for connections on port 22? Can you run `ssh 192.168.59.253`? What happens? Do you log in? Please ***[... | null | [] | null | null | null | null | null |
1490322 | 1 | 1490327 | 2023-10-25T09:01:24.427 | 0 | 295 | <p>Upgrading from 22.04 to 23.10 I noticed that now in nautilus when I double click on a zip file it will automatically extract it in the current folder.</p>
<p>This is really bad when I can have a multiple-GB zip file with a lot of content and I only need a single file from the archive.</p>
<p>Is there a way to revert... | 473880 | null | null | 2023-10-25T10:45:04.500 | How to prevent Nautilus from automatically extracting ZIP files on open | [
"nautilus",
"archive",
"zip"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>The default action is to use the external <strong>Archive Manager</strong> application when you double-click a ZIP file.</p>\n<p>However, if your setup is different, you can select a ZIP file, right-click on the file, and select the <strong>Open With...</strong> menu item. From the d... | [
{
"accepted": true,
"body": "<p>The default action is to use the external <strong>Archive Manager</strong> application when you double-click a ZIP file.</p>\n<p>However, if your setup is different, you can select a ZIP file, right-click on the file, and select the <strong>Open With...</strong> menu item. Fr... | null | null | null | null | null |
1490324 | 1 | null | 2023-10-25T09:10:09.013 | 0 | 72 | <p>I have an Ubuntu server that has been newly created and was working fine until I applied SSL certificates (following instructions from <a href="https://www.arubacloud.com/tutorial/how-to-enable-https-protocol-with-apache-2-on-ubuntu-20-04.aspx#HowtoenableHTTPSprotocolwithApache2onUbuntu20.04" rel="nofollow noreferre... | 1741212 | 1741212 | 2023-10-25T09:28:41.520 | 2023-10-25T09:28:41.520 | Apache2 won't restart after SSL configuration | [
"server",
"apache2",
"ssl"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T09:48:13.543",
"id": "2610571",
"postId": "1490324",
"score": "0",
"text": "Look at apache error log as the message suggests. Possible location: `/var/log/apache2/error.log`",
"userDisplayName": null,
"userId": "855322"
}
] | null | [] | null | null | null | null | null |
1490326 | 1 | null | 2023-10-25T09:57:37.607 | 0 | 36 | <p>I have a Kubuntu 23.04 system and was trying out some global theme changes and I picked one to have a look at and it completely messed up my desktop. The only thing I see are some giant icons for running applications that span the whole screen but I cannot actually get into anything to fix the theme.</p>
<p>I’ve tri... | 1737232 | null | null | 2023-10-25T09:57:37.607 | How do I fully reset the global theme config in Kubuntu 23.04? | [
"kubuntu",
"themes",
"plasma",
"23.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490328 | 1 | null | 2023-10-25T10:05:29.410 | 0 | 42 | <p>The title explains my issue. Additionally, despite having dark mode enabled, everything appears in light mode. However, after a while, dark mode starts working again.</p>
| 1666448 | 1666448 | 2023-10-25T10:20:47.133 | 2023-10-25T10:20:47.133 | Significant Delays Occur When Loading Settings, Nautilus, and Terminal After Booting Ubuntu 23.10 | [
"23.10"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490329 | 1 | null | 2023-10-25T10:11:23.583 | 0 | 61 | <p>Getting the following error message, using Windows+VirtualBox</p>
<pre><code>C:\Users\x>multipass launch minikube --name minikube -vvvv
[2023-10-25T11:08:20.164] [trace] [k8s1] Got VMState: running
[2023-10-25T11:08:20.166] [debug] [blueprint provider] Loading Blueprint "minikube", version v1
[2023-10... | 542183 | 94914 | 2023-10-25T11:33:47.327 | 2023-10-25T11:33:47.327 | Fail install minikube | [
"virtualbox",
"multipass",
"minikube"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490330 | 1 | 1491433 | 2023-10-25T10:15:29.450 | 2 | 113 | <p>When upgrading via <code>sudo do-release-upgrade</code>, the installer said to have not enough space and suggested the <code>sudo apt autoremove</code>. (I am not sure, but it was probably about the <code>/</code>.) So, I did it:</p>
<p>Also, the administrator of the virtual image increased the size, and then <code>... | 306605 | 306605 | 2023-10-25T11:16:45.410 | 2023-11-06T13:27:34.993 | Upgrading from 18.04 to 20.04, no space in /boot. How to enlarge the partition? | [
"partitioning",
"upgrade"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T10:48:47.157",
"id": "2610577",
"postId": "1490330",
"score": "2",
"text": "Maybe you can create a bigger /boot partition in another location? With current /boot you can try: Use [linux-purge](https://launchpad.net/linux-purge) to delete more kernels. Also you could... | {
"accepted": true,
"body": "<p>With current /boot you can try: Use <a href=\"https://launchpad.net/linux-purge\" rel=\"nofollow noreferrer\">linux-purge</a> to delete more kernels. Supposing your booted kernel works fine you could purge all other kernels: <code>sudo linux-purge --keep=0 --clear-boot</code> will sa... | [
{
"accepted": true,
"body": "<p>With current /boot you can try: Use <a href=\"https://launchpad.net/linux-purge\" rel=\"nofollow noreferrer\">linux-purge</a> to delete more kernels. Supposing your booted kernel works fine you could purge all other kernels: <code>sudo linux-purge --keep=0 --clear-boot</code>... | null | null | null | null | null |
1490331 | 1 | 1490365 | 2023-10-25T10:34:41.960 | 1 | 153 | <p>In Evince 42.3, after I search something in the search box in the top part of the evince window, I can't exit the search box, so that the left panel used for displaying search results can return back to showing the outlines of the pdf file. How can I exit it? Thanks.</p>
<p><a href="https://i.stack.imgur.com/2WEH6.p... | 1471 | null | null | 2024-01-09T20:44:11.123 | How shall I exit search box in Evince? | [
"evince"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T10:38:41.090",
"id": "2610576",
"postId": "1490331",
"score": "0",
"text": "When you type a search string, a sort of left-pointing arrow with an `x`in it appears to the right. Click that. It will empty the search bar and remove the search results.",
"userDisplay... | {
"accepted": true,
"body": "<p>When using the mouse, click the <em>Find a word of phrase</em> icon (the one that looks like a magnifying glass to the right of the <em>Zoom</em> dropdown) in the top bar. To start a search, you also click that icon.</p>\n<p>When using the keyboard, hit <kbd>Esc</kbd> to exit search.... | [
{
"accepted": true,
"body": "<p>When using the mouse, click the <em>Find a word of phrase</em> icon (the one that looks like a magnifying glass to the right of the <em>Zoom</em> dropdown) in the top bar. To start a search, you also click that icon.</p>\n<p>When using the keyboard, hit <kbd>Esc</kbd> to exit... | null | null | null | null | null |
1490334 | 1 | 1490731 | 2023-10-25T10:43:29.837 | 1 | 51 | <p>I am running Gnome Calendar 41.2 in my Ubuntu 22.04.
Sometime in the last 2 years I made a note under one of my calendar entries that I am looking for. I know the name I am looking for but do not know how one can search Calendar for this particular entry (given that I have the name in the notes section but not in th... | 489015 | null | null | 2023-10-29T07:38:54.280 | How can one search Gnome-Calendar notes? | [
"search",
"gnome-calendar"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T15:27:29.870",
"id": "2610621",
"postId": "1490334",
"score": "0",
"text": "From a little experimenting I believe with the search bar, you can only find text in entry titles (not descriptions), and only in entries that are in the future. A more fruitful way would be... | {
"accepted": true,
"body": "<p>As Jos outlines above - the Gnome Calendar cannot be searched via the search bar. However, as Jos points out, doing a grep fo the name on the calendar file ~/.local/share/evolution/calendar/system/calendar.ics worked nicely.</p>\n",
"commentCount": "0",
"comments": [],
"communi... | [
{
"accepted": true,
"body": "<p>As Jos outlines above - the Gnome Calendar cannot be searched via the search bar. However, as Jos points out, doing a grep fo the name on the calendar file ~/.local/share/evolution/calendar/system/calendar.ics worked nicely.</p>\n",
"commentCount": "0",
"comments": []... | null | null | null | null | null |
1490336 | 1 | null | 2023-10-25T10:47:10.483 | 0 | 58 | <p>I screwed up big time with my home server. I lost sudo on my user account and was following a guide to re-enable it. I went into recovery mode and when into the root shell and ran these commands:</p>
<pre><code>mount -o remount,rw /
mount --all
chown root:root /usr/bin/
chmod -R 4755 /usr/bin/
</code></pre>
<p>Expec... | 1741237 | 862145 | 2023-10-25T12:03:51.217 | 2023-10-25T19:41:42.537 | Won't boot into recovery or normal after running chmod command as root in recovery | [
"boot",
"chmod"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I was able to solve the issue by using a live install of Ubuntu and using the terminal to restore permissions on the <code>/usr/bin</code> directory. The only issue is that I had to run <code>chmod -R 775 /usr/bin</code> which means some of files that had sticky bits are now ... | null | null | null | null | null |
1490339 | 1 | null | 2023-10-25T11:10:53.317 | 0 | 16 | <p>After rebooting, the wallpaper are not loaded then I noticed that I accidentally moved the <strong>~/Pictures</strong> directory to another location. So I put it back.</p>
<p>But the screenshots are not saved to <strong>~/Pictures</strong> then I have run the command below to set the gnome-screenshot save location :... | 1016487 | null | null | 2023-10-25T11:10:53.317 | Print screen shortcut have a different save directory from gnome-screnshot | [
"gnome",
"screenshot",
"dconf",
"gsettings",
"gnome-screenshot"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490340 | 1 | null | 2023-10-25T11:12:34.427 | 0 | 138 | <p>As the Gnome packages was removed accidentally, how can we reinstall those using the wget command, I've tried updating & upgrading the system (Ubuntu 22.10), the dist-upgrade command I can't use as due to use of it, I may lose the system data. Can anyone suggest me how can I install the Gnome desktop as I'm stuc... | 1741245 | 1741245 | 2023-10-25T11:30:39.970 | 2023-10-25T11:30:39.970 | Accidentally removed the Gnome packages, how to re-install those using wget command from tty screen, unable to use install gnome commands? | [
"package-management",
"gnome-shell",
"gui",
"tty"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T11:25:22.713",
"id": "2610581",
"postId": "1490340",
"score": "3",
"text": "You've not mentioned what GNOME packages were erased, nor what OS/release you're using, but why not just use `sudo apt install --reinstall ubuntu-desktop` which is what I'd use to re-install... | null | [] | null | null | null | null | null |
1490342 | 1 | null | 2023-10-25T11:30:47.237 | 0 | 135 | <p>I think I have successfully been able to finally set the printer up. I can ping it and I do receive the response. weird how a mainstream OS like ubuntu can make printer setup this insanely difficult.</p>
<p><a href="https://i.stack.imgur.com/F0L6P.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/F0... | 1029875 | null | null | 2023-10-25T18:33:58.130 | Not able to get a brother printer working | [
"drivers",
"printing",
"brother"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490343 | 1 | null | 2023-10-25T11:35:07.200 | 0 | 40 | <p>ironically,i was trying to make a backup for ubuntu by copying the whole drive,i have win10 beside ubuntu so i thought maybe i can copy the drive directly instead of using gparted with a flashdrive so i opened 'create and format hard disk partitions',and i remembered win can't see ex4 format.closed,restarted can't a... | 693289 | 693289 | 2023-10-25T12:02:58.467 | 2023-10-25T12:02:58.467 | can't access/log in ubuntu | [
"dual-boot",
"login"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T15:29:24.363",
"id": "2610622",
"postId": "1490343",
"score": "0",
"text": "Well I managed to identify the problem and a kind of solution,the problem is a partition of type ntfs with mount options defaults,uid=1000,gid=1000 0 0. I just comment this line in fstab... | null | [] | null | null | null | null | null |
1490344 | 1 | null | 2023-10-25T11:35:32.723 | 0 | 87 | <p>i just updated to mantic minotaur and after the installation of required drivers (nvidia-driver-535) i launched a game, with enabled vertical synchronization, and i quickly noticed that vsync wasn't working even though it was enabled. i can't find any information on how to do fix it on Linux online. my current gpu i... | 1726990 | 1726990 | 2023-10-26T01:19:31.267 | 2023-10-26T01:19:31.267 | VSync disabled in games after an upgrade to 23.10 | [
"drivers",
"nvidia",
"games"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490348 | 1 | null | 2023-10-25T11:41:37.067 | 0 | 399 | <p>We upgraded to Ubuntu 22.04 from 16.04 sometime ago, ever since upgrading, I noticed a peculiar issue. Our <code>syslog</code> is completely spammed every second or so, by <code>gdm-x-session</code> with the following <em>repeating</em> entries:</p>
<pre><code>/usr/libexec/gdm-x-session[1030]: (II) modeset(0): EDID ... | 1598316 | 1598316 | 2023-10-30T11:20:56.370 | 2023-10-30T11:20:56.370 | gdm-x-session syslog spam | [
"22.04",
"xorg",
"gdm",
"syslog"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490349 | 1 | null | 2023-10-25T11:58:50.400 | 0 | 296 | <p>I'm currently trying out i3wm on my Ubuntu system (Ubuntu 23.04), but am having some difficulties. I like the window manager, and I like the easily customizable config file, but I'm having a lot of trouble with stuff like software and settings.</p>
<p><em>Disclaimer: I'm a relative noobie with regards to distros, an... | 1575298 | null | null | 2023-10-25T11:58:50.400 | How do I use i3wm long with all gnome and ubuntu default software? | [
"gnome",
"ssh",
"git",
"23.04",
"i3-wm"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490350 | 1 | null | 2023-10-25T12:00:54.710 | 0 | 39 | <p>Hi experts and fellows,</p>
<p>Im running Ubuntu 22.04.3 on an ODROID N2+ SBC from 128GB MMC and having an issue with remounted root filesystem when plugging in an USB Drive.</p>
<h1>Situation</h1>
<blockquote>
<p>"boot" is mounted on /dev/mmcblk1p1<br />
"root" is mounted on /dev/mmcblk1p2</p>
<... | 1741255 | 1741255 | 2023-10-25T12:12:49.417 | 2023-10-25T12:12:49.417 | root fs remounted automatically with USB drive plugged in | [
"boot",
"mount",
"fstab",
"automount"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-01T16:26:05.420",
"id": "2612159",
"postId": "1490350",
"score": "0",
"text": "Anyone able to answer wrt my issue?",
"userDisplayName": null,
"userId": "1741255"
}
] | null | [] | null | null | null | null | null |
1490352 | 1 | null | 2023-10-25T12:39:33.830 | 9 | 713 | <p>This is still open - I did not find a solution. I will give a new bounty to the person who solves this!</p>
<p>——-</p>
<p>I have a HP 655 keyboard which has some quirks. One of them being for there is a key above backspace I keep hitting accidentally when typing which opens of all things “Settings”.</p>
<p><a href=... | 963 | 963 | 2023-12-19T10:36:20.833 | 2023-12-19T10:36:20.833 | Remap this key to backspace? | [
"gnome",
"keyboard"
] | 3 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T15:04:54.170",
"id": "2610616",
"postId": "1490352",
"score": "1",
"text": "Try the command `sudo showkey`: does that show a code? If using Gnome Shell, try the command: `gsettings set org.gnome.settings-daemon.plugins.media-keys mic-mute-static ['']`. If it works, ... | null | [
{
"accepted": null,
"body": "<p>You can use <a href=\"https://github.com/rvaiya/keyd\" rel=\"nofollow noreferrer\">keyd</a>. It is a key remapping tool.</p>\n<p>To install it run the following commands one by one.</p>\n<pre><code>sudo apt install build-essential\ngit clone https://github.com/rvaiya/keyd\ncd... | null | null | null | null | null |
1490356 | 1 | null | 2023-10-25T13:07:28.713 | 0 | 29 | <p>I have some machines joined to a Azure AD service, all works great except that the roles in Azure AD don't apply in Ubuntu machines (all are Ubuntu 23.04).
Exists any method that i can apply to solve this issue?
I undertand that roles in Azure are specific for Windows systems, I don't find anything in the web that c... | 1741284 | null | null | 2023-10-25T13:07:28.713 | Ubuntu 23.04 don't take the Azure AD roles | [
"23.04",
"azure"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490357 | 1 | null | 2023-10-25T13:07:46.520 | 0 | 118 | <p>I'm migrating to a new laptop and have a decent number of Connections (not actual VMs) in virt-manager. I've grepped and cannot find any text file with data from the connection strings that appear when I open virt-manager.</p>
<p>None of these exist:
/etc/libvirt
~/.gconf/apps/virt-manager/</p>
<p>I've also used</p>... | 77256 | null | null | 2024-01-06T06:06:28.297 | Where does qemu/virt-manager store connection strings? | [
"configuration",
"connection",
"virt-manager"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490361 | 1 | null | 2023-10-25T13:32:44.897 | 0 | 61 | <p>I'm running Xubuntu 22.04.3 LTS, 6.2.0-35-generic GNU/Linux</p>
<p>I try to install Brother DCP-J100 printer. I have already installed drivers (from Brother), but the printer and the scanner do not work. It appears to be no fault in Cups. The printer is not being detected:
<code>lsusb</code></p>
<pre><code>Bus 002 D... | 1741281 | null | null | 2023-10-25T16:23:42.557 | ubuntu does not see usb-connected printer (Brother DCP-J100) | [
"usb",
"printing"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I desperately tried different combinations of USB sockets (both in the computer and printer) and finally used USB 3 (blue) socket. Nothing happened and then, after half an hour, "Brother" uppeared in the list of devices (lsusb) and on the list of printers in cups.</... | null | null | null | null | null |
1490362 | 1 | null | 2023-10-25T13:39:40.583 | 0 | 17 | <p>Ubuntu 23.04 was working fine, I was trying to install nvidia drivers and made some changes in xserver, gdm and lighttdm. After that, it doesnt show my login screen, its just blacn.</p>
| 1741289 | null | null | 2023-10-25T13:39:40.583 | Ubuntu 23.04 login screen is blank after changes in graphics | [
"22.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490367 | 1 | null | 2023-10-25T13:56:38.977 | 0 | 59 | <p>I’m confused on snap set-quota, respectively how to make it work. I followed <a href="https://snapcraft.io/docs/quota-groups" rel="nofollow noreferrer">the quote-groups documentation</a> and it all works, quota groups are there and I can assign snaps.</p>
<p>However, the quota gropus seems to have no impact. When I ... | 1661744 | null | null | 2023-12-06T12:42:28.473 | How to make quotas for snap work? | [
"snap"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1490370 | 1 | null | 2023-10-25T14:09:28.413 | 0 | 126 | <p>I've been experiencing strange behaviour on Ubuntu 22.04. I will be watching something on Youtube for example and then the streaming will stop indefinitely and the video will freeze. Then I will try to access another web page and the browser (chrome) will complain that it is unable to resolve the URL. Rebooting solv... | 981121 | 981121 | 2023-10-25T17:48:54.457 | 2023-10-25T17:48:54.457 | What could be stopping my DNS resolution from working? | [
"22.04",
"dns"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T15:54:45.370",
"id": "2610625",
"postId": "1490370",
"score": "0",
"text": "Is there anything of interest in the logs when this happens (ex. `journalctl -xe -u systemd-resolved.service`)?",
"userDisplayName": null,
"userId": "178692"
},
{
"creationDa... | null | [] | null | null | null | null | null |
1490378 | 1 | null | 2023-10-25T16:28:00.137 | 1 | 134 | <p>We have TigerVNC installed in a docker Ubuntu 22.04 setup. I have also installed Chromium deb package...</p>
<p>When I tried to open Vhromium from VNC using below command:</p>
<pre><code>chromium --disable-dev-shm-usage --no-sandbox --disable-gpu --user-data-dir --window-position=0,0
</code></pre>
<p>Its stuck and ... | 1741322 | 1157209 | 2023-10-25T19:38:25.907 | 2023-10-25T19:38:25.907 | Chromium not opening in TigerVNC | [
"22.04",
"chromium",
"vnc"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>This is most likely a snap issue.</p>\n<p>Remove Chromium snap with <code>sudo apt purge chromium-browser</code>.</p>\n<p>Then, install Chromium using <a href=\"https://askubuntu.com/a/1386740/124466\">APT</a> and try again.</p>\n",
"commentCount": "1",
"comments": [
... | null | null | null | null | null |
1490381 | 1 | null | 2023-10-25T16:45:28.530 | 0 | 170 | <p>In 20.04, if you have an application open and right-click on its title bar, you are presented with a list of possible actions. They include actions local to this desktop/workspace, like "<em>Always on top</em>", and actions to manipulate desktops/workspaces location of this app/window - like "<em>Move... | 1741313 | null | null | 2023-10-25T16:55:38.087 | Is it possible in Ubuntu 22.04 to have one app/window show/present in several "desktops" simultaneously -- like in 20.04? | [
"workspaces",
"multiple-desktops"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Yes, you can in Ubuntu 22.04. I pressed the Menu key (mine had a Windows logo because my machine came with Windows pre-installed) to show all my apps. It could be the Escape key on your machine, check your system shortcuts (dconf-editor or GNOME settings).</p>\n",
"commen... | null | null | null | null | null |
1490387 | 1 | null | 2023-10-25T17:28:00.193 | 5 | 5332 | <p>The Linux kernel now requires gcc v13 in order to compile, but Ubuntu 22.04 is stuck on gcc v11. I found instructions to install the latest native gcc-13 via a PPA (<a href="https://launchpad.net/%7Eubuntu-toolchain-r/+archive/ubuntu/ppa" rel="nofollow noreferrer">https://launchpad.net/~ubuntu-toolchain-r/+archive/... | 545726 | 1066942 | 2023-12-10T12:12:26.090 | 2023-12-12T07:25:38.230 | How do I install the gcc-13 aarch64 cross compiler on Ubuntu 22.04? | [
"ppa",
"gcc",
"arm64",
"cross-compilation"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T22:17:41.890",
"id": "2610708",
"postId": "1490387",
"score": "1",
"text": "... if you use the PPA's drop-down filter, it appears `gcc-13-cross` is only available from Lunar onwards",
"userDisplayName": null,
"userId": "178692"
},
{
"creationDate": "... | null | [
{
"accepted": null,
"body": "<h3>The recommended way</h3>\n<p><strong>Ubuntu 23.04</strong> has both the packages you seem to need and in the versions that you require i.e. <a href=\"https://packages.ubuntu.com/lunar/gcc-13\" rel=\"nofollow noreferrer\"><code>gcc-13</code></a> and <a href=\"https://packages... | null | null | null | null | null |
1490389 | 1 | null | 2023-10-25T17:37:42.833 | 1 | 112 | <h2><strong>Problem: Audio Distortion</strong></h2>
<p>When I record audio from my <a href="https://www.amazon.ca/Logitech-Headphones-Noise-Cancelling-Microphone-Smartphone/dp/B00YJJB7YG/ref=sr_1_5?crid=Q3OL5ZQERX5J&keywords=logitech%2B140%2Bheadset&qid=1698253867&sprefix=logi%2B140%2Bheadset%2Caps%2C150&am... | 1741331 | 1741331 | 2023-10-25T17:45:14.367 | 2023-10-25T21:02:15.960 | Audio recorded with Ubuntu 23.04 is strangely distorted/warped | [
"sound",
"pulseaudio",
"alsa",
"microphone"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>An extremely helpful discord user mentioned the following when I explained my setup:</p>\n<p>"99% of the time the drivers in the kernel already are what you get, and some devices, particularly ones often found on laptops/minipc's tend to be fairly garbage hardware anyway... | null | null | null | null | null |
1490391 | 1 | null | 2023-10-25T18:22:29.663 | 0 | 228 | <h3>My context (to avoid the <a href="https://en.wikipedia.org/wiki/XY_problem" rel="nofollow noreferrer">XY problem</a>)</h3>
<p>I have a 500GB SSD that <a href="https://superuser.com/questions/1754022/what-if-anything-should-i-do-about-an-ssd-reporting-low-temperatures">may be failing</a> and is now too small. After ... | 1007001 | null | null | 2023-10-25T18:22:29.663 | How do you set up GRUB after duplicating a drive with Clonezilla in the same PC? | [
"boot",
"partitioning",
"grub2",
"clonezilla",
"uuid"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T19:25:05.790",
"id": "2610670",
"postId": "1490391",
"score": "1",
"text": "I always suggest a new install & restore from your backup. Verifies you have good backup while you still have old install to get any missing info. This user just did something similar. https... | null | [] | null | null | null | null | null |
1490393 | 1 | null | 2023-10-25T18:40:42.377 | 0 | 1593 | <p>I am new to Linux, and i installed chrome signed in with google account, but when i close browser i am getting <strong>logged out</strong>, but not with other accounts like <em><strong>ask Ubuntu</strong></em> accounts are not getting logged out.
Its only happening with google accounts.
this issue is with firefox, c... | 1736414 | null | null | 2024-02-16T04:31:22.930 | google account getting logged out after closing window | [
"firefox",
"google-chrome",
"google"
] | 2 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-26T01:03:34.883",
"id": "2610722",
"postId": "1490393",
"score": "0",
"text": "Most likely due to to your option to \"delete cookies\" when you close your browser and did not add a exception for google website.",
"userDisplayName": null,
"userId": "767056"
}
... | null | [
{
"accepted": null,
"body": "<p>This is most likely because you chose the option in your browsers to "Delete cookies" when you close your browser. In that same section of options, You also need to add a exception for Google so you will not get logged out when you close your browser. It appears you... | null | null | null | null | null |
1490395 | 1 | null | 2023-10-25T18:43:46.457 | 0 | 728 | <p>Current install errors for Ubuntu: Ubuntu 23.10.</p>
<p>Note: I have tried 3 diff type c attached to the MB and 1 to the case; all of them get to the "try to install Ubuntu" window and then, errors ensue, thereafter.</p>
<pre><code>1.522496] hub 12-0:1.0: config failed, hub doesn't have any ports!
4.169154... | 1741339 | 158442 | 2023-10-25T23:43:35.287 | 2024-03-23T13:37:06.140 | Ubuntu 23.10 Installation errors involving Nouveau & config failed hub doesn't have any ports! | [
"drivers",
"nvidia",
"usb-installation",
"nouveau",
"msi"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-29T12:43:00.070",
"id": "2611354",
"postId": "1490395",
"score": "0",
"text": "What is your CPU? There have been reports of that error occurring with newer Ryzen 7000 CPUs when trying to run an older kernel that doesn't have support for them yet.",
"userDisplayName... | null | [] | null | null | null | null | null |
1490398 | 1 | null | 2023-10-25T19:40:39.287 | 0 | 279 | <p>You will see that I tried to update ubuntu 20.04 to 21.04 which was a 16.04 before (it's an old government laptop, I don't have another pc at hand) and when I rebooted I got that error, I have searched in many forums and they all say to access the recovery mode or to start in live mode, but first, my USB Flash Drive... | 1741346 | null | null | 2023-10-25T19:40:39.287 | end kernel panic not syncing vfs unable to mount root fs on unknown-block(0 0) (Recovery mode NO) | [
"boot",
"grub2",
"kernel",
"mount",
"updates"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-26T13:06:21.253",
"id": "2610806",
"postId": "1490398",
"score": "0",
"text": "I can connect my mobile phone to my pc, but I can't buy another usb as the economic situation is complicated, there is no money or credit card etc,",
"userDisplayName": null,
"userId... | null | [] | null | null | null | null | null |
1490399 | 1 | null | 2023-10-25T20:05:53.647 | 0 | 206 | <p>I have this problem, please help me!
I don't want to reinstall ubuntu as I've done several times</p>
<pre><code>nico@home:~$ sudo umount /dev/sda3
umount: /: target is busy.
nico@home:~$ fsck
fsck from util-linux 2.37.2
e2fsck 1.46.5 (30-Dec-2021)
/dev/sda3 is mounted.
WARNING!!! The filesystem is mounted. If ... | 1741353 | 389216 | 2023-10-29T11:15:32.980 | 2023-10-29T11:15:32.980 | fsck warning - what does it mean? | [
"mount",
"filesystem"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-10-25T20:08:23.100",
"id": "2610675",
"postId": "1490399",
"score": "4",
"text": "You can't fsck your mounted disk safely. You need to boot into a LiveUSB / Installer environment and run the fsck from there.",
"userDisplayName": null,
"userId": "10616"
},
{
... | null | [] | null | null | null | null | null |
1490402 | 1 | null | 2023-10-25T20:37:16.103 | 0 | 17 | <p>I use Ubuntu 22.04 LTS with a custom kernel by my hardware manufacturer installed.</p>
<p>When I get a kernel update, I can't use Ubuntu's Software Updater to update, since I get the error "not enough disk space on /boot...". But if I use apt full-upgrade it works perfectly fine.</p>
<p>I have a fully encr... | 860692 | null | null | 2023-10-25T20:37:16.103 | Software Updater: not enough disk space when updating custom kernel (apt works) | [
"kernel",
"updates",
"encryption",
"update-manager",
"lvm"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.