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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1502731 | 1 | null | 2024-02-07T09:18:33.380 | 0 | 34 | <p>I have been using ubuntu 20 for sometime and shifted to 22. However, I have been constantly facing the ethernet connection issue.</p>
<p>This answers <a href="https://askubuntu.com/a/1477062/1370321">https://askubuntu.com/a/1477062/1370321</a>
the issue; downloading the driver and adding it to kernel.</p>
<p>But it'... | 1370321 | null | null | 2024-02-07T09:18:33.380 | ubuntu 22.04 LTS ethernet not working | [
"22.04",
"ethernet",
"tethering"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T09:35:19.303",
"id": "2635040",
"postId": "1502731",
"score": "1",
"text": "You put those boot parameters in `/etc/default/grub` on the `GRUB_CMDLINE_LINUX_DEFAULT=` line, and inside the quotes. Then `sudo update-grub` and reboot",
"userDisplayName": null,
"... | null | [] | null | null | null | null | null |
1502732 | 1 | null | 2024-02-07T09:23:50.353 | 2 | 197 | <p>I have set up CCTV running on Ubuntu 22.04 LTS on Intel NUC. I want to be able to remote access the PC for troubleshooting mostly and want a graphical interface for the remote desktop. The software I have tried so far either don't start when the login screen shows (so remote desktop on reboot is not possible) or jus... | 29470 | 619216 | 2024-02-18T19:08:30.597 | 2024-02-18T19:08:30.597 | How to set up remote desktop software for a PC where I will only have remote access to in the future? | [
"ssh",
"xfce",
"remote-desktop",
"intel-nuc"
] | 3 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T09:39:49.740",
"id": "2635042",
"postId": "1502732",
"score": "1",
"text": "If you have remote access with SSH, setting up a limited form of remote desktop, that is, X11 forwarding would be much easier",
"userDisplayName": null,
"userId": "1004020"
},
{
... | null | [
{
"accepted": null,
"body": "<p>Install <a href=\"https://www.realvnc.com/en/connect/download/vnc/\" rel=\"nofollow noreferrer\">RealVNC Server</a> in the PC which you want to access.</p>\n<p>Create a Real VNC account and sign in to VNC Server.</p>\n<p>Install <a href=\"https://www.realvnc.com/en/connect/do... | null | null | null | null | null |
1502733 | 1 | null | 2024-02-07T09:43:45.963 | 0 | 77 | <p>I installed wine-6.0.3 (Ubuntu 6.0.3~repack-1) via the terminal, I expected a wine icon to appear in the applications, icon still absent. Note that just before I installed a program via the terminal, the icon was in my applications. Any idea how to see the Wine icon?</p>
| 1765943 | 1450948 | 2024-02-07T18:53:46.837 | 2024-02-07T18:53:46.837 | Wine icon not appearing in the applications list | [
"wine"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T09:55:46.420",
"id": "2635046",
"postId": "1502733",
"score": "3",
"text": "You don't usually run wine with an icon, just like you don't click an icon to run Microsoft Windows. Some builtin wine applications you can run are wine notepad and `winecfg`. You usually wa... | null | [] | null | null | null | null | null |
1502734 | 1 | null | 2024-02-07T10:35:52.653 | 0 | 121 | <p>I recently switched from GNOME to i3 on my Ubuntu 22.04. I am having trouble running docker as a non-root user. If I run a docker command as-is, it'll give me a "Cannot connect error".</p>
<pre><code>$> docker container ls
Cannot connect to the Docker daemon at unix:///home/adarsh/.docker/desktop/docker... | 1375084 | null | null | 2024-02-07T10:35:52.653 | Running docker daemon in i3 | [
"22.04",
"docker",
"i3-wm"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T10:58:52.247",
"id": "2635058",
"postId": "1502734",
"score": "0",
"text": "You are confusing .docker/desktop and normal `systemctl start docker`. See the \"Important\" warning box at the top of https://docs.docker.com/desktop/install/linux-install/",
"userDispl... | null | [] | null | null | null | null | null |
1502735 | 1 | null | 2024-02-07T10:41:32.107 | 1 | 77 | <p>how could I set for group "spedytorzy" logon hours 7-15 from Monday to Friday?
Actually I have *;*;@spedytorzy;Wk0700-1500 and added to /etc/pam.d/sshd file ,,account required pam_exec.so". I add that I have an one account added to time.conf, and I want to make it without scripts.</p>
| 1765953 | null | null | 2024-02-07T11:15:31.170 | Using etc/security/time.conf for groups | [
"command-line",
"login",
"pam"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>You need to use the <code>%</code> symbol instead for normal groups. The <code>@</code> symbol is for netgroups. You would replace the line in your <code>/etc/security/time.conf</code> file with the following:</p>\n<pre><code>*;*;%spedytorzy;Wk0700-1500\n</code></pre>\n<p>Now... | null | null | null | null | null |
1502737 | 1 | null | 2024-02-07T10:42:50.117 | 2 | 479 | <p>I want to print the lines with only one no-spaces subsequences of characters while use <code>grep</code> on the text.</p>
<p><code>title</code> after grepping should to print <code>title</code></p>
<p><code>the sentence</code> after grepping should not print anything</p>
| 1750787 | 158442 | 2024-02-07T12:16:12.897 | 2024-02-07T15:02:49.730 | What grep pattern allows to print only one-word lines? | [
"command-line",
"text-processing",
"grep"
] | 2 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T10:47:21.153",
"id": "2635057",
"postId": "1502737",
"score": "0",
"text": "This isn't really an Ubuntu specific question but try: `grep -E '^[A-Za-z]+$' filename` you might need fine tuning if you want to include numbers and symbols",
"userDisplayName": null,
... | null | [
{
"accepted": null,
"body": "<h4>Without punctuation</h4>\n<pre><code>grep -E '^\\w*[[:alpha:]]\\w*$' file\n</code></pre>\n<p>... that will only match possible (zero or more <code>*</code>) word characters <code>\\w</code> (alphabetical, numerical and underscore) that span the whole line <code>^...$</code>... | null | null | null | null | null |
1502744 | 1 | null | 2024-02-07T11:35:44.847 | 0 | 2061 | <p>Now, the latest version of Node is <code>20.11.0</code>. However, every time I tried to install Node, it installed the <code>12.22.9</code> version.</p>
<p>This commands is not working, every time it installed the same version <code>12.22.9</code></p>
<pre><code>curl -sL https://deb.nodesource.com/setup_10.x | sudo ... | 1762431 | null | null | 2024-02-07T11:35:44.847 | How to install Node JS latest version on Ubuntu 22.04? | [
"22.04",
"nodejs",
"versions"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T11:38:21.633",
"id": "2635065",
"postId": "1502744",
"score": "0",
"text": "The most popular way is to use https://github.com/nvm-sh/nvm . Then you can `nvm install 20.11.0` and `nvm use 20.11.0`",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [] | null | null | null | null | null |
1502747 | 1 | null | 2024-02-07T11:48:42.203 | 0 | 36 | <p>Is there any remote desktop tool out there for ubuntu/linux that allows multiple users to have concurrent sessions and allow GPU acceleration?</p>
| 1690792 | null | null | 2024-02-07T11:48:42.203 | Remote Desktop tool for ubuntu that can accommodate concurrent session with GPU acceleration | [
"22.04",
"remote-desktop",
"xrdp"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | 2024-02-11T19:52:09.043 | null | null |
1502748 | 1 | null | 2024-02-07T12:18:01.717 | 0 | 46 | <p>I run Ubuntu on VirtualBox. Recently, VirtualBox got stuck, and I had to shut it down without properly shutting down Ubuntu. The next time I logged in, my cursor started to act weirdly. Sometimes, on hover, it becomes a "preview" of something and remains like that.
See the picture:
<a href="https://i.stack... | 1765971 | null | null | 2024-02-07T12:18:01.717 | Cursor on hover becomes some static "preview" | [
"virtualbox",
"cursor"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T12:19:50.697",
"id": "2635070",
"postId": "1502748",
"score": "1",
"text": "Related: https://askubuntu.com/q/1502456/1004020 I suspect a VirtualBox bug",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-07T13:11:43.083",
... | null | [] | null | null | null | null | null |
1502755 | 1 | null | 2024-02-07T13:29:15.263 | 1 | 31 | <p>We are presently using the RTC PCF85263A with an iMX6ULL processor, running Linux 5.15.52 on Yocto 4.0. Additionally,</p>
<p>I have added this RT-Patch to my Linux kernel even though it is not the same version as my Linux kernel:</p>
<p><a href="https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/5.15/older... | 1765931 | null | null | 2024-02-07T13:29:15.263 | Enabling PREEMPT_RT affecting system drivers | [
"kernel"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1502758 | 1 | null | 2024-02-07T13:44:05.383 | 1 | 47 | <p>This works</p>
<pre><code>* * * * * export DISPLAY=:0; /usr/bin/vlc --play-and-exit /home/tc/Music/test.ogg
</code></pre>
<p>But this doesn't</p>
<pre><code>30 8 * * * export DISPLAY=:0; /usr/bin/vlc --play-and-exit /home/tc/Music/test.ogg
</code></pre>
<p>I want my test.ogg to play every day at 8:30 am. So wrote th... | 881074 | null | null | 2024-02-07T14:40:49.840 | cron not working as intended | [
"cron"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T14:06:42.923",
"id": "2635085",
"postId": "1502758",
"score": "0",
"text": "Very strange. Could you try and copy the line with `* * * * *` and make a hybrid? Like `30 * * * *`. The only logical explanation I can think of is an invalid character copied, so that's why... | null | [
{
"accepted": null,
"body": "<p>The answer is the BIOS time is not synced to your system time.</p>\n<p>Boot your system and press F2 (or Del key, based on what machine you are using), go to BIOS and check the time it's showing there. If it's not matching with your time, then change it to match to your syste... | null | null | null | null | null |
1502766 | 1 | null | 2024-02-07T15:40:14.427 | 0 | 47 | <p>I have a laptop running 20.04, which I update almost every day. At some point recently I noticed that sound no longer works. I have tracked this down to the appropriate module not being loaded on boot. If I run the following command, then sound works:</p>
<pre><code>sudo modprobe snd_hda_intel
</code></pre>
<p>I sus... | 1766015 | 884673 | 2024-02-07T23:33:54.170 | 2024-02-07T23:33:54.170 | Sound card module no longer loading on boot | [
"20.04",
"sound"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | 2024-02-13T21:33:13.583 | null | null |
1502768 | 1 | null | 2024-02-07T15:58:38.257 | 0 | 35 | <p>so I want to connect windows server remotely on linux server using ssh on remmina and I have copied the public key to the windows server in the correct path but whenever I try to connect it prompts for password for private key with I did not set.</p>
| 1766021 | null | null | 2024-02-07T15:58:38.257 | ssh asking for password for private key | [
"windows",
"windows-subsystem-for-linux"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T16:10:22.190",
"id": "2635117",
"postId": "1502768",
"score": "0",
"text": "Try entering a blank password. If that does not work, try creating a new private-public keypair and setting the password to one that you can easily remember",
"userDisplayName": null,
... | null | [] | null | null | null | null | null |
1502769 | 1 | null | 2024-02-07T16:03:54.093 | 0 | 56 | <p>I am trying to install Ubuntu 22.04 LTS in an old system after wiping the disk clear of the previous dual boot of Ubuntu + Windows. After clearing the disk completely (including the EFI partitions) and installing the new Ubuntu version, the installation is completed as expected. Still, upon boot, the system cannot l... | 1764669 | 94914 | 2024-02-13T14:39:23.647 | 2024-02-13T14:39:23.647 | Force Ubuntu to boot in Legacy Mode only | [
"boot",
"system-installation",
"uefi",
"mbr"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T16:57:42.720",
"id": "2635136",
"postId": "1502769",
"score": "0",
"text": "@DanielT Looks like it might work, will try some of the solutions from there and update the post.",
"userDisplayName": null,
"userId": "1764669"
}
] | null | [] | null | null | 2024-02-13T14:55:28.563 | null | null |
1502770 | 1 | null | 2024-02-07T16:06:05.583 | 0 | 14 | <p>I have several folders containing short videos. Some folders show video icons. Some folders show thumbnails. How do I control which is which? I'm on ubuntu 20.04.6 LTS and files v. 1:3.36.3.0ubuntu1.20.04.2</p>
| 815511 | null | null | 2024-02-07T16:06:05.583 | nautilius views icon or thumbnail | [
"directory",
"thumbnails"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T16:09:28.673",
"id": "2635116",
"postId": "1502770",
"score": "0",
"text": "Are the folders on network drives? If so, you can try changing the setting by following my answer at https://askubuntu.com/a/1501880/1004020",
"userDisplayName": null,
"userId": "100... | null | [] | null | null | null | null | null |
1502772 | 1 | null | 2024-02-07T16:20:37.223 | 0 | 34 | <p>I'm using i3-wm as it's very convenient in general, once you get ahead of the initial learning curve. I miss the activity overview tho, since it allows you to <em>loosely</em> look for applications, files,... that is without being too specific with the name. Is there a way to launch it in i3 (with a standard config ... | 587144 | null | null | 2024-02-07T16:20:37.223 | Is there a way to get *activities overview* on ubuntu while using i3? | [
"i3-wm",
"activities-overview"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1502773 | 1 | null | 2024-02-07T16:50:26.700 | 0 | 235 | <p>I have tried this with Ubuntu 22.10 and 23.10.<br />
The output of <code>uname -a</code> is</p>
<blockquote>
<p>Linux linuxwkstation 6.6.16-060616-generic #202402051536 SMP PREEMPT_DYNAMIC<br />
Mon Feb 5 21:11:50 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux</p>
</blockquote>
<p>I am running on a MacMini 2014.<br />
I w... | 1766028 | 51957 | 2024-02-08T00:19:23.237 | 2024-02-08T00:19:23.237 | Ubuntu bluetooth connectivity problems? | [
"sound",
"kernel",
"bluetooth",
"headphones",
"23.10"
] | 1 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T16:51:02.740",
"id": "2635133",
"postId": "1502773",
"score": "1",
"text": "Please split this into a question and a self-answer part.",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-07T17:01:02.917",
"id": "2635138",
... | null | [
{
"accepted": null,
"body": "<p>I migrated to the latest kernel 6.6.16 - the latest Ubuntu is behind 6.5.0-10.10. The big difference is the improvements made in respect to bluetooth in 6.6.0 onwards.</p>\n<p>Now, if I switch on my Bose headset it connects immediately, and I can conference or listen to music... | null | null | null | null | null |
1502775 | 1 | null | 2024-02-07T17:01:56.240 | 0 | 226 | <p>I've already seen answers in askubuntu, but for old versions.</p>
<p>Disk encryption and hibernation support would be interesting to have.</p>
<p>I'd like to activate btrfs compression and to install root and home into separate subvolumes but in the same partition.</p>
| 279668 | 279668 | 2024-02-08T08:29:05.627 | 2024-02-08T08:29:05.627 | How to install Ubuntu Desktop 22.04 to a btrfs partition | [
"system-installation",
"btrfs"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T17:06:30.630",
"id": "2635140",
"postId": "1502775",
"score": "0",
"text": "Can't you just install the tools, make the partition with gparted, then select it when you choose \"Something else\" partitioning in the installer?",
"userDisplayName": null,
"userId... | null | [] | null | null | null | null | null |
1502777 | 1 | null | 2024-02-07T17:06:05.123 | 0 | 74 | <p>I'm on an Ubuntu 22.04 x86_64 system and when I run the command "uname -r" I get :</p>
<p>6.5.0-14-generic</p>
<p>I'm guessing my Ubuntu is based on the kernel version 6.5.0 but I don't understand that -14-generic...</p>
| 1673577 | null | null | 2024-02-07T18:42:42.527 | What does -14-generic stand for when I run the command uname -r in my Ubuntu system? | [
"kernel",
"22.04",
"versions"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T17:14:58.643",
"id": "2635143",
"postId": "1502777",
"score": "2",
"text": "Does this answer your question? [What exactly is generic version of ubuntu ? how it differes from other versions?](https://askubuntu.com/questions/401410/what-exactly-is-generic-version-of-u... | null | [
{
"accepted": null,
"body": "<p>This is a <em>sort</em> of <a href=\"https://semver.org/\" rel=\"nofollow noreferrer\">Semantic Versioning</a>.</p>\n<pre><code>MAJOR.MINOR.PATCH-RELEASE+BUILD\n</code></pre>\n<p>The portion that says <code>generic</code> refers to your CPU architecture. So if you're on <cod... | null | null | null | null | null |
1502786 | 1 | 1502790 | 2024-02-07T18:12:53.073 | 4 | 281 | <p>I can't set different programs for opening the mentioned filetypes in Kubuntu 22.04.
I want to open <code>*.zip</code> files with <code>ark</code> and <code>*.3mf</code> files with <code>Ultimaker Cura</code>.</p>
<p>When I try to change the default program via <code>right click -> properties -> "open wit... | 1758071 | 1758071 | 2024-02-07T18:39:46.273 | 2024-02-08T08:33:43.253 | Kubuntu doesnt' differentiate *.3mf and *.zip files | [
"kubuntu",
"default-programs",
"zip",
"mime-type",
"ark"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T18:15:08.747",
"id": "2635169",
"postId": "1502786",
"score": "0",
"text": "I get `model/3mf` not `application/3mf` when I do `xdg-mime query filetype test.3mf`",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-07T18:17:52.... | {
"accepted": true,
"body": "<p>The <code>model/3mf</code> mime type was only added in 22.10. A workaround is to backport the definition:</p>\n<ol>\n<li><p>Paste the following into <code>~/.local/share/mime/packages/3mf-askubuntu-1502786-1004020.xml</code></p>\n<pre class=\"lang-xml prettyprint-override\"><code><... | [
{
"accepted": true,
"body": "<p>The <code>model/3mf</code> mime type was only added in 22.10. A workaround is to backport the definition:</p>\n<ol>\n<li><p>Paste the following into <code>~/.local/share/mime/packages/3mf-askubuntu-1502786-1004020.xml</code></p>\n<pre class=\"lang-xml prettyprint-override\"><... | null | null | null | null | null |
1502787 | 1 | null | 2024-02-07T18:13:36.037 | 0 | 28 | <p>When Trying to run the software Worldwind in my machine, I find the following message on the screen:</p>
<p><a href="https://i.stack.imgur.com/beuSA.png" rel="nofollow noreferrer">Error when trying to run Worldwind</a></p>
<p>Does anyone know if Ubuntu has updated drivers regarding Intel Iris Xe? If so, I think that... | 1765994 | 51957 | 2024-02-07T19:01:36.997 | 2024-02-07T19:01:36.997 | GL incompatibility with Worldwind software when running Ubuntu 22.04 LTS | [
"drivers",
"22.04",
"graphics",
"intel",
"opengl"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T18:18:39.563",
"id": "2635172",
"postId": "1502787",
"score": "0",
"text": "Please post the output of `eglinfo`",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [] | null | null | null | null | null |
1502788 | 1 | null | 2024-02-07T18:17:41.317 | 0 | 37 | <p>i can find no way to boot off a stick memory on this machine. it has win 11 on it and apparantly keeps a copy in the bios because you can reinstall windows. i want to put ubuntu 22 or maybe 24 on it.</p>
| 1029278 | null | null | 2024-02-07T18:17:41.317 | can you install ubuntu on a sign m 15 laptop? | [
"boot",
"usb-drive"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T18:37:45.390",
"id": "2635175",
"postId": "1502788",
"score": "4",
"text": "Does this answer your question? [How can I install Ubuntu without CD and USB?](https://askubuntu.com/questions/484434/how-can-i-install-ubuntu-without-cd-and-usb)",
"userDisplayName": nu... | null | [] | null | null | 2024-02-11T05:46:16.257 | null | null |
1502793 | 1 | null | 2024-02-07T19:36:47.517 | 0 | 26 | <p>I have to run this program I need to launch through ssh that absolutely needs a gui to run but I have no use for the visual output (it wont launch if I start it from an ssh session, I need to start it from an ssh -X session). Its actually quite annoying to have the windows open and steal focus from what I'm working ... | 1052334 | null | null | 2024-02-07T19:36:47.517 | Call a program through ssh -X but dont display anything | [
"ssh",
"x11-forwarding"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T19:37:31.957",
"id": "2635182",
"postId": "1502793",
"score": "0",
"text": "Have you tried pointing the program at a headless X server on the remote?",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-07T20:06:57.713",
"... | null | [] | null | null | null | null | null |
1502797 | 1 | null | 2024-02-07T20:27:06.460 | 0 | 26 | <p>Am writing some perl scripts and would love to be able to <strong>log</strong> specific moments with a timestamp, pid, and other script specific data.</p>
<p>I was hoping Ubuntu had a command I could call from my scripts that would write to a log, while handling file locking (as multiple copies of the script could b... | 1585359 | null | null | 2024-02-07T20:27:06.460 | Does Ubuntu have a log command I can use within my own perl scripts? | [
"log"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T20:39:50.760",
"id": "2635207",
"postId": "1502797",
"score": "1",
"text": "`systemd-cat` & `journalctl`?",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [] | null | null | null | null | null |
1502799 | 1 | null | 2024-02-07T20:28:52.993 | 1 | 196 | <p>So, Jammy 22.04 brought us new goodies, <a href="https://lists.ubuntu.com/archives/ubuntu-devel/2022-January/041819.html" rel="nofollow noreferrer">systemd-oomd</a>. Long overdue, IMO... but asking this in 2024 I'm somewhat late to the party, too.</p>
<p>Everyone has asked already how to disable it — yet, I'm <stron... | 9061 | null | null | 2024-02-07T20:28:52.993 | How to *enable* systemd-oomd on a service in system.slice? OOM-kill for non-user .service | [
"22.04",
"systemd",
"services"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T20:52:51.323",
"id": "2635210",
"postId": "1502799",
"score": "0",
"text": "Have you tried fixing root cause of the fail2ban memory leak problem by editing your config?: https://github.com/fail2ban/fail2ban/issues/2843",
"userDisplayName": null,
"userId": "1... | null | [] | null | null | null | null | null |
1502803 | 1 | null | 2024-02-07T20:36:17.667 | 0 | 35 | <p>ThinkPad T470s, Ubuntu 22.04.2 LTS, GNOME 42.5 plenty of memory and disk space. Haven't used my thinkpad in a while. Booted it up, installed some updates and can no longer open Terminal. Click on the icon and it just spins and then closes.</p>
<p>I can access Terminal through VSCode. I've tried the remote-chrome-des... | 1611045 | null | null | 2024-02-07T20:36:17.667 | gnome-terminal will not load - can access via VSCode | [
"command-line"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T21:01:51.823",
"id": "2635218",
"postId": "1502803",
"score": "0",
"text": "I removed Terminal, and it auto loaded xterm so I'm going with that for the moment. I also loaded fish shell.",
"userDisplayName": null,
"userId": "1611045"
},
{
"creationDat... | null | [] | null | null | null | null | null |
1502808 | 1 | null | 2024-02-07T22:24:35.917 | 0 | 55 | <p>I'm new to Linux and I have added a PreSonus 44VSL to my laptop. Everything is working fine except one of the output speakers. I went into System setting for Sound and selected the PreSonus then clicked the Test button. I used one speaker and plugged it into an output jack on the PreSonus and clicked on each of the ... | 1766095 | 1766095 | 2024-02-09T23:49:26.000 | 2024-02-09T23:49:26.000 | Presonus 44VSL has no playback from Front-Left speaker output | [
"sound",
"pulseaudio",
"alsa",
"speakers"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1502810 | 1 | null | 2024-02-07T23:15:19.227 | 0 | 55 | <p>I am using the linux distro 22.04.2.<br />
I used the installation instructions from the obs site. When I attempted to install the repository, I got a notice that some packages were missing so older ones were used. Then, when I attempted to install obs, when I gave the command to install I received the following err... | 1766101 | 51957 | 2024-02-08T00:16:50.747 | 2024-02-08T00:16:50.747 | Installation of obs failed | [
"apt",
"package-management",
"software-installation",
"22.04"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-07T23:20:43.137",
"id": "2635255",
"postId": "1502810",
"score": "0",
"text": "You're likely using Ubuntu 22.04 LTS (you mention \"*linux distro is 22.04.2*\" which is vague; Linux is a kernel & exists in Ubuntu, many other *distros* and even Android on phones/tablets/... | null | [] | null | null | 2024-02-08T06:55:14.910 | null | null |
1502812 | 1 | null | 2024-02-08T00:37:26.507 | 0 | 388 | <p>I was having some issues with SSL connections. It turns out OpenSSL was using libraries provided by Dell which caused compatability issues.</p>
<p>While trying to attach Ubuntu Pro, I encountered:</p>
<pre><code>user@host:~$sudo pro attach *********************
Failed to connect to authentication server
Check your I... | 1648838 | 1648838 | 2024-02-08T03:40:39.267 | 2024-02-08T03:40:39.267 | Resolving SSL/TLS Connection Issues on Ubuntu 22.04 - issues with Dell Library | [
"package-management",
"dell",
"ssl",
"ubuntu-pro"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>By redirecting OpenSSL to use Ubuntu's libraries, reinstalling OpenSSL and CA certificates, and updating CA certificates, I resolved the SSL/TLS connection issues. I have briefed the steps below</p>\n<p>If your issue is as below - Dell-provided OpenSSL libraries causing confl... | null | null | null | null | null |
1502818 | 1 | null | 2024-02-08T02:26:30.180 | -1 | 167 | <p>I'm running Ubuntu 22.04.1 on an Intel CPU with an amd GPU. Recently it has started randomly freezing and subsequently (after about 20 frozen seconds) restarting a few minutes after boot. This has not happened before, and happens on both Wayland and XOrg. I have tried editing etc/default/grub, it did not help. What ... | 1766114 | null | null | 2024-02-08T11:48:46.550 | Ubuntu 22.04.1 freezes and crashes after a whule | [
"freeze",
"crash"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T06:54:07.930",
"id": "2635294",
"postId": "1502818",
"score": "0",
"text": "Please post the last few lines of `/var/log/Xorg*log` and `dmesg`",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [
{
"accepted": null,
"body": "<p>Update: uninstalling and reinstalling Firefox and Thunderbird, of all things, seems to have fixed the issue, apparently one of those was loading on startup and freezing.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense":... | null | null | null | null | null |
1502821 | 1 | null | 2024-02-08T03:08:31.300 | 0 | 129 | <p>Is it possible to get an amazon workspaces client working on Ubuntu 23.10? On the official amazon client download page <a href="https://clients.amazonworkspaces.com/linux-install" rel="nofollow noreferrer">https://clients.amazonworkspaces.com/linux-install</a> it looks like they only support Ubuntu 20.04 and Ubuntu ... | 586850 | null | null | 2024-02-08T08:20:28.200 | Amazon workspaces client on Ubuntu 23.10 | [
"23.10"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<blockquote>\n<p>Is it possible to get an amazon workspaces client working on Ubuntu\n23.10?</p>\n</blockquote>\n<p>Seems not.</p>\n<blockquote>\n<p><strong>Requirements</strong></p>\n<p>The WorkSpaces Linux client application requires either 64-bit Ubuntu\n18.04, Ubuntu 20.04 (... | null | null | null | null | null |
1502822 | 1 | 1503056 | 2024-02-08T03:14:47.897 | 0 | 68 | <p>Two vms created from microstack for deploying k8s with calico CNI<br />
VM1(extest-1): internal:192.168.122.204/external:128.224.157.145<br />
VM1(extest-2): internal:192.168.122.72/external:128.224.157.139</p>
<p>calico config:</p>
<pre><code>ubuntu@extest-1:~$ cat custom-resources.yaml
# This section includes bas... | 1766121 | 1766121 | 2024-02-08T14:45:01.713 | 2024-02-10T02:43:54.337 | [microstack][k8s][calico] Not ping through between pods across different subnets in k8s | [
"networking",
"openstack",
"kubernetes"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>The problem solved. The roor cause is because of calico ippool configuration.\nSeems the routes added during the init installation of calico misconfigured.\nI changed to IPIPmode to Never, then applied the changes. After that, Change IPIPmode to Always, applied it again. The problem ... | [
{
"accepted": true,
"body": "<p>The problem solved. The roor cause is because of calico ippool configuration.\nSeems the routes added during the init installation of calico misconfigured.\nI changed to IPIPmode to Never, then applied the changes. After that, Change IPIPmode to Always, applied it again. The ... | null | null | null | null | null |
1502825 | 1 | null | 2024-02-08T03:24:38.117 | 0 | 335 | <p>I am trying to run WireShark on my Ubuntu 20.04.6 LTS Server system and I am getting the below error. I have attempted a restart of the machine, reinstalling WireShark after purging all it's packages but it's sadly no use. Using the command <code>export QT_DEBUG_PLUGINS=1</code> has showed me an extended trace of wh... | 1766129 | null | null | 2024-02-08T03:24:38.117 | Cannot run WireShark on Ubuntu 20.04 - This application failed to start because no Qt platform plugin could be initialized | [
"20.04",
"wireshark"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T06:19:08.847",
"id": "2635289",
"postId": "1502825",
"score": "0",
"text": "There are instructions on installing Wireshark on 20.04 [here](https://vitux.com/how-to-install-and-use-wireshark-on-ubuntu-20-04-lts/). Is this what you followed?",
"userDisplayName": n... | null | [] | null | null | null | null | null |
1502826 | 1 | null | 2024-02-08T03:31:15.657 | 0 | 303 | <p>I needed to free up some space in bpool to add the latest patches to my Ubuntu 22.04 system running ZFS. I tried to ZFS destroy the oldest snapshot, and upon reboot, booting failed with the following:</p>
<pre><code>Booting a command list
error: no such device: 9a3acf1a88182eec.
Loading Linux 6.2.0-34-generic ..... | 1766125 | 767056 | 2024-02-28T03:33:53.413 | 2024-02-28T03:33:53.413 | How do I fix a zfs boot problem: error: no such device | [
"boot",
"grub2",
"22.04",
"zfs"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-11T02:19:01.490",
"id": "2636048",
"postId": "1502826",
"score": "0",
"text": "You may boot Ubuntu from LiveCD or LiveUSB to seek what was the problem withour destroying your data. You would want to see your `grub.cfg` .",
"userDisplayName": null,
"userId": "11... | null | [] | null | null | null | null | null |
1502827 | 1 | null | 2024-02-08T03:33:39.827 | 0 | 47 | <p>After installing Python 3.9 on Ubuntu 20.04, the default terminal does not open. However, when reverting back to Python 3.8, the terminal opens successfully.</p>
<p>If you have experienced or found a solution to this issue, please let me know.</p>
| 1766133 | null | null | 2024-02-08T03:33:39.827 | The issue caused by changing Python versions | [
"20.04",
"python"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T03:35:17.930",
"id": "2635276",
"postId": "1502827",
"score": "0",
"text": "You've not said what Ubuntu 20.04 LTS product you're using, however if it's a Desktop, python3 is a required tool for many Ubuntu tools, thus you should expect them to not work if you change... | null | [] | null | null | 2024-02-08T10:10:00.640 | null | null |
1502829 | 1 | null | 2024-02-08T04:24:57.767 | 0 | 28 | <p>First of all, this doesn't seem to cause any issues, I am simply curious. I've recently had some issues with my Linux VM running out of storage and I ran <code>ncdu</code> as root to see what was using up all the space. I noticed that when I scan the entire file system, it says:</p>
<p><img src="https://i.stack.imgu... | 1766142 | 1450948 | 2024-02-08T06:05:43.460 | 2024-02-08T06:05:43.460 | Why is the apparent size of my VM's file system so large? and other space-related questions | [
"disk-usage"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T04:30:33.217",
"id": "2635281",
"postId": "1502829",
"score": "1",
"text": "You've provided few specifics; we don't know what Ubuntu product, what release of that product, nor what setup you've installed on it. For my own system, I have a ~99GB partition allocated ... | null | [] | null | null | null | null | null |
1502830 | 1 | null | 2024-02-08T04:36:03.237 | 1 | 71 | <p>At Ubuntu 23.10 Mantic Desktop login screen the display will change to flashing horizontal colored lines or display block artifacts at the login screen.</p>
<blockquote>
<p>Celeron N5105 Intel UHD Graphics 24 EUs (Jasper Lake)</p>
</blockquote>
<p>After about 20 seconds of displaying the messed up screen the system ... | 1766143 | 1766143 | 2024-02-12T04:19:29.883 | 2024-02-12T04:19:29.883 | Startup at login screen crashes | [
"drivers",
"display",
"intel-graphics",
"i915"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-17T06:21:16.567",
"id": "2637603",
"postId": "1502830",
"score": "0",
"text": "So I have discovered the crash is due to ram. Using both memory sticks the PC will crash. Booting with a single stick in either slot (the board has 2 DIMM slots) the PC will start normally. ... | null | [] | null | null | null | null | null |
1502840 | 1 | null | 2024-02-08T08:19:25.080 | 0 | 73 | <p>I'm running bluetooth on a Ubuntu 22.04 server, to communicate with some sensors. And it appears that the previously working setup has suddenly stopped working.</p>
<p>The service reports OK:</p>
<pre><code>tmikoss@home-core:~$ sudo systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
Load... | 1766183 | 1766183 | 2024-02-08T11:44:11.843 | 2024-02-08T11:44:11.843 | Bluetooth stopped working on 22.04 server - (apparently not) apparmor issue? | [
"server",
"22.04",
"bluetooth",
"apparmor",
"bluez"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T09:16:06.527",
"id": "2635316",
"postId": "1502840",
"score": "1",
"text": "Does it work if you `sudo aa-teardown` then restart the service? However, don't leave it running like that because it lowers security",
"userDisplayName": null,
"userId": "1004020"
... | null | [] | null | null | null | null | null |
1502845 | 1 | null | 2024-02-08T09:28:32.807 | -1 | 56 | <p>I encounter this problem while trying to <code>sudo apt upgrade</code> my system:</p>
<pre><code>Preparing to unpack .../nodejs_18.17.1-deb-1nodesource1_amd64.deb ...
Unpacking nodejs (18.17.1-deb-1nodesource1) over (12.22.9~dfsg-1ubuntu3.3) ...
dpkg: error processing archive /var/cache/apt/archives/nodejs_18.17.1-d... | 1733493 | 94914 | 2024-02-08T14:43:32.837 | 2024-02-08T14:43:32.837 | Error during apt upgrade for NodeJS | [
"apt",
"package-management",
"upgrade",
"dpkg",
"nodejs"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T14:43:19.067",
"id": "2635370",
"postId": "1502845",
"score": "0",
"text": "Does this answer your question? [dpkg error: \"trying to overwrite file, which is also in...\"](https://askubuntu.com/questions/176121/dpkg-error-trying-to-overwrite-file-which-is-also-in)",... | null | [
{
"accepted": null,
"body": "<p>Okay, it turns out that I have had installed <code>nodejs</code> back then which was in conflict with <code>node</code>.</p>\n<p><code>nodejs -v</code> showed v.12.22.9 and <code>node -v</code> was v.20.7.0.</p>\n<p>After <code>sudo apt remove nodejs</code> it works fine - <c... | null | null | null | null | null |
1502846 | 1 | null | 2024-02-08T09:29:54.533 | 0 | 45 | <p>I currently have the problem that after every reboot the two external hard disks (both connected via USB) throw the error "Activating LVM volumes after failure to attach ...".
Normally I can then reactivate them as described <a href="https://talhamangarah.com/blog/proxmox-7-activating-lvm-volumes-after-fai... | 665509 | null | null | 2024-02-08T09:29:54.533 | Activating LVM volumes after failure to attach after reboot | [
"usb",
"22.04",
"lvm",
"proxmox"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1502854 | 1 | 1502906 | 2024-02-08T10:43:56.910 | 3 | 507 | <p>Since I got my Ubuntu 23.10 installed the login screen text box stays on the left, whereas I believe it should be in the center of the screen. Here is a picture of my login screen:</p>
<p><a href="https://i.stack.imgur.com/ktXBn.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/ktXBn.png" alt="login... | 1766220 | 618353 | 2024-02-08T17:57:12.160 | 2024-02-08T20:07:30.320 | Center the login screen on Ubuntu 23.10 | [
"gnome",
"login",
"login-screen",
"23.10"
] | 2 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T10:54:09.217",
"id": "2635339",
"postId": "1502854",
"score": "2",
"text": "Are you sure that's the default gdm3, not the old lightdm?",
"userDisplayName": null,
"userId": "1004020"
}
] | {
"accepted": true,
"body": "<p>You should not see that outdated <code>lightdm</code> login screen. Let's make sure you're using the new <code>gdm3</code> login manager, which is also needed for your lock screen to work:</p>\n<ol>\n<li><p>Install the correct login screen and desktop:</p>\n<pre><code>sudo apt instal... | [
{
"accepted": true,
"body": "<p>You should not see that outdated <code>lightdm</code> login screen. Let's make sure you're using the new <code>gdm3</code> login manager, which is also needed for your lock screen to work:</p>\n<ol>\n<li><p>Install the correct login screen and desktop:</p>\n<pre><code>sudo ap... | null | null | null | null | null |
1502857 | 1 | null | 2024-02-08T11:21:42.213 | -1 | 125 | <p>I started an ubuntu vm (named k3s) with multipass, I mount a local directory, with :</p>
<pre><code>multipass mount ~/Documents/odoo-saas k3s:~/k8S
</code></pre>
<p>but when in the vm, the directory is seen empty, but if I create a file from the vm i can see it from the macos source directory, but still not when on ... | 1766231 | 1766231 | 2024-02-08T11:34:23.933 | 2024-03-23T08:46:41.277 | using multipass on macOS, mounted directory is seen empty | [
"macosx",
"multipass"
] | 2 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I found the solution, with the help of Bing Copilot, by giving multipass full access to the disk, on the macos...</p>\n<p>As I did not managed to restart all the multipass process, so I had to reboot the mac :(..\nBut now it's OK, I can see the files in the mounted directory,... | null | null | null | null | null |
1502862 | 1 | null | 2024-02-08T11:59:01.557 | -1 | 44 | <p>I noticed something odd today. When I have a network share open, the context menu of the Files file browser in Ubuntu-22.04 is missing the "Open in Terminal" item.</p>
<p>With local folders, like home or Downloads, the item is there. But it is oddly not displayed for network drives.</p>
<p>Do I need to gra... | 194204 | 194204 | 2024-02-08T16:14:46.907 | 2024-02-08T16:14:46.907 | Open in Terminal item is missing for network shares | [
"22.04",
"files"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T12:21:35.673",
"id": "2635349",
"postId": "1502862",
"score": "1",
"text": "I am happy to answer your question (just doing some research), but please, lose the snark that it isn't a 'just works' OS. It's entirely likely this feature was taken away or didn't exist up... | null | [
{
"accepted": null,
"body": "<p>I've just checked my Ubuntu 23.10 workstation and Ubuntu 22.04.3 in a VM. They both have two options to launch a terminal on a remote (sftp) folder.</p>\n<p><a href=\"https://i.stack.imgur.com/ZDC5t.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/ZDC5t.... | null | null | null | null | null |
1502868 | 1 | null | 2024-02-08T13:33:21.630 | 0 | 689 | <p>Ubuntu 22.04.3 LTS 64 bit</p>
<p>A few days ago Opera One (version: 107.0.5045.15) stopped playing videos on multiple sites where videos used to play OK. I have not knowingly made any changes that might have caused this. I get Format not supported or resource unavailable.</p>
<p>Various forum sites proposed linking ... | 1078234 | null | null | 2024-03-02T02:37:34.070 | Opera browser stopped playing videos | [
"ffmpeg",
"codecs",
"video-player",
"opera"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T15:23:42.357",
"id": "2635382",
"postId": "1502868",
"score": "0",
"text": "You can't modify software from snap using `ln` as easily as these from .debs. Even if you can, that's the wrong filepath. You might also want to look in about:flags and about:gpu about:media... | null | [] | null | null | null | null | null |
1502870 | 1 | null | 2024-02-08T13:52:58.150 | 0 | 44 | <p>Once every 10 wake ups or so all pointing devices (touchpad, trackpoint, touchscreen) will be inoperative</p>
<p>Once every 20 wake ups or so the laptop will not come out of sleep and needs to be restarted with a long press of the power button.</p>
<p>What kind of logs should I examine/post here to help debug this i... | 701519 | null | null | 2024-03-30T02:25:58.103 | Intermittent issues with wake from sleep/suspend: 24.04 ThinkPad E14 i5 | [
"suspend"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T15:24:40.457",
"id": "2635383",
"postId": "1502870",
"score": "2",
"text": "https://wiki.ubuntu.com/DebuggingKernelSuspend",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [
{
"accepted": null,
"body": "<p>I've been trying out Ubuntu Noble Numbat 24.04 and cant get systems to suspend/hybernat. Looks like a problem with graphics cards. Ex:</p>\n<p>62.902609] rfkill: input handler disabled\n[ 66.477582] nouveau 0000:17:00.0: Direct firmware load for nouveau/nve6_fuc084 failed w... | null | null | null | null | null |
1502873 | 1 | 1502885 | 2024-02-08T14:12:18.513 | 2 | 1541 | <p>I installed ClamAV to check for some malware. It took much time, 4 hours, to scan my PC, and the results are in this screenshot:</p>
<p><a href="https://i.stack.imgur.com/HklLP.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/HklLP.png" alt="enter image description here" /></a></p>
<p>I am on Ubunt... | 1602497 | null | null | 2024-02-09T06:03:54.443 | Clamscan viruses scanning, too many viruses | [
"22.04",
"security",
"malware",
"clamav"
] | 3 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T15:58:19.967",
"id": "2635397",
"postId": "1502873",
"score": "4",
"text": "ClamAV is a signature-based tool for detecting Windows viruses, and will give false positives on Linux, which isn't vulnerable to Windows viruses. Unless you're running a mail server with Wi... | {
"accepted": true,
"body": "<h3>How good is it, if anyone tried it before?</h3>\n<p>It's at most as good as any other antivirus. Which means it doesn't protect against zero-day or targeted attacks, and can only clean up known threats a few hours after.</p>\n<h3>There are too many viruses, and I think the applicati... | [
{
"accepted": null,
"body": "<p>From the <code>clamscan</code> manpage - <code>man clamscan</code>:</p>\n<pre><code>--max-filesize=#n\n Extract and scan at most #n bytes from each archive. \n You may pass the value in kilobytes in format xK or xk, \n or megabytes in format xM or xm, where x is a... | null | null | null | null | null |
1502874 | 1 | null | 2024-02-08T14:19:38.020 | 1 | 197 | <p>Opening of Google Chrome (stable) <strong>Edit bookmark</strong> dialog HANGS the browser - the browser starts to use 100% of CPU and its window slightly moves left/right. The process must be killed - it does not help to wait. It is reproducible on Chrome version <code>121.0.6167.160-1</code>, however, when I downgr... | 305619 | 305619 | 2024-02-08T14:24:50.437 | 2024-02-21T19:28:12.900 | Google Chrome edit bookmark dialog hangs the browser on Ubuntu 20.04 | [
"20.04",
"google-chrome",
"freeze"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T15:38:04.073",
"id": "2635386",
"postId": "1502874",
"score": "0",
"text": "Can you backtrace the process that is 100% CPU? https://wiki.ubuntu.com/Backtrace#Already_running_programs",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [] | null | null | null | null | null |
1502877 | 1 | null | 2024-02-08T14:39:14.087 | 0 | 35 | <p>Last month, I decided to try to ditch Windows again by installing Ubuntu Studio on my desktop. For the most part, this has been quite successful. However, I have noticed on occasion telling my computer to sleep/suspend (a typical part of my Windows workflow) results in the computer not fully suspending. I can tell i... | 643144 | null | null | 2024-02-08T14:39:14.087 | Why Does My Computer Sometimes Not Fully Suspend/Sleep? | [
"suspend",
"ubuntu-studio"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T15:38:49.757",
"id": "2635387",
"postId": "1502877",
"score": "0",
"text": "See https://wiki.ubuntu.com/DebuggingKernelSuspend",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-08T18:59:42.623",
"id": "2635462",
"po... | null | [] | null | null | null | null | null |
1502878 | 1 | null | 2024-02-08T14:48:06.427 | -1 | 42 | <p>I have a headless Raspberry Pi with SSH enabled. I can program with no issues using VSCode remotely using a Windows Laptop.</p>
<p>But, I'm now using a one of those "fancy" new laptops with Linux and without Ethernet ports and Id like to connect to my Raspberry-Pi.</p>
<p>So the setup is:</p>
<ul>
<li>Rasp... | 1766261 | 1766261 | 2024-02-09T08:28:34.177 | 2024-02-09T08:28:34.177 | Headless RaspberryPi SSH connection through Ethernet USBC adapter | [
"ssh",
"ethernet",
"port-forwarding"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T15:40:18.683",
"id": "2635388",
"postId": "1502878",
"score": "2",
"text": "You can connect the Pi to the router over ethernet. Then your laptop would connect to the router over WiFi. Then two will be able to talk through the router",
"userDisplayName": null,
... | null | [
{
"accepted": null,
"body": "<p>Thanks to @Daniel T !! My ethernet adaptor was not using IPv4, it was defaulting to IPv6.</p>\n<p>After defaulting to IPv4, setting static IP adresses and doing ssh pi@[IP of the PI] instead of ssh pi@raspberrypi I can connect to this device through VS Code.</p>\n<p>Thank you... | null | null | null | null | null |
1502879 | 1 | null | 2024-02-08T14:48:34.153 | 0 | 58 | <p>The documentation at <a href="https://ubuntu.com/server/docs/install/autoinstall-reference" rel="nofollow noreferrer">https://ubuntu.com/server/docs/install/autoinstall-reference</a> states:</p>
<pre><code>source
[search_drivers stuff omitted]
id
type: string
default: identifier of the first available sour... | 718295 | 51957 | 2024-02-08T18:48:14.377 | 2024-02-08T18:48:14.377 | Ubuntu autoinstall not honoring source: id: "ubuntu-server-minimized" | [
"22.04",
"autoinstall"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T22:50:32.240",
"id": "2635542",
"postId": "1502879",
"score": "0",
"text": "Can you try an `id` of `ubuntu-server-minimal`? Based on https://discourse.ubuntu.com/t/automated-server-installer-config-file-reference/16613/46",
"userDisplayName": null,
"userId"... | null | [] | null | null | null | null | null |
1502884 | 1 | null | 2024-02-08T15:23:24.947 | -1 | 153 | <p>If the cd shell builtin doesn't see the target directory in the current directory, it consults CDPATH. If the target directory is absolute (begins with the root directory, /), CDPATH is not used.</p>
<p>CDPATH is a colon-separated list of directories, e.g.</p>
<pre><code>CDPATH="/home/walt/first:/usr/local/bin:... | 1763906 | 158442 | 2024-02-09T09:20:24.610 | 2024-02-09T09:20:24.610 | How do I use CDPATH to cd to Documents no matter which directory I am in? | [
"command-line",
"bash",
"cd-command"
] | 1 | 13 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T15:49:41.247",
"id": "2635391",
"postId": "1502884",
"score": "0",
"text": "Please [edit] with the terminal output including the commands run and the error messages, because we are having a hard time reproducing the problem. Btw putting bin there is useless. Your 4t... | null | [
{
"accepted": null,
"body": "<p>Let's go over an example:</p>\n<h3>Setup</h3>\n<pre><code>root@daniel-tablet1:~# adduser walt\ninfo: Adding user `walt' ...\ninfo: Selecting UID/GID from range 1000 to 59999 ...\ninfo: Adding new group `walt' (1004) ...\ninfo: Adding new user `walt' (1004) with group `walt (1... | null | null | null | null | null |
1502888 | 1 | null | 2024-02-08T15:44:25.880 | -1 | 42 | <p><a href="https://cdimage.ubuntu.com/releases/jammy/release/source/" rel="nofollow noreferrer">https://cdimage.ubuntu.com/releases/jammy/release/source/</a>
If i download the six source iso i have all the ubuntu code for that version?</p>
| 1760043 | null | null | 2024-02-08T15:47:22.343 | Are the downloads of this website the full code of ubuntu for that version? | [
"22.04",
"software-sources",
"source-code",
"websites",
"source-packages"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T21:13:13.250",
"id": "2635512",
"postId": "1502888",
"score": "0",
"text": "As I understood it, it was the source code to build the ISOs themselves, and not the source code for all Ubuntu binaries in the repositories (*that can be downloaded too from launchpad, or j... | null | [
{
"accepted": null,
"body": "<p>It says on the page:</p>\n<blockquote>\n<p>The source images contain the source code used to build Ubuntu.</p>\n<p>Some source package versions on this image may not match related\nbinary images, depending on exactly when the images were built. You\ncan always find every vers... | null | null | null | null | null |
1502891 | 1 | null | 2024-02-08T15:49:08.530 | 0 | 692 | <p>Error message:</p>
<blockquote>
<p>Error informing the kernel about modifications to partition /dev/sda1 -- Device or resource busy. This means Linux won’t know about any changes you made to /dev/sda1 until you reboot -- so you shouldn’t mount it or use it in any way before rebooting.</p>
</blockquote>
<p>I get the ... | 1766283 | null | null | 2024-02-10T21:59:46.933 | Ubuntu installation error: Error informing the kernel about modifications to partition -- Device or resource busy | [
"system-installation"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T16:12:54.767",
"id": "2635406",
"postId": "1502891",
"score": "0",
"text": "What does the bottom of the output of the `sudo dmesg` command show?",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [
{
"accepted": null,
"body": "<p>If you have not sorted this already. Have you tried entering BIOS settings and turning off Secure boot for the installation process?</p>\n<p>Worked for me with the same error.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLic... | null | null | null | null | null |
1502892 | 1 | null | 2024-02-08T16:10:06.750 | 0 | 410 | <p>I have a fresh system running Ubuntu 22.04.3 LTS and I installed ZFS from the repositories using:</p>
<p><code>apt install zfsutils-linux</code></p>
<p>This installed v2.2.0 and I'd like to update ZFS to the latest version 2.2.2. What is the best method to update?</p>
<pre><code>$ sudo dmesg | grep ZFS
[ 3794.221856... | 828394 | 1066942 | 2024-02-09T08:47:30.803 | 2024-02-09T08:47:30.803 | Updating OpenZFS to latest version | [
"zfs"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T16:14:49.417",
"id": "2635408",
"postId": "1502892",
"score": "2",
"text": "Does this answer your question? [Why don't the Ubuntu repositories have the latest versions of software?](https://askubuntu.com/questions/151283/why-dont-the-ubuntu-repositories-have-the-lat... | null | [] | null | null | null | null | null |
1502894 | 1 | null | 2024-02-08T16:39:40.907 | 0 | 399 | <p><strong>Can you let me know what I am doing wrong to install the KVM in Virtual Machine Ubuntu that I see the error of "CPU does not support KVM extensions"?</strong></p>
<p>I am running a Linux (Ubuntu 22.04.3 LTS) OS as a VM machine in VirtualBox (version 7.0) and My host machine is Windows 11 pro OS. My... | 1567875 | null | null | 2024-02-08T17:19:00.057 | KVM not supported shown in terminal while it is enabled | [
"networking",
"virtualbox",
"virtualization",
"cpu",
"docker"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The KVM detection is correct. You're nesting Linux inside a VM on Windows. So it cannot find the KVM features because you're not running Linux on bare metal, and it's not enabled in VirtualBox.</p>\n<p>To enable nested KVM, from the VirtualBox Manager, select the "Enable... | null | null | null | null | null |
1502895 | 1 | null | 2024-02-08T16:45:07.457 | 0 | 226 | <p>So, I've tried googling and posting on reddit to no avail.</p>
<p>I run Ubuntu 22.04.3 LTS, and I'm having issues with the built in RDP (gnome remote desktop).</p>
<p>The problem is that the set password resets on reboot, and leaves that field blank within the settings... This subsequently prevents any and all conne... | 1765511 | 1765511 | 2024-02-08T17:22:56.813 | 2024-02-08T17:22:56.813 | Gnome remote desktop password wont save | [
"password",
"rdp"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T16:54:02.947",
"id": "2635426",
"postId": "1502895",
"score": "0",
"text": "Is autologin enabled in your computer? If so, disable it. Add links to the question you refer to by [editing your question](https://askubuntu.com/posts/1502895/edit). Does not work is not sp... | null | [] | null | null | null | null | null |
1502900 | 1 | 1502912 | 2024-02-08T17:37:13.877 | 4 | 511 | <p>I am trying to unzip files supplied by Google Takeout and need a command to unzip all zip files in a directory to a directory of the same name as the zip file to avoid conflicts.
The zip names cannot be pre-determined so therefore neither can the resulting unzipped directories.</p>
<p>Eg</p>
<pre><code>-zipstore
---... | 686650 | 158442 | 2024-02-09T09:13:40.503 | 2024-02-09T09:13:40.503 | Unzip to directory of the same name | [
"command-line",
"bash",
"unzip"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T17:50:27.500",
"id": "2635441",
"postId": "1502900",
"score": "0",
"text": "Depending on how varied your input zips are, https://unix.stackexchange.com/q/317721/524752",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-08T19... | {
"accepted": true,
"body": "<p>AFAIK, unzip doesn't support that natively, but it supports specifying an extraction directory name with <code>-d</code>.</p>\n<p>So, for extracting single archives, you can define your own function making use of the shell's parameter expansion to strip out the extension part i.e. <c... | [
{
"accepted": true,
"body": "<p>AFAIK, unzip doesn't support that natively, but it supports specifying an extraction directory name with <code>-d</code>.</p>\n<p>So, for extracting single archives, you can define your own function making use of the shell's parameter expansion to strip out the extension part... | null | null | null | null | null |
1502905 | 1 | null | 2024-02-08T18:01:17.610 | 1 | 405 | <h4>Summary</h4>
<p>I'm trying to replace a small number of firmware binaries with newer versions that <a href="https://launchpad.net/ubuntu/+source/linux-firmware/20240202.git36777504-0ubuntu1" rel="nofollow noreferrer">fix a bug</a> affecting my hardware. I've followed a procedure that should load the new firmware, ... | 300330 | 300330 | 2024-02-09T02:28:07.363 | 2024-02-21T22:44:40.913 | Loading manually-installed firmware on Ubuntu 22.04 | [
"kernel",
"firmware"
] | 0 | 10 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T18:16:32.047",
"id": "2635447",
"postId": "1502905",
"score": "0",
"text": "You're running `srcversion` on the `.ko` files, which are separate from the firmware files. It may be better to use `cmp` or `sha256sum` instead of `diff`. I think the new binaries are runni... | null | [] | null | null | null | null | null |
1502907 | 1 | null | 2024-02-08T18:03:51.497 | 0 | 39 | <p><code>man bash</code> says:</p>
<blockquote>
<p>The variable CDPATH defines the search path for the directory containing DIR. Alternative directory names in CDPATH are separated by a colon (<code>:</code>).</p>
</blockquote>
<blockquote>
<p>A null directory name is the same as the current directory. If DIR begins wi... | 1763906 | 1004020 | 2024-02-08T18:42:02.300 | 2024-02-08T18:42:27.113 | CDPATH help documentation—3 | [
"command-line",
"bash"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T18:23:48.870",
"id": "2635449",
"postId": "1502907",
"score": "1",
"text": "You have asked 3 questions about CDPATH now. Your first one, https://askubuntu.com/q/1501725/1004020 was answered. Your second one, https://askubuntu.com/q/1502884/1004020 was not answered y... | null | [
{
"accepted": null,
"body": "<h1>What is a “DIR”?</h1>\n<p>If you look at where you quoted that line from in <code>man bash</code> you would see it is defined on the line above (<em><strong>emphasis</strong></em> mine):</p>\n<blockquote>\n<p>cd [-L|[-P [-e]] [-@]] [<em><strong>dir</strong></em>]</p>\n<p>Cha... | null | null | null | null | null |
1502913 | 1 | null | 2024-02-08T18:42:56.953 | 0 | 44 | <p>There are a couple similar questions out there, but here is what I'm trying to figure out... In Ubuntu 23.10, if you change the system config or firmware, then unsealing the TPM isn't going to work, and you'll be prompted to enter the recovery key forever more...</p>
<p>My question is, is there a command (or set of ... | 1766309 | null | null | 2024-02-08T18:42:56.953 | Is there a manual process to reseal TPM FDE keys based on current system measurements in Ubuntu 23.10? | [
"encryption",
"snap",
"luks",
"23.10",
"tpm"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1502914 | 1 | null | 2024-02-08T18:53:00.300 | 0 | 99 | <p>I setup a brand new VM on my network with Ubuntu 22.04 and a static IP. However, for some reason I can't lookup machines on the local network via hostname. It works fine on my older VMS. Is there some step I am missing in my network setup?
netplan config.</p>
<pre><code>network:
ethernets:
ens160:
addres... | 1766315 | 1766315 | 2024-02-08T20:13:24.183 | 2024-02-08T20:13:24.183 | Local hostnames giving 'Temporary failure in name resolution' error | [
"networking",
"server",
"22.04",
"dns"
] | 0 | 11 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T19:10:55.327",
"id": "2635466",
"postId": "1502914",
"score": "0",
"text": "Avahi shouldn't matter unless the name ends in `.local`. As a workaround, you can try hardcoding the names in `/etc/hosts`. Another bad workaround is disabling systemd-resolved and the `/etc... | null | [] | null | null | null | null | null |
1502919 | 1 | null | 2024-02-08T19:43:50.400 | 0 | 15 | <p>Please note that the sound isn’t muted</p>
<p>I’m using Ubuntu 20.04 focal</p>
<p><img src="https://i.stack.imgur.com/2nexy.png" alt="" /></p>
| 945188 | 1004020 | 2024-02-08T19:48:57.547 | 2024-02-08T19:48:57.547 | How to fix this issue “Dummy Output” for Output device section and I can’t select any device in the “Input Device” section? | [
"20.04"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T19:50:28.057",
"id": "2635488",
"postId": "1502919",
"score": "1",
"text": "Dummy output may appear when the sound driver didn't load. Please [edit] with `lshw -c sound` , `lspci` and `pactl list sinks`",
"userDisplayName": null,
"userId": "1004020"
}
] | null | [] | null | null | null | null | null |
1502920 | 1 | null | 2024-02-08T19:55:16.383 | 2 | 74 | <p>I've bought a <a href="https://hyperx.com/products/hyperx-cloud-xbox?variant=41031690780829" rel="nofollow noreferrer">HyperX CloudX - Gaming Headset</a>, but I can't get it working on Ubuntu.</p>
<p>The headset works perfectly works out of the box on a different Windows box.</p>
<p>I've tried editing alsa-base.conf... | 1766322 | 1766322 | 2024-02-09T07:52:49.863 | 2024-02-09T07:52:49.863 | Headset mic not working on Ubuntu at Xiaomi Redmibook | [
"sound",
"headset"
] | 0 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T20:05:27.000",
"id": "2635491",
"postId": "1502920",
"score": "1",
"text": "try unmute mic with ``alsamixer'' command",
"userDisplayName": null,
"userId": "1372403"
},
{
"creationDate": "2024-02-08T21:07:42.323",
"id": "2635510",
"postId": "1... | null | [] | null | null | null | null | null |
1502922 | 1 | null | 2024-02-08T20:27:31.353 | 0 | 19 | <p>Please I have dual booting on my dell latitude 7390 2-in-1 i5 8gen laptop. When ever i try booting to ubuntu this error
message comes "cant change power state from D3cold to D0" ( config space inaccessible). So I would like to know if anyone here can help me with this issue.</p>
| 1707938 | null | null | 2024-02-08T20:27:31.353 | Failure to dual boot my dell latitude 7390 2-in-1 i5 8gen laptop | [
"boot",
"dual-boot",
"dell"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T20:37:21.823",
"id": "2635505",
"postId": "1502922",
"score": "0",
"text": "Please post the entire error message. Is this about Nvidia like https://askubuntu.com/q/1390258/1004020 ? You could try installing the correct version of the Nvidia driver: https://askubuntu... | null | [] | null | null | null | null | null |
1502926 | 1 | null | 2024-02-08T21:18:50.393 | 0 | 48 | <p>I have Windows 10 and installed Ubuntu 20.04.6 as dual boot.
<strong>Note:</strong> My bios is UEFI</p>
<ol>
<li>Get 100 giga empty.</li>
<li>Download ubuntu.</li>
<li>Download rufus and burn ubuntu on it.</li>
<li>Restart and open bios.</li>
<li>Install ubuntu and it is successfully installed.</li>
</ol>
<p>The pro... | 1766327 | 767056 | 2024-02-09T02:25:33.477 | 2024-02-14T17:50:37.173 | problem showing boot list for dual boot | [
"boot",
"dual-boot",
"grub2",
"uefi",
"windows-10"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T21:35:39.357",
"id": "2635520",
"postId": "1502926",
"score": "0",
"text": "We need more details of your configuration. Please copy & paste the pastebin link to the BootInfo summary report ( do not post report), do not run the auto fix till reviewed. Use often updat... | null | [
{
"accepted": null,
"body": "<p>When you install Ubuntu not using the .exe file in the installation media (like booting directly from the media, like what you did) windows boot manager is likely not to recognize your Ubuntu installation. (Windows is totally unaware of Ubuntu's existence)<br />\nWhat you mu... | null | null | null | null | null |
1502929 | 1 | null | 2024-02-08T21:34:47.080 | 0 | 38 | <p>Good evening,</p>
<p>Unfortunately I used a data-containing USB-drive with the Ubuntu 22.04 Installer ISO. This was of course a very stupid action and I want to see if I somehow can turn back this stupidity. I don't have anything against Ubuntu, my recently installed server is running Ubuntu (hence the overwriting).... | 1766341 | null | null | 2024-02-08T21:34:47.080 | Recovery files possible after being overwritten by Ubuntu install? | [
"data-recovery",
"ntfs",
"fat32"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T21:37:42.127",
"id": "2635521",
"postId": "1502929",
"score": "4",
"text": "Does this answer your question? [How to recover deleted files?](https://askubuntu.com/questions/3883/how-to-recover-deleted-files)",
"userDisplayName": null,
"userId": "1004020"
},... | null | [] | null | null | null | null | null |
1502930 | 1 | null | 2024-02-08T21:56:51.567 | 0 | 39 | <p>So I want to make a simulated LAN for a locally hosted hacking mc thing. And I want to reward creative thinking. I order to do so I need a container that has systemd, a desktop environment(kde for example), pipewire, Dbus, etc. So you could use waypipe or other stuff for hacking. So desktop kubuntu but in a containe... | 1100768 | 1100768 | 2024-02-08T23:03:12.580 | 2024-02-08T23:03:12.580 | How do I make a realistic container without the over head of a vm | [
"desktop-environments",
"container"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T22:26:00.343",
"id": "2635536",
"postId": "1502930",
"score": "0",
"text": "How is this related to Ubuntu? Please edit your question with specific errors you are having. Include version number of the OS and steps you have taken.",
"userDisplayName": null,
"u... | null | [] | null | null | null | null | null |
1502931 | 1 | null | 2024-02-08T22:05:21.183 | -1 | 203 | <p>I am creating an experiment where I am using a bluetooth analyzer. I am creating a wi-fi hotspot that must use the 5GHz band so that it doesn't interfere with bluetooth.</p>
<p>I have edited the Hotspot.nmconnection file to force 5GHz:</p>
<pre><code>[connection]
id=Hotspot
uuid=d37d72ae-0731-4bbd-8e4d-ec1b99f4df72
... | 549330 | 549330 | 2024-02-13T01:14:27.940 | 2024-02-13T01:14:27.940 | Trying to force hotspot to use 5GHz band, but uses 2.4GHZ no matter what | [
"networking",
"network-manager",
"nmcli"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T22:07:43.157",
"id": "2635526",
"postId": "1502931",
"score": "2",
"text": "Are you sure your card *supports* the 5Ghz range? **Not all wifi cards support 5GHz bands**",
"userDisplayName": null,
"userId": "10616"
},
{
"creationDate": "2024-02-09T01:... | null | [
{
"accepted": null,
"body": "<p>First double-check Wi-Fi Adapter Support:\nEnsure that the Wi-Fi adapter on your device supports the 5GHz band. Not all Wi-Fi adapters support both 2.4GHz and 5GHz bands.</p>\n<p>Then monitor Channel and Frequency:\nUse command-line tools or graphical network monitoring tools... | null | null | null | null | null |
1502933 | 1 | null | 2024-02-08T22:35:11.493 | 0 | 17 | <p>I want to use iOS and Android apps on XUbuntu Jammy.
No, not games. There are apps I need that only have Android or iOS versions of them, nothing for any PC of any kind.</p>
<p>I know about Nox and Bluestacks for Windows, just don't know anything about anything for Xubuntu.</p>
<p>Searched these forums, checked all ... | 1748968 | 1748968 | 2024-02-08T22:40:46.833 | 2024-02-08T22:40:46.833 | Run iOS and Android Apps on XUbuntu Jammy? | [
"xubuntu",
"android",
"emulation",
"ios"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T22:49:31.853",
"id": "2635541",
"postId": "1502933",
"score": "0",
"text": "Apple's not going to allow any iOS emulators to exist",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-08T22:55:56.030",
"id": "2635544",
... | null | [] | null | null | 2024-02-08T22:54:40.347 | null | null |
1502934 | 1 | null | 2024-02-08T22:38:31.233 | 0 | 98 | <p>I am using a HP ENVY Laptop 17m-cg0xxx with the <strong>AX201 chip</strong>. As the title says my bluetooth's range is too weak. So weak that it only goes about 5 to 6 centimeters from the laptop.</p>
<p>I have tried everything from updating my kernel to the 6.5.0-17-generic to try different firmware directly from t... | 1071302 | 1071302 | 2024-02-08T23:31:04.060 | 2024-02-09T23:29:19.267 | AX201 bluetooth range problem | [
"bluetooth",
"hardware",
"firmware"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>About all you can do is change the bt_coex_active setting for the iwlwifi module, in terminal <pre><code>echo "options iwlwifi bt_coex_active=0" | sudo tee /etc/modprobe.d/iwlbt.conf</pre></code>\nReboot</p>\n<p>This might not even help if there is a lot of activity... | null | null | null | null | null |
1502935 | 1 | null | 2024-02-08T22:53:37.623 | 0 | 173 | <p>I have been using ubuntu steam for a while now. I have pretty big games installed, and so i have activated the shaders pre-caching.
However, at every single start of steam, it will:
-Dowload brand new caches for every game, adding 2gb to the hard drive
-Recompiling everything (apparition of fossilize-replay processe... | 1757270 | 243321 | 2024-02-09T02:17:25.433 | 2024-02-09T02:17:25.433 | Steam downloads more and more shader caches at every restart | [
"games",
"steam",
"downloads"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T22:56:52.280",
"id": "2635545",
"postId": "1502935",
"score": "1",
"text": "This is a common complaint about steam I've seen on many websites. Have you tried uninstalling games you no longer play? You can also delete the cache folder (at worst it will cause stutteri... | null | [] | null | null | null | null | null |
1502936 | 1 | null | 2024-02-08T22:59:04.403 | 0 | 164 | <p>In the same LAN exists some laptops with Ubuntu Desktop 22.04. All of them have enabled remote connection. For 2 of them is used Remmina to get access to the others through the same LAN.
So far this approach works as expected. Therefore:</p>
<pre><code>Client ----> Source
</code></pre>
<p><strong>Note</strong>: R... | 970554 | null | null | 2024-02-08T22:59:04.403 | What is the correct configuration for Remmina to receive/produce audio from the source? | [
"networking",
"sound",
"soundcard",
"lan",
"remmina"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1502937 | 1 | null | 2024-02-08T23:16:59.550 | 0 | 189 | <p>When I cd into my ros workspace, and use the following command - <code>colcon build</code> ,
I get to see the following error messages,</p>
<pre><code>ERROR:colcon.colcon_core.extension_point:Exception loading extension 'colcon_core.verb.version-check': module 'pkgutil' has no attribute 'ImpImporter'
Traceback (most... | 1764495 | null | null | 2024-02-08T23:16:59.550 | I am using the colcon buil command in my ros workspace, the following error appears : R_X86_64_TPOFF32 | [
"apt",
"python",
"software-center",
"workspaces"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1502940 | 1 | null | 2024-02-08T23:39:32.433 | 1 | 41 | <p>I have Ubuntu server 20.04.2 running on a VM on a Windows Server hypervisor. The only thing this VM is doing is running a Unifi controller. When I try to load the GUI of the controller, I get a 404 error. I tried to run apt-get update on the VM and I get write error - no space left on device. df -h yields:</p>
<p><i... | 1766351 | 1004020 | 2024-02-09T00:14:55.013 | 2024-02-09T00:14:55.013 | disk space issue | [
"partitioning"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-08T23:45:52.137",
"id": "2635549",
"postId": "1502940",
"score": "0",
"text": "Reboot, then delete some unnecessary files?",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-08T23:53:04.657",
"id": "2635551",
"postId": ... | null | [] | null | null | null | null | null |
1502941 | 1 | null | 2024-02-08T23:53:22.760 | 0 | 57 | <p>I have just purchased a Chuwi Corebook X 14' Intel i5-8259U I installed Ubuntu 23.10. The battery is not recognized and so the battery display icon in not in the toolbar.</p>
<p>It appears that this might be a Bios issue.</p>
<p>I have seen on youtube that someone installed Ubuntu on a older Chuwi AeroBook Pro and t... | 1766353 | null | null | 2024-02-08T23:53:22.760 | Chuwi Corebook X 14' Intel i5-8259U Ubuntu battery support? | [
"power-management",
"battery"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T00:14:25.843",
"id": "2635554",
"postId": "1502941",
"score": "1",
"text": "See https://forum.chuwi.com/t/corebook-x-dual-boot-battery-indicator/33423",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-09T03:36:19.420",
... | null | [] | null | null | null | null | null |
1502943 | 1 | null | 2024-02-09T00:24:19.350 | 0 | 30 | <p>I am a newbie, purchased mini pc with Ubuntu preinstalled uname says 17.22.04.1-ubuntu
Firefox and Thunderbird work fine.
Click on help some help pages not found
Click on installed programs. Some work others don't start. For example disk management shows small examples and installation information.
Have I purchased ... | 1766352 | null | null | 2024-02-09T00:24:19.350 | help pages not available, programs don't start | [
"software-center"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T00:34:27.603",
"id": "2635555",
"postId": "1502943",
"score": "0",
"text": "You've provided specifics. The `uname` command tells you about the Linux kernel, and very little about the actual OS you're using. Your provided detail shows 22.04.1 which means your system ... | null | [] | null | null | null | null | null |
1502945 | 1 | null | 2024-02-09T01:21:42.257 | 0 | 125 | <p>I have a Dell R720 home lab configured with a <code>AMD Oland [Radeon HD 8570 / R5 430 OEM R7 240/340 Radeon 520 OEM]</code> GPU. This is an old GCN 1 card, so I decided to use the <code>radeon</code> driver instead of the open-source <code>amdgpu</code> driver, since the latter only has <a href="https://wiki.archli... | 494898 | 494898 | 2024-02-09T01:57:00.780 | 2024-02-09T01:57:00.780 | Radeon driver segfault in X.org | [
"drivers",
"graphics",
"xorg",
"amd-graphics",
"radeon"
] | 0 | 11 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T01:28:30.187",
"id": "2635560",
"postId": "1502945",
"score": "0",
"text": "That is the radeonsi mesa userspace, not the radeon kernel driver. Try updating mesa by adding the https://launchpad.net/~kisak/+archive/ubuntu/kisak-mesa PPA",
"userDisplayName": null,
... | null | [] | null | null | null | null | null |
1502947 | 1 | null | 2024-02-09T01:31:57.503 | -3 | 426 | <p>How to activate GRUB_DISABLE_OS_PROBER on Ubuntu 22.04?</p>
| 604582 | null | null | 2024-02-09T04:53:43.107 | How to enable it, when GRUB_DISABLE_OS_PROBER? | [
"grub-efi",
"os-prober"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T02:00:45.263",
"id": "2635573",
"postId": "1502947",
"score": "3",
"text": "You appear to be asking about a change that occurred in grub 2.06 noted here (https://lists.ubuntu.com/archives/ubuntu-devel/2021-December/041769.html) during the *alpha* stage of Ubuntu 22.... | null | [
{
"accepted": null,
"body": "<p>The GRUB_DISABLE_OS_PROBER is enabled by default to not search for other bootable partitions. To disable it so that it detects bootable partitions, modify the <code>/etc/default/grub</code> file and add a line that reads:</p>\n<pre><code>GRUB_DISABLE_OS_PROBER=false\n</code>... | null | null | null | null | null |
1502948 | 1 | null | 2024-02-09T01:53:01.987 | -1 | 112 | <p>I'm trying to <em>permanently</em> set a static IPv4 address on a specific network interface in Ubuntu 23.10, via the "Network" menu in the settings app. However, when I leave the network interface's configuration dialog, and re-open it, the settings have been reverted visually. If I use <code>ip a</code> ... | 1558733 | null | null | 2024-02-09T05:18:41.010 | Ubuntu 23.10 - Nework interface settings visually revert after closing configuration dialog and internally revert after rebooting | [
"networking",
"network-manager",
"23.10",
"static-ip"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T05:19:09.080",
"id": "2635597",
"postId": "1502948",
"score": "0",
"text": "Turns out I was just missing the Gateway parameter, not sure how I missed that.",
"userDisplayName": null,
"userId": "1558733"
}
] | null | [
{
"accepted": null,
"body": "<p>My issue was that I was setting the Address & Netmask, but not the Gateway. It's weird that the connection took at all missing that, but I digress.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
... | null | null | null | null | null |
1502949 | 1 | null | 2024-02-09T02:03:48.550 | 0 | 57 | <p>I'm attempting to install Ubuntu Server 22.04 server edition on the Dell Precision 7920 and after I select Try/Install Ubuntu from the menu, the monitor goes black and I receive no signal from my monitor.</p>
<p>Some additional information:</p>
<ul>
<li>I'm installing from USB using Rufus using UEFI</li>
<li>Secure ... | 1766360 | null | null | 2024-02-09T02:03:48.550 | Black screen attempting to install Ubuntu 22.04 server | [
"22.04",
"uefi"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1502950 | 1 | 1502953 | 2024-02-09T02:07:17.807 | 1 | 84 | <p>I've installed 23.10 on a Raspberry Pi 5 and it all seems groovy.</p>
<p>The default display manager is gdm3, in line with the 23.10 current blessed GUI with the bar on the left and so on. (I don't know what that UI is called; I don't like it.)</p>
<p>Thus, I'm trying to switch to the usual xubuntu stuff I've used ... | 1766363 | null | null | 2024-02-09T02:18:25.577 | raspi5 23.10 cannot switch to lightdm from gdm3 | [
"lightdm",
"23.10"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p><a href=\"https://forums.raspberrypi.com/viewtopic.php?p=2159161\" rel=\"nofollow noreferrer\">The Raspberry Pi 5 is missing the required configuration for X11.</a>. Let's add it by pasting the following into a new <code>/etc/X11/xorg.conf.d/99-vc4.conf</code> file:</p>\n<pre><code>S... | [
{
"accepted": true,
"body": "<p><a href=\"https://forums.raspberrypi.com/viewtopic.php?p=2159161\" rel=\"nofollow noreferrer\">The Raspberry Pi 5 is missing the required configuration for X11.</a>. Let's add it by pasting the following into a new <code>/etc/X11/xorg.conf.d/99-vc4.conf</code> file:</p>\n<pre... | null | null | null | null | null |
1502961 | 1 | null | 2024-02-09T05:37:21.327 | -4 | 69 | <p>If I run <code>sudo apt update && sudo apt-get update</code> the result looks like this.</p>
<p><a href="https://i.stack.imgur.com/79mDu.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/79mDu.png" alt="enter image description here" /></a></p>
| 1766392 | 94914 | 2024-02-13T14:41:04.540 | 2024-02-13T14:41:04.540 | sudo apt update & sudo apt-get update error plz help me | [
"package-management",
"updates",
"update-manager",
"repository"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T05:43:33.153",
"id": "2635598",
"postId": "1502961",
"score": "2",
"text": "[Ubuntu 18.04 LTS reached *End of Standard Support* last year](https://fridge.ubuntu.com/2023/06/17/extended-security-maintenance-for-ubuntu-18-04-lts-began-on-may-31-2023/), and is thus off... | null | [
{
"accepted": null,
"body": "<p>Your Ubuntu version isn't supported. It went EOL in april 03.</p>\n<pre><code> Released End of Standard Support\n18.04 LTS (Bionic Beaver) Apr 2018 Apr 2023\n</code></pre>\n<p>Please update to a supported version .. see <a href=\"https://hel... | null | null | 2024-02-21T14:32:54.450 | null | null |
1502962 | 1 | 1502964 | 2024-02-09T05:48:10.603 | -1 | 102 | <p>I have typed the following command:</p>
<pre><code>$ apt update && apt upgrade
</code></pre>
<p>I am getting the error:</p>
<pre><code>Reading package lists... Done
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem un... | 930424 | null | null | 2024-02-09T05:55:06.733 | apt update && apt upgrade gives lock error on Ubuntu 22.04 | [
"apt",
"upgrade"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>As a normal user you don't have privileges to run these commands successfully, you need root privileges. To do that, you need to prepend the <code>sudo</code>-command to your commands:</p>\n<pre><code>$ sudo apt update && sudo apt upgrade\n</code></pre>\n<p>You will be prompt... | [
{
"accepted": true,
"body": "<p>As a normal user you don't have privileges to run these commands successfully, you need root privileges. To do that, you need to prepend the <code>sudo</code>-command to your commands:</p>\n<pre><code>$ sudo apt update && sudo apt upgrade\n</code></pre>\n<p>You will b... | null | null | 2024-02-09T13:25:57.320 | null | null |
1502966 | 1 | null | 2024-02-09T06:26:02.843 | 0 | 33 | <p>I am trying to mount a usb storage device, plugged at a specific port of my pc to a defined location under Ubuntu. Its supposed to mount every device which was plugged at exactly this port to there and it should do this during runtime of the system.</p>
<p>I found “autofs” as a tool which should be able to do this. ... | 1766399 | null | null | 2024-02-09T06:26:02.843 | Mounting usb device by hardware port using autofs under Ubuntu via executable map | [
"usb",
"mount",
"autofs"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1502967 | 1 | null | 2024-02-09T06:46:07.823 | 0 | 66 | <p>I setup Ubuntu 20.04 awhile back with two main use cases:</p>
<ol>
<li><p>Run calculations on eGPU using cuda on the host. This is configured in <code>/etc/default/grub</code> with the default line: <code>GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"</code></p>
</li>
<li><p>Use VFIO to enable GPU passthrough t... | 667707 | null | null | 2024-02-09T06:46:07.823 | Is it possible to reload kernel with new settings (currently configured in grub) without a full reboot? | [
"boot",
"grub2",
"nvidia",
"kernel",
"kvm-virtualization"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T06:53:17.407",
"id": "2635615",
"postId": "1502967",
"score": "1",
"text": "Does this answer your question? [How to run kexec with currently running kernel and initrd](https://askubuntu.com/questions/1484959/how-to-run-kexec-with-currently-running-kernel-and-initrd)... | null | [] | null | null | null | null | null |
1502968 | 1 | null | 2024-02-09T06:58:03.690 | 1 | 36 | <p>Webpages are either not loading at all, or taking very long to load which I believe has to do with very slow upload speed:</p>
<pre><code>Testing download speed..................................................
Download: 198.87 Mbit/s
Testing upload speed....................................................
Upload: ... | 1763289 | null | null | 2024-02-09T06:58:03.690 | Looking to fix slow (0.42Mbit/s) upload speed on personal hotspot | [
"networking",
"wireless",
"22.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1502970 | 1 | null | 2024-02-09T07:14:56.270 | -1 | 52 | <p>Ubuntu Mate 22.04 live USB boots/runs fine - everything works except recognizing my SDD, /dev/sda. It doesn't matter what disk or partition utility I use (all the standard ones on the USB plus I added others) they all get the same result, either they don't see /dev/sda or I get an error reading /dev/sda message an... | 1632773 | 1632773 | 2024-02-09T15:24:04.007 | 2024-02-09T15:29:47.790 | Fedora 38 boot ISO sees my computer's (Firebat A16 laptop) 1TB SSD /dev/sda but Ubuntu 22.04 boot ISO does NOT | [
"boot",
"partitioning",
"ssd"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T07:16:56.923",
"id": "2635620",
"postId": "1502970",
"score": "2",
"text": "You mention Ubuntu 22.04 LTS but give no ideas as to what product or version of the ISO you're using. Was it the original 22.04? from 2022-April or an updated one? and which product (Server?... | null | [
{
"accepted": null,
"body": "<p>RESOLVED! WAS able to install plain ole Ubuntu 22.04 LTS.\nIt's ONLY Mate USB ISOs (including previous versions) that doesn't recognize my SSD.\nEven now, with Ubuntu 22.04 LTS installed, my MATE boot iso cannot see dev/sda. This includes when I make the bootable ISO with M... | null | null | null | null | null |
1502972 | 1 | null | 2024-02-09T07:26:44.223 | 0 | 53 | <p>We have followed up with the steps in the below ubuntu site to configure and join ubuntu server with windows AD domain.
<a href="https://ubuntu.com/server/docs/service-sssd-ad" rel="nofollow noreferrer">https://ubuntu.com/server/docs/service-sssd-ad</a>
Post completion of steps we are able to see AD id on Ubuntu ser... | 1766407 | null | null | 2024-02-09T07:26:44.223 | Unable to join and authenticate ubuntu server with AD domain | [
"permissions",
"authentication",
"active-directory",
"sssd"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T21:05:23.857",
"id": "2635806",
"postId": "1502972",
"score": "0",
"text": "Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.",
"userDis... | null | [] | null | null | null | null | null |
1502976 | 1 | null | 2024-02-09T08:10:06.637 | -2 | 55 | <p>I have /home mounted on a separate disk.</p>
<p>I want to re-install (or maybe try Kubuntu) on the other disc with the root partition. I assume it's safest to simply unplug the /home disc, re-install, then remount with the new fstab?</p>
<p>If I re-install and create the exact same user - 'roger' - should the permis... | 1024704 | null | null | 2024-02-09T09:13:39.427 | Preserve /home data and permissions on re-install | [
"system-installation"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T08:12:46.517",
"id": "2635626",
"postId": "1502976",
"score": "2",
"text": "Does this answer your question? [How to reinstall Ubuntu in the easiest way?](https://askubuntu.com/questions/446102/how-to-reinstall-ubuntu-in-the-easiest-way)",
"userDisplayName": null... | null | [
{
"accepted": null,
"body": "<p>Your question is about identity and home actually.<br>\nlingo : fs means File System, the partition/disk and format you use to write data on it.(ext3, btrfs, xfs, etc...)<br>\nAll given commands have a man page, read it.</p>\n<ol>\n<li>Identity</li>\n</ol>\n<p>You are identif... | null | null | null | null | null |
1502979 | 1 | null | 2024-02-09T08:36:47.207 | 0 | 19 | <p>A fresh install of a dual boot Ubuntu 22.4 cannot connect to wired network.</p>
<p>The motherboard is a <code>Gigabyte H510M H</code> and here is what the syslog says</p>
<pre><code>Feb 9 11:29:25 michel-H510M-H NetworkManager[631]: <info> [1707474565.2123] device (enp3s0): carrier: link connected
Feb 9 11:... | 438531 | null | null | 2024-02-09T08:36:47.207 | Wired Network Issue: Looping in wire unplugged to trying to connect at 10mbps to wire unplugged | [
"network-manager"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1502981 | 1 | 1502984 | 2024-02-09T08:52:43.917 | 0 | 87 | <p>I have created a .desktop for some applications in KDE inside <code>.local/share/applications</code>, I would like to know if it is possible to add them to 'favorites' in the application launcher from the terminal, as I create the .desktop from a script, similar to this question <a href="https://askubuntu.com/quest... | 1198394 | null | null | 2024-02-09T16:51:19.413 | add app to favorites from command line KDE | [
"kubuntu",
"kde"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p><a href=\"https://github.com/KDE/kactivitymanagerd/blob/73250bc9a140204c587f823d7b7f8ffd665dd350/src/common/dbus/org.kde.ActivityManager.ResourcesLinking.xml#L5\" rel=\"nofollow noreferrer\">The favorites are stored by <code>kactivitymanagerd</code> service</a>. We can have the scrip... | [
{
"accepted": true,
"body": "<p><a href=\"https://github.com/KDE/kactivitymanagerd/blob/73250bc9a140204c587f823d7b7f8ffd665dd350/src/common/dbus/org.kde.ActivityManager.ResourcesLinking.xml#L5\" rel=\"nofollow noreferrer\">The favorites are stored by <code>kactivitymanagerd</code> service</a>. We can have t... | null | null | null | null | null |
1502982 | 1 | null | 2024-02-09T09:07:18.357 | 0 | 172 | <p>I just installed a fresh copy of Ubuntu 22.04 LTS on my new desktop and the entire Bluetooth system doesn't work means the toggle doesn't work.</p>
<p>I followed all the steps given in this below link but no luck.</p>
<p><a href="https://askubuntu.com/questions/1403817/i-cant-turn-on-bluetooth-in-ubuntu-22-04-lts">I... | 1766424 | 1004020 | 2024-02-09T09:54:22.903 | 2024-02-09T09:54:22.903 | Bluetooth cannot be enabled in ubuntu 22.04 | [
"bluetooth"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T09:14:57.643",
"id": "2635638",
"postId": "1502982",
"score": "0",
"text": "Adding another information: I have Gigabyte Z790 A Elite X WIFI 7 Mother Board with CPU Intel I9 14900K",
"userDisplayName": null,
"userId": "1766424"
},
{
"creationDate": "2... | null | [] | null | null | null | null | null |
1502985 | 1 | null | 2024-02-09T09:41:07.200 | 0 | 56 | <p>I have an ASUS TUF A15 Windows laptop and recently I installed Ubuntu(23.10) alongside Windows 11 as a Dual boot. From the time I installed Ubuntu, I had issues lining up. I am very new to Ubuntu so I am trying to figure out everything on my own.</p>
<p>So now, the actual problem is I cannot see Ubuntu as an option ... | 1766252 | 1450948 | 2024-02-09T10:11:30.400 | 2024-02-09T10:11:30.400 | Can't see Ubuntu on Boot Menu as an option. I can see only Windows | [
"boot",
"dual-boot",
"grub2",
"uefi",
"windows"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T10:10:52.020",
"id": "2635644",
"postId": "1502985",
"score": "0",
"text": "Have you tried boot repair?: https://askubuntu.com/q/88384/1004020",
"userDisplayName": null,
"userId": "1004020"
},
{
"creationDate": "2024-02-09T15:01:53.050",
"id": "2... | null | [] | null | null | 2024-03-05T17:26:46.037 | null | null |
1502990 | 1 | null | 2024-02-09T11:15:50.147 | 0 | 34 | <p>When I login to my Ubuntu MATE system after a hard reboot, I don't get any task bars or icons. Sometimes this resolves with a another hard boot, and sometimes I have to go through two hard boots.</p>
<p>Any ideas of what I should be looking for to fix this?</p>
| 36589 | null | null | 2024-02-09T11:15:50.147 | Ubuntu MATE starts w/o task bars or icons | [
"ubuntu-mate"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T16:46:00.657",
"id": "2635725",
"postId": "1502990",
"score": "0",
"text": "Did you see 1502694. Maybe fix the xorg.conf",
"userDisplayName": null,
"userId": "82196"
}
] | null | [] | null | null | null | null | null |
1502991 | 1 | null | 2024-02-09T11:52:03.440 | 0 | 113 | <p>I need to shortlist the logs between the particular timestamps.</p>
<p>I can achieve it by using the below command.</p>
<pre><code>awk '$a>="Feb 5 10:44:*" && $a<="Feb 5 10:54*"' /var/log/xxxx
</code></pre>
<p>But it's not working in script.</p>
<p>Do I need to assign or mention a... | 736156 | 968501 | 2024-02-09T11:54:42.247 | 2024-02-09T11:54:42.247 | AWK issue on Bash script | [
"bash",
"scripts",
"awk",
"automation",
"timestamp"
] | 0 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T11:59:23.433",
"id": "2635651",
"postId": "1502991",
"score": "1",
"text": "What is `$a` and where is it defined? ... Also you need to pass shell variables to AWK with like `awk -v s=\"$START_TIME\" -v e=\"$END_TIME\" '(... >= s) && (... <= e)' file` ... And avoid A... | null | [] | null | null | null | null | null |
1502993 | 1 | null | 2024-02-09T12:07:50.420 | 0 | 68 | <p>I tried a lot of stuff but I could only get the command line apt-get install helix-cli but not the visual client ./p4v to run any idea?</p>
<p>Long story I followed the following instructions,
<a href="https://www.perforce.com/downloads/helix-visual-client-p4v" rel="nofollow noreferrer">https://www.perforce.com/down... | 1766464 | null | null | 2024-03-26T15:37:37.743 | Perforce VISUAL client I can install the COMMAND line but not the VISUAL client | [
"22.04"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T17:33:57.897",
"id": "2635741",
"postId": "1502993",
"score": "0",
"text": "Have you tried running `/opt/perforce/bin/p4` instead? The file is not in your current directory or home folder, so `./` won't work unless you do `cd /opt/perforce/bin`",
"userDisplayNam... | null | [] | null | null | null | null | null |
1502994 | 1 | 1503016 | 2024-02-09T12:26:14.343 | 2 | 123 | <p>The main idea is to make my pc run a script on boot in wich x11docker takes care of lifting a container with a youtube video.</p>
<p>this is mi crontab -e:</p>
<pre><code>@reboot /usr/local/sbin/script-exo.sh
</code></pre>
<p>script im trying to run:</p>
<pre><code>#!/bin/bash
x11docker --xephyr -I exo-test
</code><... | 1766466 | 1766466 | 2024-02-09T13:43:00.597 | 2024-02-09T16:24:01.107 | Cron not running script on boot | [
"bash",
"scripts",
"cron",
"docker",
"reboot"
] | 1 | 11 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T12:37:32.180",
"id": "2635658",
"postId": "1502994",
"score": "1",
"text": "Is x11docker a GUI tool? From the name, I assume it runs under X, right? Starting graphical tools with cron is not straightforward. Can you please [edit] your question and explain what the f... | {
"accepted": true,
"body": "<p>This was solved using StartUp apps preferences from ubuntu 20.04.\nYou just add the command: sh -c 'path/to/script' and in the bash script i added sudo at the start.</p>\n<p>Also this post provided by @Raffa was super usefull <a href=\"https://askubuntu.com/questions/1413652/how-to-s... | [
{
"accepted": true,
"body": "<p>This was solved using StartUp apps preferences from ubuntu 20.04.\nYou just add the command: sh -c 'path/to/script' and in the bash script i added sudo at the start.</p>\n<p>Also this post provided by @Raffa was super usefull <a href=\"https://askubuntu.com/questions/1413652/... | null | null | null | null | null |
1503000 | 1 | null | 2024-02-09T13:32:01.740 | 0 | 58 | <p>I've installed a new Ubuntu Server v23.10 (running headless, without screen/keyboard)
When i try to reboot the server the system does not restart ( using "shutdown -r now" or "reboot" )
It just waits for me to press the powerbutton</p>
<p>Strangly when i connect a keyboard to the system, the rebo... | 1766476 | 1766476 | 2024-02-09T13:34:05.107 | 2024-02-09T13:34:05.107 | Ubuntu Server v23.10 Reboot Issue | [
"shutdown",
"reboot",
"23.10"
] | 0 | 12 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T17:29:23.850",
"id": "2635740",
"postId": "1503000",
"score": "0",
"text": "Does it reboot properly if you do `sudo bash -c 'sync; echo u > /proc/sysrq-trigger'; sleep 1; sync; sleep 1; reboot -f`?",
"userDisplayName": null,
"userId": "1004020"
},
{
... | null | [] | null | null | null | null | null |
1503001 | 1 | null | 2024-02-09T13:32:49.057 | 2 | 279 | <p>I run Ubuntu 22.04.
My web browsers saves downloaded files to the run/user/1000/doc folder in hex-named folders created for every single file. As I learned seaching the web, this can be avoided by installing the webbrowsers directly instead via Snapstore. It seems that Snap-installed apps are allowed to use only run... | 276381 | 590937 | 2024-02-09T18:18:16.740 | 2024-02-09T18:18:16.740 | How do i eliminate files saved in Run/user/1000/doc | [
"permissions",
"files",
"snap",
"delete"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T14:06:05.087",
"id": "2635676",
"postId": "1503001",
"score": "0",
"text": "The command gives me `TARGET SOURCE FSTYPE OPTIONS\n/run/user/1000 tmpfs tmpfs rw,nosuid,nodev,relatime,size=1209436k,nr_inodes=302359,mode=700,uid=1000,gid=1000,inode64`",
"us... | null | [
{
"accepted": null,
"body": "<p>Clear your exported flatpak documents found in <code>/run/user/1000/doc</code> by using the following command:</p>\n<pre class=\"lang-bash prettyprint-override\"><code>flatpak documents | xargs -n1 flatpak document-unexport --doc-id\n</code></pre>\n<p><code>/run/user/1000/doc... | null | null | null | null | null |
1503002 | 1 | null | 2024-02-09T14:26:19.803 | 0 | 59 | <p>I have HDD disk with two NTFS partitions, which I created in Windows 10, but Ubuntu sees only one. Disks utility shows both partitions as one.</p>
<p>Disk model: ST2000DM008-2FR102</p>
<p><strong>Windows 10 is on a different disk</strong></p>
<pre><code>sudo fdisk -l
Disk /dev/loop0: 73,9 MiB, 77492224 bytes, 15135... | 1766484 | 1766484 | 2024-02-09T15:04:00.783 | 2024-02-09T15:04:00.783 | Problem with NTFS disk | [
"hard-drive",
"windows",
"ntfs"
] | 0 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2024-02-09T14:29:28.367",
"id": "2635679",
"postId": "1503002",
"score": "2",
"text": "Was the disk in question last used on a Windows system with the \"Fast boot\" setting enabled?\n \nThe Windows \"Fast Boot\" (Windows defaults to \"ON\") setting leaves the disk partition i... | 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.