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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1486221 | 1 | null | 2023-09-18T13:57:53.020 | 0 | 30 | <p>I'm using Eclipse with the RED plugin on Ubuntu with XRDP and it keeps giving me this message when I try to edit and save any file.</p>
<p><a href="https://i.stack.imgur.com/dnbaQ.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/dnbaQ.png" alt="enter image description here" /></a></p>
<p>The folder... | 1733033 | 94914 | 2023-09-19T06:21:40.090 | 2023-10-29T17:28:44.840 | XRDP keeps giving me file is read-only | [
"eclipse",
"xrdp"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Never used Eclipse so not sure what the problem could be but I would guess that since you are using xRDP software solution, it might be related to the polkit authorization framework. When connected remotely, you do not have all the privileges you would normally have when con... | null | null | null | null | null |
1486223 | 1 | null | 2023-09-18T14:31:28.093 | 0 | 79 | <p>Hi I am new to ubuntu and I am using version <strong>23.04</strong>
Suddenly my terminal went blank and I even tried rebooting the terminal and the machine too but still it didn't work.</p>
<p>Even in VS Code, It does not open the terminal. Attaching the screenshots for guide:
Please help me anyone</p>
<p><a href="h... | 1106237 | null | null | 2023-09-18T14:31:28.093 | Terminal starts Blank on Ubuntu | [
"command-line",
"23.04"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T14:40:34.113",
"id": "2602694",
"postId": "1486223",
"score": "0",
"text": "Did you change the python version or any other significant changes?",
"userDisplayName": null,
"userId": "124466"
},
{
"creationDate": "2023-09-18T14:42:26.860",
"id": "2... | null | [] | null | null | null | null | null |
1486225 | 1 | null | 2023-09-18T14:46:29.843 | 0 | 297 | <p>i just started to use Ubuntu so i am not familiar with this software. please send me link where i can learn if it is possible to leave Firefox as main browser and install opera as second one? i need command lines how to install opera as second browser.</p>
<p>thanks a lot!</p>
<p>best regards,
natasha</p>
| 1733040 | null | null | 2023-09-18T14:58:08.330 | installing opera as second browser on ubuntu 22.04 | [
"command-line",
"22.04",
"firefox",
"settings",
"opera"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T07:44:03.750",
"id": "2602880",
"postId": "1486225",
"score": "0",
"text": "Does this answer your question? [How to install Opera Browser?](https://askubuntu.com/questions/291001/how-to-install-opera-browser)",
"userDisplayName": null,
"userId": "94914"
}
... | null | [
{
"accepted": null,
"body": "<p>You can download the .deb file of Opera browser from <a href=\"https://download.opera.com/download/get/?id=62966&location=415&nothanks=yes&sub=marine&utm_tryagain=yes\" rel=\"nofollow noreferrer\">its website</a>.</p>\n<p>Afterwards, double click the .deb file... | null | null | null | null | null |
1486227 | 1 | null | 2023-09-18T15:00:19.837 | 0 | 397 | <p>I want to connect from my local laptop to remote desktop (let say <code>170.170.70.70</code>) with two Qemu instances started with parameters (most parameters skipped, I left only those that differs)</p>
<ol>
<li><code>qemu-system-x86_64 -netdev tap,id=net0 -net user,hostfwd=tcp::4444-:22 -vnc :0</code></li>
<li><co... | 1663487 | null | null | 2023-09-18T15:00:19.837 | How to connect via SSH to different Qemu instances | [
"ssh",
"qemu",
"port-forwarding"
] | 0 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T15:18:08.400",
"id": "2602704",
"postId": "1486227",
"score": "0",
"text": "Is the SSH server actually running on those instances?",
"userDisplayName": null,
"userId": "1089525"
},
{
"creationDate": "2023-09-18T16:31:07.403",
"id": "2602720",
... | null | [] | null | null | null | null | null |
1486228 | 1 | 1487451 | 2023-09-18T15:07:38.377 | 2 | 168 | <p>As I have 128 GB of RAM, I wanted to minimize swap usage by setting <code>vm.swappiness</code> to 10.</p>
<p>I ran a bath (<code>snakemake -j 1</code>) of memory-heavy operations in Python: subtracting two arrays up to 15 GB each, then calculating norms of the difference. Surprisingly my system started to misbehave... | 633655 | 633655 | 2023-09-28T12:42:00.777 | 2023-09-29T23:25:36.717 | Why low swappiness (10) leads to system crashes? | [
"ram",
"swap",
"memory-usage",
"numpy"
] | 1 | 12 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T15:09:40.090",
"id": "2602698",
"postId": "1486228",
"score": "0",
"text": "Try completely turning the swap off (comment out the swap entry in `/etc/fstab`). It is really not necessary with 128 GB of RAM.",
"userDisplayName": null,
"userId": "124466"
},
... | {
"accepted": true,
"body": "<p>TL;DR: <strong>It does not seem to.</strong></p>\n<p><a href=\"https://askubuntu.com/a/1487450/633655\">The problem was with badblocks at swap partition</a> which may or might not be related to the reduced swappiness. Someone more experienced may tell, whether swappiness affect disk... | [
{
"accepted": true,
"body": "<p>TL;DR: <strong>It does not seem to.</strong></p>\n<p><a href=\"https://askubuntu.com/a/1487450/633655\">The problem was with badblocks at swap partition</a> which may or might not be related to the reduced swappiness. Someone more experienced may tell, whether swappiness aff... | null | null | 2023-09-29T16:09:50.027 | null | null |
1486229 | 1 | 1486231 | 2023-09-18T15:11:34.107 | 1 | 183 | <p>As a sysadmin, I'm pretty aggressive about the security updates. I'm looking for the best practices when an update is missing in the official repository.</p>
<p>Example</p>
<ul>
<li>Sept. 1st, CISA releases a <a href="https://www.cisa.gov/news-events/alerts/2023/09/01/vmware-releases-security-update-tools" rel="nofo... | 1733043 | 124466 | 2023-11-29T02:08:13.947 | 2023-11-29T02:08:13.947 | Security update missing (apt update) | [
"apt",
"20.04",
"updates",
"22.04",
"security"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T15:17:53.927",
"id": "2602703",
"postId": "1486229",
"score": "1",
"text": "Are you worried about any particular security vulnerability? Ubuntu backports the security patches to the old versions. See https://ubuntu.com/security/cves?q=&package=open-vm-tools&priority... | {
"accepted": true,
"body": "<p>The link you posted refers to <a href=\"https://www.vmware.com/security/advisories/VMSA-2023-0019.html\" rel=\"nofollow noreferrer\">CVE-2023-20900</a>, which Ubuntu has <a href=\"https://ubuntu.com/security/cves?q=&package=open-vm-tools&priority=&version=&status=\" r... | [
{
"accepted": true,
"body": "<p>The link you posted refers to <a href=\"https://www.vmware.com/security/advisories/VMSA-2023-0019.html\" rel=\"nofollow noreferrer\">CVE-2023-20900</a>, which Ubuntu has <a href=\"https://ubuntu.com/security/cves?q=&package=open-vm-tools&priority=&version=&sta... | null | null | 2023-09-19T02:46:44.403 | null | null |
1486230 | 1 | null | 2023-09-18T15:16:02.920 | 0 | 79 | <p>This is probably a simple solution and I am missing something but I have a home network that does not have a static IP and I have a domain controller and a samba share on that DC, I want to be able to host a VPN on my cloud ubuntu server that does have a static IP and I want to be able to have the DC set as a static... | 1605547 | null | null | 2023-09-18T15:16:02.920 | Ubuntu hosting VPN for personal VPN network | [
"networking",
"server",
"network-manager",
"dns",
"vpn"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T15:26:48.023",
"id": "2602706",
"postId": "1486230",
"score": "1",
"text": "Read the Digital Ocean tutorial on setting up an OpenVPN server on Ubuntu.",
"userDisplayName": null,
"userId": "243321"
},
{
"creationDate": "2023-09-18T15:38:46.803",
"... | null | [] | null | null | null | null | null |
1486233 | 1 | 1486664 | 2023-09-18T15:39:17.503 | 0 | 403 | <p>I have this USB webcam that was working fine until I upgraded from 20.04 to 23.04.</p>
<p>The webcam still works on Ubuntu 22.04 (I've just tested it on another machine).</p>
<p><strong>UPDATE: I also tested in 23.10 and it doesn't work</strong></p>
<p>When I connect the webcam to the Ubuntu 23.04 machine, I get the... | 10580 | 10580 | 2023-09-21T19:58:20.000 | 2023-09-22T11:49:53.327 | Webcam stoped working after upgrading from 20.04 to 23.04 | [
"usb",
"snap",
"webcam",
"23.04",
"troubleshooting"
] | 1 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T16:17:33.043",
"id": "2602718",
"postId": "1486233",
"score": "0",
"text": "Test your webcam in a pre-release 23.10 LiveUSB's \"Try Ubuntu\" environment. If the webcam is still detected-but-unusable, then please file a bug report. –",
"userDisplayName": null,
... | {
"accepted": true,
"body": "<p>Just trying with the application Cheese was enough to see that the webcam is actually working.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-09-22T11:49:53.327",
"id": "1486664",
"lastAct... | [
{
"accepted": true,
"body": "<p>Just trying with the application Cheese was enough to see that the webcam is actually working.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-09-22T11:49:53.327",
"id": "... | null | null | null | null | null |
1486236 | 1 | null | 2023-09-18T16:31:48.020 | 0 | 31 | <p>I just installed a new SSD in my system, created a ext4 partition and mounted it.
It shows up as mounted, but when I enter <code>df -h</code>, it shows up as a loop device:</p>
<p>mount: <code>/dev/sde1 on /mnt/new type ext4 (rw,relatime,data=ordered)</code></p>
<p>df -h: <code>/dev/loop5 62G 53M 59G ... | 1733063 | null | null | 2023-09-18T16:31:48.020 | New partition shows up as loop device | [
"partitioning",
"mount"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T17:07:44.697",
"id": "2602725",
"postId": "1486236",
"score": "1",
"text": "Please add the output of sudo gdisk -l /dev/sde to your original posting. Partitions may be made any size, and you may have more of them than one.",
"userDisplayName": null,
"userI... | null | [] | null | null | null | null | null |
1486237 | 1 | null | 2023-09-18T16:32:16.267 | 1 | 76 | <p>I'm using Ubuntu Server 22.04. The disk shows blk_update_request and spams it into console after I shut it down remotely and it worked perfectly fine before, but now it shows this error. I suppose it can be disk, that is broken, because I booted it back up a few seconds later after turning it off. It also started mo... | 1733058 | 94914 | 2023-09-19T07:54:20.027 | 2023-10-23T16:40:35.807 | Disk shows blk_update_request after restarting | [
"ssh",
"disk-usage",
"disk"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T18:41:56.100",
"id": "2603034",
"postId": "1486237",
"score": "0",
"text": "UNC is an uncorrectable error. I'd check what SMART data says, eg via `sudo smartctl` (usually also accessible from your partition manager). You might want to also check for drive overheatin... | null | [
{
"accepted": null,
"body": "<p>This error is unccorectable.Only right thing is to backup your data ASAP and try to get warranty on this disk</p>\n<p>Such errors can occur due to poor disk storage before it is sold.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"co... | null | null | null | null | null |
1486238 | 1 | null | 2023-09-18T16:57:53.423 | 2 | 348 | <p>I am running Ubuntu Budgie 22.04 and have Brave browser installed. Somehow I have Brave installed two times. I can identify on the programs menu which one I want to delete. How do I delete that specific one. Right clicking on the Brave Icon in the programs menu shows nothing. Can someone guide me with specific steps... | 1733064 | null | null | 2023-09-19T07:36:01.517 | How can I remove one Brave browser where it is installed twice on my OS. How do i identify which to uninstall | [
"delete",
"brave"
] | 2 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Probably the best way to do it, is to find out the version you want removed (start the app and check settings or Help menu), then run <code>sudo apt-get list --installed brave-browser</code> in the terminal.</p>\n<p>I don't know the particulars of brave browser, but I suspect... | null | null | null | null | null |
1486244 | 1 | null | 2023-09-18T17:48:21.213 | 0 | 148 | <p>When OS is working</p>
<p>I tried to take ownership of the filesystem in which Ubuntu is installed to give write permissions in filesystem</p>
<p>Then when Ubuntu is restarted this error appears.</p>
<p><a href="https://i.stack.imgur.com/dvptB.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/dvptB.... | 1733082 | 94914 | 2023-09-19T04:21:55.997 | 2023-09-19T04:21:55.997 | Ubuntu failed to start while booting | [
"22.04"
] | 1 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T18:09:37.543",
"id": "2602756",
"postId": "1486244",
"score": "0",
"text": "\"*I tried to take ownership of the filesystem*\" Please [edit your question](https://askubuntu.com/posts/1486244/edit) to clearly show us the exact command(s) you ran.",
"userDisplayNam... | null | [
{
"accepted": null,
"body": "<blockquote>\n<p>When I'm trying to move something in my filesystem it's saying you don't have write permission</p>\n</blockquote>\n<p>In most cases, you are not supposed to touch system files. Only move files around the file system if you know what you are doing.</p>\n<p>In suc... | null | null | null | null | null |
1486245 | 1 | null | 2023-09-18T17:50:23.153 | 0 | 174 | <p>I use WiFi to connect my Ubuntu os running on a Macbook Air to my router. In order to send traffic, I went to configure its network interface by entering the code:</p>
<pre><code>sudo ifconfig wlp3s0 192.168.1.10 netmask 255.255.255.0
</code></pre>
<p>I then run <code>ifconfig wlp3s0</code> to see if the code has ta... | 1733071 | null | null | 2023-09-19T01:47:29.253 | Configuring the DNS client | [
"resolv.conf",
"ifconfig"
] | 1 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T18:48:31.870",
"id": "2602771",
"postId": "1486245",
"score": "0",
"text": "Do what the messages say. Read `man resolv.conf resolver resolvconf`. Do: `systemd-resolve --status`. Also read `man systemd-resolv systemd-dnsmasq`.",
"userDisplayName": null,
"user... | null | [
{
"accepted": null,
"body": "<p>You can either edit <a href=\"https://manpages.ubuntu.com/manpages/focal/man5/resolved.conf.5.html#options\" rel=\"nofollow noreferrer\">the existing systemd file</a>:</p>\n<pre><code>sudo nano /etc/systemd/resolved.conf\n</code></pre>\n<p><sub>under the <code>[Resolve]</code... | null | null | null | null | null |
1486246 | 1 | null | 2023-09-18T18:10:06.300 | 0 | 585 | <p>I was trying to force install the picoscenes drive via</p>
<pre><code>sudo dpkg --force-overwrite -i /var/cache/apt/archives/picoscenes-driver-modules-5.15.0-78-generic_20230803_amd64.deb
</code></pre>
<p>and in the process may have broken my dpkg installer, given I am quite new to Linux systems I am not sure how to... | 1733083 | 1733083 | 2023-09-18T18:36:37.120 | 2023-09-18T18:36:37.120 | E: Sub-process /usr/bin/dpkg returned an error code (1) while configuring dpkg | [
"apt",
"package-management",
"kernel",
"dpkg"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T06:19:23.877",
"id": "2602870",
"postId": "1486246",
"score": "0",
"text": "Try `sudo apt purge util-linux && sudo apt install util-linux` which purges and reinstalls the package that provides fsck.",
"userDisplayName": null,
"userId": "94914"
}
] | null | [] | null | null | null | null | null |
1486247 | 1 | null | 2023-09-18T18:12:21.207 | 1 | 315 | <p>recently i brought a new MSI GE68HX 062US laptop. I tried dual booting ubuntu (alongside windows) but the installer is not detecting my SSDs(both). I tried disabling the fast boot and secure boot, tried updating the firmware, but nothing worked. I also tried searching on the internet, but nothing actually worked.</p... | 1733062 | 1733062 | 2023-09-18T18:49:36.957 | 2023-09-18T18:49:36.957 | Ubuntu 20.04.6 LTS Installer is not detecting my SSDs | [
"20.04",
"system-installation",
"ssd",
"nvme",
"msi"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T18:49:12.383",
"id": "2602772",
"postId": "1486247",
"score": "0",
"text": "Check if Bitlocker is turned on in Windows. Some computers ship with bitlocker turned on. You will need t oturn it off from within windows if it is turned on.",
"userDisplayName": null,
... | null | [] | null | null | null | null | null |
1486248 | 1 | null | 2023-09-18T18:15:20.437 | 2 | 161 | <p>I have a problem that looks very similar to the one described here: <a href="https://askubuntu.com/questions/1174100/ctrlpgup-on-numeric-keypad-not-working">Ctrl+PgUp on numeric keypad not working</a></p>
<p>On my Dell Precision 3560 running Ubuntu 22.04 I have a problem where I cannot "scroll" tabs using ... | 1434978 | null | null | 2023-09-18T18:15:20.437 | Ubuntu 22.04: Gnome terminal: ctrl + {pgup, pgdown} does not work (and it's sooo annoying) | [
"gnome",
"keyboard",
"shortcut-keys",
"firefox",
"gnome-terminal"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T00:10:42.657",
"id": "2602839",
"postId": "1486248",
"score": "0",
"text": "Did you check the settings for Gnome Terminal? Open Gnome Terminal Settings and then select keyboard shortcuts from the menu on the left and check the shortcut set for switching tabs. It sho... | null | [] | null | null | null | null | null |
1486250 | 1 | null | 2023-09-18T19:08:22.703 | 0 | 74 | <p>I was on Ubuntu 18.04. I decided to update to 22.04 today using <code>update-manager-core</code>. The updater won't let me upgrade to 22.04 so I upgrade to 20.04 instead.</p>
<p>I found that I lost both keyboard and mouse input just after the login screen is loaded. I googled and found that I will have to install <c... | 893668 | null | null | 2023-09-18T19:08:22.703 | No mouse and keyboard input after updated to 20.04 | [
"20.04",
"upgrade",
"keyboard",
"mouse"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486251 | 1 | null | 2023-09-18T19:34:09.620 | 0 | 75 | <p>I recently switched to Ubuntu 23.04 from 22.04.3LTS. It was working really fine so I upgrade the NVIDIA drivers from the additional driver tab to the latest one and during the installation my laptop shutdown and after I reboot it started in BusyBox. I found a solution and able to boot in the older kernel version 6.2... | 1733099 | null | null | 2023-09-18T19:34:09.620 | After Nvidia driver update the kernal starts in Busybox | [
"drivers",
"nvidia",
"kernel",
"busybox"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T06:25:09.500",
"id": "2602871",
"postId": "1486251",
"score": "0",
"text": "Do you remember which Nvidia proprietary graphics driver version you were using before you updated it to the latest version?",
"userDisplayName": null,
"userId": "94914"
}
] | null | [] | null | null | null | null | null |
1486252 | 1 | null | 2023-09-18T19:37:48.260 | 1 | 16 | <p>using ubuntu 22.04.
cant get refresh rate correct only goes to 60MH. set to auto. now it wont open again.
can I do anything please?</p>
| 1596438 | null | null | 2023-09-18T19:37:48.260 | Lubuntu - Desktop Preferences error ¨Desktop Manager Not Active¨ 220.04 | [
"22.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486253 | 1 | null | 2023-09-18T19:49:44.540 | 0 | 129 | <p>I am currently developing an application that supports universal links on iOS / MacOS, app links on android and apps for websites on windows. Therefore when a user clicks on a link for my app, for example <a href="https://my.cool.app/app/" rel="nofollow noreferrer">https://my.cool.app/app/</a> , it opens my app.
Is ... | 1733101 | null | null | 2023-09-18T22:40:22.673 | Is there soemthing like iOS's universal links for ubuntu | [
"application-development",
"desktop-environments",
".desktop",
"development"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T22:35:48.823",
"id": "2602822",
"postId": "1486253",
"score": "0",
"text": "Please explain more about what you mean by universal links. People who don't develop on iOS may not be familiar with this concept",
"userDisplayName": null,
"userId": "124466"
},
... | null | [] | null | null | null | null | null |
1486254 | 1 | null | 2023-09-18T19:59:28.730 | 1 | 237 | <p>I've updated my GPU driver from 470 to 535 and then I can't run my alacritty with error</p>
<pre><code>[destroyed object]: error 7: failed to import supplied dmabufs: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a
[1] 4835 segmentation fault (core dumped) alacritty
<... | 1601533 | null | null | 2023-09-18T19:59:28.730 | GPU invidia error failed to import supplied dmabufs | [
"drivers",
"nvidia"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-01T09:00:53.807",
"id": "2612070",
"postId": "1486254",
"score": "0",
"text": "Has anyone found a solution to this? I have exactly the same problem (not sure what's the source of problem, maybe driver update, but not sure)",
"userDisplayName": null,
"userId": "... | null | [] | null | null | null | null | null |
1486255 | 1 | null | 2023-09-18T20:06:36.240 | 0 | 125 | <p>I have this .sh script that I want to execute once a day as a cron job. It checks if a specific process is still running (qbittools) and if not launches it again. This works, however the cron job never exits unless the qbittools process dies. This creates a queue of cron jobs as days pass.</p>
<p>Is there a way to e... | 17832 | 17832 | 2023-09-18T20:15:18.410 | 2023-09-18T20:22:50.913 | Exit cron job after launching program | [
"bash",
"cron"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T21:06:45.730",
"id": "2602802",
"postId": "1486255",
"score": "0",
"text": "Start once with a start script (without cron): `while true; do qbittools reannounce -s 192.168.1.77:10095 -U xxxx -P xxxx; done`",
"userDisplayName": null,
"userId": "336375"
},
... | null | [
{
"accepted": null,
"body": "<p>I think it works now, I was just missing a disown, see below:</p>\n<pre><code>#!/bin/bash\n\nif pgrep -x "qbittools" > /dev/null\nthen\n echo "Running"\nelse\n qbittools reannounce -s 192.168.1.77:10095 -U xxxx -P xxxx &>/dev/null & dis... | null | null | null | null | null |
1486256 | 1 | null | 2023-09-18T20:07:09.620 | 0 | 34 | <p>am new to linux, I have ubunto 20.4 and i have problem with bluetooth. I have wireless headphones, I manage to link them to bluetooth but then it doesn't output sound. Someone could help me? Thank you so much.</p>
<p>As I am new to this, I have been looking for a solution to my problem on the internet, I have tried ... | 1733102 | null | null | 2023-09-18T20:07:09.620 | Bluetooth does not output sound to wireless headphones | [
"20.04",
"sound",
"bluetooth"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T10:11:47.213",
"id": "2602910",
"postId": "1486256",
"score": "1",
"text": "What result from terminal for `pactl list short | grep -i blue`",
"userDisplayName": null,
"userId": "300665"
},
{
"creationDate": "2023-10-23T16:08:29.897",
"id": "26102... | null | [] | null | null | null | null | null |
1486258 | 1 | null | 2023-09-18T20:30:27.277 | 0 | 246 | <p>I have been having alot of postgresSQL issues mostly due to me not really understanding how it works very well, if at all. Whenever I try anything interacting with PostgresSQL i get this return</p>
<pre><code>psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such fi... | 1375545 | 1375545 | 2023-09-18T22:24:47.973 | 2023-09-18T23:35:36.053 | Postgres SQL always returns error string | [
"server",
"postgresql"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T21:23:52.753",
"id": "2602805",
"postId": "1486258",
"score": "0",
"text": "Please add to your original post the output of: sudo ls -la /var/run/postgresql That will show which port exists. Sometimes a postgresql install will grab the next port (5433) if there is... | null | [
{
"accepted": null,
"body": "<p>Looks like the postgresql 15 got installed with an existing postgresql 14, so to keep things running on the existing db, the install procedure gave the postgresql 15 the next port, 5433.\nThis is simply a configuration line in /etc/postgresql/15/main/postgresql.conf (around l... | null | null | null | null | null |
1486259 | 1 | null | 2023-09-18T20:32:28.953 | 0 | 41 | <p>Ubuntu crashed and I am no longer able to boot. I'd like to keep or recover files on the encrypted SSD.</p>
<p><a href="https://i.stack.imgur.com/O97qJ.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/O97qJ.jpg" alt="enter image description here" /></a></p>
| 1731792 | 94914 | 2023-09-19T08:13:07.277 | 2023-09-19T08:13:07.277 | How to reinstall Ubuntu on encrypted SSD? | [
"system-installation",
"encryption"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-18T22:55:38.193",
"id": "2602829",
"postId": "1486259",
"score": "1",
"text": "With encryption the most common and quickest solution is total reinstall & restore your data from your backups. With encryption you have to have good backups. Recover files on encrypted driv... | null | [] | null | null | null | null | null |
1486262 | 1 | 1486265 | 2023-09-18T20:54:20.543 | 0 | 51 | <p>I would like to see what are the command-line switches of <code>apt list</code> but after 30min of research I don't manage to find a lot of information about it...</p>
<p>I tried to type <code>apt list --help</code>, <code>man apt</code> and <code>man apt-get</code> but didn't get much information especially about w... | 1629621 | null | null | 2023-09-18T21:08:25.320 | Why is the manual of apt incomplete? | [
"command-line",
"apt",
"documentation"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p><a href=\"https://manpages.ubuntu.com/manpages/jammy/man8/apt.8.html\" rel=\"nofollow noreferrer\">Man apt</a>:</p>\n<blockquote>\n<pre><code>list\n list is somewhat similar to dpkg-query --list in that it can display a list of\n packages satisfying certain criteria. It s... | [
{
"accepted": true,
"body": "<p><a href=\"https://manpages.ubuntu.com/manpages/jammy/man8/apt.8.html\" rel=\"nofollow noreferrer\">Man apt</a>:</p>\n<blockquote>\n<pre><code>list\n list is somewhat similar to dpkg-query --list in that it can display a list of\n packages satisfying certain criter... | null | null | 2023-09-19T04:26:14.810 | null | null |
1486264 | 1 | null | 2023-09-18T20:56:51.790 | 0 | 41 | <p>I moved the partition called boot area to the end of the disk, so I could expand another partition using GParted in Rescue Linux (Linux that runs on a USB flash drive) and it gave me this error.</p>
<pre class="lang-none prettyprint-override"><code>ntfsresize -i -f -v '/dev/sda5' 00:00:00 (ERROR)
ntfsresize v2... | 1733109 | 94914 | 2023-09-19T08:11:15.787 | 2023-09-19T08:11:15.787 | Moving partition on Gparted | [
"boot",
"partitioning",
"mount"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T08:52:21.237",
"id": "2602892",
"postId": "1486264",
"score": "0",
"text": "How is this related with Ubuntu?",
"userDisplayName": null,
"userId": "590937"
}
] | null | [] | null | null | null | null | null |
1486268 | 1 | null | 2023-09-18T21:16:58.400 | 2 | 44 | <p>I upgraded cpu 3900x to 5950x and the main Ubuntu 20 guest machine I am using became slow. I see tearing when dragging window.</p>
<p>I have 128GB of ram 80dedicated to this guest. Storage is on NVME.</p>
| 1733110 | null | null | 2023-09-18T21:16:58.400 | Upgrading CPU made Ubuntu slow | [
"20.04",
"cpu"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T02:35:19.843",
"id": "2602856",
"postId": "1486268",
"score": "0",
"text": "downgrade the cpu.",
"userDisplayName": null,
"userId": "1372403"
},
{
"creationDate": "2023-09-19T07:46:33.370",
"id": "2602881",
"postId": "1486268",
"score": "... | null | [] | null | null | null | null | null |
1486273 | 1 | null | 2023-09-18T23:20:37.470 | 0 | 346 | <p>I am trying to install Ubuntu on a virtual machine called UTM for my MacBook, but I keep getting an error message right before it finishes the installation. I do not understand what might be wrong because I have previously installed Ubuntu on the same laptop with no problem and I was able to use it perfectly fine.</... | 1733123 | 94914 | 2023-09-19T05:00:00.070 | 2023-09-19T05:00:00.070 | Using UTM to download Ubuntu on Mac with M2 Chip | [
"boot",
"virtualization",
"macbook",
"bug-reporting",
"macbook-pro"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486277 | 1 | null | 2023-09-19T00:47:07.073 | 0 | 90 | <p>I have been trying to install Houdini and Unreal engine in Linux because it is faster and more robust.
So far I was able to finish setting up correctly but after started working with the applications no matter which (Houdini or Unreal engine) it crashed the whole Ubuntu and after few seconds it will throw me off to ... | 1733134 | null | null | 2023-09-19T00:47:07.073 | Ubuntu crashes every time after launching Houdini 19.5.640 does it need additional libraries because I am running from a external SSD? | [
"drivers",
"ssd",
"crash"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T01:21:58.110",
"id": "2602846",
"postId": "1486277",
"score": "1",
"text": "You've provided no clues as to what Ubuntu product, what release of that product, nor what messages you actually obtained (*nor if you explored the crash report*). Currently we'd be guessing... | null | [] | null | null | null | null | null |
1486278 | 1 | 1486279 | 2023-09-19T01:03:14.940 | 1 | 2080 | <p>Hello Ask Ubuntu users,</p>
<p>I installed Ubuntu 22.04.3 LTS on a Levono Ideapad 3 Chromebook. When installing it, I wasn't able to get the audio to work. I am assuming this is a driver issue. Does anyone have any idea on how to fix this problem?</p>
<p>More computer specs (If needed):</p>
<p>4GB - Memory
Intel® Ce... | 1733139 | 124466 | 2023-10-27T00:08:46.653 | 2024-03-31T23:22:56.287 | How to install Chromebook audio drivers in Ubuntu? | [
"drivers",
"sound",
"chromebook"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T03:25:39.897",
"id": "2602859",
"postId": "1486278",
"score": "0",
"text": "Since the chromebook does not have a lot of disk space, I would suggest you to remove snapd, and use APT packages instead. If you are using Firefox, see https://askubuntu.com/questions/13993... | {
"accepted": true,
"body": "<p>There is a <a href=\"https://github.com/WeirdTreeThing/chromebook-linux-audio\" rel=\"nofollow noreferrer\">audio-script</a> repository for Chromebooks, which works for Ubuntu 23.10 and later versions.</p>\n<pre><code>wget https://github.com/WeirdTreeThing/chromebook-linux-audio/arch... | [
{
"accepted": true,
"body": "<p>There is a <a href=\"https://github.com/WeirdTreeThing/chromebook-linux-audio\" rel=\"nofollow noreferrer\">audio-script</a> repository for Chromebooks, which works for Ubuntu 23.10 and later versions.</p>\n<pre><code>wget https://github.com/WeirdTreeThing/chromebook-linux-au... | null | null | null | null | null |
1486283 | 1 | 1486292 | 2023-09-19T01:52:50.410 | 0 | 284 | <p>I've been playing around with creating custom ISO images, and I've been successful. However, during the process I've come across a situation that I don't understand.</p>
<p>My system is Ubuntu 20.04.6 LTS Desktop.</p>
<p>Basically, after I run <code>sudo unsquashfs ubuntu-server-minimal.squashfs</code> to a director... | 1684306 | 1684306 | 2023-09-19T03:48:11.323 | 2023-09-19T03:48:11.323 | Why am I getting a `warning: could not open directory` from any command after unsquashing a squashfs filesystem? | [
"permissions",
"mount",
"iso",
"squashfs"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>I solved the issue.</p>\n<p>I realized that the parent directory of <code>iso/squashfs-root</code> had a Git Repository in it and <code>iso/squashfs-root</code> was not added to the <em>.gitignore</em> file. As a result, the warnings were actually from Git and not the OS. So I simply... | [
{
"accepted": true,
"body": "<p>I solved the issue.</p>\n<p>I realized that the parent directory of <code>iso/squashfs-root</code> had a Git Repository in it and <code>iso/squashfs-root</code> was not added to the <em>.gitignore</em> file. As a result, the warnings were actually from Git and not the OS. So ... | null | null | null | null | null |
1486284 | 1 | null | 2023-09-19T01:53:25.090 | 1 | 67 | <p>The new Ubuntu installer consistently fails to complete installation when using custom partitioning. It only works when selecting Erase Disk and using the default settings. How do I fix this? I'm trying to install Ubuntu Desktop 23.04 with the new flutter-based installer. I have a NVME SSD. I used Gparted to create ... | 449405 | null | null | 2023-09-19T01:53:25.090 | Ubuntu 23.04 flutter installer fails with custom partitioning | [
"partitioning",
"system-installation",
"btrfs",
"subiquity",
"xfs"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-20T02:08:42.407",
"id": "2603102",
"postId": "1486284",
"score": "0",
"text": "As stated in my original post I'm using Ubuntu Desktop 23.04. There was previously an update to the new Flutter installer in the Software Center but all it seemed to do is enable ZFS install... | null | [] | null | null | null | null | null |
1486286 | 1 | null | 2023-09-19T02:24:31.147 | 0 | 227 | <p>Working on a fresh install of Ubuntu 22.04 LTS on hardware that was a mid-tier gaming PC when custom built about 12 years ago. 2 hard drives, primary was reformatted with 4 partitions: swap, boot, OS, and data, secondary drive was left untouched as NTFS with data from when machine was a Windows PC. Was always a seco... | 1733133 | 1157209 | 2023-09-19T14:07:40.733 | 2023-09-19T14:07:40.733 | Renaming Files on NTFS drive via File Explorer lead to Input/Output Error in Directory | [
"mount",
"fstab",
"ntfs",
"read-only"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T04:55:49.890",
"id": "2602865",
"postId": "1486286",
"score": "0",
"text": "Have you actually checked the drive health? ie. SMART etc. IO errors can be a result of actual physical errors & you've provided no details of you actually checking this (*did you explore ... | null | [] | null | null | null | null | null |
1486287 | 1 | 1486400 | 2023-09-19T02:43:47.283 | 0 | 337 | <p>I'm trying to install Ubuntu server 22.04 with auto-install mostly following <a href="https://www.pugetsystems.com/labs/hpc/ubuntu-22-04-server-autoinstall-iso/" rel="nofollow noreferrer">this article</a>. I can successfully get the cloud-init and use my user-data for the installation but I can't seem to get the en... | 1733149 | 1733149 | 2023-09-19T02:57:15.050 | 2023-09-20T03:47:30.113 | Ubuntu autoinstall with Encryption not working | [
"encryption",
"subiquity",
"autoinstall"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T22:11:30.177",
"id": "2603063",
"postId": "1486287",
"score": "1",
"text": "What version of subiquity are you using? The ability to give a password to the lvm layout was added in 23.04.2. Can you try using the bare password instead of a password hash? The example... | {
"accepted": true,
"body": "<ol>\n<li>Use a bare password, not a hash for the lvm password.</li>\n<li>You have extra spaces in your lvm layout section. Each indent should be two spaces after the previous like this:</li>\n</ol>\n<pre><code>#cloud-config\nautoinstall:\n version: 1\n packages:\n - ubuntu-desktop... | [
{
"accepted": true,
"body": "<ol>\n<li>Use a bare password, not a hash for the lvm password.</li>\n<li>You have extra spaces in your lvm layout section. Each indent should be two spaces after the previous like this:</li>\n</ol>\n<pre><code>#cloud-config\nautoinstall:\n version: 1\n packages:\n - ubuntu... | null | null | null | null | null |
1486289 | 1 | 1486290 | 2023-09-19T03:21:04.487 | 0 | 129 | <p>I use Foliate ebook reader to read epubs. My books are stored in the same directory structure across different computers (including same partition mount point). I want to sync my reading progress. How to do that?</p>
| 124466 | 124466 | 2023-09-19T21:44:52.883 | 2023-09-19T21:44:52.883 | How to sync epub reading progress in Foliate ebook reader across different computers? | [
"sync",
"ebooks",
"foliate"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T04:05:47.340",
"id": "2602861",
"postId": "1486289",
"score": "0",
"text": "Here is a similar question about Okular https://askubuntu.com/questions/1481787/how-to-sync-reading-progress-in-okular-between-several-computers",
"userDisplayName": null,
"userId": ... | {
"accepted": true,
"body": "<p>I am using MEGAsync to sync my reading progress. But you can modify the method appropriately to use another sync client.</p>\n<p>I created a directory <code>foliate_progress</code> in MEGA.</p>\n<p>Then, I moved <code>~/.local/share/com.github.johnfactotum.Foliate</code> to <code>/pa... | [
{
"accepted": true,
"body": "<p>I am using MEGAsync to sync my reading progress. But you can modify the method appropriately to use another sync client.</p>\n<p>I created a directory <code>foliate_progress</code> in MEGA.</p>\n<p>Then, I moved <code>~/.local/share/com.github.johnfactotum.Foliate</code> to <... | null | null | null | null | null |
1486291 | 1 | null | 2023-09-19T03:37:53.177 | 0 | 74 | <p>I am trying to Install xubuntu minimal amd 64. Iam using ventoy for installing. But when I press "try or install Ubuntu" I only see a _ blinking on black screen. After like 10 mins I get an error on screen.
'End kernel panic attempted to kill init! Exit code 0×00007f00'</p>
| 1733157 | null | null | 2023-09-19T03:37:53.177 | Error Installing xubuntu | [
"boot",
"live-usb"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T04:51:16.730",
"id": "2602864",
"postId": "1486291",
"score": "1",
"text": "You've not provided any release details; but from details you've provided I'd suggest it was an invalid ISO (*did you verify it?*) or a ventoy issue due to incorrect setup.",
"userDispla... | null | [] | null | null | null | null | null |
1486295 | 1 | null | 2023-09-19T04:19:03.573 | 0 | 438 | <p>I was trying to install Nvidia driver till I got this error :</p>
<pre><code>ERROR: You appear to be running an X server; please exit X before
installing. For further details, please see the section INSTALLING
THE NVIDIA DRIVER in the README available on the Linux driver
downl... | 1730024 | 1157209 | 2023-09-19T15:24:20.727 | 2023-09-19T15:24:20.727 | trouble while installing nvidia driver | [
"drivers",
"nvidia",
"graphics",
"xorg"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T11:05:20.947",
"id": "2602923",
"postId": "1486295",
"score": "0",
"text": "What version of Ubuntu, what driver version? Did you try the 'additional drivers' method on Software & Updates?",
"userDisplayName": null,
"userId": "243321"
}
] | null | [] | null | null | null | null | null |
1486296 | 1 | null | 2023-09-19T05:13:44.477 | 0 | 451 | <p>Prior to a recent minor upgrade to Ubuntu 22.04.1, I had a working qemu-kvm virtual machine. I have Windows 10 installed in Virtual Machine Manager. After the upgrade, I get errors when trying to start the virtual machine. I tried checking <code>libvirtd</code>, and got these errors when executing <code>$ sudo syste... | 775591 | null | null | 2023-09-19T16:37:33.107 | Recent minor upgrade on 22.04.1 results in breaking QEMU binaries for gemu-kvm | [
"upgrade",
"22.04",
"kvm-virtualization"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T05:48:04.793",
"id": "2602867",
"postId": "1486296",
"score": "1",
"text": "You mention \"*minor upgrade to Ubuntu 22.04.1*\" which was back in 2022 (https://fridge.ubuntu.com/2022/08/12/ubuntu-22-04-1-lts-released/ shows the ISO release date, but installed systems ... | null | [
{
"accepted": null,
"body": "<p>The answer for me was checking the result of <code>apt-update</code>. It turns out that the key <code>home_vtrefny.gpg</code> was out of date or missing after the upgrade. When I downloaded that key, and did an <code>apt-update; apt-upgrade</code>, and then rebooted, the prob... | null | null | null | null | null |
1486298 | 1 | null | 2023-09-19T07:04:57.040 | 0 | 20 | <p>Message when starting Lutris:
Lutris was unable to detect Vulkan support for the i386 architecture. This will prevent many games and programs from working.
To install it, please use the following guide: <a href="https://github.com/lutris/docs/blob/master/InstallingDrivers.md" rel="nofollow noreferrer">https://githu... | 1733173 | null | null | 2023-09-19T07:04:57.040 | Missing vulkan libraries in lutris | [
"drivers",
"nvidia",
"vulkan",
"lutris"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T07:10:32.807",
"id": "2602876",
"postId": "1486298",
"score": "0",
"text": "I see `mesa-vulkan-drivers | 23.0.4-0ubuntu1~22.04.1 | jammy-updates | amd64, arm64, armhf, i386, ppc64el, riscv64, s390x` available; and `libc6 | 2.35-0ubuntu3.3 | jammy-updat... | null | [] | null | null | 2023-09-19T11:48:40.533 | null | null |
1486300 | 1 | null | 2023-09-19T07:37:34.603 | 1 | 59 | <p>I am using Ubuntu 23.04 in KDE Plasma 5.27.4.
For desktop effects I am uing lightly. In lightly effects can't be applied on non-integer scaling, and without that effects are not visible.</p>
<p>How to use lightly in non-integer scaling?</p>
| 1733182 | 94914 | 2023-09-19T08:58:40.320 | 2023-09-19T08:58:40.320 | How to run apps in non-integer scaling | [
"kubuntu",
"kde"
] | 0 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T12:23:59.410",
"id": "2602937",
"postId": "1486300",
"score": "0",
"text": "So, what happens when you apply non integer scaling in display settings?",
"userDisplayName": null,
"userId": "124466"
},
{
"creationDate": "2023-09-19T14:09:49.943",
"id... | null | [] | null | null | null | null | null |
1486301 | 1 | null | 2023-09-19T07:42:09.077 | 0 | 76 | <p>I'm sure that i had opened the relative settings in Bios,for I can use the Ubuntu 22 on VMWARE.I've done a lot of experiments,but it's difficult to solve.
I doubt that my Ubuntu init has some questions.
at first,it shows error-2 .When I open grub,the /etc/fstab is missing.</p>
<p>Could anyone help me to install Ubun... | 1733180 | 1066942 | 2023-09-19T08:36:49.057 | 2023-09-19T08:36:49.057 | When I first install Ubuntu22, the CPU has been disabled by the guest operating system. Power off or reset the virtual machine | [
"grub2"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486304 | 1 | null | 2023-09-19T08:24:15.157 | 0 | 23 | <p>When i installed an editor app in bottle, i noticed there a delay while i typing, text that i typed show at the bottom left corner of the app but not in the editor (like in the picture when i run notpad++), util i press space or enter the text show up in the editor. How can i fix it? And how can i change the size of... | 1728444 | null | null | 2023-09-19T08:24:15.157 | Apps run in bottles typing delay and changing icon size in app | [
"20.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486305 | 1 | null | 2023-09-19T08:32:24.363 | 0 | 128 | <p>Ubuntu 22.04 Desktop</p>
<p>Whenever my system updates it always reinstalls an older kernel. This stops the update because of insufficient space on /boot.</p>
<p>Also apt autoremove does not remove my outdated kernels</p>
<p>My curent /boot kernel files look like this:</p>
<pre><code>-rw------- 1 root root 6.0M Sep ... | 482980 | 482980 | 2023-09-22T19:16:15.773 | 2023-09-22T19:16:15.773 | Every time my system updates it reinstalls a much older kernel, why? | [
"boot",
"kernel",
"updates",
"22.04"
] | 0 | 12 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T08:49:46.217",
"id": "2602891",
"postId": "1486305",
"score": "4",
"text": "Do you have both GA & HWE kernel stacks installed; if so you'd expect to see 5.15 (GA) + 6.2 (HWE); with both being updated with security fixes.",
"userDisplayName": null,
"userId": ... | null | [] | null | null | null | null | null |
1486306 | 1 | null | 2023-09-19T08:33:41.123 | 0 | 69 | <p>I have two RAMs and 1TB harddisk. Now i installed 512gb SSD in SSD Slot but its not showing</p>
<pre><code>pc:~$ free
total used free shared buff/cache available
Mem: 12008232 5105172 151980 473800 6751080 6103032
Swap: 12582904 63348 1251... | 712664 | 712664 | 2023-09-22T00:22:08.750 | 2023-09-22T00:22:08.750 | SSD not detected Ubuntu 20.04.6 LTS after inserting in SSD Slot | [
"partitioning",
"20.04",
"hard-drive",
"dell",
"ssd"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T15:51:42.817",
"id": "2602983",
"postId": "1486306",
"score": "0",
"text": "Look at your system startup log (watch your kernel discover the hardware) with the terminal command `sudo journalctl -b 0`. Read `man journalctl`.",
"userDisplayName": null,
"userId... | null | [] | null | null | null | null | null |
1486307 | 1 | 1493649 | 2023-09-19T08:34:41.333 | 0 | 1025 | <p>On my lubuntu 22.04 distribution is installed <strong>TeamViewer (Classic)</strong> version 15.41.7.</p>
<p>I know that for enable a remote assistance session by TeamViewer I have to send the Code ID and the session password to the assistant.<br />
These information can easily acquired by the window opened by TeamVi... | 1636722 | 1636722 | 2023-11-27T18:03:02.127 | 2023-12-02T03:07:04.363 | Is it possible to get the TeamViewer random password in an other way than by TeamViewer window interface? | [
"command-line",
"lubuntu",
"sudo",
"password",
"teamviewer"
] | 2 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-27T08:12:45.307",
"id": "2617643",
"postId": "1486307",
"score": "1",
"text": "Maybe use Teamviewer Host and Easy Access with trusted account? With that you can connect without password. But you would need license...",
"userDisplayName": null,
"userId": "613924... | {
"accepted": true,
"body": "<p>Passwords are stored on your system encrypted as of version 10 if I remember correctly, so no: this is not possible. The only available info comes from:</p>\n<pre><code>sudo teamviewer info\n</code></pre>\n<p>and this does not hold the random password.</p>\n<p>The only way to get the... | [
{
"accepted": true,
"body": "<p>Passwords are stored on your system encrypted as of version 10 if I remember correctly, so no: this is not possible. The only available info comes from:</p>\n<pre><code>sudo teamviewer info\n</code></pre>\n<p>and this does not hold the random password.</p>\n<p>The only way to... | null | null | null | null | null |
1486310 | 1 | null | 2023-09-19T09:04:39.327 | -1 | 145 | <p>It is about <strong>getrusage</strong>.
It works well but precision/granularity is not precise enough.</p>
<p>It does not depend on CPU and its performance. Depends on kernel only.
For actual kernel 4+ <strong>the precision is 3800 μs</strong> (micro seconds). For kernel 3.x it is 10,000 μs</p>
<p>But macos provides... | 1047981 | 1047981 | 2023-09-24T05:49:56.130 | 2023-09-24T18:57:07.393 | How to tune CPU Usage granularity? | [
"kernel",
"performance",
"cpu"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T14:43:25.197",
"id": "2602969",
"postId": "1486310",
"score": "1",
"text": "It sounds as if it might be tick based for linux. Try the low latency, 1000 Hertz, kernel. That might give you 1000 uSec.",
"userDisplayName": null,
"userId": "372967"
},
{
"... | null | [
{
"accepted": null,
"body": "<p>Could you please provide references and/or method of test that gives you the numbers you posted in your question?</p>\n<p>I am able to observe granularity down to the microsecond, but doubt that it is actually accurate to the microsecond.</p>\n<p>I wrote a simple program to l... | null | null | null | null | null |
1486311 | 1 | null | 2023-09-19T09:25:43.307 | 0 | 482 | <p>I have an old dell xps 15 9550 laptop, with the type of battery that inflated and can no longer be replaced. I just installed a fresh ubuntu 22.04 on it, and it notifies me that there is a critical bios upgrade. After installing and rebooting, I come in the bios flash update menu, but it won't flash the update becau... | 114676 | 114676 | 2023-09-19T15:07:53.150 | 2023-09-19T15:07:53.150 | howto force flash bios when a battery is not present | [
"updates",
"battery",
"bios"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Flash updating the firmware without the battery could brick the laptop, so I recommend ignoring the notification that there is a critical BIOS upgrade available except for the following paragraph.</p>\n<p><a href=\"https://www.dell.com/support/kbdoc/en-us/000134938/forcing-a... | null | null | null | null | null |
1486312 | 1 | null | 2023-09-19T09:35:05.313 | 0 | 114 | <p>After I tried to make a partition in my disk, and I failed, i had rebooted the computer and I was faced with this problem.</p>
<p>It says:</p>
<pre><code>FAILED SYSTEM LOGGING SERVICE, FAILED D-Bus System Message Bus.
</code></pre>
<p>Please, Could anyone help me solve this?</p>
<p><a href="https://i.stack.imgur.co... | 1733202 | 1157209 | 2023-09-19T15:24:47.693 | 2023-09-19T15:24:47.693 | Failed system logging service on ubuntu 22.04 | [
"dbus",
"logging",
"aptdaemon"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486317 | 1 | null | 2023-09-19T11:04:26.837 | 0 | 150 | <p>I have Ubuntu 22.04 LTS already installed in my SSD. This SSD also has windows on it. I have around 46gb for the Ubuntu's root partition and 52gb for the home partition.</p>
<p>I want to extend the home partition by taking the unallocated space that I had created in the HDD already from windows.</p>
<p>But When I ch... | 1559747 | null | null | 2023-09-19T11:04:26.837 | How to extend Ubuntu's home partition by taking unallocated space from HDD drive (Dual boot with 1 SSD and 1HDD) | [
"dual-boot",
"partitioning",
"ssd",
"gparted"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T11:12:48.523",
"id": "2602924",
"postId": "1486317",
"score": "0",
"text": "I think there is a misunderstanding here. You can extend the sda7 partition to include the extra 10Gb at the end of the SSD, but you can't \"extend\" the partition to include space on anothe... | null | [] | null | null | null | null | null |
1486318 | 1 | null | 2023-09-19T11:26:06.110 | 0 | 88 | <p>Is it possible to setup a static domain name resolution in Ubuntu 20.04?</p>
<p>AFAIU when domain name is to be resolved, the clients send DNS request to some local service (systemd-resolved?). I want it to resolve a specific domain name to a specific IPv4 address.
For example, abc.server.com -> 192.168.1.15, suc... | 234525 | null | null | 2023-09-19T11:26:06.110 | Static fixed name resolution for specific domain name | [
"dns",
"localhost"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486322 | 1 | null | 2023-09-19T12:24:13.593 | 1 | 89 | <p>Since I started using Ubuntu two years ago, I've grown fond of it and have no intention of returning to Windows. However, I encountered an issue related to my education. My teacher, for the subject of basic statistics, insists on using MS Excel for practical exams. I'm not inclined to switch back to Windows, so I'm ... | 1733240 | null | null | 2023-09-19T16:02:45.363 | Finding Practical Alternatives to MS Excel on Ubuntu for Educational Needs | [
"alternative"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T12:50:17.150",
"id": "2602939",
"postId": "1486322",
"score": "0",
"text": "If you're ok with Google Sheets, then why not office.com? I find it works with some sheets that LibreOffice, Google Sheets and Numbers had trouble with.",
"userDisplayName": null,
"u... | null | [
{
"accepted": null,
"body": "<p>Try this:</p>\n<p>Download the Office deb package for Ubuntu from here:</p>\n<p><a href=\"http://sourceforge.net/projects/microsoftonlineapps/files/v1.0.0/microsoft_online_apps.deb/download\" rel=\"nofollow noreferrer\">http://sourceforge.net/projects/microsoftonlineapps/file... | null | null | null | null | null |
1486323 | 1 | 1487836 | 2023-09-19T13:10:09.577 | 0 | 203 | <p>I have asked my windows team who manage the active directory to add my ssh public key to my AD account.
But after the first login to my Ubuntu servers the key did not created.
Do you know which setup required in the sssd or sshd-config for the windows AD could able to create the public key on the linux host.
regards... | 1706694 | null | null | 2023-10-03T12:29:13.770 | Ubuntu - SSSD - SSH key retrive from windows AD | [
"server",
"ssh",
"sssd"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Following lines required:</p>\n<p>sshd</p>\n<p>AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys %u</p>\n<p>AuthorizedKeysCommandUser root</p>\n<p>sssd</p>\n<p>ldap_user_extra_attrs = altSecurityIdentities:altSecurityIdentities</p>\n<p>ldap_user_ssh_public_key = altSecurityIdenti... | [
{
"accepted": true,
"body": "<p>Following lines required:</p>\n<p>sshd</p>\n<p>AuthorizedKeysCommand /usr/bin/sss_ssh_authorizedkeys %u</p>\n<p>AuthorizedKeysCommandUser root</p>\n<p>sssd</p>\n<p>ldap_user_extra_attrs = altSecurityIdentities:altSecurityIdentities</p>\n<p>ldap_user_ssh_public_key = altSecuri... | null | null | null | null | null |
1486324 | 1 | null | 2023-09-19T13:30:52.950 | 0 | 85 | <p>Sorry for posting this here but I couldn't get much help in the War Thunder forums.</p>
<p>After launching the game and loading into the hangar (rendered main menu) it stays fine for a while but crashes immediately when I interact with anything.</p>
<p>I remember playing War Thunder fine on Windows and on Ubuntu MAT... | 1723142 | 1157209 | 2023-09-20T01:46:13.387 | 2023-09-20T01:46:13.387 | Kubuntu 22.04 War Thunder Crashes After Startup | [
"nvidia",
"kubuntu",
"games",
"steam",
"crash"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486325 | 1 | null | 2023-09-19T13:39:11.337 | 0 | 193 | <p>There are some files and folders that are not visible to me in the file explorer nor in the terminal.
I think it only affects some "hidden" files and folders, starting with a dot, but not all of them. For example, the folder <code>~/.aws</code> and the file <code>~/.zshrc</code>. I see other hidden files b... | 1573939 | null | null | 2023-09-19T13:39:11.337 | Files and folders not visible, but accessible - Ubuntu 20.04 | [
"filesystem"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T14:47:30.000",
"id": "2602971",
"postId": "1486325",
"score": "0",
"text": "Maybe it is time indeed to have your file system checked and repaired.",
"userDisplayName": null,
"userId": "558158"
},
{
"creationDate": "2023-09-22T20:32:24.833",
"id":... | null | [] | null | null | null | null | null |
1486327 | 1 | null | 2023-09-19T13:51:36.157 | 1 | 42 | <p>When I run <code>gio open Dockerfile</code>, it opens Dockerfile in gedit (/usr/bin/gedit), but I want it to open in Visual Studio Code (/usr/bin/code) instead. How to configure Gio?</p>
| 462413 | null | null | 2023-09-20T11:01:59.300 | how to configure Gio to open Dockerfile in vscode? | [
"22.04"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Hopefully not /the best way/ to solve it, but it's the only way I know how: first run</p>\n<pre><code>sudo apt-get install php-cli;\n</code></pre>\n<p>then make a <code>/usr/local/bin/giowrapper.php</code> with</p>\n<pre class=\"lang-php prettyprint-override\"><code>#!/usr/bi... | null | null | null | null | null |
1486328 | 1 | null | 2023-09-19T13:53:47.873 | -2 | 56 | <p>Is there a pair of 2 commands that I can use to 1. store the current ubuntu settings (<em>the ones that you can change by going to the top right and clicking settings</em>) into some kind of <code>my_settings</code> file, and then 2. use the second command to set the ubuntu settings (possibly in some other installat... | 907622 | null | null | 2023-09-20T13:40:46.233 | cli commands to fetch and set ubuntu settings? | [
"bash",
"scripts",
"shortcuts"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T14:46:12.437",
"id": "2602970",
"postId": "1486328",
"score": "2",
"text": "Does this answer your question? [How to save GNOME settings in a file?](https://askubuntu.com/questions/984205/how-to-save-gnome-settings-in-a-file)",
"userDisplayName": null,
"userI... | null | [
{
"accepted": null,
"body": "<p>If the only concern is keyboard shortcuts, then it's possible to use <code>sxhkd</code> (Simple X hotkey daemon).</p>\n<p>Shortcuts are defined inside a <code>sxhkdrc</code> file, so you can backup and restore it however you like.</p>\n<p><a href=\"https://github.com/baskervi... | null | null | 2023-09-20T13:41:13.380 | null | null |
1486329 | 1 | null | 2023-09-19T13:54:58.437 | 1 | 299 | <h2>Problem</h2>
<p>The ethernet connection drops a while (unknown/random), and only rebooting the machine resolves it, until it breaks again after some time.</p>
<p>I have tried to monitor the network graph in the resources, which seemed quite stable for a while.</p>
<p>I tried re-installing the network manager, and a... | 995892 | null | null | 2023-10-17T18:57:39.670 | Network Connection Drops and Works Only After a Reboot [Ubuntu 22.04.3 LTS] | [
"networking",
"22.04",
"network-manager",
"internet",
"ethernet"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>For me worked installing the TLP UI tool and disabling the USB_autosuspend under USB settings</p>\n<p><a href=\"https://linuxconfig.org/introduction-to-tlpui-a-gtk-frontend-for-tlp\" rel=\"nofollow noreferrer\">https://linuxconfig.org/introduction-to-tlpui-a-gtk-frontend-for-... | null | null | null | null | null |
1486331 | 1 | null | 2023-09-19T14:17:19.760 | 0 | 19 | <p>I am trying to copy various files from one HD to another.
on some files after several minutes (too many, say 5 minutes for an 11Mb file) I get this error and the file is not copied.</p>
<pre><code>cp: error reading 'TRACKS.dat': Input/output error
</code></pre>
<p>Oddly enough, however, I can read it.</p>
<p>So i ch... | 1631444 | null | null | 2023-09-19T14:17:19.760 | Copying a file from an HD with bad sectors | [
"data-recovery",
"copy"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486332 | 1 | null | 2023-09-19T14:18:33.183 | 0 | 377 | <p>I have file server that uses Samba. I connect to it through VPN and SSH. Sometimes, the server's IP address changes, and I can't access my files or SSH into it. I want to set a fixed IP address, but I can't locate the '/etc/network/interfaces' file. I'm not sure if the configuration is in 'netplan' or 'resolv.conf,'... | 1733256 | null | null | 2023-09-19T14:18:33.183 | how to set a static ip address for a server | [
"networking",
"server",
"ssh",
"samba",
"vpn"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T14:29:14.673",
"id": "2602963",
"postId": "1486332",
"score": "0",
"text": "Hi there - you should be able to google static ip address ubuntu 23.04 and find some suggestions. You're looking for a file in /etc/netplan/ probably.",
"userDisplayName": null,
"us... | null | [] | null | null | null | null | null |
1486333 | 1 | null | 2023-09-19T14:32:59.047 | 0 | 964 | <p>I am using Ubuntu 22.04. After one update, the file <code>~/.config/user-dirs.dirs</code> has changed the lines</p>
<pre><code>XDG_DESKTOP_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/"
</code></pre>
<p>So the folder Desktop and Public are missing and the Home folder shows on the Desktop.
I have manu... | 338346 | 469152 | 2023-09-19T22:52:50.413 | 2024-01-03T13:28:51.327 | Ubuntu 22.04 rewriting user-dirs.dirs | [
"22.04",
"directory",
"home-directory",
"user-profile"
] | 2 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T14:56:43.797",
"id": "2602975",
"postId": "1486333",
"score": "0",
"text": "This seems the cause of this change: [The way it works is that xdg-user-dirs-update(1) is run very early in the login phase.](https://wiki.archlinux.org/title/XDG_user_directories#:~:text=Th... | null | [
{
"accepted": null,
"body": "<p>When the file <code>.config/user-dirs.dirs</code> changes after logon, there seems that <a href=\"https://man.archlinux.org/man/xdg-user-dirs-update.1\" rel=\"nofollow noreferrer\">xdg-users-dirs-update</a> is being run (from <code>.profile</code>?, or from <code>.bashrc</cod... | null | null | null | null | null |
1486334 | 1 | null | 2023-09-19T14:36:06.223 | 0 | 90 | <p>I recently set up a VirtualBox with Ubuntu in it in order to run a server for a game, which I need to access from my Windows on the same PC, where the game is kept. I have absolutely zero knowledge and no experience with anything like this, but I followed clear instructions on how to do this.</p>
<p>When it was all ... | 1733261 | 94914 | 2023-09-21T01:16:43.510 | 2023-09-21T05:30:17.293 | How do I get Ubuntu in VirtualBox to give me a proper IP? | [
"ip",
"virtualbox-networking"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-20T22:25:01.467",
"id": "2603317",
"postId": "1486334",
"score": "0",
"text": "**Comments have been [moved to chat](https://chat.stackexchange.com/rooms/148660/discussion-on-question-by-sret-how-do-i-get-ubuntu-in-virtualbox-to-give-me-a-pr); please do not continue the... | null | [
{
"accepted": null,
"body": "<p>It looks to me like you are fighting windmills. There are no bad IP addresses. The ones starting with 10. 172.16 to 31 and 192.168 are internal IP addresses, as in they don't route to the internet. Most internet connections I see use a little box that does the NAT'ing to tran... | null | null | null | null | null |
1486335 | 1 | null | 2023-09-19T14:39:54.510 | 0 | 13 | <p>I had developed WebRTC real-time video conferencing app (N:1, N:N) and currently I am trying to deploy it to server.
But I can't set up Nginx successfully.</p>
<p>I used PM2 and I can't remove port number in app link.</p>
<p>If you have some idea about my issue, please help me.
Thanks.</p>
| 1733253 | null | null | 2023-09-19T14:39:54.510 | I can't deploy node js app to Ubuntu server | [
"server",
"nginx",
"javascript"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486336 | 1 | null | 2023-09-19T14:58:46.857 | 0 | 258 | <p>We do have a virtual Ubuntu machine under Azure. The IP address is known (for this message it will be named "thatIP").</p>
<p>Setup to log in via a certificate does work.</p>
<p>We are now trying to set up an access using username/password. SSH access is from a macOS machine (called "mylocal" in ... | 300609 | null | null | 2023-09-28T06:41:35.040 | SSH to Ubuntu virtual machine under Azure, permission denied (publickey) | [
"networking",
"server",
"permissions",
"ssh",
"azure"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T15:05:29.680",
"id": "2602977",
"postId": "1486336",
"score": "0",
"text": "I do see no mention of [authorized_keys](https://askubuntu.com/search?q=authorized_keys+ssh) which seems needed AFAIK",
"userDisplayName": null,
"userId": "274445"
},
{
"crea... | null | [
{
"accepted": null,
"body": "<p>The problem could be solved by activating the password authentification in the config file.</p>\n<p>Thanks for all the comments.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "202... | null | null | null | null | null |
1486337 | 1 | null | 2023-09-19T15:04:48.863 | 0 | 11 | <p>My computer has dual systems. Windows and Linux read RTC in different formats, but I don’t want to change the reading methods of these two systems. Windows can connect to the network after the time is messed up, but Ubuntu cannot. Is there any solution? Thank you.</p>
| 1733266 | null | null | 2023-09-19T15:04:48.863 | Ubuntu22.04 cannot connect to the network after the time is messed up | [
"networking"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486339 | 1 | null | 2023-09-19T15:32:03.400 | 1 | 248 | <p>We have an Ansible playbook that sets up PostgreSQL 15. It creates a new cluster using <code>pg_createcluster</code>, makes some changes to the config files that <code>pg_createcluster</code> creates (in /etc/postgresql/15/...), etc. This works fine when the PG cluster is new, but sometimes we want to reinstall the ... | 298003 | null | null | 2023-10-05T08:43:54.173 | Make pg_createcluster create the config dir even though the data dir exists | [
"postgresql"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>My workaround for this was to check if the data directory already exists (and contains a PG_VERSION file, to be sure) and, if so, run <code>pg_createcluster --datadir=SOME_TEMP_DIR</code> where <code>SOME_TEMP_DIR</code> is just a random temporary directory, then update <code... | null | null | null | null | null |
1486342 | 1 | null | 2023-09-19T16:09:52.070 | 1 | 48 | <p>Our IT department has experienced rather high turnover in recent months. We have one computer running only ubuntu, we believe it's to manage the phones but to be honest we're not sure. I can only access the root command line via the Grub recovery menu. I've tried resetting the passwords on all the accounts and unloc... | 1733276 | null | null | 2023-09-19T16:09:52.070 | Cannot log-in to any user accounts | [
"boot",
"grub2",
"login"
] | 0 | 14 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T16:13:18.103",
"id": "2602990",
"postId": "1486342",
"score": "0",
"text": "As root, can you `su` (switch user) to another account?",
"userDisplayName": null,
"userId": "149708"
},
{
"creationDate": "2023-09-19T16:17:46.347",
"id": "2602991",
... | null | [] | null | null | null | null | null |
1486343 | 1 | null | 2023-09-19T16:21:15.750 | 1 | 223 | <p>Could someone explain how terminal and shell work in terms of theming? Shell frameworks, like oh my zsh, allow you to change color theme. However, terminal emulators, like Blackbox, also allow you to change colors.</p>
<p>How does it work? Don’t these two ways to configure theme conflict with each other?
Is there an... | 533448 | null | null | 2023-09-19T16:21:15.750 | Shell color theme vs Terminal theme | [
"command-line",
"themes",
"gnome-terminal"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T17:05:24.557",
"id": "2603009",
"postId": "1486343",
"score": "0",
"text": "Not focsued on colors, but this is useful reading: [What is the exact difference between a 'terminal', a 'shell', a 'tty' and a 'console'?](https://unix.stackexchange.com/q/4126). That said ... | null | [] | null | null | null | null | null |
1486346 | 1 | null | 2023-09-19T16:56:47.893 | 0 | 165 | <p>I was installing Jenkins and run the following command, I got following error-</p>
<pre><code>utsav@utsav-HP-Laptop-14s-cr2xxx:~$ wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
ut... | 1180531 | 1180531 | 2023-09-19T17:10:36.277 | 2023-09-19T17:10:36.277 | Error in Installing Jenkins | [
"apt",
"updates",
"22.04",
"jenkins"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T17:31:20.863",
"id": "2603020",
"postId": "1486346",
"score": "0",
"text": "Take it up with the owner of the PPA.",
"userDisplayName": null,
"userId": "15811"
}
] | null | [] | null | null | null | null | null |
1486349 | 1 | null | 2023-09-19T17:28:37.717 | 0 | 70 | <p>I recently acquired the HP 250 G9 laptop and installed Ubuntu 22.0.4 on it. However, I've encountered an issue where my headphones are not being automatically detected when I plug them in. To enable audio through the headphones, I have to manually select the 'headphones' option in PulseAudio, even though it still sh... | 1733185 | null | null | 2023-09-19T17:28:37.717 | HP250 does not detect headphones | [
"sound",
"22.04",
"pulseaudio",
"alsa",
"headphones"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486350 | 1 | null | 2023-09-19T17:56:35.580 | 0 | 56 | <p>Introducing myself as a novice-level linux user, I need your help to stabilize my beloved Toshiba laptop.</p>
<p>I installed Ubuntu 22.04 Desktop on my old laptop (Toshiba Satellite C50D-A).</p>
<p>I upgraded HDD to SSD, RAM to 8 GB and wifi PCI card to Qualcomm Atheros AR9565 (QCWB335) (support Bluetooth 4.0) becau... | 1733286 | null | null | 2023-09-19T17:56:35.580 | Bluetooth come and go - Toshiba Satellite C50D-A, Wifi Qualcomm Atheros QCWB335 (AR9565) | [
"bluetooth",
"wacom",
"toshiba"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486351 | 1 | 1486452 | 2023-09-19T18:02:01.820 | 2 | 502 | <p>Today I've got the upgrade from Thunderbird 102.15.1 to version 115.2.3, courtesy of the <a href="https://launchpad.net/%7Emozillateam/+archive/ubuntu/ppa?field.series_filter=jammy" rel="nofollow noreferrer">Mozilla Team PPA</a>. The window buttons / title bar buttons in TB 115 are in a different order than for ever... | 48867 | 48867 | 2023-09-19T18:09:23.803 | 2023-09-20T11:24:26.333 | Title bar buttons in Thunderbird 115 in different order | [
"ppa",
"thunderbird"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-12-19T14:03:09.090",
"id": "2623193",
"postId": "1486351",
"score": "1",
"text": "We're witnesses yet another example where a company forces their poor design decisions on unsuspecting users. This contempt for a person's \"muscle memory\" is most frustrating. Where I once... | {
"accepted": true,
"body": "<p>In the new version of Thunderbird, window buttons are provided as client side decorations, i.e., these are drawn by the application itself. If the application then does not follow standards of your desktop environment, the buttons may not match. Apart from editing source code and rec... | [
{
"accepted": true,
"body": "<p>In the new version of Thunderbird, window buttons are provided as client side decorations, i.e., these are drawn by the application itself. If the application then does not follow standards of your desktop environment, the buttons may not match. Apart from editing source code... | null | null | null | null | null |
1486352 | 1 | null | 2023-09-19T18:09:45.937 | 0 | 445 | <p>I have tried with Libre Draw and Document viewer, but did not find a signature option.</p>
<p>Am I missing it in these applications, or should I try another program?</p>
| 513246 | null | null | 2023-09-19T19:30:38.510 | How do I add a signature to a pdf file on Ubuntu 22.04? | [
"22.04",
"pdf"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Assuming you mean a printed signature (ie not a digital one) -</p>\n<p>You can edit pdf files using Scribus (available in the software centre). There are other programs that allow pdf editing but it's the only one I could get to work for me and it certainly lets you add a sig... | null | null | null | null | null |
1486353 | 1 | null | 2023-09-19T18:13:12.433 | 0 | 198 | <p>I bought a cheap Atopnuc Linux box, and I've been having trouble with my Ubuntu system. So I decided to reinstall it. I downloaded ubuntu-22.04.3-desktop-amd64.iso, and burned it to a memory stick using BalenaEtcher, a Macintosh app made for the purpose of burning such things. (Trustworthy app?)</p>
<p>I go to my L... | 1733292 | null | null | 2023-09-19T18:13:12.433 | Error booting installer usb: '/boot/' not found | [
"boot",
"system-installation",
"uefi"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T18:23:22.707",
"id": "2603031",
"postId": "1486353",
"score": "0",
"text": "Did you hashcheck the downloaded ISO? Don't know about BalenaEtcher, but try Rufus.",
"userDisplayName": null,
"userId": "82196"
}
] | null | [] | null | null | null | null | null |
1486354 | 1 | 1487313 | 2023-09-19T18:22:33.897 | 0 | 115 | <p>I need some help to configure .yaml file on my ubuntu server 22.04.</p>
<p>In particular I need to configure the .yaml for a IP Aliasing cause my server has only 1 NIC but I need 2 subnets.</p>
<p>Example:</p>
<ul>
<li>Subnet1: eth0 -> 10.0.1.0/24</li>
<li>Subnet2: eth0:1 -> 192.168.1.0/24</li>
</ul>
<p>Could ... | 1709027 | null | null | 2023-09-28T14:48:54.280 | Configure .yaml for IP Aliasing | [
"server",
"22.04",
"netplan"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T18:47:00.470",
"id": "2603036",
"postId": "1486354",
"score": "1",
"text": "Probably what you are looking for: https://netplan.readthedocs.io/en/stable/examples/#how-to-use-multiple-addresses-on-a-single-interface",
"userDisplayName": null,
"userId": "23114... | {
"accepted": true,
"body": "<p>According to <a href=\"https://netplan.readthedocs.io/en/stable/examples/#how-to-use-multiple-addresses-on-a-single-interface\" rel=\"nofollow noreferrer\">https://netplan.readthedocs.io/en/stable/examples/#how-to-use-multiple-addresses-on-a-single-interface</a> you do multiple addre... | [
{
"accepted": true,
"body": "<p>According to <a href=\"https://netplan.readthedocs.io/en/stable/examples/#how-to-use-multiple-addresses-on-a-single-interface\" rel=\"nofollow noreferrer\">https://netplan.readthedocs.io/en/stable/examples/#how-to-use-multiple-addresses-on-a-single-interface</a> you do multip... | null | null | null | null | null |
1486355 | 1 | null | 2023-09-19T18:22:45.060 | 0 | 98 | <p>I installed Ubuntu Server 23.04 and afterwards manually installed <code>kodi</code> and <code>pulseaudio</code>.
I'm also using the <code>kodi-standalone</code> service to start kodi automatically on boot.</p>
<p>The problem is, that the service does not start or use pulseaudio, but if I start it via ssh (<code>sudo... | 1733294 | 1157209 | 2023-09-20T14:29:58.833 | 2023-09-20T14:29:58.833 | Service can't start or connect to pulseaudio | [
"pulseaudio",
"services",
"kodi",
"xinit"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-21T10:50:19.477",
"id": "2603417",
"postId": "1486355",
"score": "0",
"text": "the \"solution\" was to remove kodi incl. the service and install jellyfin",
"userDisplayName": null,
"userId": "1733294"
}
] | null | [] | null | null | null | null | null |
1486358 | 1 | null | 2023-09-19T18:51:44.803 | 0 | 1103 | <p>I have a Raspberry pi 4B with Ubuntu, and I’m trying to use my camera module 3 with python (I’ve tested the code with Raspberry Pi OS, so I know it’s right) using PiCamera and in a virtual environment (because otherwise I wouldn’t be able to install external packages). However, when I run the code, it says:</p>
<pre... | 1730618 | null | null | 2023-09-20T06:17:11.463 | Camera Module 3 not working on Ubuntu Raspberry Pi | [
"python",
"raspberrypi",
"camera",
"geany"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T20:15:35.487",
"id": "2603043",
"postId": "1486358",
"score": "0",
"text": "It's complaining about not finding `libmmal.so`. Find the package providing `libmmal.so` with `dpkg -S libmmal.so`. Install that package.",
"userDisplayName": null,
"userId": "25618"... | null | [
{
"accepted": null,
"body": "<p>It's complaining about not finding <code>libmmal.so</code>. Find the package providing <code>libmmal.so</code> with <code>dpkg -S libmmal.so</code>. Install that package using <code>apt install package-name</code>.</p>\n",
"commentCount": "1",
"comments": [
{
... | null | null | null | null | null |
1486360 | 1 | null | 2023-09-19T19:09:33.767 | 0 | 112 | <p>Hello i have Dell XPS 15 9510 and i want to install ubunty 23.04 or 22.10 but i cannot i have problems with drivers of nvidia and problem with xfs files encrypted. Can someone tell me how to install ubuntu on my laptopo without any problems? Is it possible ?</p>
| 1733303 | null | null | 2023-09-19T19:09:33.767 | Problem with installation ubuntu on my xps 9510 | [
"system-installation",
"dell",
"xps"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T19:21:50.083",
"id": "2603038",
"postId": "1486360",
"score": "2",
"text": "There isn’t enough information here to help you; have a look at the Ubuntu help pages to get started, and Dell have a very basic guide at https://www.dell.com/support/kbdoc/en-us/000131655/h... | null | [] | null | null | null | null | null |
1486363 | 1 | null | 2023-09-19T19:34:46.190 | 0 | 189 | <p>As in the title, I am experimenting a strange behaviour on ubuntu (both 23.04 and 22 lts). DNS doesn't resolve domain addresses if connected by wired LAN,but it does it on wifi (on the same network).
I already tried resolvectl status command and it outputs the same correct values for both interfaces.
Both interfaces... | 1733306 | 1733306 | 2023-09-19T23:14:06.783 | 2023-09-19T23:14:06.783 | Ubuntu 23.04 fresh install DNS not working on LAN but works perfectly on WLAN | [
"wireless",
"xubuntu",
"dns",
"lan"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-20T00:05:46.923",
"id": "2603092",
"postId": "1486363",
"score": "0",
"text": "Are you using an off the shelf router or some kind of heavy duty firewall on your network? Sometimes the rules for LANs can be more strict than wifi so you might not be able to DNS query pr... | null | [] | null | null | null | null | null |
1486364 | 1 | null | 2023-09-19T19:35:54.127 | 1 | 143 | <p>According to the <a href="https://wiki.archlinux.org/title/XScreenSaver" rel="nofollow noreferrer">XScreenSaver wiki</a>, the app should automatically recognize when browsers are playing videos, but it doesn't for me.</p>
<p>I'm running Ubuntu 23.04 over ARM (RPi4), and the app loads while on Firefox and Brave Brows... | 1705728 | null | null | 2023-09-19T19:35:54.127 | How to prevent XScreenSaver to load while playing videos on browsers (ARM)? | [
"screensaver",
"xscreensaver",
"gnome-screensaver"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T20:38:20.963",
"id": "2603046",
"postId": "1486364",
"score": "0",
"text": "I wrote a script here https://askubuntu.com/a/778817/231142 that will turn off the screensaver when it sees something full screen. In the comment section I was helping someone out with the ... | null | [] | null | null | null | null | null |
1486365 | 1 | null | 2023-09-19T19:36:30.253 | 0 | 86 | <p>I recently got a new PC, and grafted my old SSD into it. I worked with a dual boot, and set up the windows end first. This wiped the previous windows, but kept its boot files (including an efi), while my the partition containing Ubuntu has an empty efi file.</p>
<p>Unfortunately, the system keeps opening in read-onl... | 1733310 | null | null | 2023-09-22T13:40:29.323 | Ubuntu efi not mounted in correct partition but opens in ro mode | [
"boot",
"dual-boot",
"partitioning",
"grub2",
"uefi"
] | 1 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T20:41:31.507",
"id": "2603047",
"postId": "1486365",
"score": "1",
"text": "Please copy & paste the pastebin link to the BootInfo summary report ( do not post report), do not run the auto fix till reviewed. Use often updated ppa version over somewhat older ISO with ... | null | [
{
"accepted": null,
"body": "<p>Boot-Repair is a gui based tool to repair grub or update grub menu. It does not repair Windows. It may offer a default fix (which normally works, but has an advanced mode where user can make more settings).</p>\n<p>One of its best features is a report of the systems boot conf... | null | null | null | null | null |
1486370 | 1 | 1486512 | 2023-09-19T20:39:31.927 | 0 | 107 | <p>I need to install 3 different Ubuntus in different partititions and each installation shouldn't be able to read data from the others.</p>
<p>I thought this was simple installing multiple versions of Ubuntu in different encrypted partitions but I don't find how I can do this on the installer.
I tried creating partiti... | 560871 | null | null | 2023-09-20T21:54:39.483 | Multiple Ubuntu installations in the same disk but different partitions | [
"dual-boot",
"partitioning",
"encryption"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T22:39:08.363",
"id": "2603074",
"postId": "1486370",
"score": "0",
"text": "If isolation is absolutely crucial, then partitioning is not going to do what you want. Realistically, there are just two options: (1) install on removable media, such as USB sticks (2) inst... | {
"accepted": true,
"body": "<p>I had to make a custom setup:</p>\n<ol>\n<li>Install 1 of the OSs in an encrypted partition:</li>\n</ol>\n<ul>\n<li>Select 'Something else' option to create the partitions</li>\n<li>Create a small ext4 partition to mount /boot of 1gb</li>\n<li>Create the encrypted partition with the ... | [
{
"accepted": true,
"body": "<p>I had to make a custom setup:</p>\n<ol>\n<li>Install 1 of the OSs in an encrypted partition:</li>\n</ol>\n<ul>\n<li>Select 'Something else' option to create the partitions</li>\n<li>Create a small ext4 partition to mount /boot of 1gb</li>\n<li>Create the encrypted partition w... | null | null | null | null | null |
1486371 | 1 | null | 2023-09-19T20:42:08.413 | 0 | 117 | <p>System is running Ubuntu desktop 23.04</p>
<p>I am unable to update Application Software because the application does not see a network connection.</p>
<p>I have created a LACP 802.3ad dual nic connection using the netplan config file and renderer networkd.</p>
<pre><code>$ cat /etc/netplan/01-netcfg.yaml
networ... | 1656032 | 1656032 | 2023-09-19T20:57:54.710 | 2023-09-19T20:57:54.710 | network manager not show bond0 lacp connection | [
"networking",
"network-manager",
"network-bonding",
"systemd-networkd"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486372 | 1 | null | 2023-09-19T20:47:22.977 | 1 | 73 | <p>I'm a new user but not the first time ive had this problem on this particular laptop. I had Mint on it, and it was working, until it wasnt...when i first installed i had to do extra work for the broadcom network card. but when i installed this last time, it worked as the driver was already included.</p>
<p>so ive in... | 1733320 | 124466 | 2023-09-19T23:53:23.113 | 2023-09-19T23:53:42.163 | New Install No Internet | [
"system-installation",
"internet",
"broadcom"
] | 1 | 11 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T21:05:10.850",
"id": "2603051",
"postId": "1486372",
"score": "0",
"text": "First, connect the computer to internet using either ethernet or USB tethering from your phone. Then, open the `Additional Drivers` tab in the `Software & Sources` app. Do you see any wirele... | null | [
{
"accepted": null,
"body": "<p>There is a <a href=\"https://github.com/FreedomBen/rtl8188ce-linux-driver\" rel=\"nofollow noreferrer\">Github Project</a> hosting the drivers for this card.</p>\n<p>First, download it with git. Open a terminal and enter the following commands.</p>\n<pre><code>sudo apt instal... | null | null | null | null | null |
1486373 | 1 | null | 2023-09-19T21:24:24.253 | 0 | 156 | <p>Just moved so my computer has been in storage for a couple of months. It was running fine previously and was fine on for a couple of days since the move but now I can't get past the boot screen where I have a lot of error messages.</p>
<p>I've managed to update bios and Ubuntu, but neither have solved the problem.</... | 1257394 | 243321 | 2023-09-19T22:03:02.837 | 2023-09-19T22:03:02.837 | I'm stuck in boot with error messages Ubuntu 22.04 | [
"boot",
"22.04",
"acpi",
"pcie"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T23:35:24.483",
"id": "2603082",
"postId": "1486373",
"score": "0",
"text": "Does it boot up after the error messages?",
"userDisplayName": null,
"userId": "1591468"
},
{
"creationDate": "2023-09-21T22:55:50.120",
"id": "2603552",
"postId": "1... | null | [] | null | null | null | null | null |
1486374 | 1 | null | 2023-09-19T21:40:14.130 | 0 | 134 | <p>After I have been running the updates today for Ubuntu 22.04, I got an issue where my laptop has a high load between 1.6 and 2.0 on idle, even after killing nearly every process. Memory consumption looks good, CPU consumption feels bit high, but the laptop is still getting hot and fans are running overtime.</p>
<p>I... | 454702 | 454702 | 2023-09-19T22:06:08.923 | 2023-09-19T22:06:08.923 | High load+fanspeed with low mem/cpu consumption after update 22.04 | [
"22.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486379 | 1 | null | 2023-09-19T22:40:30.663 | 0 | 55 | <p>I'm running into a problem where my Ubuntu freezes at login or soon after logging in. I'm running it off of Oracle VM VirtualBox.
I get the following message before the login screen:</p>
<pre><code>/dev/sda3: recovering journal
/dev/sda3: Clearing orphaned inode...
/dev/sda3: Clearing orphaned inode...
/dev/sd... | 1733334 | 1157209 | 2023-09-21T07:28:31.257 | 2023-09-21T07:28:31.257 | Having issues logging in and crashing Ubuntu 22.04 | [
"boot",
"22.04",
"filesystem",
"freeze",
"crash"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486380 | 1 | null | 2023-09-19T23:34:43.953 | 0 | 49 | <p>My system is a ThinkPad T14 Gen 1 with an AMD Ryzen 7 pro 4700u, running Ubuntu 22.04.3 LTS. Gnome is Version 42.9 on Wayland.</p>
<p>Please see the following screenshot from Gnome System Monitor:</p>
<p><a href="https://i.stack.imgur.com/Jhx4m.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/Jhx4m... | 879144 | null | null | 2023-09-20T10:04:09.370 | Some gcc background operation clogs my CPU | [
"22.04",
"gcc"
] | 1 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-19T23:49:05.450",
"id": "2603086",
"postId": "1486380",
"score": "1",
"text": "see PIDs 13025 and 13228., both running `make`. You seem to be compiling.",
"userDisplayName": null,
"userId": "372967"
},
{
"creationDate": "2023-09-19T23:50:42.140",
"i... | null | [
{
"accepted": null,
"body": "<p>I had the <code>displaylink-driver</code> package installed which might have tried an update but is also known to fail to compile on some kernels.</p>\n<p>Right from the start this piece of software did not spark any joy and it never performed well with the docking hardware I... | null | null | null | null | null |
1486383 | 1 | 1486384 | 2023-09-20T00:05:09.867 | 1 | 171 | <p>This question is related to <a href="https://github.com/canonical/subiquity/releases/tag/23.09.1" rel="nofollow noreferrer">this GitHub post</a>.</p>
<p>I just wanted to make sure if I got the link correctly and not made an error I replace the ma.archiveUbuntu links with <a href="http://security.ubuntu.com/ubuntu" r... | 1733339 | 349837 | 2023-09-20T01:00:18.957 | 2023-09-20T01:00:18.957 | Sources.list Critical Vulnerability link update | [
"apt",
"updates",
"security"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-20T00:30:21.527",
"id": "2603096",
"postId": "1486383",
"score": "4",
"text": "FYI for future reference, it is better to copy/paste from terminal to the post as text instead of linking screenshots from terminal. It's more readable for people that way.",
"userDispl... | {
"accepted": true,
"body": "<p>If we are focusing only on the Security repos, then you can combine them all in one line:</p>\n<pre><code>deb http://security.ubuntu.com/ubuntu lunar-security main restricted universe multiverse\n# deb-src http://security.ubuntu.com/ubuntu lunar-security main restricted universe mult... | [
{
"accepted": true,
"body": "<p>If we are focusing only on the Security repos, then you can combine them all in one line:</p>\n<pre><code>deb http://security.ubuntu.com/ubuntu lunar-security main restricted universe multiverse\n# deb-src http://security.ubuntu.com/ubuntu lunar-security main restricted unive... | null | null | null | null | null |
1486385 | 1 | null | 2023-09-20T01:04:58.900 | 0 | 148 | <p>I'm running Ubuntu 22.04.3 LTS on a Raspberry Pi4 with 8GB RAM and Firefox 117.0.1 installed.
I'm seeing the following errors via journalctl -f, when starting to view an OReily course video on Firefox:</p>
<pre><code>firefox_firefox.desktop[16910]: [GFX1-]: Couldn't sanitize RENDERER device: V3D 4.2
firefox_firefox... | 874895 | 243321 | 2023-09-20T01:46:23.680 | 2023-09-20T01:46:23.680 | Firefox Video Play Errors on Raspberry Pi4 | [
"firefox",
"video",
"raspberrypi"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486386 | 1 | null | 2023-09-20T01:06:41.817 | 0 | 38 | <p><a href="https://pastebin.com/2wGZJvBT" rel="nofollow noreferrer">https://pastebin.com/2wGZJvBT</a></p>
<p>Not able to get anything from the logs. Tried some debugging but didn't help. Any pointers plz</p>
<p>Sorry couldn't make much sense of the logs to debug further</p>
| 433446 | 433446 | 2023-09-20T01:38:19.913 | 2023-09-20T01:38:19.913 | upgraded to 22.04 from 20.0 startx fails | [
"22.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486388 | 1 | null | 2023-09-20T01:14:01.823 | 1 | 374 | <p>I am in Singapore and the server (Ubuntu 22.04 EC2 instance) is set according to the my local timezone (UTC+8H), at least so the <code>date</code> command tells me.</p>
<pre><code>$ date
Wed Sep 20 09:07:42 +08 2023
</code></pre>
<p>Is this a conclusive proof that my timezone setting is local? Unfortunately, my <cod... | 79579 | 79579 | 2023-09-20T02:05:44.977 | 2023-09-20T12:29:22.183 | Why Cronjobs Run According to UTC Time? | [
"command-line",
"cron",
"time",
"timezone"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-20T02:17:55.583",
"id": "2603103",
"postId": "1486388",
"score": "1",
"text": "What happens if you replace `@daily` with `0 0 * * *`? They are equivalent. Your problem is unusual. I have tried both of these in cron. I don't live in UTC.",
"userDisplayName": null,
... | null | [
{
"accepted": null,
"body": "<p><strong>If you want to change when the job runs:</strong></p>\n<p>See <a href=\"https://askubuntu.com/a/536489/1733436\">here</a> for a system-wide solution that basically changes <code>/etc/timezone</code> which <em>cron</em> respects, according to <a href=\"https://manpages... | null | null | null | null | null |
1486392 | 1 | null | 2023-09-20T01:41:04.150 | 0 | 214 | <p>I just upgraded to Xubuntu 23.04 and it turns out that now, <code>xflock4</code> repeatedly launches the screensaver when locking the screen, even if I keep moving the mouse and typing into the keyboard, it keeps turning the screen into black and showing the screensaver <strong>again and again for something around 1... | 642714 | 642714 | 2023-09-20T02:56:27.503 | 2023-09-20T03:19:48.313 | How to fix XFCE's xflock4 reapeatedly launching the screensaver? | [
"xubuntu",
"xfce",
"lock-screen",
"23.04"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The bug was already solved in version <code>4.18.0</code> <a href=\"https://gitlab.xfce.org/apps/xfce4-screensaver/-/tags/xfce4-screensaver-4.18.0\" rel=\"nofollow noreferrer\">GitLab Tag xfce4-screensaver-4.18.0</a></p>\n<p>A developer explained why it's still happening, tho... | null | null | null | null | null |
1486398 | 1 | null | 2023-09-20T03:45:20.690 | 0 | 62 | <p>My laptop has intel CORE i7 8th Gen processor.
I had Ubuntu Mate 22.04 on 256GB M.2 drive, and Windows 10 on another HDD drive.
I got a new 512GB NVMe and I wanted to clone my Ubuntu to it to use the bigger size.</p>
<p>When I used Clonezilla I got the following message:</p>
<p><code>This disk contains mismatched GP... | 1733357 | null | null | 2023-09-20T03:45:20.690 | SSD M.2 cannot read after removing invalid GPT partition | [
"dual-boot",
"partitioning",
"grub2"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486399 | 1 | null | 2023-09-20T03:46:01.987 | 0 | 19 | <p>I am new to Ubuntu. My keyboard often get stuck and refuse to type any keyword except the one in "qwfjzn" (Not all the time but quite often).</p>
<p>It can happen in any program from taskbar to slack to any input in webpage.</p>
<p>It also happens randomly since I can still type at other place that it isn'... | 1733359 | null | null | 2023-09-20T03:46:01.987 | Keyboard can only type qwfjzn | [
"keyboard"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486402 | 1 | null | 2023-09-20T04:15:07.073 | 0 | 26 | <p>I was trying Linux for the first time in 2021 (dual boot on two hard drives), found Ubuntu Studio, which seemed perfect for my music and graphics work. I never had the computer online until just recently. The distro updated and now my mouse buttons don't work. The cursor moves but the buttons don't do anything.</p>
... | 1733364 | null | null | 2023-09-20T04:15:07.073 | Ubuntu Studio updated and now my mouse buttons don't work | [
"mouse",
"gedit"
] | 0 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-20T04:28:46.490",
"id": "2603111",
"postId": "1486402",
"score": "0",
"text": "The starting point I'd likely provide is what release you're using; as you didn't specify. Ubuntu Studio used to use Xfce (*older releases*) thus had `mousepad` as the text editor, however m... | null | [] | null | null | null | null | null |
1486406 | 1 | null | 2023-09-20T05:16:20.557 | 1 | 239 | <p>Whenever I try to import a starship.toml file by typing</p>
<pre><code>starship preset tokyo-night -o ~/.config/starship.toml
</code></pre>
<p>I get the following error:</p>
<pre><code>Error writing preset to file: Permission denied (os error 13)
</code></pre>
<p>I've looked at a bunch of posts detailing the same er... | 1733376 | 1733376 | 2023-09-20T05:25:06.630 | 2023-09-20T05:25:06.630 | starship cannot access/edit starship.toml | [
"command-line",
"permissions",
"prompt"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1486407 | 1 | null | 2023-09-20T05:42:23.063 | 0 | 38 | <p>A couple weeks ago my Ubuntu 22.04 LTS suddenly stopped recognizing my Dell external monitor (it still works on Windows - I'm using dual boot) so I tried using different Nvida drivers in Ubuntu to see if I could get it working, but then the screen went blank and I haven't been able to get it working again. When I tr... | 1130477 | null | null | 2023-09-20T05:42:23.063 | Screen went blank, and now only boots into Lowlatency mode | [
"boot",
"dual-boot",
"nvidia"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-22T16:19:46.220",
"id": "2603691",
"postId": "1486407",
"score": "0",
"text": "Guys, is there any more information I can add to make this issue easier to solve? One thing that came to mind is the moment the screen went blank I was also working on trying to recover some... | null | [] | null | null | null | null | null |
1486409 | 1 | null | 2023-09-20T06:23:03.520 | 0 | 551 | <p>I am trying to reinstall my Nvidia driver I removed everything and then installed it again using:</p>
<pre><code>sudo apt autoremove nvidia* --purge
sudo ubuntu-drivers autoinstall
</code></pre>
<p>I tried installing another driver such as the 525 the installation worked perfectly fine but then it made my computer s... | 1733270 | 1733270 | 2023-09-20T07:51:33.483 | 2023-09-20T07:51:33.483 | Nvidia driver installation | [
"drivers",
"nvidia",
"package-management"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-09-20T07:58:42.107",
"id": "2603138",
"postId": "1486409",
"score": "0",
"text": "Does this answer your question? [Unable to install nvidia-driver-495 and nvidia-dkms-495](https://askubuntu.com/questions/1373334/unable-to-install-nvidia-driver-495-and-nvidia-dkms-495)",
... | null | [] | null | null | null | null | null |
1486412 | 1 | null | 2023-09-20T06:48:56.420 | 0 | 16 | <p>Ive been trying to run sudo apt update but I keep running to the same error which ive added below. I'll appreciate any input you have</p>
<pre><code>E: The repository 'http://packages.microsoft.com/repos/code/dists/stable/InRelease jammy Release' does not have a Release file.
N: Updating from such a repository can't... | 1733396 | 1066942 | 2023-09-20T07:03:29.147 | 2023-09-20T07:03:29.147 | Im trying to use sudo apt update but keep getting this error | [
"apt",
"package-management",
"upgrade",
"updates",
"repository"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | 2023-09-20T07:50:38.393 | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.