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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1505675 | 1 | 1505729 | 2024-02-25T19:21:17.407 | 0 | 69 | <pre><code>Kubuntu 23.10
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
</code></pre>
<p>When pressing the "Log Out" shortcut or selecting the "Leave" option</p>
<p><a href="https://i.stack.imgur.com/pNQmP.png" rel="nofollow noreferrer"><img src="https://i.stack.imgu... | 925128 | 925128 | 2024-02-26T08:43:52.013 | 2024-02-26T14:22:03.063 | Change the background of Plasma "Leave" dialog | [
"kubuntu",
"desktop-background",
"plasma",
"23.10",
"logout"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-25T22:44:24.253",
"id": "2640717",
"postId": "1505675",
"score": "1",
"text": "You might have either disabled the blur in the desktop effect plugin settings or KDE is not detecting your GPU. I've never seen background images on this ksmserver screen",
"userDisplayN... | {
"accepted": true,
"body": "<p>That is a semi-transparent window and as such it is affected by the "Blur" Desktop effect. This can reduce transparency if it's set too strong: decreasing its strength increases the transparency of these windows.</p>\n<p><a href=\"https://i.stack.imgur.com/Tx7HO.png\" rel=\... | [
{
"accepted": true,
"body": "<p>That is a semi-transparent window and as such it is affected by the "Blur" Desktop effect. This can reduce transparency if it's set too strong: decreasing its strength increases the transparency of these windows.</p>\n<p><a href=\"https://i.stack.imgur.com/Tx7HO.png... | null | null | null | null | null |
1505677 | 1 | null | 2024-02-25T20:09:07.830 | 1 | 98 | <p>I installed the apache2 server on Ubuntu and after success, when I tried to hit the URL to check whether it worked or not it threw <code>403 Forbidden</code> error instead of showing Apache's default page.
I restarted the apache server by running the <code>sudo systemctl restart apache2</code> command
and when I ran... | 1771112 | 767056 | 2024-02-25T22:01:10.753 | 2024-02-25T22:01:10.753 | After installing apache2 it gives 403 Forbidden error | [
"command-line",
"server",
"apache2",
"sudo",
"webserver"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-25T20:48:58.330",
"id": "2640693",
"postId": "1505677",
"score": "1",
"text": "Looks like you didn't install apache2. Try running `sudo apt install apache2`",
"userDisplayName": null,
"userId": "163331"
},
{
"creationDate": "2024-02-25T21:54:40.377",
... | null | [] | null | null | null | null | null |
1505689 | 1 | null | 2024-02-25T23:13:02.677 | 0 | 69 | <p>I know this works:</p>
<pre><code>FNAME="$(basename $LD_PRELOAD)"
FNAME="${FNAME%.*}"
</code></pre>
<p>Can this be expressed in a single line? These are two unsuccessful attempts, thus far:</p>
<pre><code>${$(basename LD_PRELOAD)%.*}
${`$(basename $LD_PRELOAD)`%.*}
</code></pre>
<p>Thanks in ad... | 1769920 | null | null | 2024-02-25T23:40:48.553 | Trivial pursuit : bash environment variables | [
"bash",
"environment-variables"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-25T23:39:48.260",
"id": "2640731",
"postId": "1505689",
"score": "2",
"text": "What is the use case? If you're writing a wrapper script, you could consider using zsh instead of bash - which would allow you to use the **r**oot and **t**ail expansion modifiers ex. `${LD_... | null | [
{
"accepted": null,
"body": "<p>Yes, see <a href=\"https://stackoverflow.com/a/78037879/10477326\">my answer on StackOverflow</a>. Adapted for your situation, it would be the following:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>FNAME="${LD_PRELOAD//@(*\\/|.*)}"\n</code></pre>\n<p>Do... | null | null | null | null | null |
1505692 | 1 | null | 2024-02-25T23:27:25.517 | 0 | 86 | <p>As the title says, some of the mounts work all the time, and some I need to do a restart for them to work. They always show they're mounted on my GUI but they do not work. Like I said, a restart makes everything work great; any ideas?</p>
<p>Thank you</p>
<p>Here is how I have them mounting</p>
<p>Movies:</p>
<pre... | 1771149 | 1066942 | 2024-02-26T12:22:34.483 | 2024-02-26T12:22:34.483 | Ubuntu network mounts intermittently stop working | [
"networking",
"mount",
"sudo",
"samba",
"cifs"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-25T23:48:41.807",
"id": "2640739",
"postId": "1505692",
"score": "2",
"text": "How exactly do you see \"they do not work\"?",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-26T03:41:45.173",
"id": "2640774",
"postId":... | null | [
{
"accepted": null,
"body": "<p>I suspect what is happening is fstab is being read by the system before the network stack is operational on the Ubuntu client so there is no way to connect to the server.</p>\n<p>There are two general methods to remedy this. Both of them result in shares being mounted "o... | null | null | null | null | null |
1505694 | 1 | null | 2024-02-26T01:04:50.817 | 0 | 18 | <p>Ubuntu 20.04 LTS installed 9 weeks ago. Windows 10/11 deleted, disk reformatted NTFS. System worked like a charm for over a month. Then problem appeared.</p>
<p>I tried the command /etc/fstab to update the UUIDs. My computer has a file /etc/fstab with no contents. An empty file.</p>
<p>Next, I tried sudo e2fck -f -... | 1769717 | null | null | 2024-02-26T01:04:50.817 | My Aspire A-515-54 fails to boot. Got a software disk assembly mismatch | [
"partitioning",
"grub2",
"initramfs"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T01:42:38.330",
"id": "2640748",
"postId": "1505694",
"score": "1",
"text": "`/etc/fstab` is not a command.",
"userDisplayName": null,
"userId": "243321"
},
{
"creationDate": "2024-02-26T01:55:29.937",
"id": "2640755",
"postId": "1505694",
... | null | [] | null | null | null | null | null |
1505698 | 1 | null | 2024-02-26T01:43:14.903 | 0 | 28 | <p>I recently needed to use ubuntu for my project, so instead of dual booting ubuntu along windows I wanted to boot from external SSD to have the project portable. I installed ubuntu on a pen drive and made it bootable. I installed ubuntu on San disk SSD from pen drive using my friends laptop. However when I tried to b... | 1771158 | 1771158 | 2024-02-26T18:35:20.013 | 2024-02-26T18:35:20.013 | Struck at GNU GRUB while loading from external SSD | [
"grub2",
"22.04",
"bootloader",
"gnu"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T01:46:46.867",
"id": "2640749",
"postId": "1505698",
"score": "1",
"text": "You've tagged your Ubuntu release as being Ubuntu 14.04 (the 2014-April release), is that correct? That product is very old & reached its *end of standard support* back in 2019.. Are you s... | null | [] | null | null | null | null | null |
1505699 | 1 | null | 2024-02-26T01:47:38.283 | 0 | 292 | <p>I did some troubleshooting by running a restart, checking the status of the Bluetooth, removing and reinstalling it, and whatnot.
But whatever I did the best I was able to do was to my headphones got connected but the sound was coming from the laptop speaker and not from the headphones.</p>
<pre><code>● bluetooth.se... | 1771159 | 1771159 | 2024-02-26T15:00:54.593 | 2024-02-26T15:00:54.593 | Bluetooth was working fine till yesterday in Ubuntu 22.04.4 but not now | [
"sound",
"22.04",
"bluetooth",
"pulseaudio",
"asus"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T01:53:36.480",
"id": "2640754",
"postId": "1505699",
"score": "0",
"text": "Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer.",
"userDisplayName": null,
"userId": "-1"
}
] | null | [
{
"accepted": null,
"body": "<p>This is <a href=\"https://bbs.archlinux.org/viewtopic.php?id=291350\" rel=\"nofollow noreferrer\">caused by</a> Bluetooth being disabled. Check for any hardware switches first. Then run the following to enable it:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>rfkil... | null | null | null | null | null |
1505703 | 1 | null | 2024-02-26T03:55:05.973 | 1 | 169 | <p>I have booting related issue everytime I install NVIDIA-driver on Ubuntu 22.04
So the main problem is everytime I boot, Ubuntu would either</p>
<p>(1) boot fine (25% of the time)</p>
<p>(2) boot takes long time(about 2 min) (50% of the time)</p>
<p>(3) boot fails (25% of the time)</p>
<p>This symptom disappears when... | 1771161 | 1771161 | 2024-02-26T05:26:22.527 | 2024-03-13T17:16:45.430 | Boot related issue on Ubuntu 22.04 when NVIDIA driver is installed | [
"boot",
"drivers",
"dual-boot",
"grub2",
"nvidia"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T05:02:31.803",
"id": "2640782",
"postId": "1505703",
"score": "0",
"text": "Hi - when the boot takes a long time, once the system is up try running `systemd-analyze blame` to see what (if anything) stands out",
"userDisplayName": null,
"userId": "1639121"
... | null | [] | null | null | null | null | null |
1505704 | 1 | null | 2024-02-26T03:55:15.473 | 0 | 76 | <p>i've been trying to install RStudio in the pc (Ubuntu 23.10 mantic) through many tutorials but i've not been able to. Huge thanks for your time.</p>
| 1771177 | null | null | 2024-02-26T03:55:15.473 | Can anybody help me with the installation of RStudio in Ubuntu 23.10 mantic? | [
"software-installation",
"r",
"rstudio"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T06:37:56.760",
"id": "2640797",
"postId": "1505704",
"score": "2",
"text": "please [edit] your question to indicate what you have tried and any error messages received. Little point in trying to second guess what you have tried only to be told \"tried that, didn't w... | null | [] | null | null | null | null | null |
1505706 | 1 | null | 2024-02-26T04:19:47.683 | 1 | 27 | <p>My laptop's touchpad is a little sensitive and sometimes translates my attempts at left clicks as middle clicks.</p>
<p>I disabled 'middle click paste' in System Settings -> Workspace Behaviour but I still find annoying interactions in programs like:</p>
<ul>
<li>vscode (i believe this uses xwayland rather than w... | 1771187 | null | null | 2024-02-26T04:19:47.683 | How do I completely disable middle click (using wayland on kubuntu 23.10, plasma 5.27) | [
"kubuntu",
"touchpad",
"kde",
"wayland"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T04:53:14.617",
"id": "2640781",
"postId": "1505706",
"score": "1",
"text": "You can use `input-remapper-gtk` on Wayland: https://askubuntu.com/a/1487256/1004020",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [] | null | null | 2024-03-01T21:56:05.650 | null | null |
1505707 | 1 | null | 2024-02-26T04:22:30.923 | 1 | 210 | <p>My PC configuration includes a 4th generation Intel Core i3 processor, Intel(R) HD Graphics 4400, 8GB of RAM, and a 128 GB SSD. My monitor is a 19 inch Gigasonic, connected by HDMI.
When I used Windows, my display resolution was <strong>1366x768.</strong></p>
<p><a href="https://i.stack.imgur.com/SS41r.png" rel="nof... | 1771185 | 618353 | 2024-02-26T07:44:10.743 | 2024-02-26T07:44:10.743 | Ubuntu resolution stuck at 1024x768 | [
"display",
"display-resolution"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T04:45:28.313",
"id": "2640778",
"postId": "1505707",
"score": "0",
"text": "Hi - Can you please edit your question to add: What Ubuntu version have you installed? What type of monitor are you using, and connected via what mechanism (HDMI, DVI, USB, etc.)?",
"use... | null | [
{
"accepted": null,
"body": "<p>It sounds like you're having a bit of a pickle with your display resolution on Ubuntu. Don't fret, mate! You should be able to tweak those settings and get things sorted out without having to hop back to Windows.</p>\n<p>First off, have you tried checking if Ubuntu recognizes... | null | null | null | null | null |
1505713 | 1 | 1505743 | 2024-02-26T05:57:11.717 | 1 | 92 | <p>I keep my Jammy Ubuntu always up to date, with all updates installed almost daily. So everything I have installed is at its latest version.</p>
<p>I have installed two important applications: a Windows VM on libvirt + qemu, and docker (including docker compose).</p>
<p>One day, I noticed that the Virtual Machine Ma... | 1769114 | null | null | 2024-02-26T11:24:06.007 | Jammy python installation corrupted for just one user: cannot import name 'Mapping' from 'collections' | [
"22.04",
"python",
"configuration"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T08:45:44.607",
"id": "2640808",
"postId": "1505713",
"score": "0",
"text": "Delete all .local python3 packages? There's some conflict with versions. When running under sudo the packages are different (root is a different user)",
"userDisplayName": null,
"use... | {
"accepted": true,
"body": "<p>You need to remove the conflicting version of Python dependencies, as suggested in the comments:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>rm -rf /home/myUserName/.local/lib/python3.10/\n</code></pre>\n<p>It is conflicting with packages already present in your system i... | [
{
"accepted": true,
"body": "<p>You need to remove the conflicting version of Python dependencies, as suggested in the comments:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>rm -rf /home/myUserName/.local/lib/python3.10/\n</code></pre>\n<p>It is conflicting with packages already present in your ... | null | null | null | null | null |
1505716 | 1 | null | 2024-02-26T06:52:23.757 | 2 | 141 | <p>A few months ago I was able to use RDP to use my tablet screen as a second screen to my Ubuntu 22.04. However, I'm unable to achieve the same now.</p>
<p>After several hours of looking around on the web, I've seen several <a href="https://www.omgubuntu.co.uk/2022/06/use-ipad-as-second-monitor-ubuntu-22-04" rel="nofo... | 1287623 | 1287623 | 2024-02-26T16:43:43.227 | 2024-02-26T16:43:43.227 | How to use a tablet as a second screen? | [
"22.04",
"multiple-monitors",
"remote-desktop",
"xrdp",
"rdp"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1505719 | 1 | null | 2024-02-26T07:35:14.870 | 0 | 36 | <p>I know this issue has been discussed before and many instructions indicate that Ubuntu does not set a root password.</p>
<p>I installed Ubuntu 22.04-desktop on a VM and I checked the <code>/etc/shadow</code> file and saw the following:</p>
<pre><code>root:!:19768:0:99999:7:::
</code></pre>
<p>I also installed Ubuntu... | 1714306 | null | null | 2024-02-26T07:35:14.870 | Why are the root settings of Ubuntu-server different from those of Ubuntu-desktop? | [
"22.04",
"root"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T11:13:59.493",
"id": "2640829",
"postId": "1505719",
"score": "1",
"text": "It doesn't matter. The Ubuntu installer copies the `/etc/shadow` file from the installer image",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [] | null | null | null | null | null |
1505720 | 1 | null | 2024-02-26T07:54:14.463 | 0 | 44 | <p>i tried to crack my zip file it's not give me any result</p>
<p>this what i got</p>
<p>┌─[dsl@Linux]─[~/11]
└──╼ $fcrackzip -u -D -p 1 1.zip</p>
<p>┌─[dsl@Linux]─[~/11]
└──╼ $</p>
<p><a href="https://i.stack.imgur.com/Vuhas.png" rel="nofollow noreferrer">fcrackzip issue</a></p>
| 1694542 | null | null | 2024-02-26T07:54:14.463 | fcraczip no't working in ubuntu | [
"files",
"zip",
"rar"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T11:47:04.953",
"id": "2640841",
"postId": "1505720",
"score": "0",
"text": "Are you sure your dictionary is named just \"1\"? `tldr fcrackzip` suggests `fcrackzip --use-unzip --dictionary --init-password wordlist archive`",
"userDisplayName": null,
"userId":... | null | [] | null | null | null | null | null |
1505721 | 1 | 1505727 | 2024-02-26T08:12:25.310 | 0 | 35 | <p>I running ubuntu 22.04 on raspberry pi, with fixed IPv4 address. On the server a isc-dhcp-server is running. (i know isc-dhcp-server is outdated an not in service anymore).</p>
<p>While starting appamor denying dhcpd operation:</p>
<pre><code>apparmor="DENIED" operation="open" profile="/usr/... | 1362749 | 1362749 | 2024-02-26T08:46:25.470 | 2024-02-26T08:48:00.433 | DHCPD and Appamor | [
"networking",
"server",
"permissions",
"dhcp"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>to prevent the message:</p>\n<pre><code>sudo nano /etc/apparmor.d/usr.sbin.dhcpd\n\n@{PROC}/sys/net/ipv4/ip_local_port_range r,\n\n</code></pre>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2024-02-2... | [
{
"accepted": true,
"body": "<p>to prevent the message:</p>\n<pre><code>sudo nano /etc/apparmor.d/usr.sbin.dhcpd\n\n@{PROC}/sys/net/ipv4/ip_local_port_range r,\n\n</code></pre>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creatio... | null | null | null | null | null |
1505722 | 1 | null | 2024-02-26T08:12:32.283 | 0 | 63 | <p>When I get some new packages using</p>
<pre><code>`sudo apt update
sudo apt install <packages>`
</code></pre>
<p>I always got error message like</p>
<pre><code>`The following packages have unmet dependencies:
squid : Depends: libecap3 (>= 1.0.1) but it is not going to be installed
Depends: squid-c... | 1771234 | null | null | 2024-02-26T08:12:32.283 | Always getting error 'The following packages have unmet dependencies' when I want to install new packages | [
"apt",
"server",
"package-management",
"proxy"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T08:20:29.267",
"id": "2640802",
"postId": "1505722",
"score": "2",
"text": "Does this answer your question? [How do I resolve unmet dependencies after adding a PPA?](https://askubuntu.com/questions/140246/how-do-i-resolve-unmet-dependencies-after-adding-a-ppa)",
... | null | [] | null | null | null | null | null |
1505724 | 1 | null | 2024-02-26T08:35:01.207 | 0 | 52 | <p>I'm using Ubuntu 23.10. My company provided me a Yubikey for VPN access and everything works fine. However whenever I turn my pc on, the gdm screen only asks for smart card login (and no longer for password login). I must unplug the Yubikey each time to let gdm prompt me with the normal unix user+password screen.</p... | 489826 | null | null | 2024-02-26T08:35:01.207 | Yubikey inserted always asking for smart card login and no longer for password | [
"login",
"login-screen",
"gdm",
"smartcard"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T11:57:40.267",
"id": "2640851",
"postId": "1505724",
"score": "1",
"text": "Does this answer your question? [Locked out from system after adding Yubikey 2FA](https://askubuntu.com/questions/1062796/locked-out-from-system-after-adding-yubikey-2fa)",
"userDisplayN... | null | [] | null | null | null | null | null |
1505725 | 1 | 1505749 | 2024-02-26T08:42:15.333 | 4 | 369 | <p>While working on an Ubuntu Server for personal use, I removed what would not be necessary for my usage. It is snapd & snap that I would like to properly clean.</p>
<p>I removed snap and snapd using the neatest way possible (<code>snap remove <the default installed snap:core,lxd,snapd></code> + <code>apt re... | 1771230 | 968501 | 2024-02-26T14:12:01.673 | 2024-03-16T17:28:17.490 | How to handle unused loop partition after removing snap/snapd? | [
"command-line",
"kernel",
"snap",
"loop-device"
] | 2 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T09:41:01.203",
"id": "2640817",
"postId": "1505725",
"score": "1",
"text": "Have you tried rebooting ?",
"userDisplayName": null,
"userId": "614422"
},
{
"creationDate": "2024-02-26T11:32:03.970",
"id": "2640833",
"postId": "1505725",
"sc... | {
"accepted": true,
"body": "<p>The existence of <code>loop{0..7}</code> is not related to snap. Snap merely used 6 of them. Just because snap used 1GB of your hard disk, doesn't mean that you need to throw away your 1TB hard disk to get rid of snap.</p>\n<p>If you run <code>ls /dev</code> in <a href=\"https://bell... | [
{
"accepted": true,
"body": "<p>The existence of <code>loop{0..7}</code> is not related to snap. Snap merely used 6 of them. Just because snap used 1GB of your hard disk, doesn't mean that you need to throw away your 1TB hard disk to get rid of snap.</p>\n<p>If you run <code>ls /dev</code> in <a href=\"http... | null | null | null | null | null |
1505731 | 1 | null | 2024-02-26T09:58:58.670 | 0 | 51 | <p>I have same problem like <a href="https://askubuntu.com/questions/1438227/ssh-welcome-message-is-suddenly-gone">ssh welcome message is suddenly gone</a> but cant comment on it.</p>
<p>I am pretty sure that the problem comes after remove node and angular from the system.</p>
<p>The solution in the first question and ... | 784835 | null | null | 2024-02-27T12:11:23.817 | ssh welcome message is gone after remove node and angular | [
"ssh"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T11:29:08.640",
"id": "2640832",
"postId": "1505731",
"score": "0",
"text": "You wouldn't install Angular and Node in Ubuntu. You install Node using NVM your home folder, and install Angular in each project. Does the problem also occur in another user account?",
... | null | [
{
"accepted": null,
"body": "<p>I finally found the problem but dont know why this was the problem.\nI have found in <code>/run</code> the <code>motd.dynamic.new</code>file and renamed it to <code>motd.dynamic</code>. After that everything was working as before.</p>\n",
"commentCount": "3",
"comment... | null | null | null | null | null |
1505732 | 1 | null | 2024-02-26T10:02:13.080 | 1 | 40 | <p>Can I redistribute ubuntu if I install docker engine on it?
does installing apt package consider to be modification of the ubuntu software and require ubuntu pro from Canonical?</p>
| 1147856 | null | null | 2024-02-26T10:02:13.080 | Licensing for redistribution | [
"license"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T10:41:31.233",
"id": "2640823",
"postId": "1505732",
"score": "0",
"text": "You have to ask the Canonical legal team for this..",
"userDisplayName": null,
"userId": "1066942"
},
{
"creationDate": "2024-02-26T16:30:55.603",
"id": "2640922",
"p... | null | [] | null | null | null | null | null |
1505734 | 1 | 1505763 | 2024-02-26T10:31:14.210 | 13 | 2907 | <p>I am trying out Ubuntu 22 LTS on my new laptop with the intent of installing it beside windows.
Everything looks fine except when I click on Firefox it comes up garbled as in the attached pic. I am concerned that there might be some compatibility issues with my display hardware. Maybe it is a Firefox specific issue... | 1769841 | 158442 | 2024-02-27T10:41:09.127 | 2024-02-27T10:41:09.127 | Firefox on Ubuntu 22.04 is garbled on HP laptop | [
"firefox",
"display"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Like most graphical glitches, this is a GPU hardware acceleration problem. Your <a href=\"https://en.wikipedia.org/wiki/List_of_AMD_Ryzen_processors#Mendocino_(7020_series,_Zen_2/RDNA2_based)\" rel=\"noreferrer\">Mendocino</a> iGPU is too new. It was released September 2022 but you a... | [
{
"accepted": true,
"body": "<p>Like most graphical glitches, this is a GPU hardware acceleration problem. Your <a href=\"https://en.wikipedia.org/wiki/List_of_AMD_Ryzen_processors#Mendocino_(7020_series,_Zen_2/RDNA2_based)\" rel=\"noreferrer\">Mendocino</a> iGPU is too new. It was released September 2022 b... | null | null | null | null | null |
1505737 | 1 | null | 2024-02-26T10:36:14.870 | 0 | 27 | <p>I was trying to install anaconda in ubuntu 22.04.4.</p>
<p><code>sudo ./name_of_anaconda.sh</code>was executed but after installing, I couldn't find "base" at the begin of the command line. However, when I tried to use <code>bash ./name_of_anaconda.sh</code>, the problem was solved.
Although the problem wa... | 1769319 | null | null | 2024-02-26T10:43:46.873 | without displaying "(base)" after installing anaconda | [
"22.04",
"anaconda"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T12:28:24.193",
"id": "2640860",
"postId": "1505737",
"score": "0",
"text": "Related: [Why does \"(base)\" appear in front of my terminal prompt?](https://askubuntu.com/questions/1026383/why-does-base-appear-in-front-of-my-terminal-prompt)",
"userDisplayName": nu... | null | [
{
"accepted": null,
"body": "<p><code>(base)</code> is displayed because the "base" environment has been activated. Some people like that (to have the base environment always activated). Others would rather explicitly activate an environment (including the base environment) by using the <code>co... | null | null | null | null | null |
1505742 | 1 | null | 2024-02-26T11:18:15.407 | 0 | 15 | <p>Running <code>lsblk</code> gives following output.</p>
<pre><code>NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 465.8G 0 disk
├─sda1 8:1 0 1M 0 part
├─sda2 8:2 0 2G 0 part /boot
└─sda3 ... | 409094 | null | null | 2024-02-26T11:18:15.407 | Ubuntu server LVM not using entire disk space | [
"server",
"partitioning",
"lvm"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | 2024-02-26T12:07:45.097 | null | null |
1505744 | 1 | null | 2024-02-26T11:29:11.210 | 0 | 101 | <p>I recently downloaded ubuntu 22.04, and whenever I log in into my google accounts on any browser, it stays for a while, then either mid session it logs me out, or after i close the browser.</p>
<p>All my other accounts other than google stay logged in, i made sure all the browsers don't delete cookies, and that they... | 1771281 | 1771281 | 2024-02-26T11:30:15.360 | 2024-03-15T14:46:32.023 | Ubuntu 22.04 keeps logging me out of my google accounts | [
"browser"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T11:42:24.320",
"id": "2640839",
"postId": "1505744",
"score": "0",
"text": "Have you tried logging into your Google account via Chrome instead of Google?",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-26T11:49:09.633",
... | null | [
{
"accepted": null,
"body": "<p>I finally found the solution for Google Chrome:</p>\n<p>Open Chrome then click on triple dot on top right ⇾ Settings ⇾ Privacy and security ⇾ Site Settings ⇾ Additional Content settings ⇾ On device site data ⇾> then finally select "Allow sites to save data on your dev... | null | null | null | null | null |
1505748 | 1 | null | 2024-02-26T11:53:53.560 | 0 | 50 | <p>On Ubuntu 22.04, Kernel 6.5.0-21-generic - the integrated camera does not work. This hasn't worked since I updated from Ubuntu 20.04 last year March.</p>
<p>Cheese shows "No device found"</p>
<p>Any idea on how I can troubleshoot and have the camera functional again, please?</p>
<p>Thanks in advance
Yatish... | 1771287 | null | null | 2024-02-26T11:53:53.560 | Dell G15 Integrated Camera is not working with Ubuntu 22.04 | [
"22.04",
"dell",
"webcam",
"camera",
"integrated"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T12:25:00.900",
"id": "2640858",
"postId": "1505748",
"score": "0",
"text": "What is the camera detected as in `dmesg` on the working Ubuntu 20.04 LiveCD?",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-26T17:37:38.647",
... | null | [] | null | null | null | null | null |
1505750 | 1 | null | 2024-02-26T12:10:46.840 | 0 | 15 | <p>When I run <code>sudo lshw -C network</code> it shows:</p>
<pre class="lang-none prettyprint-override"><code>*-network UNCLAIMED
description: Network controller
product: Wireless 8265 / 8275
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
version: 78
... | 1771294 | 94914 | 2024-02-26T12:13:44.900 | 2024-02-26T12:13:44.900 | How to fix my Intel 8265 / 8275 network unclaimed wifi | [
"drivers",
"iwlwifi"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | 2024-02-26T14:43:29.943 | null | null |
1505751 | 1 | null | 2024-02-26T12:18:10.107 | 0 | 54 | <p>I'm looking to create an iso image but using my android is it possible to install Ubuntu through termux and run the uup dump cmd for Linu.sh fie</p>
| 1771099 | null | null | 2024-02-26T12:18:10.107 | Can I create an iso using the Linux cmd from uup dump? | [
"android"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-28T07:42:19.203",
"id": "2641348",
"postId": "1505751",
"score": "0",
"text": "@karel if I understand this question correctly, it asks how to install Ubuntu on Android using Termux to run UUP dump, while the proposed duplicate is about installing Ubuntu (on a PC) from ... | null | [] | null | null | null | null | null |
1505752 | 1 | 1505776 | 2024-02-26T12:31:44.310 | 1 | 93 | <p>By using the below command I am just trying to search specific files in a directory and zip them all.</p>
<pre><code>find /var/www/httpdocs/reports/files/ -type f -iname "report_202312*" -print0 | xargs -0 zip -r /var/www/httpdocs/reports/files/reports.zip
</code></pre>
<p>If I run find command independent... | 1620021 | null | null | 2024-02-26T16:10:24.677 | xargs: zip: No such file or directory | [
"zip",
"xargs"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T13:03:50.223",
"id": "2640867",
"postId": "1505752",
"score": "0",
"text": "Is the `zip` package actually installed on your system?",
"userDisplayName": null,
"userId": "178692"
},
{
"creationDate": "2024-02-26T13:07:32.333",
"id": "2640870",
... | {
"accepted": true,
"body": "<p>The error</p>\n<pre><code>xargs: zip: No such file or directory\n</code></pre>\n<p>basically<sup>1</sup> means that an executable program named <code>zip</code> is not found within the environment's <code>PATH</code>. Since <code>xargs</code> <em>is</em> found, and both by default li... | [
{
"accepted": true,
"body": "<p>The error</p>\n<pre><code>xargs: zip: No such file or directory\n</code></pre>\n<p>basically<sup>1</sup> means that an executable program named <code>zip</code> is not found within the environment's <code>PATH</code>. Since <code>xargs</code> <em>is</em> found, and both by de... | null | null | null | null | null |
1505755 | 1 | null | 2024-02-26T12:38:52.640 | 0 | 37 | <p>Which configuration file determines the default desktop manager?</p>
<p>How can I modify this file via terminal; and not by mouse click here, <strong>for all users at once</strong>?</p>
<p><a href="https://i.stack.imgur.com/KCkWq.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/KCkWq.png" alt="ente... | 960241 | 960241 | 2024-02-28T11:41:06.490 | 2024-02-28T11:41:06.490 | Which file determines the default desktop manager? | [
"kde",
"desktop-environments",
"plasma"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-04T15:24:39.253",
"id": "2642946",
"postId": "1505755",
"score": "0",
"text": "it's not a duplicate, because in that old topic was settings for single user, but I need solution to make this config for all users at once. Kinda skel or something like.",
"userDisplayN... | null | [] | null | null | 2024-02-27T08:29:08.467 | null | null |
1505757 | 1 | null | 2024-02-26T12:51:50.383 | 1 | 182 | <p><a href="https://i.stack.imgur.com/8s2H1.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/8s2H1.png" alt="enter image description here" /></a></p>
<p>Disabling the <em>Enhanced session mode</em> let's me enter into ubuntu without xrdp login dialogue box but it results in not able to copy clipboard ... | 1492668 | null | null | 2024-02-26T12:51:50.383 | How to login into xrdp/xorg in hyper-v? When I enter ubuntu login credentials in the input box, a blank blue screen shows up | [
"22.04",
"xorg",
"virtualization",
"xrdp",
"hyper-v"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T14:19:01.323",
"id": "2640887",
"postId": "1505757",
"score": "1",
"text": "Do https://askubuntu.com/q/1296796/1004020 , https://askubuntu.com/q/1166568/1004020 , or https://askubuntu.com/q/1404245/1004020 help?",
"userDisplayName": null,
"userId": "1004020"... | null | [] | null | null | null | null | null |
1505758 | 1 | null | 2024-02-26T13:00:07.420 | 0 | 45 | <p>we set up an Ubuntu server (22.04.3 LTS) to use as a Veeam Repository. We want to connect a LUN on a NetApp storage via iSCSI.
The setup itself went without a problem till the server had to be rebootet.
After the reboot the server ended up at the emergency prompt, logging in and checking the system nothing unusual w... | 1771265 | null | null | 2024-02-26T13:00:07.420 | iSCSI connection from Ubuntu server timeouts when booting | [
"server",
"iscsi"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1505761 | 1 | null | 2024-02-26T13:21:25.730 | 0 | 67 | <p>I ran this code <code>sudo apt-get --purge remove zsh</code> to delete zsh and now my terminal has this output:</p>
<p>and when accessing through powershell:</p>
<p><3>WSL (556) ERROR: CreateProccessEntryCommon:502: execvpe /usr/bin/zsh failed 2</p>
<p>I using UBUNTU 20</p>
| 1771309 | 1771309 | 2024-02-26T13:22:44.770 | 2024-02-26T13:22:44.770 | removing zsh broke my terminal | [
"20.04",
"uninstall",
"bashrc",
"default",
"zsh"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T13:27:38.313",
"id": "2640875",
"postId": "1505761",
"score": "1",
"text": "Can you run `wsl -e bash` from PowerShell? If so, you should then be able to use `chsh -s /bin/bash` to reset your user's shell to the default bash. See for example [Deleted Shell on WSL and... | null | [] | null | null | null | null | null |
1505762 | 1 | null | 2024-02-26T13:53:55.723 | 1 | 38 | <p>As I am writing a lot of LaTeX, I'd like the <kbd>CapsLock</kbd> key to instead print a <kbd>\</kbd> (<kbd>AltGr</kbd>+<kbd>8</kbd> on my keyboard). I am running Ubuntu 23.10.</p>
<p>I installed <code>gnome-tweaks</code>, which allowed me to remap Caps Lock to something like Hyper, and then I ran <code>xcape -e 'Hyp... | 1174430 | null | null | 2024-02-26T13:53:55.723 | Remapping Caps Lock to the 'backslash' character | [
"remapping",
"capslock"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T14:00:40.803",
"id": "2640879",
"postId": "1505762",
"score": "0",
"text": "Have you tried `input-mapper-gtk`?",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-26T14:07:03.313",
"id": "2640882",
"postId": "1505762"... | null | [] | null | null | 2024-02-27T09:19:01.527 | null | null |
1505764 | 1 | null | 2024-02-26T14:03:49.537 | 0 | 177 | <p>Since the last update, GNOME has crashed the whole system. It hangs if I move the mouse and click on the desktop on any item.
It's possible to start a shell using <kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>F3</kbd>.
Figured out that the system works after running the statement below:</p>
<pre><code>sudo apt-get install --r... | 1654526 | 1450948 | 2024-02-28T09:03:03.507 | 2024-02-28T09:03:03.507 | System crash since last update to Ubuntu 22.04.4 LTS February 2024 | [
"gnome",
"updates",
"22.04",
"crash"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T14:42:01.067",
"id": "2640891",
"postId": "1505764",
"score": "1",
"text": "Do you maybe have any extensions that might cause this? I would try and disable all extensions, and go from there..",
"userDisplayName": null,
"userId": "1066942"
},
{
"creat... | null | [] | null | null | null | null | null |
1505765 | 1 | null | 2024-02-26T14:10:52.570 | 0 | 16 | <p>I have installed ojs, koha, dspace7 and moodle succesfully on ubuntu 20.04 and I need to use one portal to authenticate the login to all these service, any guide or technical reference I can rely on to make this happen?</p>
<p>many thanks</p>
| 1771330 | 1771330 | 2024-02-26T14:14:09.817 | 2024-02-26T14:14:09.817 | one portal to authenticate different applications | [
"login",
"security",
"authentication"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-03T12:00:37.250",
"id": "2642614",
"postId": "1505765",
"score": "0",
"text": "if any familiar with shibboleth configuration guide will be greate help",
"userDisplayName": null,
"userId": "1771330"
}
] | null | [] | null | null | null | null | null |
1505769 | 1 | null | 2024-02-26T14:40:08.930 | 0 | 238 | <p>I am trying to install <a href="https://learn.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-ver16&tabs=ubuntu2204#install" rel="nofollow noreferrer">mssql-server</a> and when running the setup I get the following error at the end:</p>
<pre><code>/opt/mssql/bin/sqlservr: error wh... | 115908 | null | null | 2024-02-26T14:40:08.930 | /opt/mssql/bin/sqlservr: error while loading shared libraries: libssl.so.1.1: wrong ELF class: ELFCLASS32 | [
"apt",
"ssl",
"mssql"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T15:09:09.000",
"id": "2640901",
"postId": "1505769",
"score": "1",
"text": "looks to me you installed 32-bit software and need 64-bit. \"libssl.so.1.1: wrong ELF class: ELFCLASS32\" Or install support for 32 if that is still an option.",
"userDisplayName": null,... | null | [] | null | null | null | null | null |
1505772 | 1 | null | 2024-02-26T15:08:26.457 | 1 | 119 | <p>Jellyfin is not starting.I got this error<a href="https://i.stack.imgur.com/6et6X.png" rel="nofollow noreferrer">image</a>. I'm running jellyfin on ubuntu server. Please help me.</p>
<pre><code>"Active: failed (Result: core-dump) since Mon 2024-02-26 14:12:04 UTC; 47min ago
Process: 29836 ExecStart=/usr/bin... | 1771313 | 1771313 | 2024-02-27T02:25:15.390 | 2024-02-27T09:29:22.343 | Jellyfin is not starting. code=dumped, signal=ABRT | [
"software-installation"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T17:40:02.077",
"id": "2640935",
"postId": "1505772",
"score": "0",
"text": "You can get more logging information by running `sudo journalctl -ru jellyfin` Please run this and add the logs from the last run to your question.",
"userDisplayName": null,
"userId... | null | [
{
"accepted": null,
"body": "<p>It may happen that the /var/log/jellyfin directory is missing, check whether this directory exists or whether it has drwxr-xr-x 2 root root access rights</p>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2024-02-27T02:50:22.657",
"id... | null | null | null | null | null |
1505774 | 1 | null | 2024-02-26T15:39:12.063 | 1 | 84 | <p>I had been stuck with a package problem and was able to solve it after a long time. I decided to make a backup of the system settings before I proceeded. I installed Timeshift and set it up. It started making a backup but things went downhill from there. It ended up pushing my system storage to 0b from 80GB so I tri... | 1771352 | 1450948 | 2024-02-28T09:04:16.807 | 2024-02-28T09:04:16.807 | Need to recover files after mistakenly messing up the system but Ubuntu stuck at boot initramfs screen | [
"boot",
"22.04",
"data-recovery",
"initramfs",
"timeshift"
] | 0 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T15:44:33.417",
"id": "2640906",
"postId": "1505774",
"score": "0",
"text": "More detail about what \"I tried to remove the backup\" means would be helpful, since normally removing a backup would not destroy the system.",
"userDisplayName": null,
"userId": "2... | null | [] | null | null | null | null | null |
1505784 | 1 | null | 2024-02-26T17:04:13.277 | 1 | 53 | <p>In Settings under About, the graphics processor reported is 'NVAC'. What does this mean? What kind of graphics processor is NVAC? <a href="https://i.stack.imgur.com/JilyD.png" rel="nofollow noreferrer">Ubuntu Settings About</a></p>
<p>Also reported by glxinfo.
<a href="https://i.stack.imgur.com/olD9k.png" rel="nofol... | 1484267 | null | null | 2024-02-26T17:04:13.277 | What type of graphics processor is NVAC? | [
"nvidia",
"gpu"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1505786 | 1 | null | 2024-02-26T17:23:23.977 | 0 | 25 | <p>How do you fix typing on Ubuntu getting progressively slower over time?</p>
<p>I recently upgraded a mini PC to Ubuntu 22, and now typing on it with a wireless keyboard is very sluggish. If I type too fast, it doesn't register keypresses, forcing me to type frustratingly slowly.</p>
<p>I'm pretty sure it's not the k... | 13217 | null | null | 2024-02-26T17:23:23.977 | Sluggish typing with wireless keyboard | [
"22.04",
"keyboard",
"wireless-keyboards"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T20:24:35.640",
"id": "2640958",
"postId": "1505786",
"score": "0",
"text": "If a reboot fixes the problem, probably not a mechanical (loose antenna) or thermal. What does the memory look like when fast/slow? When available system buffers fill up/get used, things c... | null | [] | null | null | null | null | null |
1505787 | 1 | 1505893 | 2024-02-26T17:47:58.357 | 3 | 124 | <p>I am Windows user running WSL2 with success over the last two years. I work on a project connected to a git repository. All devs work on mac/linux so all parts of this project are targeted towards those types of systems, including things like pre commit hooks.</p>
<p>Recently I decided to try out Webstorm so I insta... | 1771380 | null | null | 2024-02-27T17:38:54.680 | Ubuntu terminal ignoring interpreter first line | [
"command-line",
"bash"
] | 2 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T02:26:20.520",
"id": "2641016",
"postId": "1505787",
"score": "1",
"text": "I'm not familiar with husky, however I was browsing the [v9.0.1 release notes](https://github.com/typicode/husky/releases/tag/v9.0.1) and noticed the following (under **How to Migrate**) *\"... | {
"accepted": true,
"body": "<p>This has nothing to do with what <em>interactive</em> shell you are using (i.e. bash versus sh<sup>1</sup>) - and in fact nothing to do with Ubuntu or WSL. It appears to be a limitation of the husky hook mechanism itself, as noted in the <strong>How to Migrate</strong> section of the... | [
{
"accepted": true,
"body": "<p>This has nothing to do with what <em>interactive</em> shell you are using (i.e. bash versus sh<sup>1</sup>) - and in fact nothing to do with Ubuntu or WSL. It appears to be a limitation of the husky hook mechanism itself, as noted in the <strong>How to Migrate</strong> sectio... | null | null | null | null | null |
1505790 | 1 | null | 2024-02-26T18:06:59.503 | -1 | 76 | <p>I have installed Ubuntu 22.04.4 LTS on my laptop. I was copying some folders from an external USB device into my Windows virtual machine. The process stuck unexpectedly, the mouse was blocked as well as the clock time indicator, so I was only able to force the system shutdown through a button press.
When I reboot th... | 1771376 | null | null | 2024-02-27T16:18:07.610 | Unknown error while mounting an external USB device | [
"boot",
"usb",
"mount",
"hard-drive"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>As reported in a previous <a href=\"https://askubuntu.com/questions/1236397/ubuntu-20-04-error-mounting-dev-sdb1-at-media\">question</a>, you should install or reinstall the <strong>ntfs-3g</strong> package, and then fix the issues of the <strong>ntfs</strong> partition.\nSo,... | null | null | null | null | null |
1505791 | 1 | 1505812 | 2024-02-26T18:18:13.360 | -1 | 74 | <p>I have a machine that went neglected for some time, and ended up with a full disk and full boot partition .. At that point any <code>apt</code> command would not work, because no space.</p>
<p>Before we start, this server runs a minimal MySQL DB -- and <code>/var/log/</code> was at <code>14MB</code> and <code>/var... | 754894 | 754894 | 2024-02-26T21:00:28.743 | 2024-02-26T22:17:58.463 | Fix broken /lib/modules/ and apt | [
"boot",
"apt",
"updates",
"disk"
] | 1 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T18:23:44.463",
"id": "2640942",
"postId": "1505791",
"score": "0",
"text": "Are you sure this is not a Disk Space issue ?",
"userDisplayName": null,
"userId": "997445"
},
{
"creationDate": "2024-02-26T18:26:49.530",
"id": "2640944",
"postId":... | {
"accepted": true,
"body": "<p>Give the package manager what it wants for the purges: If it complains about a missing file, use touch and create the file, make missing directories. Package manager is too stupid to realize missing files should be OK when you're trying to remove them anyway, but it really doesn't ca... | [
{
"accepted": true,
"body": "<p>Give the package manager what it wants for the purges: If it complains about a missing file, use touch and create the file, make missing directories. Package manager is too stupid to realize missing files should be OK when you're trying to remove them anyway, but it really do... | null | null | null | null | null |
1505792 | 1 | null | 2024-02-26T18:30:58.483 | 0 | 23 | <p>As the title says I've uninstalled Xubuntu but the bootmanager still shows up everytime I boot. How do I fix that.</p>
<p>And how do I enable fastboot again?</p>
| 1768477 | null | null | 2024-02-26T18:30:58.483 | I've uninstalled Xubuntu but the Ubuntu bootmanager still shows up win11? | [
"boot",
"dual-boot",
"xubuntu",
"bootloader"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T19:11:28.817",
"id": "2640950",
"postId": "1505792",
"score": "1",
"text": "change your BIOS to go directly to Windows, find the partition with GRUB on it and reformat it/delete/whatever from Windows (make sure you have the right one, otherwise you'll stop Windows f... | null | [] | null | null | null | null | null |
1505793 | 1 | null | 2024-02-26T18:31:19.343 | 0 | 77 | <p>The built in RDP connection does not allow a remote connection unless the user is already logged in. Is there a way to configure Ubuntu 22.04 RDP so that one can log in remotely, without having already logged in on the terminal/console ?</p>
<p>I have installed the GNOME shell extension as well as the 'Allow Locked... | 1746052 | null | null | 2024-02-26T18:31:19.343 | Remote Desktop - Ubuntu 22.04 LTS Cannot Connect | [
"22.04",
"rdp"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T18:38:47.953",
"id": "2640945",
"postId": "1505793",
"score": "0",
"text": "I'm am using remote login with 22.04, not experiencing your issues. My system is Xubuntu so, no gnome.",
"userDisplayName": null,
"userId": "628388"
},
{
"creationDate": "20... | null | [] | null | null | null | null | null |
1505795 | 1 | null | 2024-02-26T19:30:47.330 | 0 | 36 | <p>Config: Ubuntu Server 22</p>
<p>When we receive an email, it shows the following: FROM User name@domain.com.</p>
<p>This 'User' is the username of the user who was logged into the system before sending the email. For example, if I send an email while logged in as the 'root' user and create an alias like no-reply@dom... | 481054 | 481054 | 2024-02-26T22:59:22.273 | 2024-02-26T22:59:22.273 | How to change usename on Postfix without create user | [
"server",
"20.04",
"postfix"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T21:02:58.523",
"id": "2640962",
"postId": "1505795",
"score": "0",
"text": "Which distro and version of Linux are you using? Is it a desktop, server, or cloud version? What is in your postfix config? Please [edit your question](https://askubuntu.com/posts/1505795/ed... | null | [] | null | null | null | null | null |
1505796 | 1 | null | 2024-02-26T19:37:01.963 | 0 | 19 | <p>Not sure what to do as my Ubuntu headless server is now stuck on a purple terminal gui.</p>
<p>I've tried to use tasksel to install cinnamon-desktop. It seems it's now stuck on 81% which is displayed as "preparing to configure network-manager"</p>
<p>I don't know what to do from here.</p>
<p>Any help at th... | 1706130 | null | null | 2024-02-26T19:37:01.963 | Tasksel cinnamon install stuck at 81% | [
"cinnamon",
"headless",
"tasksel"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T21:30:07.280",
"id": "2640969",
"postId": "1505796",
"score": "1",
"text": "You've not told us what base OS/release you're using... we could only guess.",
"userDisplayName": null,
"userId": "469152"
}
] | null | [] | null | null | null | null | null |
1505797 | 1 | null | 2024-02-26T19:40:20.077 | 0 | 60 | <p>I am having an error with Ubuntu where when I try to run the simulation using Virtual Box it says no working init found. Here is a pic. <a href="https://i.stack.imgur.com/RmP0c.png" rel="nofollow noreferrer">It won't let me send the actual picture because I don't have enough credit or something.</a> I've looked thro... | 1771393 | null | null | 2024-02-26T19:40:20.077 | "no working init found" error | [
"virtualbox"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T02:13:58.137",
"id": "2641014",
"postId": "1505797",
"score": "0",
"text": "Have you tried `boot-repair`? Did you allocate enough RAM?",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [] | null | null | null | null | null |
1505798 | 1 | null | 2024-02-26T19:41:24.933 | 0 | 21 | <p>Basically, the title says it all. I need to run OpenStack Swift (object storage - for development purposes) with TLS support.</p>
<p>I couldn't find any resource to confirm Microstack supports it or not.</p>
| 957117 | null | null | 2024-02-26T19:41:24.933 | Does Microstack supports OpenStack Swift? | [
"openstack"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1505800 | 1 | null | 2024-02-26T20:23:26.227 | 0 | 46 | <p>I recently installed Ubuntu 22.04.4 LTS
Watched few videos and searched in vain any fix for the bluetooh problem. Nothing worked so far, does anyone have an ideia how to get this bluetooth working again.</p>
<p>I've ran <code>sudo dmesg | grep -i bluetooth</code></p>
<pre><code>[ 5.405475] Bluetooth: Core ver 2.2... | 1771400 | 1771400 | 2024-02-26T20:31:23.970 | 2024-02-26T20:31:23.970 | Bluetooth no device detected | [
"bluetooth"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T02:13:05.690",
"id": "2641013",
"postId": "1505800",
"score": "1",
"text": "Which device? `lspci` and `lsusb`?",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-27T11:35:52.947",
"id": "2641099",
"postId": "1505800"... | null | [] | null | null | null | null | null |
1505801 | 1 | 1505803 | 2024-02-26T20:37:54.070 | -1 | 52 | <p>I have a table with 2 rows. I would like to delete one empty cell in the row in order that the information in the table matches 1:1 by row.</p>
<p>For example:
<a href="https://i.stack.imgur.com/bP9xH.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/bP9xH.png" alt="screenshot" /></a></p>
<p>In the ... | 1630314 | 1630314 | 2024-02-28T15:36:19.970 | 2024-02-28T15:36:19.970 | How to delete an individual cell of table in libreoffice writer? | [
"libreoffice"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-28T15:44:09.830",
"id": "2641459",
"postId": "1505801",
"score": "0",
"text": "Don't forget to accept your answer as correct by clicking on the gray check mark next to your answer.",
"userDisplayName": null,
"userId": "68186"
}
] | {
"accepted": true,
"body": "<p>Seems that I fixed it by copy/pasting the 2 rows from LibreOffice Writer to Libeoffice Calc and right-clicking on a cell needing deletion and choosing Delete and "shift cell up" and clicking OK.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
... | [
{
"accepted": true,
"body": "<p>Seems that I fixed it by copy/pasting the 2 rows from LibreOffice Writer to Libeoffice Calc and right-clicking on a cell needing deletion and choosing Delete and "shift cell up" and clicking OK.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwne... | null | null | null | null | null |
1505804 | 1 | null | 2024-02-26T21:09:09.880 | 1 | 85 | <p>Distro: Ubuntu 22.04.4 LTS</p>
<p>I have music in the following structure on disk:</p>
<pre><code>--music
-- artist_1
-- music_1
-- music_2
-- cover.jpg/png
-- 1.mp3
-- 2.mp3
-- N.mp3
-- artist_2
-- music_1
-- music_2
-- music_3
-- ... | 1771410 | 1771410 | 2024-03-01T01:13:37.737 | 2024-03-01T01:13:37.737 | Seeking Collection/Catalogue software for _music_ similar to functionality to _YACReader_ | [
"software-recommendation",
"music"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1505806 | 1 | null | 2024-02-26T21:17:03.997 | 2 | 596 | <p>I am running Ubuntu Desktop 22.04 (upgraded a few months ago from 20.04) on a circa-2011 MacBook Pro. (CLARIFICATION: The problem seems unrelated to the upgrade from 20.04 to 22.04 ... I've been on 22.04 for several months now before the problem came up...)</p>
<p>An automatic update over this past weekend seems to... | 1771403 | 1771403 | 2024-02-26T23:20:48.987 | 2024-02-26T23:20:48.987 | Boot issues due to missing NVIDIA driver after Kernel upgrade to 6.5.0-21 (from 5.15.0-91) | [
"boot",
"drivers",
"nvidia",
"kernel",
"gpu-driver"
] | 0 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T21:28:54.067",
"id": "2640968",
"postId": "1505806",
"score": "1",
"text": "Your details to me are a little unclear; the 5.15 kernel stack is the GA kernel stack for 22.04 and HWE stack for 20.04. Were you booting the 5.15 when using 20.04 (*focal*) or 22.04 (*jamm... | null | [] | null | null | null | null | null |
1505811 | 1 | null | 2024-02-26T22:12:51.507 | 0 | 59 | <p>Background: 1500+ stations running Ubuntu Server + <code>ubuntu-desktop-minimal</code>, most are still on 20.04, new stations are all deployed with 22.04 (with a <code>ubuntu-desktop-minimal --no-install-recommends</code> flag for 22.04). Users need to be able to interact with network settings GUI, so we use <code>N... | 1733111 | 1733111 | 2024-02-28T20:59:31.920 | 2024-02-28T20:59:31.920 | Issue with dual-NIC clients and netplan swapping ethernet interfaces | [
"networking",
"server",
"network-manager",
"ethernet",
"netplan"
] | 0 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T06:11:36.107",
"id": "2641052",
"postId": "1505811",
"score": "0",
"text": "Please [edit] with your netplan yaml. If you are matching on the name, stop doing that. Under some conditions, it's not guaranteed to be stable across reboots. You should match on the \"Fixe... | null | [] | null | null | null | null | null |
1505820 | 1 | null | 2024-02-26T23:48:48.980 | 1 | 81 | <p>I recently posted a question regarding an issue with setting up <a href="https://askubuntu.com/questions/1501635/issue-with-pulseaudio-when-configuring-for-multiple-users-ubuntu-22-04">PulseAudio</a>. I have since encountered a related problem that I believe might help resolve the original issue.</p>
<p>I am current... | 1735067 | 1735067 | 2024-02-27T19:51:25.507 | 2024-02-27T19:51:25.507 | Possible to Play Audio through SSH Using PuTTY without Opening an RDP Session? | [
"ssh",
"pulseaudio",
"rdp"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-26T23:57:32.533",
"id": "2640994",
"postId": "1505820",
"score": "0",
"text": "I'm curious why some people capitalize every word in their question, can you shed some light?",
"userDisplayName": null,
"userId": "54256"
},
{
"creationDate": "2024-02-27T01... | null | [] | null | null | null | null | null |
1505822 | 1 | null | 2024-02-27T02:18:15.703 | 0 | 40 | <p>I am currently looking to switch from Windows 10 to Ubuntu but I still want to use the security key I already have for unlocking my PC. Windows has a software called USB Raptor but this is not on Linux. I found this <a href="https://medium.com/@abhattacharyea/use-your-usb-as-security-key-in-linux-e19b179d4b5c" rel="... | 1771446 | null | null | 2024-02-27T02:18:15.703 | Can a USB drive be used as a security key to unlock a Ubuntu PC? | [
"usb",
"security"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | 2024-02-27T09:22:15.683 | null | null |
1505823 | 1 | null | 2024-02-27T03:14:16.510 | 0 | 39 | <p>I forgot the <code>-a</code> in the <code>cp</code> command I executed and didn't notice until I rebooted and realized <code>/home</code> was owned by root.</p>
<p>Is it somehow possible to give myself all the standard permissions back?<br />
I've thought about one splution, but it would, apparently, cause all progr... | 1350140 | null | null | 2024-02-27T03:14:16.510 | I forgot the `-a`; can I restore my permissons? | [
"permissions",
"file-properties"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T03:56:43.010",
"id": "2641027",
"postId": "1505823",
"score": "1",
"text": "Sorry I it looks like you haven't said which command it was that you executed. I don't think it's really possible to answer this without knowing that.",
"userDisplayName": null,
"us... | null | [] | null | null | 2024-02-27T13:48:57.533 | null | null |
1505827 | 1 | 1505936 | 2024-02-27T04:47:40.447 | 2 | 107 | <p>After every resume from screen-lock, sleep, or suspend, my laptop screen is very dim. If I type <kbd>Fn</kbd>+<kbd>F6</kbd>, then the screen jumps to 100% brightness instantly. (<kbd>F5</kbd> and <kbd>F6</kbd> are my brightness control keys.)</p>
<pre><code>$ lsb_release -a
No LSB modules are available.
Distributor ... | 1684306 | 1684306 | 2024-02-28T04:08:10.603 | 2024-02-28T05:37:43.093 | Why is my laptop screen dim after resume from screen-lock, sleep, or suspend? | [
"nvidia",
"suspend",
"power-management",
"brightness"
] | 2 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>I was able to solve my problem by switching from the open-source <code>nouveau</code> driver to the proprietary <code>nvidia-driver-535</code>. This can be installed from either the command line or through the GUI. I chose to install it through the GUI.</p>\n<ol>\n<li>In <em>Activiti... | [
{
"accepted": null,
"body": "<p>It seems like your Nvidia driver isn't remembering the backlight value even though your GNOME does. Let's work around this with a sleep hook:</p>\n<ol>\n<li><p>Paste the following into <code>/etc/systemd/system/nvidia-backlight-sleep-askubuntu-1505827-1004020.service</code></... | null | null | null | null | null |
1505828 | 1 | null | 2024-02-27T05:14:35.277 | 0 | 20 | <p>I accidentally hit my keyboard and pushed something and now whenever I type it's Japanese characters how do I undo it?</p>
| 1771471 | null | null | 2024-02-27T05:14:35.277 | How to undo Japanese character input mode? | [
"keyboard",
"shortcut-keys",
"input-language"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T05:28:09.960",
"id": "2641043",
"postId": "1505828",
"score": "0",
"text": "@DanielT well kinda, it lead me to the place where I can fix it, but only by removing all other languages. It says the button to switch is \"layout default\" so not sure what that means I pu... | null | [] | null | null | 2024-02-27T22:06:49.070 | null | null |
1505836 | 1 | null | 2024-02-27T08:28:08.293 | 0 | 26 | <p>There is this Mac app called RCMD which you switch your apps using the left cmd and first letter of the application, like for example if you want to switch to Chrome you do "RCMD + C", I was thinking of doing the same thing on Ubuntu, any workarounds or tools to achieve this kind of workflow?
Thank you eve... | 1771515 | 1771515 | 2024-02-27T08:29:12.447 | 2024-02-27T08:29:12.447 | How to switch to application using first letter of their name like the RCMD tool on mac? | [
"shortcut-keys",
"shortcuts",
"workflow"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1505838 | 1 | null | 2024-02-27T08:58:10.253 | 0 | 28 | <p>I read <a href="https://askubuntu.com/questions/284264/alarm-clock-for-ubuntu">this</a> question and I've a similar request but not identical.
I need a programmable alarm clock with the following features:</p>
<ul>
<li>set the interval in minutes</li>
<li>set the begin and end time</li>
</ul>
<p>For example I want t... | 1036006 | null | null | 2024-02-27T08:58:10.253 | Programmable periodic alarm with start and end time | [
"software-recommendation",
"clock"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T10:57:55.497",
"id": "2641086",
"postId": "1505838",
"score": "0",
"text": "Have you tried the calendar? I think the Gnome Shell calendar integrates with Evolution.",
"userDisplayName": null,
"userId": "167115"
},
{
"creationDate": "2024-02-27T11:05:... | null | [] | null | null | null | null | null |
1505846 | 1 | null | 2024-02-27T10:05:02.307 | 0 | 56 | <p>Procedure:</p>
<ol>
<li><p>Install NVMe SSD*16 to SUT.</p>
</li>
<li><p>Power on SUT.</p>
</li>
<li><p>Into OS and type "nvme list"</p>
<pre><code>Node SN Model
--------------------- -------------------- ---------------------------------... | 1771482 | 158442 | 2024-02-27T10:56:55.257 | 2024-02-27T10:56:55.257 | Why does NVMe naming always changed randomly in Ubuntu 22.04 after system reboot? | [
"22.04",
"nvme",
"naming"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T10:21:32.637",
"id": "2641079",
"postId": "1505846",
"score": "0",
"text": "Devices are named based on the order they announce themselves to the OS. This can change from boot to boot depending on the state of the devices being queried and the power delivery from the... | null | [] | null | null | null | null | null |
1505847 | 1 | null | 2024-02-27T10:08:16.863 | 0 | 38 | <p>running Ubuntu 23.10
trying to start the pack "Ultimate Alchemy" via PolyMC using OpenJDK 1.8.0.392</p>
<p>from what I can see those old version dont like Wayland, and the Issue I can see is:
<code>[11:50:57] [main/INFO] [STDERR]: [org.GNOME.Accessibility.AtkWrapper:<clinit>:72]: java.io.IOException:... | 1771533 | null | null | 2024-03-08T09:31:34.713 | Minecraft 1.12 crashes (java8) | [
"minecraft"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T10:28:01.473",
"id": "2641081",
"postId": "1505847",
"score": "0",
"text": "The error suggests you're missing `/usr/bin/xprop` which is a program in the `x11-utils` package. So what happens if you `sudo apt update` then `sudo apt install x11-utils`?",
"userDispl... | null | [
{
"accepted": null,
"body": "<p>had to install <code>liblwjgl-java</code> manually via <code>apt</code>.\nlooks like at least <code>ultimate alchemy</code>(1.7.10) and <code>nomifactory</code>(1.12) are loading.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"conten... | null | null | null | null | null |
1505849 | 1 | null | 2024-02-27T10:21:22.240 | 0 | 189 | <p>I need to create a user session that starts only an application without the operating system facilities. My target PC is Ubuntu Desktop 22.04.</p>
<p>I done a lot of searches on the web, starting with the Ubuntu official documentations, but they do not cover my needs (they discuss about Web Kiosk, Ubuntu Core, ...).... | 1771532 | null | null | 2024-02-27T10:21:22.240 | Kiosk mode for Ubuntu Desktop | [
"22.04",
"desktop-environments",
"kiosk"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T17:38:49.900",
"id": "2641188",
"postId": "1505849",
"score": "0",
"text": "Have you considered a simple `startx` with the application you need?",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [] | null | null | null | null | null |
1505855 | 1 | null | 2024-02-27T11:00:31.827 | 0 | 28 | <p>I am using Ubuntu through Oracle virtual box and somehow my virtual box has stuck in the CLI and I'm not able to go back to the GUI interface here I'm attaching the screenshot of the same.</p>
<p><img src="https://i.stack.imgur.com/sVCMY.png" alt="Screenshot Of the ubuntu screen" /></p>
| 1771551 | 1450948 | 2024-02-28T18:51:53.083 | 2024-02-28T18:51:53.083 | Cannot switch back to GUI interface | [
"22.04",
"virtualbox"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T12:49:30.463",
"id": "2641114",
"postId": "1505855",
"score": "0",
"text": "Ctrl+Alt+F7 or `systemctl restart gdm3`?",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-03-05T09:48:38.370",
"id": "2643096",
"postId": "15... | null | [] | null | null | null | null | null |
1505856 | 1 | null | 2024-02-27T11:02:26.710 | 0 | 39 | <p>Seems to be a problem with printer driver for HP laser jet 4050N
its very slow and add a error page concerning the postscript (i think)</p>
<pre><code>ERROR
typecheck
OFFENDING COMMAND:
idiv
STACK:
5000
--nostringval--
--nostringval--
-mark-
-mark-
-mark-
-mark-
</code></pre>
<p>The driver is what the OS choose and ... | 821559 | 158442 | 2024-02-27T11:04:03.280 | 2024-03-08T14:35:23.193 | HP 4050N printer driver problen | [
"drivers",
"printing",
"hp"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T14:32:08.410",
"id": "2641148",
"postId": "1505856",
"score": "1",
"text": "Does this answer your question? [How to install latest HPLIP on my Ubuntu to support my HP printer and/or scanner?](https://askubuntu.com/questions/1056077/how-to-install-latest-hplip-on-my-... | null | [
{
"accepted": null,
"body": "<p>Problem solved! Under installation the wrong driver got installed. After setting up correct driver everything ok</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2024-03-08T14:35:23... | null | null | null | null | null |
1505857 | 1 | null | 2024-02-27T11:13:44.857 | 0 | 56 | <p>I have 2 OS on my laptop: Windows and Linux. Once there was no space left on Linux, and, as a result, my important file was erased. I have tried to restore it using testdisk, but instead of after rebooting I've got a black screen with the text "Minimal bash-like line is supported".</p>
<p>I've tried to rei... | 1771550 | 1771550 | 2024-02-27T15:44:15.643 | 2024-02-27T15:44:15.643 | Cannot reinstall grub after use of testdisk | [
"partitioning",
"uefi",
"grub-efi",
"reinstall",
"data-loss"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T11:51:57.683",
"id": "2641103",
"postId": "1505857",
"score": "0",
"text": "I mean, I' was working on important file in VSCode, I've tried to save the file, but Linux told me that he can't save the file because the space on device ended. I decided to switch off my l... | null | [] | null | null | null | null | null |
1505860 | 1 | null | 2024-02-27T11:28:24.913 | 0 | 55 | <p>My laptop screen did not display properly when I installed Ubuntu 22.04. The display is out of place in the middle (horizontally), and the screen flickers. The computer graphics card is an 11th-generation Intel Xe integrated graphics card, how do I solve this problem? My laptop model is HUAWEI Matebook E 2021.</p>
<... | 1771543 | 1004020 | 2024-02-27T12:52:36.250 | 2024-02-27T12:52:36.250 | Abnormal display on laptop screen | [
"drivers",
"22.04",
"graphics",
"display",
"intel-graphics"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T12:53:19.753",
"id": "2641116",
"postId": "1505860",
"score": "0",
"text": "Does it happen on a 23.10 LiveCD? If not, it looks like a hardware problem",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-27T15:39:27.383",
... | null | [] | null | null | null | null | null |
1505863 | 1 | null | 2024-02-27T11:51:20.923 | 0 | 47 | <pre><code>root@ip-10-0-0-4:/var/log# systemctl status openvpn-server@client
● openvpn-server@client.service - OpenVPN service for client
Loaded: loaded (/lib/systemd/system/openvpn-server@.service; indirect; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Tue 2024-02-27 17:18:... | 1771569 | 231142 | 2024-02-27T22:04:24.997 | 2024-02-27T22:04:24.997 | Failed to start OpenVPN service for client | [
"openvpn"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T12:27:26.767",
"id": "2641109",
"postId": "1505863",
"score": "0",
"text": "An error message is not a question.",
"userDisplayName": null,
"userId": "243321"
},
{
"creationDate": "2024-02-27T12:54:34.270",
"id": "2641117",
"postId": "1505863"... | null | [] | null | null | null | null | null |
1505866 | 1 | null | 2024-02-27T12:06:06.483 | 0 | 36 | <p>I'd like to have Kate (23.08.4 on Ubuntu 22) re-open my documents from last session.
Yet it doesn't seems to be working.</p>
<p>This is the setting
<a href="https://i.stack.imgur.com/lgpxA.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/lgpxA.png" alt="enter image description here" /></a></p>
| 684805 | null | null | 2024-02-27T12:06:06.483 | Kate doesn't restore sessions | [
"22.04",
"kate"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T12:48:01.317",
"id": "2641113",
"postId": "1505866",
"score": "0",
"text": "That might require KDE (kactivitymanagerd) and X11",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-27T13:37:10.980",
"id": "2641137",
"po... | null | [] | null | null | null | null | null |
1505868 | 1 | 1505882 | 2024-02-27T12:13:12.017 | 3 | 229 | <p>I can not find the button for entering a file path in the "Files" file manager (GNOME Files). The current program menu does only offer the options "New Window" and "Quit", the other menu (in the taskbar) only shows my favorites and the default stuff that is shown for most programs. Also... | 1042387 | 1617657 | 2024-02-27T17:13:22.087 | 2024-02-27T17:13:22.087 | How to enter a file path directly in the GNOME Files | [
"22.04",
"nautilus"
] | 3 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>The only way you can enter a specific folder location into GNOME Files (a.k.a. Nautilus) is by using the keyboard shortcut that you mentioned, <kbd>Ctrl</kbd> + <kbd>L</kbd>. There is no way you can do this only by clicking/via menus.</p>\n<p>However, if you need this feature in your... | [
{
"accepted": null,
"body": "<p>It is like you found out: typing <kbd>Ctrl</kbd>+<kbd>L</kbd> is the way to enter a path. There is no menu anymore, nor a clickable button.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creation... | null | null | null | null | null |
1505872 | 1 | null | 2024-02-27T12:19:09.333 | 1 | 43 | <p>newbie question...</p>
<p>Just tried to resurrect an old box I have here, wanted to try out Ubuntu etc..</p>
<p>Its an ASRock ION 3D .. I dunno if its too old or not.. 2Ghz Ram.
Specs are here: <a href="https://www.asrock.com/nettop/Intel/ION%203D%20Series/index.asp?cat=" rel="nofollow noreferrer">https://www.asrock... | 1771572 | 1771572 | 2024-02-27T12:32:26.800 | 2024-02-27T12:32:26.800 | Losing Wifi Connection (Ubuntu 22.04) on ASRock ION 3D and 5gz not showing | [
"20.04",
"wireless"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1505873 | 1 | null | 2024-02-27T12:37:23.477 | 0 | 69 | <p>I'm trying to migrate a test website from a hosted domain to an OCI ubuntu 22 instance.
The instance works ok, i've installed apache2 and php. I also copied my files to the instance.
However, my .htaccess file was not taken into account (for once, i've configured in my .htaccess file to point the files to .php -- in... | 745967 | 745967 | 2024-02-27T14:40:51.933 | 2024-02-27T14:40:51.933 | Modifying apache2.conf AllowOveride All gives 500 Internal server error | [
"server",
"apache2",
"php",
"lamp"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T12:40:23.153",
"id": "2641110",
"postId": "1505873",
"score": "0",
"text": "capital A for `All` Did you also activate `vhost_alias_module`? did you, at some point, do `sudo a2enmod rewrite`?",
"userDisplayName": null,
"userId": "15811"
},
{
"creation... | null | [] | null | null | null | null | null |
1505874 | 1 | null | 2024-02-27T12:53:35.290 | 0 | 32 | <p>I want to upgrade my kubuntu 22.04 and got an error :</p>
<pre><code> sudo -s
[sudo] password for master:
root@master-at-home:/mnt/_work_sdb8/wwwroot/lar/WebsocketLaravel10# sudo apt-get update
Get:1 http://packages.microsoft.com/repos/code stable InRelease [3 589 B]
Hit:2 https://dl.google.com/linux/chrome/deb stab... | 1482565 | 1004020 | 2024-02-27T18:02:34.980 | 2024-02-27T18:02:34.980 | Why upgrading my kubuntu 22.04 got the public key is not available error? | [
"apt",
"updates"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | 2024-02-28T09:04:05.920 | null | null |
1505875 | 1 | null | 2024-02-27T12:58:54.090 | 2 | 73 | <p>I am using a custom bash prompt with this command that was an answer to <a href="https://askubuntu.com/questions/1504292/how-can-i-properly-make-a-bash-prompt-with-error-colors-and-emoji">this</a> question:
It looks like this:</p>
<pre><code>PS1=$'\e[1;33m\\t \e[36m\u\e[34m@\e[36m\h\e[;1m: \e[34m\w\n \[\b\e[;1;31m✘\... | 1758071 | 1758071 | 2024-02-27T13:09:52.397 | 2024-02-27T13:09:52.397 | Symbol gets cut off in custom bash prompt | [
"bash",
"customization",
"prompt"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T14:24:10.877",
"id": "2641147",
"postId": "1505875",
"score": "1",
"text": "The arrow is cut off because it is not monospace, i.e. exactly one terminal column wide. JetBrains Mono provides a monospace arrow, but the default font doesn't. It works on Konsole 23.10. I... | null | [] | null | null | null | null | null |
1505876 | 1 | null | 2024-02-27T13:15:26.910 | 0 | 26 | <p>I went through a black screen and then there it shows an error when booting and I cannot enter the GUI of Ubuntu, but I can still give command through terminal command.</p>
<p>The error includes several lines, the first parts are basically:</p>
<blockquote>
<p>ACPI Error: No pointer back to namespace node in package... | 1771587 | 51957 | 2024-02-27T21:07:21.803 | 2024-02-27T21:07:21.803 | Cannot boot Ubuntu after sudden blackscreen | [
"boot",
"22.04"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T18:03:26.987",
"id": "2641202",
"postId": "1505876",
"score": "0",
"text": "Which GPU? Nvidia?",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [] | null | null | null | null | null |
1505883 | 1 | null | 2024-02-27T14:30:45.140 | 0 | 71 | <p>I'm using an Acer Swift SF314-43 model laptop with the Ubuntu 22.04 operating system. The issue I'm encountering is that my camera is not functioning, and I'm receiving a</p>
<blockquote>
<p>no device found</p>
</blockquote>
<p>error. The output of <code>lsusb</code> is:</p>
<pre><code>Bus 004 Device 001: ID 1d6b:00... | 1771477 | 51957 | 2024-02-29T00:44:33.343 | 2024-03-06T05:07:02.183 | Acer Swift SF314-43 model laptop with the Ubuntu 22.04 operating system. camera is not functioning, and I'm receiving a "no device found" | [
"22.04",
"acer",
"camera",
"selinux"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-29T00:47:14.493",
"id": "2641591",
"postId": "1505883",
"score": "0",
"text": "The `lsusb` output shows that the device is not detected. A quick [googling](https://www.google.com/search?q=Acer+Swift+SF314-43+camera+not+detected) reveals that this seems to be a common p... | null | [] | null | null | null | null | null |
1505886 | 1 | null | 2024-02-27T15:13:10.397 | 0 | 52 | <p>Sorry if my english is too bad : in Ubuntu when it starts you have lines line 'cloud-init'..I know it's possible to "ignore them" but having Ubuntu creating the line you are using to enter your command automatically.
To make is easier : you start to write things
System write something, for example "cl... | 1771605 | null | null | 2024-02-27T15:13:10.397 | Command line automaticly new line | [
"command-line",
"22.04"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T15:33:28.690",
"id": "2641161",
"postId": "1505886",
"score": "1",
"text": "Please [edit] with a screenshot",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-27T17:03:43.020",
"id": "2641178",
"postId": "1505886",
... | null | [] | null | null | null | null | null |
1505888 | 1 | 1505892 | 2024-02-27T15:19:43.353 | 2 | 33 | <p>If i understand correctly, Landscape uploads all scripts as files before they run, and they are stored under /tmp. This is of course a problem if you configure tmp partition with noexec, and leaves me with an error similar to this:</p>
<pre><code> File "/usr/lib/python3.10/os.py", line 598, in _execvpe... | 1771606 | null | null | 2024-02-27T16:21:25.433 | Change tmp-directory used by Landscape? | [
"landscape"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>This isn't really supported by Landscape so we will have to patch the file:</p>\n<ol>\n<li>Open <code>/usr/lib/python3/dist-packages/landscape/client/manager/scriptexecution.py</code> in a text editor</li>\n<li>Replace the <code>fd, filename = tempfile.mkstemp()</code> line with <cod... | [
{
"accepted": true,
"body": "<p>This isn't really supported by Landscape so we will have to patch the file:</p>\n<ol>\n<li>Open <code>/usr/lib/python3/dist-packages/landscape/client/manager/scriptexecution.py</code> in a text editor</li>\n<li>Replace the <code>fd, filename = tempfile.mkstemp()</code> line w... | null | null | null | null | null |
1505894 | 1 | null | 2024-02-27T16:31:37.237 | 0 | 276 | <p>I just installed Ubuntu server 23.10 yesterday. I downloaded the iso directly from ubuntu.com. Everything went fine during the install. For security reasons, I always disable password authentication, so in <code>/etc/ssh/sshd_config</code> I set <code>PasswordAuthentication</code> to <code>no</code>. It wasn't worki... | 685368 | 85695 | 2024-02-27T17:30:27.423 | 2024-02-27T17:30:27.423 | Ubuntu SSH 23.10 SSH issue (50-cloud-init.conf)? | [
"server",
"ssh",
"23.10",
"sshd"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T17:10:44.977",
"id": "2641179",
"postId": "1505894",
"score": "0",
"text": "@user68186 yep on physical hardware. The name of the iso i downloaded was `ubuntu-23.10-live-server-amd64`. I downloaded from the main ubuntu server download page.",
"userDisplayName": n... | null | [] | null | null | 2024-03-11T05:07:47.183 | null | null |
1505896 | 1 | null | 2024-02-27T17:31:16.397 | 0 | 28 | <p><a href="https://i.stack.imgur.com/VaGME.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/VaGME.jpg" alt="plocate error" /></a></p>
<pre><code>dpkg: unrecoverable fatal error. unknown system group 'plocate' in statoverride file; the system group got removed before the override,which is most probabl... | 1771627 | 10616 | 2024-02-27T18:55:24.573 | 2024-02-27T18:55:24.573 | dpkg; unrecoverable fatal error 'plocate' | [
"bash"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T18:01:53.303",
"id": "2641200",
"postId": "1505896",
"score": "1",
"text": "Does this answer your question? [Unknown user in statoverride file](https://askubuntu.com/questions/335538/unknown-user-in-statoverride-file)",
"userDisplayName": null,
"userId": "10... | null | [] | null | null | null | null | null |
1505897 | 1 | null | 2024-02-27T17:51:41.020 | 5 | 443 | <p>I am using a bash script. When I launch my script, how can I highlight specific lines on the output? For example, all lines with "Enable" should be green, all lines with "Disable" in red and all others yellow. Like this:</p>
<p>When I run it, I use:</p>
<pre><code>YELLOW="\e[33m"
GREEN=... | 1771639 | 85695 | 2024-02-27T19:02:40.217 | 2024-02-27T23:00:01.957 | highlighting specific lines in different colors when starting a scipt with printf | [
"command-line",
"bash",
"colors"
] | 2 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T17:59:48.310",
"id": "2641198",
"postId": "1505897",
"score": "0",
"text": "Does this answer your question? [View text in terminal with specific patterns highlighted](https://askubuntu.com/questions/810288/view-text-in-terminal-with-specific-patterns-highlighted)",
... | null | [
{
"accepted": null,
"body": "<p>If you insist on <code>printf</code> you can do it like this:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>highlight() {\n YELLOW="\\e[;33m"\n GREEN="\\e[;92m"\n RED="\\e[;31m"\n while read -r; do\n case "$REPLY" in\n... | null | null | null | null | null |
1505900 | 1 | 1505901 | 2024-02-27T17:56:40.730 | 2 | 42 | <p>I am using this to download the file from remote server but could you guide how can I use one command to first download and then remove the file from server.</p>
<p><code>sshpass -p password123 sftp User@sft.domain.co.uk:/Complete2/Database.bak /home/user/.docker/appdata/mssql/backup/Database.bak</code></p>
<p>Thank... | 1130067 | null | null | 2024-02-27T18:07:04.133 | Download and Remove the files from SFTP server | [
"server",
"scripts",
"sftp"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p><code>sftp</code> usually accepts commands interactively. The download and the remove are separate. We can make bash automate that:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>sshpass -p password123 sftp User@sft.domain.co.uk << EOF\nget /Complete2/Database.bak /ho... | [
{
"accepted": true,
"body": "<p><code>sftp</code> usually accepts commands interactively. The download and the remove are separate. We can make bash automate that:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>sshpass -p password123 sftp User@sft.domain.co.uk << EOF\nget /Complete2/Database... | null | null | null | null | null |
1505903 | 1 | null | 2024-02-27T18:45:43.103 | 0 | 139 | <p>Unable to install flex - There were many errors:
Err:1 <a href="http://archive.ubuntu.com/ubuntu" rel="nofollow noreferrer">http://archive.ubuntu.com/ubuntu</a> jammy/main amd64 m4 amd64 1.4.18-5ubuntu2
Temporary failure resolving 'archive.ubuntu.com'
E: Failed to fetch <a href="http://archive.ubuntu.com/ubuntu/pool... | 1771648 | null | null | 2024-02-27T18:45:43.103 | Unable to install flex - Many errors: E: Internal Error, ordering was unable to handle the media swap | [
"swap",
"windows-subsystem-for-linux",
"bison"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T18:52:09.030",
"id": "2641221",
"postId": "1505903",
"score": "1",
"text": "There servers might be down in your region. Click on those links and check if your browser can reach the site. Wait a few hours and see if the servers come back up",
"userDisplayName": n... | null | [] | null | null | null | null | null |
1505907 | 1 | 1505910 | 2024-02-27T19:13:47.843 | 3 | 69 | <p>I want my screen to turn off after being inactive for 60 minutes, but the longest time I can do that for is 15 (by default.)
So can I edit settings to change this value to 60 so it turns off after 60 minutes?
I don't want to choose "Never" bc then it could burn into my screen if I accidentally leave it ope... | 1768543 | null | null | 2024-02-27T19:28:57.867 | I want to change setting "Screen Blank" under "Power" from 15 minutes (default max) to 60 minutes | [
"22.04",
"system-settings"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-28T15:47:32.207",
"id": "2641462",
"postId": "1505907",
"score": "0",
"text": "Yes, this also answered it, Thank you.",
"userDisplayName": null,
"userId": "1768543"
}
] | {
"accepted": true,
"body": "<p>You can forcibly set the screen blank setting to 1 hour with the following command:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>gsettings set org.gnome.desktop.session idle-delay 3600\n</code></pre>\n<p>This causes a "1 hour" item to show up in the dropdown, bu... | [
{
"accepted": true,
"body": "<p>You can forcibly set the screen blank setting to 1 hour with the following command:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>gsettings set org.gnome.desktop.session idle-delay 3600\n</code></pre>\n<p>This causes a "1 hour" item to show up in the drop... | null | null | 2024-02-28T15:47:39.010 | null | null |
1505914 | 1 | null | 2024-02-27T19:59:28.050 | 0 | 19 | <p>I've installed Ubuntu as a dual boot with Windows 11, but my keyboard doesn't work. I found out that the laptop is recognized as a tablet device and hence the keyboard is disabled. I have a Lenovo Yoga Slim 7 Pro</p>
| 1771657 | null | null | 2024-02-27T19:59:28.050 | Laptop recognised as a tablet | [
"dual-boot",
"keyboard"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T20:28:04.113",
"id": "2641247",
"postId": "1505914",
"score": "0",
"text": "See https://askubuntu.com/q/1494859/1004020 . You have cause and effect reversed. Try updating the kernel",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [] | null | null | null | null | null |
1505917 | 1 | null | 2024-02-27T21:05:09.350 | 0 | 89 | <p>A week or two ago my wifi started losing the connection every 10-20 minutes. As far as I am aware I did not do any updates or anything prior to this. I have tried all sorts of solutions found online, to no avail.</p>
<p>My quick fix has been to use my phone as a wifi-hotspot using the same wifi that errors on comput... | 1771667 | 1771667 | 2024-02-27T22:16:29.330 | 2024-02-27T22:16:29.330 | Ubuntu 22.04 wifi connection is lost every x minutes | [
"networking",
"wireless",
"22.04",
"network-manager",
"dns"
] | 0 | 19 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T22:13:39.000",
"id": "2641267",
"postId": "1505917",
"score": "1",
"text": "https://superuser.com/questions/1676584/using-degraded-feature-set-tcp-instead-of-udp-for-dns-server",
"userDisplayName": null,
"userId": "1083397"
},
{
"creationDate": "2024... | null | [] | null | null | null | null | null |
1505918 | 1 | null | 2024-02-27T21:08:09.800 | 0 | 73 | <p>I got this error while using prisma in Nextjs on ubuntu :</p>
<blockquote>
<p>Unhandled Runtime Error<br />
Error:<br />
Invalid <code>prisma.user.findUnique()</code> invocation:</p>
</blockquote>
<blockquote>
<p>Unable to require(<code>/media/waris/DEV/My courses/nextjs-prisma/blog-course/node_modules/.prisma/clien... | 1771670 | 51957 | 2024-02-27T22:49:31.303 | 2024-02-27T22:49:31.303 | glibc version issue while using prisma on ubuntu | [
"23.10",
"glibc"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-28T01:31:03.643",
"id": "2641319",
"postId": "1505918",
"score": "0",
"text": "Try using a non-snap version. Your snap wrongly uses core20, whereas it would need at least core22.",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-... | null | [] | null | null | null | null | null |
1505919 | 1 | null | 2024-02-27T21:13:37.640 | 0 | 55 | <p>I am using the following script to transfer the file from SFTP to local machine.</p>
<p>Is it possible to update this script to only transfer the latest file from the SFTP?</p>
<p>Some examples</p>
<pre><code>Database.bak
Copy of Database.bak
Copy (1) of Database.bak
sshpass -p password123 sftp User@sft.domain.co.u... | 1130067 | null | null | 2024-02-27T21:13:37.640 | Transfer latest file from SFTP to Local | [
"server",
"scripts",
"sftp"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T21:26:15.773",
"id": "2641259",
"postId": "1505919",
"score": "0",
"text": "What do you mean by 'latest file' ? The script as it is bow, only transfers one file, Database.bak - and remove it when the get finishes, successful or not.",
"userDisplayName": null,
... | null | [] | null | null | null | null | null |
1505921 | 1 | 1505934 | 2024-02-27T21:39:48.033 | -1 | 43 | <p>How would I get a windows share to automatically show as a server in the Nautilus other locations?</p>
<p>I can enter the server address as smb://192.168.1.178/ or smb://hostname.local/</p>
<p>The other linux servers show up automatically</p>
| 1544828 | null | null | 2024-02-28T03:39:53.097 | Windows Shares in Nautilus | [
"windows",
"nautilus"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>There seem to be multiple streams of bug reporting around this same question, none of which appear to be completely resolved:</p>\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1778322\" rel=\"nofollow noreferrer\">https://bugs.launchpad.net/ubuntu/+source/gvfs/+bu... | [
{
"accepted": true,
"body": "<p>There seem to be multiple streams of bug reporting around this same question, none of which appear to be completely resolved:</p>\n<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1778322\" rel=\"nofollow noreferrer\">https://bugs.launchpad.net/ubuntu/+source/... | null | null | null | null | null |
1505923 | 1 | null | 2024-02-27T22:06:49.043 | 0 | 140 | <p>This is a virtual machine in VMWare ESXi 6.5. I have the GUI installed on the VM OS. I see that I should be using (according to other posts) Settings->Network. As you can see there is nothing there to set IP:</p>
<p><a href="https://i.stack.imgur.com/w0k0R.png" rel="nofollow noreferrer"><img src="https://i.stack.... | 1629626 | null | null | 2024-02-27T22:06:49.043 | How to set static IP address on Ubuntu server 22.04 with GUI? | [
"networking",
"22.04"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-28T04:53:30.007",
"id": "2641333",
"postId": "1505923",
"score": "0",
"text": "Start with the Network Settings in the Host VM application (VMWare ESXi 6.5). Not the Host OS network settings. Not the Guest OS network settings.",
"userDisplayName": null,
"userId"... | null | [] | null | null | null | null | null |
1505924 | 1 | null | 2024-02-27T22:28:54.877 | 3 | 47 | <p>I had to restart my pihole server which is running Ubuntu 22.04.4 LTS after about 6 months or so. It rebooted and offered updates. I clicked Yes, entered password and the update began as usual. Half way through I'm presented with screen attached below, which doesn't tell me what it wants or why, but insists on me se... | 1661032 | 1004020 | 2024-02-28T01:55:12.210 | 2024-02-28T01:55:12.210 | Configuring grub-efi dialog during regular update | [
"grub2",
"updates",
"22.04",
"grub-efi"
] | 0 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-28T02:20:29.810",
"id": "2641324",
"postId": "1505924",
"score": "0",
"text": "What happened to the disk? Why has its unique identifier changed? (Or why is it missing?) Did you move about / swap some disks?",
"userDisplayName": null,
"userId": "1157519"
},
... | null | [] | null | null | null | null | null |
1505926 | 1 | null | 2024-02-27T23:26:41.450 | 2 | 340 | <p>I get ..</p>
<pre><code>Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
linux-generic : Depends: linux-image-generic (= 5.15.0.97.92) but 5.15.0.94.91 i... | 1763158 | 1004020 | 2024-02-29T00:54:18.767 | 2024-02-29T00:54:18.767 | I cannot update my Ubuntu 22.04 server | [
"upgrade",
"dependencies"
] | 1 | 10 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-27T23:49:59.043",
"id": "2641283",
"postId": "1505926",
"score": "3",
"text": "Ok, so what happens when you do what it says? `sudo apt --fix-broken install`? Paste the results as an *edit* to your question.",
"userDisplayName": null,
"userId": "612"
},
{
... | null | [
{
"accepted": null,
"body": "<p>This is caused by a version conflict between an out-of-tree kernel driver and the kernel version. Frequent causes are VirtualBox and Nvidia drivers, while other no longer necessary drivers for Intel ARC and AMDGPU-PRO may also cause this. The HWE kernel moving to 6.5 from 6.2... | null | null | null | null | null |
1505930 | 1 | null | 2024-02-28T02:11:59.690 | 0 | 1215 | <p>When I install docker and try to run it, <code>sudo systemctl start docker</code>, it says it can't run as the title says.(Not WSL)</p>
<p>So when I run it with the <code>sudo service docker start</code> command, it turns off again after a second</p>
<p>Furthermore, <code>sudo dockerd</code> says that the modules br... | 1771702 | 1771702 | 2024-02-28T02:12:33.687 | 2024-02-28T02:12:33.687 | "System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down" not WSL | [
"systemd",
"iptables",
"docker"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-28T02:55:06.087",
"id": "2641329",
"postId": "1505930",
"score": "0",
"text": "Hmm... so what *is* your init system? Perhaps `cat /proc/1/cmdline` or `xargs -0a /proc/1/cmdline` would be helpful",
"userDisplayName": null,
"userId": "178692"
},
{
"creati... | null | [] | null | null | null | null | null |
1505931 | 1 | null | 2024-02-28T02:23:44.270 | 0 | 212 | <p>I'm experimenting with an interesting problem that started about a month or two ago. My Linux machine can read Wi-Fi signals and I can connect to my home Wi-Fi network. However, after anywhere between 5 to 30 minutes of uninterrupted work time, the Wi-Fi stops (it still shows up as being connected, but my browser st... | 160742 | 160742 | 2024-03-13T19:17:28.580 | 2024-03-13T19:17:28.580 | WiFi Connection interrupted spontaneously on Ubuntu 22.04 | [
"networking",
"wireless",
"22.04",
"google-chrome",
"internet"
] | 1 | 17 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-01T05:06:54.493",
"id": "2641948",
"postId": "1505931",
"score": "0",
"text": "Please [edit] with `iwconfig ; ping 8.8.8.8` when the problem occurs",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-03-01T16:58:17.537",
"id":... | null | [
{
"accepted": null,
"body": "<p>My first guess on how to solve it is to:</p>\n<ol>\n<li><p>Update your Ubuntu <code>sudo apt update</code> or a full update <code>sudo apt full-upgrade</code> (this keeps your ubuntu at 22.04, this is not a release upgrade, so don't worry)</p>\n</li>\n<li><p>Update your Wifi ... | null | null | null | null | null |
1505932 | 1 | null | 2024-02-28T02:45:03.277 | 1 | 49 | <p>The sound appears exactly 5 seconds after speakers become idle, which coincides with Pipewire's "session.suspend-timeout-seconds" default configuration.</p>
<p>So my first attempt was editing 50-alsa-config.lua file. Since it didn't work, I edited the file on all 3 locations listed by the arch wiki: ~/.con... | 1771621 | null | null | 2024-02-28T02:45:03.277 | Buzzing sound when speaker is idle | [
"sound",
"audio-jack"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1505939 | 1 | null | 2024-02-28T04:59:01.773 | 1 | 50 | <p>I am trying to connect a laptop and a single board PC. Both are at the same UBUNTU 23.10 release and both are at the same Remmina release 1.4.35. When I connect from the PC to the laptop it works fine. When I try to connect from the laptop to the PC I get Login Failed. The only difference I see is the PC has PLUGINS... | 1086725 | null | null | 2024-02-28T04:59:01.773 | Trying to connect using Remmina 1.4.35 | [
"plugins",
"remmina"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1505940 | 1 | null | 2024-02-28T05:10:39.897 | 0 | 36 | <p>I am running into a strange error that is circular in nature. I just went to run a routine <code>sudo apt upgrade</code> and encountered the following error:</p>
<pre><code>> Reading package lists... Done Building dependency
> tree... Done Reading state information... Done You might want to run
> 'apt --fix... | 1771720 | 767056 | 2024-02-28T05:27:27.623 | 2024-02-28T05:27:27.623 | Unable to Perform Upgrade | [
"apt",
"upgrade",
"dpkg",
"dependencies"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | 2024-03-05T09:38:48.120 | null | null |
1505941 | 1 | null | 2024-02-28T05:11:01.357 | 0 | 104 | <p>I will start with the fact that I am no compilation expert. I am trying to compile some c code that I have which utilizes libcurl (among other libraries), and I want it to be as cross-platform for Linux as possible. I am using Ubuntu 22.04.1 x86_x64 Desktop. I have tried using alpine docker as well, with a similar f... | 920258 | null | null | 2024-02-28T05:11:01.357 | How to compile libcurl statically on Ubuntu via musl-gcc | [
"22.04",
"compiling",
"static-linking"
] | 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.