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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1508260 | 1 | 1508280 | 2024-03-22T08:42:49.963 | 1 | 272 | <p>software I need to use is requiring clang 18 to be installed on my computer:</p>
<p><code>em++: warning: LLVM version for clang executable "/usr/bin/clang" appears incorrect (seeing "14.0", expected "18") [-Wversion-check]</code></p>
<p>After little bit of searching I've learned I shoul... | 999755 | null | null | 2024-03-23T06:05:45.867 | How do I install clang 18 on Ubuntu? | [
"apt",
"clang"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Using <a href=\"https://ubuntuhandbook.org/index.php/2023/09/how-to-install-clang-17-or-16-in-ubuntu-22-04-20-04/\" rel=\"nofollow noreferrer\">this guide</a> you can install Clang 18.</p>\n<p>In brief, there are 3 steps:</p>\n<ol>\n<li><p>Download the Automatic Installation Script u... | [
{
"accepted": true,
"body": "<p>Using <a href=\"https://ubuntuhandbook.org/index.php/2023/09/how-to-install-clang-17-or-16-in-ubuntu-22-04-20-04/\" rel=\"nofollow noreferrer\">this guide</a> you can install Clang 18.</p>\n<p>In brief, there are 3 steps:</p>\n<ol>\n<li><p>Download the Automatic Installation ... | null | null | null | null | null |
1508261 | 1 | null | 2024-03-22T08:48:10.417 | -1 | 21 | <p>I followed the <a href="https://github.com/endomapper/NR-SLAM" rel="nofollow noreferrer">github</a> to try to build and run NR SLAM. I downloaded OpenCV (version 4.4.0), Pangolin, mlpack-4.3.0, Boost, Eigen3.0, and had to update the kitware repository using this <a href="https://askubuntu.com/questions/355565/how-do... | 1777044 | 1777044 | 2024-03-22T18:45:48.400 | 2024-03-22T18:45:48.400 | Error trying to build NR-SLAM on WSL, Ubuntu 20.04.03 LTS | [
"command-line",
"20.04",
"software-installation",
"windows-subsystem-for-linux"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T08:56:20.767",
"id": "2646347",
"postId": "1508261",
"score": "1",
"text": "Is the eigen3 development package (`libeigen3-dev`) installed on your system?",
"userDisplayName": null,
"userId": "178692"
},
{
"creationDate": "2024-03-22T18:25:27.103",
... | null | [] | null | null | null | null | null |
1508263 | 1 | 1508335 | 2024-03-22T09:05:24.727 | 0 | 69 | <p>I found many posts how to change a swap partition to a file e.g.: <a href="https://askubuntu.com/questions/934679/swap-partition-to-swap-file">Swap partition to Swap file</a>. Due to some hibernate issues with LUbuntu I'd like to change my swap file to a partition. Can this be done or does it require a fresh install... | 839968 | null | null | 2024-03-23T01:57:36.170 | Change swap file to swap partition - can this be done easily? | [
"swap"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T09:14:07.370",
"id": "2646350",
"postId": "1508263",
"score": "1",
"text": "You stop using *swapfile* and switch to *swap partition*, use both, or change from *partition* to *swapfile*. All you need to do is add a swap partition using available space OR shrink a par... | {
"accepted": true,
"body": "<p>To create a swap (or any) partition on a disk, none of the disk's partitions can be <code>mount</code>ed. Boot from a Live Cd, or your installation medium in "Try Ubuntu" mode.</p>\n<p>Run <code>gparted</code>, make sure (in the upper right corner of <code>gparted</code>'s ... | [
{
"accepted": true,
"body": "<p>To create a swap (or any) partition on a disk, none of the disk's partitions can be <code>mount</code>ed. Boot from a Live Cd, or your installation medium in "Try Ubuntu" mode.</p>\n<p>Run <code>gparted</code>, make sure (in the upper right corner of <code>gparted</... | null | null | null | null | null |
1508265 | 1 | null | 2024-03-22T09:37:52.067 | 0 | 74 | <p>audio works only with bluetooth devices, neither if i connect something with aux it's been recognized.
I tried opening <code>alsamixer</code>
but it says this</p>
<pre><code>ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned erro... | 1705176 | 158442 | 2024-03-23T11:53:47.263 | 2024-03-23T11:53:47.263 | Audio problem: it says "dummy output" and i can't hear anything | [
"sound",
"22.04",
"bluetooth",
"pulseaudio",
"alsa"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T10:04:45.187",
"id": "2646358",
"postId": "1508265",
"score": "0",
"text": "\"i tried a cuple of things i found online\" to save people trying to provide answers you have already tried, [edit] you question with what you have actually tried. For example, in `Settings... | null | [
{
"accepted": null,
"body": "<p>i solved!</p>\n<p>I have done</p>\n<pre><code>sudo apt remove --purge alsa-base pulseaudio\n</code></pre>\n<p>And then I have installed again</p>\n<pre><code>sudo apt install alsa-base pulseaudio linux-sound-base \n</code></pre>\n<p>and</p>\n<pre><code>sudo apt install ubuntu... | null | null | null | null | null |
1508267 | 1 | null | 2024-03-22T09:51:34.737 | -4 | 32 | <p>I use Ubuntu 22.04. How to deploy JasperReport server in Kubernetes?
I have the license file. I have access to the GitHub repository where the src for jasperReport, but I still need a bit of understanding of the whole process.</p>
| 1760821 | 1760821 | 2024-03-22T10:54:08.157 | 2024-03-22T10:54:08.157 | JasperReport server | [
"software-installation",
"22.04",
"kubernetes"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T09:58:11.750",
"id": "2646357",
"postId": "1508267",
"score": "0",
"text": "what is you linux distro/version?",
"userDisplayName": null,
"userId": "307670"
},
{
"creationDate": "2024-03-22T10:07:37.173",
"id": "2646360",
"postId": "1508267",
... | null | [] | null | null | null | null | null |
1508269 | 1 | null | 2024-03-22T10:06:13.020 | -1 | 46 | <p>I updated my BIOS and it told me to restart the PC for it to work, but after restarting I noticed that the dual boot menu isn't showing anymore. I have both the Windows 11 and Ubuntu 22.04 on the same disk, but on different partitions.</p>
<p>I have tried almost everything, but nothing is working.</p>
<p><a href="ht... | 1777062 | 94914 | 2024-03-22T10:51:24.783 | 2024-03-22T14:02:32.277 | grub boot menu is not showing after BIOS update | [
"dual-boot",
"partitioning",
"grub2",
"22.04",
"windows-11"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T14:24:09.277",
"id": "2646405",
"postId": "1508269",
"score": "1",
"text": "For Linux repairs better to show from gparted. Windows does not correctly see Linux partitions. Is the 150GB #5 your Ubuntu install? Bitlocker on also prevents Linux tools from correctly see... | null | [
{
"accepted": null,
"body": "<p>I also have this problem with my MSI board,\nyou have to manually re-install Grub2 with a Live Image from your USB or DVD, cause the BIOS update clears the nvram of motherboard.</p>\n<p>Here a list of steps you have to do:</p>\n<ul>\n<li>Boot Ubuntu from Live CD or USB</li>\n... | null | null | null | null | null |
1508274 | 1 | null | 2024-03-22T10:47:32.610 | 1 | 45 | <p>I have no idea if both of these issues are related.</p>
<p>Everytime I open Discord I get a popup that says: Authentication required, the password you use to log in to your machine no longer matches that of your login keyring.</p>
<p>I have tried both my ubuntu password, and my keyring password, neither unlock this.... | 1773355 | null | null | 2024-03-22T20:33:24.550 | Discord unable to share screen, and keeps asking for authentication | [
"keyrings"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508281 | 1 | null | 2024-03-22T12:47:15.963 | 0 | 19 | <p>I'm using ubuntu as a host to cross compile raspberry pi 3b+ as a target. I tried to use commands below:</p>
<pre><code>sudo make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -C /home/ubuntu/Desktop/workspace/linux M=$PWD modules
</code></pre>
<p>but when I use this command it gives me error that below:</p>
<pre><cod... | 1777091 | null | null | 2024-03-22T12:47:15.963 | Cross-Compile Raspberry Pi "Kernel configuration is invalid" Error | [
"kernel",
"compiling",
"raspberrypi",
"linux-headers",
"cross-compilation"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508282 | 1 | null | 2024-03-22T12:54:47.747 | 0 | 50 | <p>I have an external hard drive, formatted with NTFS. On it I have one folder with about 100,000 files, totalling about 140GB (excluding overhead).</p>
<p>I'm finding that I can no longer list the files in the folder.</p>
<pre><code>$ pwd
/media/matthew/nemweb/AppliedEconometrics/data/01-A-raw
$ ls
ls: reading directo... | 406054 | null | null | 2024-03-22T12:54:47.747 | ls and find give "invalid argument" when passing no argument | [
"files",
"filesystem",
"ntfs",
"ls"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T13:26:18.257",
"id": "2646395",
"postId": "1508282",
"score": "3",
"text": "Don't know what this has to do with Ubuntu, ...anyway, usually the advice is to get a Windows machine to repair ntfs file systems.",
"userDisplayName": null,
"userId": "20054"
}
] | null | [] | null | null | null | null | null |
1508284 | 1 | null | 2024-03-22T13:29:58.223 | -2 | 41 | <p>I want to customize installation CD for Ubuntu Desktop. Version 24.04.</p>
<ul>
<li><p>Anybody, to confirm, that the functionality has been lost and there is no full replacement?</p>
</li>
<li><p>Anybody, to tell, how a customization <em>intended</em> to be done? I found few hacks. I'm disappointed how someone shoul... | 1612422 | 1612422 | 2024-03-22T13:36:35.010 | 2024-03-22T13:36:35.010 | Are there a pre- and post-install hooks before going into reboot in Ubuntu Desktop Installer (as of 24.04; 23.04+ changes)? | [
"system-installation",
"iso",
"customization",
"23.10",
"24.04"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T02:46:36.973",
"id": "2646506",
"postId": "1508284",
"score": "1",
"text": "Ubuntu 24.04 (*noble*) doesn't yet exist; it's currently the *development* release Ubuntu *noble* and remains that until it reaches RC state which isn't expected until after 18 April 2024, a... | null | [] | null | null | null | null | null |
1508285 | 1 | null | 2024-03-22T13:52:27.667 | 0 | 191 | <p>I've spent hours to get my new Dell xps 9440 with Nvidia RTX 4050 GPU running. I freshly installed Ubuntu 23.10 with my bootable USB-Stick. After installing and restarting my device is stuck with a blackscreen and a blinking cursor while booting. I cant find any error messages in the journalctl. My devices uses 2 GP... | 1777100 | 20054 | 2024-03-22T16:17:03.703 | 2024-03-24T02:57:29.747 | Boot fails on Dell XPS 9440 with fresh 23.10 installation | [
"nvidia",
"dell",
"nvidia-optimus",
"23.10",
"nvidia-prime"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T13:58:54.160",
"id": "2646398",
"postId": "1508285",
"score": "0",
"text": "boot into `recovery` mode where you can get a root console from there issue commands to see then fix",
"userDisplayName": null,
"userId": "18025"
},
{
"creationDate": "2024-0... | null | [
{
"accepted": null,
"body": "<p><strong>tl;dr: Install <a href=\"https://kernel.ubuntu.com/mainline/\" rel=\"nofollow noreferrer\">Mainline Kernel</a> >= 6.8 and Nvidia drivers should work as expected.</strong></p>\n<p>i currently setup the exact same machine. And actually most stuff is working quite wel... | null | null | null | null | null |
1508289 | 1 | null | 2024-03-22T14:14:55.083 | 0 | 12 | <p>I have installed nvm (as root user) in my linux system (Ubuntu 22). On that time, I was connected by using a VNC session. The app is available every time I'm connecting with VNC.</p>
<p>The problem I'm facing is that my system is reporting nvm as not being available when I'm connecting locally, from the terminal, wh... | 1244376 | null | null | 2024-03-22T14:14:55.083 | System-wide app availability in Linux - Local user vs. VNC session | [
"root",
"users",
"vnc"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T14:36:13.133",
"id": "2646409",
"postId": "1508289",
"score": "1",
"text": "Installing something in an arbitrary directory doesn't make it available for any user. Executable are expected to be found in certain dirs - `echo $PATH`.",
"userDisplayName": null,
... | null | [] | null | null | null | null | null |
1508291 | 1 | null | 2024-03-22T14:18:39.400 | 0 | 30 | <p>SSH enables remote (WAN / LAN) viewing files through a terminal.</p>
<p>As I understand it, SAMBA:</p>
<ol>
<li>provides access through a file-browser (Nautilus / Finder)</li>
<li>requires the user to be on the same LAN as the SAMBA server</li>
</ol>
<p>What is the <strong>class name</strong> of <em>file-access serv... | 545291 | 545291 | 2024-03-22T14:51:37.347 | 2024-03-22T14:51:37.347 | What is the term for the class of service that provides network file-browser file access? | [
"samba"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508292 | 1 | null | 2024-03-22T14:46:14.643 | -2 | 54 | <p>I have an Ubuntu server</p>
<pre><code>No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
Linux lab01 6.5.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Mar 12 10:22:43 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
</code></pre>
<p>And ... | 1069911 | 1069911 | 2024-03-25T07:26:59.777 | 2024-03-28T14:30:30.727 | Clock won't syncronize and drift | [
"sync",
"clock"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T20:30:36.697",
"id": "2646469",
"postId": "1508292",
"score": "2",
"text": "What time does the command 'date' give, how much is it off compared to actual time ? The ntp-protocol will not adjust time if it is more than an hour or so off.Linux expects systm(bios clock... | null | [] | null | null | null | null | null |
1508293 | 1 | null | 2024-03-22T14:56:24.650 | -1 | 25 | <p>I have some files that I copied over to Ubuntu 22.04 from my old Windows system. I noticed that many of them were highlighted this strange green color, so following <a href="https://askubuntu.com/questions/881949/ugly-color-for-directories-in-gnome-terminal">advice from Stack Exchange</a> I recursively did <code>chm... | 1641039 | 1641039 | 2024-03-22T15:09:07.227 | 2024-03-22T15:09:07.227 | Can open directory in file explorer but not in terminal | [
"permissions",
"windows",
"nautilus",
"ntfs",
"ls"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T15:03:41.647",
"id": "2646411",
"postId": "1508293",
"score": "1",
"text": "Is the file/folder name really `----` or is that a placeholder in your question? Please provide actual example of the command and output copied directly from the terminal to your question ab... | null | [] | null | null | null | null | null |
1508294 | 1 | null | 2024-03-22T14:59:40.540 | 0 | 96 | <p>I would like to know how to make 2 partitions on a USB drive
1 partition is for backing up files
and the other should be bootable on any system.
then it should just boot a ubuntu.iso (so i can cleanly install ubuntu on my system)
BUT the thing is i would like to have it done without software, for example, if i want ... | null | null | null | 2024-03-23T03:23:08.350 | How to make a bootable USB drive without software | [
"usb"
] | 3 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T15:06:09.033",
"id": "2646412",
"postId": "1508294",
"score": "3",
"text": "Have you considered [Ventoy](https://www.ventoy.net/en/index.html)",
"userDisplayName": null,
"userId": "307670"
},
{
"creationDate": "2024-03-22T15:18:40.047",
"id": "26... | null | [
{
"accepted": null,
"body": "<p>I guess you search something like <a href=\"https://www.ventoy.net/en/index.html\" rel=\"nofollow noreferrer\">Ventoy</a>, after installing this on your USB you can place all the ISOs you wish on the partition, and also store private files, no extraction of ISOs or flashing n... | null | null | null | null | user1777120 |
1508295 | 1 | null | 2024-03-22T15:11:08.467 | -2 | 24 | <p>I had a boot failure and am trying to use grub to recover.
My boot partition is (hd6,gpt3), which I set as root.
the grub command linux /boot/vmlinuz-5.15.0-75-generic root=/dev/sdg3 results in "error: can't allocate kernel"
I cannot see what is wrong.</p>
| 1624837 | null | null | 2024-03-22T15:11:08.467 | Grub error "Can't allocate Kernal" when using the linux command | [
"grub2"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T15:57:02.377",
"id": "2646425",
"postId": "1508295",
"score": "0",
"text": "Does a configfile entry work to boot grub.cfg? https://ubuntuforums.org/showthread.php?t=2076205&page=54&p=13788092#post13788092 Please copy & paste the pastebin link to the BootInfo summary... | null | [] | null | null | null | null | null |
1508298 | 1 | null | 2024-03-22T15:19:28.623 | -1 | 32 | <p>I am on Ubuntu 23.10, x64 machine, everything up to date and using Wayland.</p>
<p>I am enjoying waybar a lot and playing with configuration I managed to obtain two different bars, one on the top and one on the bottom.</p>
<p>Problem is: the top one eludes windows (i.e. maximizing a window does not cover it) while t... | 1777127 | null | null | 2024-03-22T15:19:28.623 | Waybar: why is the bottom bar not eluding windows? | [
"kde",
"wayland",
"plasma",
"layout"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508303 | 1 | null | 2024-03-22T16:20:18.097 | -7 | 35 | <p>This is the version of MacOS I have:</p>
<p><a href="https://i.stack.imgur.com/s4mLq.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/s4mLq.png" alt="MacOS version" /></a></p>
| 1777139 | 1749634 | 2024-03-28T09:21:47.887 | 2024-03-28T09:21:47.887 | Can I install, and which version Ubuntu on an apple computer? | [
"mac",
"versions",
"apple"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T16:22:16.600",
"id": "2646429",
"postId": "1508303",
"score": "5",
"text": "Does this answer your question? [Will my device work with Ubuntu?](https://askubuntu.com/questions/986878/will-my-device-work-with-ubuntu) It's worth running an Ubuntu USB live session to te... | null | [] | null | null | 2024-03-22T17:59:28.197 | null | null |
1508309 | 1 | null | 2024-03-22T17:40:28.673 | -1 | 24 | <p><strong>Ubuntu 23.10</strong> Using Cinnamon desktop.</p>
<p>Local Wifi network printers keep appearing and reactivating themselves in 'Printers-Local Host'. They show up as a 'Printer installed' dialog box on my screen.</p>
<p>In Printer Properties, Policies, I have repeatedly un-ticked 'Enabled' and 'Accepting Job... | 464356 | null | null | 2024-03-22T17:40:28.673 | Network Printers | [
"networking",
"printing"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T17:42:43.807",
"id": "2646444",
"postId": "1508309",
"score": "3",
"text": "no it is not dated. It is correct. disable avahi-daemon. that services add printers,",
"userDisplayName": null,
"userId": "15811"
},
{
"creationDate": "2024-03-23T18:45:51.98... | null | [] | null | null | null | null | null |
1508311 | 1 | null | 2024-03-22T17:46:49.717 | -2 | 27 | <p>I accidentally installed ubuntu on my main C drive and i have no idea how to get windows back onto it.. I've tried a bootable windows usb drive and as well have a empty usb drive for the windows installation but the drives wont show up at all..</p>
<p>F9 or F12 wont work either whenever trying to factory reset</p>
| 1777156 | 1777156 | 2024-03-22T17:50:16.863 | 2024-03-22T17:50:16.863 | Stuck On Ubuntu ASUS ROG STRIX | [
"asus"
] | 0 | 6 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T17:53:40.010",
"id": "2646445",
"postId": "1508311",
"score": "2",
"text": "That is a windows problem. I seem to remember you can load disk drivers during windows usb boot. Maybe you need to do that. But you really need to ask Windows users.",
"userDisplayName"... | null | [] | null | null | null | null | null |
1508313 | 1 | null | 2024-03-22T18:05:23.967 | -1 | 35 | <p>I have been using MystIQ video converter with great success in Ubuntu 20.04, but it seems to have problems with MPV files. There is no audio mostly. Some MPV files are OK, but mostly they get converted to MP4 and have no audio. Do you have any ideas?</p>
| 661173 | 158442 | 2024-03-23T08:00:51.397 | 2024-03-23T08:00:51.397 | MystIIQ video converter having problems with mpv files | [
"20.04",
"mp4",
"video-conversion"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508314 | 1 | 1508408 | 2024-03-22T18:13:58.873 | -1 | 72 | <p>I'm trying to lock down an Ubuntu 20.04 image by removing vulnerable packages we don't use. I've run a Nessus Advanced Network Scan with the SSH login credentials and it found a number of issues, for instance "Ubuntu 18.04 LTS / 20.04 LTS / 22.04 LTS : Vim vulnerabilities (USN-6026-1)" (<a href="https://ub... | 59832 | null | null | 2024-03-23T23:51:20.260 | Nessus continues to warn me about vulnerable packages that have been removed | [
"20.04",
"purge",
"nessus"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T18:25:19.957",
"id": "2646450",
"postId": "1508314",
"score": "2",
"text": "This is probably a question for nessus devs. Most so called security scanners have false positives, which is obviously the case here. File a bug report, or contact someone at nessus.whatever... | {
"accepted": true,
"body": "<p>I can't figure out how to do this in the UI, but if I export the report as a PDF then under the issue:</p>\n<blockquote>\n<p>Ubuntu 18.04 LTS / 20.04 LTS / 22.04 LTS : Vim vulnerabilities (USN-6026-1)</p>\n</blockquote>\n<p>there's a subsection "Assets" with:</p>\n<blockquo... | [
{
"accepted": true,
"body": "<p>I can't figure out how to do this in the UI, but if I export the report as a PDF then under the issue:</p>\n<blockquote>\n<p>Ubuntu 18.04 LTS / 20.04 LTS / 22.04 LTS : Vim vulnerabilities (USN-6026-1)</p>\n</blockquote>\n<p>there's a subsection "Assets" with:</p>\n<... | null | null | null | null | null |
1508315 | 1 | null | 2024-03-22T18:29:36.197 | -1 | 47 | <p>I am trying to play movies and series on Amazon Prime videos and Netflix, but the quality is low compared to Windows. My laptop is the Asus Vivobook s15 OLED bape Edition model.</p>
<p>Graphics card: Intel Iris Xe Graphics<br />
Processor: Intel Core i9-13900H</p>
<p>In Windows it gives me an excellent reproduction ... | 1777137 | 94914 | 2024-03-23T07:37:08.323 | 2024-03-23T07:37:08.323 | Streaming websites do not give me the same image quality on Ubuntu as on Windows, how can I fix this? | [
"drivers",
"graphics",
"video"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T18:38:13.497",
"id": "2646454",
"postId": "1508315",
"score": "3",
"text": "What is \"I feel that the quality is low\"? Do you actually know? Can you tell us?",
"userDisplayName": null,
"userId": "20054"
},
{
"creationDate": "2024-03-22T19:05:21.220"... | null | [] | null | null | null | null | null |
1508316 | 1 | null | 2024-03-22T18:31:48.870 | -1 | 35 | <p>Based on Sandi's response in the post on the link below, is there a way I can see all the versions that are available whether it is CentOS,Ubuntu, etc? For example if I'm looking for a specific version? Asking since I'm not able to navigate to the subfolders in dl.google.com. I just get a 404 Not Found error?</p>
<b... | 1222454 | null | null | 2024-03-22T18:31:48.870 | Downloading a specific version of google-chrome-stable from dl.google.com | [
"google-chrome",
"downloads",
"versions",
"wget"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T18:40:07.907",
"id": "2646455",
"postId": "1508316",
"score": "0",
"text": "Possibly related: https://askubuntu.com/questions/1495456/how-to-check-available-versions-in-google-debian-repository",
"userDisplayName": null,
"userId": "1749634"
},
{
"cre... | null | [] | null | null | null | null | null |
1508321 | 1 | null | 2024-03-22T19:41:17.510 | 0 | 72 | <p>I am running ubuntu 22.04.3 on Honor Magicbook 15.
I have been experiencing random crashes latelty and was trying to look into them. I decided to start with checking my drivers.
I wanted to check if my drivers were up up-to-date. Stumbled upon this post: <a href="https://askubuntu.com/questions/543325/how-to-downloa... | 1777171 | null | null | 2024-03-23T07:27:46.750 | Qualcomm Atheros QCNFA765 Module stopped working properly after attempted driver update | [
"drivers",
"atheros"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>After hours of hitting the wall, I have finally figured it out.</p>\n<p>Important note! I was completely unaware of what I was doing and why. I was simply replicating solutions I found online from people having issues close enough to mine.</p>\n<p>My laptop doesn't have port ... | null | null | null | null | null |
1508323 | 1 | null | 2024-03-22T20:19:57.497 | 0 | 26 | <p>All the systems that experience problems during big folder transfers are running <strong>Xubuntu 22.04.4</strong>. One is using Kernel <em>6.5.0-26-generic</em> and is equipped with 16 GB of RAM and two are using Kernel <em>5.15.0-101-generic</em> and are equipped with 4 GB of RAM.</p>
<p>I attempted to copy a huge ... | 362910 | null | null | 2024-03-22T20:19:57.497 | File caching creates problems when big folders are transferred | [
"xubuntu",
"samba",
"rsync",
"cache"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508330 | 1 | null | 2024-03-22T22:21:40.160 | -1 | 35 | <p>I set up a flash drive with Ubuntu using rufus , I have disabled windows but locker and I have disabled safe boot , however it appears that my bios does not recognize the flash drive plugged in as a viable boot device . Most advice I have seen on this topic is for individuals who have already installed their other i... | 1777190 | null | null | 2024-03-22T22:21:40.160 | My bios does not appear to recognize the UBS with a Ubuntu install imparted on it | [
"system-installation"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-22T22:51:01.593",
"id": "2646490",
"postId": "1508330",
"score": "2",
"text": "What do you mean by 'not appear to recognize ,,,' ? Can you select the USB in boot-order in bios setup ?",
"userDisplayName": null,
"userId": "614422"
},
{
"creationDate": "2... | null | [] | null | null | null | null | null |
1508333 | 1 | null | 2024-03-23T00:27:00.220 | 0 | 19 | <p>I have a question. Does dosfsck -a log the errors it found? Like, the specifics of the error?</p>
<p>Because, since it's doing it all automatically, it doesn't let the user have input, so I wondered if it logs it all somewhere.</p>
<p>If it doesn't log it, can I make it log what it finds using dosfsck -a?</p>
| 1688606 | null | null | 2024-03-23T00:27:00.220 | Does dosfsck -a log errors it found? | [
"command-line",
"20.04",
"filesystem",
"fat32"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508334 | 1 | null | 2024-03-23T01:18:13.457 | 0 | 15 | <p>Can you include the "/.Trash-999" from external media in the Trash folder on Ubuntu? Like, the trash from all media and the system Trash shows up in Trash, similar to Windows Trash?</p>
| 1688606 | null | null | 2024-03-23T01:18:13.457 | Can you include .Trash-999 from other media in Trash? | [
"20.04",
"nautilus",
"files",
"usb-drive",
"sd-card"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508336 | 1 | null | 2024-03-23T02:08:18.330 | 1 | 92 | <p>I get this response:</p>
<pre><code>$ nvcc
nvcc: command not found
</code></pre>
<p>this is in my bashrc file:</p>
<pre><code>export PATH="/usr/local/cuda-12.4/bin:$PATH"
export LD_LIBRARY_PATH="/usr/local/cuda-12.4/lib64:$LD_LIBRARY_PATH"
</code></pre>
<p>I did install Cuda 14.2</p>
<p>Ubuntu Se... | 1052119 | 884673 | 2024-03-23T09:10:19.573 | 2024-03-23T09:10:19.573 | When i try to get the : nvcc --version I get this error: | [
"nvidia",
"22.04",
"cuda",
"gpu"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T03:51:19.347",
"id": "2646508",
"postId": "1508336",
"score": "1",
"text": "Assuming you made a typo on Cuda 14.2, PATH and LD_LIBRARY_PATH modifications are made in .profile",
"userDisplayName": null,
"userId": "82196"
}
] | null | [
{
"accepted": null,
"body": "<p>It sounds like you are concerned about a problem with your <code>$PATH</code> but it's worth checking the command is available somewhere on your system first.</p>\n<p>First of all, check that <code>nvcc</code> is installed. From a search on Ubuntu packages, you can confirm it... | null | null | null | null | null |
1508339 | 1 | null | 2024-03-23T03:36:23.153 | 0 | 42 | <p>I have a problem when installing PNETLab in Ubuntu 18.04 container. I see openvswitch is failed to start. Even if I reinstall, the result is the same. Is there any adjusment on the network configuration side in the guest or host? thanks</p>
<p>Here the information of openvswitch-switch package</p>
<pre><code># apt i... | 1777215 | null | null | 2024-03-23T03:36:23.153 | Openvswitch failed to start when installing Pnetlab | [
"proxmox"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T04:39:19.820",
"id": "2646510",
"postId": "1508339",
"score": "2",
"text": "[Ubuntu 18.04 LTS reached *End of Standard Support* last year](https://fridge.ubuntu.com/2023/06/17/extended-security-maintenance-for-ubuntu-18-04-lts-began-on-may-31-2023/), and is thus off... | null | [] | null | null | null | null | null |
1508340 | 1 | null | 2024-03-23T05:22:38.880 | -1 | 38 | <p>I am running Ubuntu 22.04 LTS on a 9500hx SBC, everything is up to date and upgraded so let's get right into the issue.</p>
<p>I am adding a menu entry for Batocera through Ubuntu Grub (NOT using Grub-customizer nor any other third-party tools); however, I am receiving an error message: Device not found.</p>
<p>I at... | 1774593 | 1450948 | 2024-03-23T06:12:00.567 | 2024-03-23T06:12:00.567 | Dual boot Ubuntu and Batorcera | [
"boot",
"dual-boot",
"grub2",
"bash",
"permissions"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T05:40:23.953",
"id": "2646516",
"postId": "1508340",
"score": "0",
"text": "Thank you for the Reply User535733 but as i already stated i double checked the Label and UUIDs... they are correct, label is batocera and my UUID is accurate; unless you're suggesting i swi... | null | [] | null | null | null | null | null |
1508341 | 1 | null | 2024-03-23T05:49:19.557 | 0 | 43 | <p><strong>Ubuntu Server 23.10</strong></p>
<p>My server was working perfectly fine, until one day I woke up to it having no internet.</p>
<p>The server has a static IP address, and I can use it locally, however when I try to run <code>ping google.com</code>, it outputs <code>ping: google.com: Temporary failure in name... | 1777230 | null | null | 2024-03-23T05:49:19.557 | Ubuntu Has No Internet :/ | [
"networking",
"server",
"23.10"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T06:29:04.483",
"id": "2646519",
"postId": "1508341",
"score": "1",
"text": "Your DNS isn't working correctly. You could try updating the DNS nameserver (could use `1.1.1.1`). Here are some instructions: https://askubuntu.com/questions/211757/how-do-i-set-a-static-dn... | null | [] | null | null | null | null | null |
1508345 | 1 | null | 2024-03-23T07:20:00.213 | 0 | 21 | <p>DMAR: Failed to find the handle for ACPI object
When I boot it shows like this for few minutes, but it boots into the system. Still I want to resolve this issue.</p>
<p>Before booting:</p>
<p><a href="https://i.stack.imgur.com/iyfGp.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/iyfGp.jpg" alt="e... | 1777244 | 94914 | 2024-03-23T08:59:14.653 | 2024-03-23T08:59:14.653 | When I boot up Kubuntu, It shows "x86:\cpu disabled by BIOS. DMAR: Failed to find the handle for ACPI object" | [
"boot",
"kubuntu"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508347 | 1 | null | 2024-03-23T07:30:28.170 | 0 | 32 | <p>I think I have a code red with this one - it's frozen at the worst possible point where the boot options menu has been disabled, and before it has registered the power button.</p>
<p><a href="https://i.imgur.com/8qmbqV4.jpeg" rel="nofollow noreferrer">https://i.imgur.com/8qmbqV4.jpeg</a></p>
<p>I've tried holding do... | 1777245 | 1777245 | 2024-03-23T08:40:44.603 | 2024-03-23T08:42:27.990 | SOLVED - Completely frozen on bootscreen (unresponsive) | [
"dual-boot",
"freeze",
"23.10"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Nevermind, it's ok :) it ran out of power and, at least, Windows is working fine.</p>\n",
"commentCount": "3",
"comments": [
{
"creationDate": "2024-03-23T12:54:54.020",
"id": "2646553",
"postId": "1508351",
"score": "0",
... | null | null | null | null | null |
1508349 | 1 | null | 2024-03-23T08:17:25.627 | 0 | 19 | <p>I've run into a problem where the Files app in Ubuntu doesn't show, and even all of my folders and files are hidden from the display screen; even searching in the search box doesn't show them. I tried to <code>ls</code> if the file and folder exist, and it does, but when I tried to download a file, the files app ope... | 1743534 | null | null | 2024-03-23T08:17:25.627 | Files app and all files and folders are not showing up in 23.10 version after reboot | [
"gdm",
"23.10"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508353 | 1 | null | 2024-03-23T08:51:40.187 | 0 | 25 | <p>I am encountering issues with my Ubuntu 20.04 server running on Oracle, as I have forgotten the root password. Unfortunately, I am unable to access the GRUB menu to initiate password recovery. Could you please provide guidance on how to reset the root password under these circumstances?</p>
<p>Additionally, I mistak... | 1777256 | null | null | 2024-03-23T08:51:40.187 | Assistance Needed: Recovering Root Password and Accessing Firewall Settings on Ubuntu 20.04 Server | [
"networking",
"server",
"password",
"firewall"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T09:21:30.893",
"id": "2646529",
"postId": "1508353",
"score": "2",
"text": "Does this answer your question? [How to recover the root password on ubuntu server](https://askubuntu.com/questions/395196/how-to-recover-the-root-password-on-ubuntu-server)",
"userDispl... | null | [] | null | null | null | null | null |
1508356 | 1 | null | 2024-03-23T09:55:46.540 | -1 | 25 | <p>Accidentally deleted <code>source.list</code> in wsl ubuntu while following some tutorial and now what ever i do i cant install anything on it, i tried to paste in a new copy of <code>source.list</code> as stated in this comment <code>https://unix.stackexchange.com/a/458739</code></p>
<p><code>here is what i get whe... | 1777266 | 614422 | 2024-03-23T12:43:13.613 | 2024-03-23T12:57:07.840 | Accidentally deleted source.list in wsl ubuntu | [
"apt",
"package-management",
"updates",
"windows-subsystem-for-linux"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T10:13:08.667",
"id": "2646532",
"postId": "1508356",
"score": "0",
"text": "You haven't provided any release details, which is rather critical as the sources need to match your installed system. Your pasted link on where you got sources, plus what you pasted however... | null | [] | null | null | 2024-03-23T11:38:24.063 | null | null |
1508360 | 1 | 1508366 | 2024-03-23T10:44:47.710 | -1 | 158 | <p>If possible, what command should be used to run the programs?</p>
| 1777079 | null | null | 2024-03-23T11:44:33.443 | Is it possible to run the desired program in the terminal with the command? | [
"autorun"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T10:59:28.000",
"id": "2646538",
"postId": "1508360",
"score": "1",
"text": "Yes ... What is the desired program ?",
"userDisplayName": null,
"userId": "614422"
},
{
"creationDate": "2024-03-23T11:05:09.773",
"id": "2646539",
"postId": "150836... | {
"accepted": true,
"body": "<p>For terminal programs the command to run the program is usually the same as the package name of the program. For example, the package name of Vim is vim (with a lowercase v), and the command to start Vim is also <code>vim</code> (also with a lowercase v).</p>\n<p>For launching GUI ap... | [
{
"accepted": true,
"body": "<p>For terminal programs the command to run the program is usually the same as the package name of the program. For example, the package name of Vim is vim (with a lowercase v), and the command to start Vim is also <code>vim</code> (also with a lowercase v).</p>\n<p>For launchin... | null | null | null | null | null |
1508362 | 1 | null | 2024-03-23T11:11:39.673 | 0 | 78 | <p>I want to get to ubuntu recovery mode and I don't know how to get to grub menu. I am using ubuntu 22. I tried to hold or press many keys such as esc or shift left/right. I switched on the computer and pressed one of the keys and nothing happed.</p>
| 1754494 | null | null | 2024-03-23T11:45:26.247 | How to get to grub menu | [
"grub2",
"recovery-mode"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T13:14:09.753",
"id": "2646555",
"postId": "1508362",
"score": "0",
"text": "Did you try to change the value of `GRUB_DEFAULT=0` `0` to `5` in `/etc/default/grub` and then `update-grub`?",
"userDisplayName": null,
"userId": "1206611"
},
{
"creationDat... | null | [] | null | null | null | null | null |
1508363 | 1 | null | 2024-03-23T11:20:00.883 | 0 | 38 | <p>My Ubuntu 20.04 was working all fine, but all of a sudden I am not able to connect to my wifi as it is keeps on asking me for the wifi password again and again.</p>
<p>I tried to remove the wifi password in my phone and make it public, and the open wifi was possible to connect, but I can't remove the password of my ... | 1777282 | 94914 | 2024-03-23T12:07:06.100 | 2024-03-23T12:07:06.100 | Wifi stopped getting connected in Ubuntu 20.04 | [
"networking",
"20.04",
"wireless",
"password",
"authentication"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T12:42:05.243",
"id": "2646552",
"postId": "1508363",
"score": "0",
"text": "Are you sure you typed the password correctly? Check caps lock and num lock? Reboot both devices?",
"userDisplayName": null,
"userId": "1256089"
},
{
"creationDate": "2024-... | null | [] | null | null | null | null | null |
1508364 | 1 | null | 2024-03-23T11:25:34.193 | 0 | 109 | <p>I recently updated my laptop to <strong>Ubuntu 23.10 (with kernel 6.5.0-26-generic).</strong></p>
<p>I have a bluetooth headphones that used to connect perfectly to my laptop without any problems, but since I update my system to the new kernel, I can't connect my bluetooth headphones to the computer. It just keeps t... | 1777284 | 1777284 | 2024-03-24T11:54:50.173 | 2024-03-25T13:47:08.027 | Ubuntu can't connect a bluetooth headphones after a update | [
"kernel",
"bluetooth",
"23.10",
"bluez",
"bluetooth-speaker"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T11:29:40.927",
"id": "2646656",
"postId": "1508364",
"score": "0",
"text": "Can you use Grub menu, advanced options to boot into older kernel?",
"userDisplayName": null,
"userId": "300665"
},
{
"creationDate": "2024-03-24T12:09:56.203",
"id": "26... | null | [
{
"accepted": null,
"body": "<p>It seems to work with kernel 6.5.0.21, (booting into this old kernel via GRUB Advanced options).</p>\n<pre class=\"lang-none prettyprint-override\"><code>$ dpkg -l | grep 6.5.0-26-generic: \npi linux-headers-6.5.0-26-generic 6.5.0-26.26 ... | null | null | null | null | null |
1508365 | 1 | null | 2024-03-23T11:37:10.750 | 0 | 94 | <p>I installed Ubuntu yesterday (March 22, 2024) on an HP G62 laptop. Now I can't access the internet because I can't access Wi-Fi. The laptop's internal Wi-Fi is broken and I am using a local market Wi-Fi adapter. I tried to install different drivers and look up different solutions, but none of them is working because... | 1777285 | 94914 | 2024-03-23T12:16:22.160 | 2024-03-23T12:37:39.813 | Wi-Fi driver problem | [
"networking",
"drivers",
"wireless"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T13:55:53.397",
"id": "2646560",
"postId": "1508365",
"score": "0",
"text": "try ``iwconfig'' command to see if interface name",
"userDisplayName": null,
"userId": "1372403"
}
] | null | [
{
"accepted": null,
"body": "<p>Googling "350b:9101 linux" gives no good results. Similarly searching for "ZTop" finds windows drivers but not linux drivers.</p>\n<p>Very likely this device is (currently?) unsupported in linux.</p>\n<p>Your options are:</p>\n<ul>\n<li>wait for a driver ... | null | null | null | null | null |
1508374 | 1 | null | 2024-03-23T15:17:58.910 | 0 | 19 | <p>Nikon NX Studio works!.. but crop window is offset to upper left. How to get crop window directly over image? <a href="https://i.stack.imgur.com/oIIMl.jpg" rel="nofollow noreferrer">image of nikon nx studio with crop window offset to the upper left. I needs to be over the image itself.</a></p>
| 1776631 | null | null | 2024-03-23T15:17:58.910 | Nikon NX Studio works!.. but crop window is offset to upper left. How to get crop window directly over image? | [
"22.04",
"wine",
"editor",
"photo"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508376 | 1 | null | 2024-03-23T15:51:51.840 | 1 | 23 | <p>I have created a LUKS encrypted pen drive with the gnome-disks tool, but a time ago I have accidentally formatted the disk, losing the partition.</p>
<p>I tried to recuperate the partition stored on sda1 with:</p>
<pre><code>$ sudo hexdump -C /dev/sda1 | grep LUKS
</code></pre>
<p>the command returned it:</p>
<pre... | 1777319 | null | null | 2024-03-23T15:51:51.840 | How to recover a deleted LUKS partition | [
"boot",
"partitioning",
"mount",
"encryption",
"luks"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T16:33:49.357",
"id": "2646569",
"postId": "1508376",
"score": "2",
"text": "Can you tag the question with your Ubuntu version?",
"userDisplayName": null,
"userId": "884673"
}
] | null | [] | null | null | null | null | null |
1508377 | 1 | null | 2024-03-23T15:58:08.870 | 0 | 26 | <p>I am new to the Ubuntu/Linux world and I'm loving it! Recently, I learned how to create my first virtual machine in VMware, but I had a really hard time getting the VM tools to work through the terminal command. After completing the setup, I found out that I am unable to perform bidirectional actions through the sha... | 1777323 | 94914 | 2024-03-23T17:10:27.170 | 2024-03-23T17:10:27.170 | Change owner / user access | [
"permissions",
"vmware",
"shared-folders"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508380 | 1 | null | 2024-03-23T16:38:55.730 | -1 | 9 | <p>I use Ubuntu 20.04 and my computer was running MongoDB normally
Suddenly, I become unable to run MongoDB by using <code>systemctl</code> or <code>service</code> command despite not chaning anything related to MongoDB</p>
<pre><code>$ systemctl status mongod
Unit mongod.service could not be found.
</code></pre>
<p>Th... | 515284 | 515284 | 2024-03-23T16:48:50.777 | 2024-03-23T16:48:50.777 | Fixing Mongodb Installation on Ubuntu without reinstalling OS | [
"apt",
"package-management",
"software-installation",
"mongodb"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | 2024-03-23T16:57:37.933 | null | null |
1508382 | 1 | null | 2024-03-23T17:18:19.653 | -1 | 31 | <p>I want mount using well-known way</p>
<pre><code>gio mount smb://<user>:<password>@<server>/<share>/
</code></pre>
<p>In my case</p>
<pre><code>gio mount "smb://WORKGROUP;myuser:+B@e}F)q8tra@@192.168.1.199/"
</code></pre>
<p>I get warning
Authentication Required
Enter password for “... | 1087530 | 1087530 | 2024-03-23T17:23:53.273 | 2024-03-23T17:23:53.273 | gio mount password with special characters | [
"mount",
"samba",
"password"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508385 | 1 | null | 2024-03-23T18:17:08.440 | 2 | 27 | <p>In Windows 11, I can select to have a random slideshow of pictures in the lock screen.
I can select a folder, and it takes all pictures from there and randomnly shows then in the lock screen.
Is it possible in Ubuntu latest LTS?</p>
| 1773344 | null | null | 2024-03-23T18:17:08.440 | Lock Screen + Photos Slideshow? | [
"lock-screen",
"photoshop",
"slideshow"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T22:08:36.930",
"id": "2646595",
"postId": "1508385",
"score": "0",
"text": "I think your best bet will be to install [XScreensaver](https://www.jwz.org/xscreensaver) following notes like the ones here: https://askubuntu.com/a/293014/1691066",
"userDisplayName": ... | null | [] | null | null | null | null | null |
1508388 | 1 | null | 2024-03-23T18:59:23.230 | -1 | 21 | <p>Using Ubuntu 22.04 with GS Connect Gnome extension, I can send files to my Android 14 phone but can't send files of any size from phone to laptop. The apps are up to date on both devices. I've tried reinstalling on both devices and the firewall is set up correctly. Also, the phone fails mount via GS Connect. Can ... | 983744 | null | null | 2024-03-23T18:59:23.230 | GSConnect file share failure | [
"kde-connect"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508390 | 1 | null | 2024-03-23T19:16:34.330 | -1 | 32 | <p>So, I reset my PC from Ubuntu 22.04 to Kubuntu 23.10 and forgot to backup the Apache2 HTML files. Is there any way to recover these after a format?</p>
| 624707 | null | null | 2024-03-24T08:01:50.673 | Recover deleted ext4 after reinstall | [
"22.04",
"data-recovery",
"23.10"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T19:21:31.530",
"id": "2646585",
"postId": "1508390",
"score": "4",
"text": "Nope, you need a backup. tools like testdisk only work if you do nothing after deleting; any other action (like format + install) is 1 action too much, Take the time to redo your system: c... | null | [
{
"accepted": null,
"body": "<p>Schematic layout of a just created system disk:</p>\n<p><code><partition table></code><br />\n<code><table of contents></code><br />\n<code><First file></code><br />\n<code><second file></code><br />\n<code>...</code><br />\n<code><file n></code>... | null | null | null | null | null |
1508395 | 1 | null | 2024-03-23T20:23:27.990 | 0 | 111 | <p>My laptop has become unusable, please help.</p>
<p>I tried installing Ubuntu for the first time on a USB stick to run from any computer.</p>
<p>Here are the steps I took:</p>
<ol>
<li>downloaded Ubuntu from web on Windows and transferred to USB1 using Rufus</li>
<li>boot into Ubuntu test from live USB1</li>
<li>chec... | 1777355 | 1777355 | 2024-03-26T12:24:47.563 | 2024-03-26T12:24:47.563 | Restart loop after Ubuntu install on USB | [
"dual-boot",
"uefi",
"usb-drive",
"boot-repair",
"recovery-mode"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T22:47:39.333",
"id": "2646602",
"postId": "1508395",
"score": "1",
"text": "Adding the esp flag to a partition that originally didn't have is is certainly wrong. Maybe you now have two EFI partitions, or maybe you system is really a legacy setup (no EFI partition).... | null | [] | null | null | null | null | null |
1508399 | 1 | null | 2024-03-23T22:00:56.030 | -3 | 45 | <p>Where can I find a repository for Precise Pangolin (12.04LTS)?</p>
<p>I am not asking a question about this specific version of Ubuntu. I just want to know where I can download it, If it's still available.</p>
| 1777373 | 767056 | 2024-03-24T03:36:02.150 | 2024-03-24T03:36:02.150 | Finding Precise Pangolin (12.04) repository | [
"12.04",
"repository",
"disk-image"
] | 1 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T22:05:07.510",
"id": "2646594",
"postId": "1508399",
"score": "3",
"text": "Welcome to Ask Ubuntu. Why are you looking for looking for almost 12 year old version? It has reached the end of its life and is not maintained anymore.",
"userDisplayName": null,
"u... | null | [
{
"accepted": null,
"body": "<p>The url for EOL repositories is <a href=\"https://old-releases.ubuntu.com/releases/\" rel=\"nofollow noreferrer\">https://old-releases.ubuntu.com/releases/</a></p>\n<p>The direct link for Precise Pangolin (12.04.5 LTS) is: <a href=\"https://old-releases.ubuntu.com/releases/pr... | null | null | 2024-03-24T00:09:43.073 | null | null |
1508401 | 1 | null | 2024-03-23T22:13:29.963 | 0 | 37 | <p>I'm currently facing an issue with the sound on my Ubuntu system and could really use some assistance in troubleshooting it.
My sound output device is stuck in a "SUSPENDED" state and is identified as "auto_null," which seems to be a dummy output. This occurs even though my sound hardware is conn... | 1777380 | 158442 | 2024-03-24T01:54:46.393 | 2024-03-24T01:54:46.393 | Sound Issue - Dummy Output/Suspended State | [
"sound",
"suspend",
"pulseaudio",
"alsa"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T22:30:18.910",
"id": "2646598",
"postId": "1508401",
"score": "0",
"text": "What hardware are you using? Are you able to provide your ubuntu and kernel versions?",
"userDisplayName": null,
"userId": "884673"
}
] | null | [] | null | null | null | null | null |
1508404 | 1 | null | 2024-03-23T22:28:59.577 | 0 | 32 | <p>I have this error when I try to start caffeine</p>
<p>/usr/bin/caffeine-indicator:29: DeprecationWarning: pkg_resources is deprecated as an API. See <a href="https://setuptools.pypa.io/en/latest/pkg_resources.html" rel="nofollow noreferrer">https://setuptools.pypa.io/en/latest/pkg_resources.html</a>
import pkg_resou... | 1777382 | null | null | 2024-03-23T22:28:59.577 | caffeine-indicator error | [
"caffeine"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T23:45:43.887",
"id": "2646607",
"postId": "1508404",
"score": "0",
"text": "Probably from htm: https://setuptools.pypa.io/en/latest/pkg_resources.html",
"userDisplayName": null,
"userId": "25618"
}
] | null | [] | null | null | null | null | null |
1508405 | 1 | null | 2024-03-23T22:32:31.323 | -1 | 31 | <p>How do I get the Motherboard Wifi Working on Linux Ubuntu 22.04.4 LTS It is enabled in the bios but nowhere in settings for WiFi</p>
| 1777383 | null | null | 2024-03-23T22:32:31.323 | Asus Prime B660 motherboard WiFi not working | [
"asus"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T22:38:34.077",
"id": "2646599",
"postId": "1508405",
"score": "2",
"text": "Does this answer your question? [Installing wifi drivers for Ubuntu (Asus)](https://askubuntu.com/questions/1452546/installing-wifi-drivers-for-ubuntu-asus)",
"userDisplayName": null,
... | null | [] | null | null | 2024-03-25T00:11:03.280 | null | null |
1508406 | 1 | null | 2024-03-23T22:57:40.347 | -3 | 48 | <p>I am using Mantic Minotaur and the display is completely desaturated. Please help me return the display to what it was under previous versions with normal level of color.</p>
<p><a href="https://i.stack.imgur.com/4TUnc.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/4TUnc.jpg" alt="enter image des... | 1777386 | 94914 | 2024-03-24T00:17:50.433 | 2024-03-24T00:17:50.433 | Display is monochrone - Using Mantic Minotaur in both Wayland and X11 | [
"display",
"23.10"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-30T00:30:38.937",
"id": "2647757",
"postId": "1508406",
"score": "0",
"text": "SO I have provided a description of the problem, if no body wants to help, fine.",
"userDisplayName": null,
"userId": "1777386"
},
{
"creationDate": "2024-03-30T02:13:24.617"... | null | [] | null | null | null | null | null |
1508407 | 1 | null | 2024-03-23T23:15:20.803 | -1 | 47 | <p>I downloaded the .deb file of several programs. When I double click the file and open it with the software installer, I click install and after a few moments the window automatically closes and the software doesn't install. I did this with several programs. please guide me.</p>
| 1777389 | null | null | 2024-03-23T23:15:20.803 | Problem installing the software | [
"22.04",
"deb"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-23T23:30:15.903",
"id": "2646606",
"postId": "1508407",
"score": "5",
"text": "Does this answer your question? [How do I install a .deb file via the command line?](https://askubuntu.com/questions/40779/how-do-i-install-a-deb-file-via-the-command-line) and [How to down... | null | [] | null | null | 2024-03-25T02:11:59.593 | null | null |
1508410 | 1 | null | 2024-03-24T00:48:09.217 | 0 | 36 | <p>Is Grub compatible with my Raspberry Pi 5 running Ubuntu 23.1 Gnome 45.2?</p>
| 1772564 | 336615 | 2024-03-28T20:45:16.897 | 2024-03-28T20:45:16.897 | Does Ubuntu for Raspberry Pi support GRUB? | [
"boot"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T01:03:30.380",
"id": "2646613",
"postId": "1508410",
"score": "2",
"text": "Why do you need grub? Do you want to dual boot?",
"userDisplayName": null,
"userId": "124466"
},
{
"creationDate": "2024-03-24T04:30:43.750",
"id": "2646628",
"postId... | null | [] | null | null | null | null | null |
1508412 | 1 | null | 2024-03-24T01:03:45.167 | 0 | 49 | <p>I'm not sure when it happened, but the Dock no longer appears in Settings nor is it hoverable if I move the cursor to the bottom of the screen.</p>
<p><a href="https://i.stack.imgur.com/MKgvx.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/MKgvx.png" alt="screenshot of settings missing Ubuntu Desk... | 1102249 | 389216 | 2024-03-24T05:15:37.940 | 2024-03-24T05:15:37.940 | Ubuntu 23.10 - Dock not hoverable and not listed in settings | [
"gnome",
"23.10"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-29T23:50:32.813",
"id": "2647748",
"postId": "1508412",
"score": "0",
"text": "Same issue here. Did you find a solution?",
"userDisplayName": null,
"userId": "545471"
},
{
"creationDate": "2024-03-31T00:23:59.047",
"id": "2647942",
"postId": "15... | null | [] | null | null | null | null | null |
1508414 | 1 | null | 2024-03-24T01:45:44.160 | -1 | 27 | <p>The first time I connected my new Webcam C270i to Ubuntu 22.04.4 LTS it was detected and worked for a while with this configuration</p>
<pre><code>$ lsusb | grep Logitech
Bus 003 Device 007: ID 046d:0825 Logitech, Inc. Webcam C270
</code></pre>
<p>The next time I restarted the computer it is detected with other conf... | 573625 | 25618 | 2024-03-24T15:26:55.283 | 2024-03-24T15:26:55.283 | Webcam Logitech C270i | [
"webcam",
"logitech"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T16:46:04.580",
"id": "2646696",
"postId": "1508414",
"score": "0",
"text": "See [this thread in Ubuntu Forum](https://ubuntuforums.org/showthread.php?t=1958610) from 2012. their solution was to return the webcam and get a new one. Also see [this Q&A](https://askubun... | null | [] | null | null | null | null | null |
1508416 | 1 | null | 2024-03-24T02:02:44.007 | 0 | 65 | <p>The directory is 100% full. Is there any way to do this without using a bootable USB drive?</p>
<p><a href="https://i.stack.imgur.com/0tvQ1.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/0tvQ1.png" alt="what gparted shows" /></a></p>
<p>As you can see from the above image of GParted the drive doe... | 1777398 | 94914 | 2024-03-24T02:50:34.040 | 2024-03-24T17:46:50.137 | I want to expand my root (/) partition on Ubuntu 20.04 | [
"dual-boot",
"20.04",
"partitioning",
"gparted"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T09:36:33.803",
"id": "2646643",
"postId": "1508416",
"score": "2",
"text": "Does this answer your question? [How can I resize an ext root partition at runtime?](https://askubuntu.com/questions/24027/how-can-i-resize-an-ext-root-partition-at-runtime)",
"userDispl... | null | [
{
"accepted": null,
"body": "<p>Is there any way to expand root without using a bootable USB drive? Yes there is. See my question and answer here. <a href=\"https://askubuntu.com/questions/1314402/how-to-modify-partitions-without-a-live-usb-cd\">How to modify partitions without a live USB/CD</a> This approa... | null | null | null | null | null |
1508417 | 1 | null | 2024-03-24T02:03:25.163 | -1 | 39 | <pre class="lang-none prettyprint-override"><code>$ wsl --version
WSL version: 2.1.5.0
Kernel version: 5.15.146.1-2
WSLg version: 1.0.60
MSRDC version: 1.2.5105
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows version: 10.0.22631.3371
</code></pr... | 1588885 | 1588885 | 2024-03-24T17:22:15.980 | 2024-03-24T17:22:15.980 | No audio to/from snaps after update | [
"sound",
"snap",
"23.10",
"wireplumber"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508418 | 1 | null | 2024-03-24T02:11:47.133 | -1 | 15 | <p>I have a Acer Predator laptop G9-791-73ZW running Ubuntu 23.10.</p>
<p>When I resume from a suspend I come back to this screen:</p>
<p><a href="https://i.stack.imgur.com/U6Qyz.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/U6Qyz.jpg" alt="Screen that comes back after resuming from suspend" /></a>... | 1663270 | null | null | 2024-03-24T02:11:47.133 | Laptop hangs on resume from suspend (Acer Predator Ubuntu 23.10) | [
"suspend",
"23.10",
"resume"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508419 | 1 | null | 2024-03-24T02:13:24.030 | 0 | 82 | <p>I have two systems running Ubuntu 22.04 with Firefox 124.0.1 64 bits installed via deb (not snap). One system displays the font (presumably Verdana) on a particular website correctly while the other used to, but now displays the font as monospace (which is ugly).</p>
<p>Is it possibly one system or Firefox has corr... | 206820 | 206820 | 2024-03-24T23:24:45.967 | 2024-03-24T23:40:25.573 | Firefox is displaying wrong font for particular web site | [
"firefox",
"fonts"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T10:45:50.977",
"id": "2646652",
"postId": "1508419",
"score": "1",
"text": "If a website prescribes a font that is not installed on the system, the browser substitutes the font by something that is installed. You can find out through the Firefox developer tools whic... | null | [
{
"accepted": null,
"body": "<p>Some fonts were not being displayed because I had changed a setting in <code>Privacy & Security</code>. I had custom settings under <code>Enhanced Tracking Protection</code>. Blocking <code>Suspected Fingerprinters</code> was preventing access to the necessary fonts. I... | null | null | null | null | null |
1508421 | 1 | null | 2024-03-24T03:21:36.800 | -1 | 29 | <p>I ran out of storage recently on my Ubuntu machine, and updated partitions so I have about ~1gb left with a bootable USB. The computer still won't boot but I'm getting the errors on a black screen:</p>
<p>/dev/nvme1n1p4: clean, 1350504/53469184 files, 203267760/213867187 blocks</p>
<p>[ 3.938383] iwlwifi 0000:00:14.... | 1777416 | null | null | 2024-03-24T03:21:36.800 | Computer won't boot, iwlwifi error | [
"boot"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508422 | 1 | null | 2024-03-24T03:38:30.000 | -1 | 26 | <p>I am running Onion services on Ubuntu Ubuntu 22.04.4 LTS on an old iMac with 10.0.0.8 ipaddress. I also installed nginx and can access the static page from my laptop so clearly the nginx setup is correct. I can access the static page locally and across the LAN. HTTP://10.0.0.8</p>
<p>I installed Tor using the direct... | 1777347 | null | null | 2024-03-24T03:38:30.000 | Can not get onion services to serve tor website | [
"tor"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508423 | 1 | null | 2024-03-24T04:04:21.460 | 3 | 65 | <p>I'm experiencing an issue on my Ubuntu system where the CPU usage consistently shows 100% utilization in system monitoring tools like top or htop. However, when I inspect the running processes, I can't seem to identify any particular process consuming a significant amount of CPU resources.</p>
<p>I've tried using co... | 1777418 | 1777418 | 2024-03-24T17:29:18.633 | 2024-03-24T17:29:18.633 | Ubuntu system showing 100% CPU usage with no identifiable processes consuming CPU resources | [
"cpu",
"kubernetes"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T16:34:35.163",
"id": "2646695",
"postId": "1508423",
"score": "0",
"text": "Interesting. It seems likely that this is an issue related to Kubernetes. I would suggest adding that tag. What are your processor makes and models?",
"userDisplayName": null,
"userI... | null | [] | null | null | null | null | null |
1508424 | 1 | null | 2024-03-24T04:07:18.320 | -1 | 14 | <p>I am trying to deploy a VM with ubuntu desktop.</p>
<p>My host is a headless Debian Bookworm with libvirt + qemu as the hypervisor.</p>
<p>I tried the steps below with Jammy and Noble latest cloud images from <a href="https://cloud-images.ubuntu.com/" rel="nofollow noreferrer">here</a>. I am using the cloud images a... | 1691846 | null | null | 2024-03-24T04:07:18.320 | cloud image hangs with blinking cursor when installing gnome desktop | [
"gnome",
"virtualization",
"desktop-environments",
"kvm-virtualization",
"qemu"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-26T02:02:17.330",
"id": "2646941",
"postId": "1508424",
"score": "0",
"text": "I don't understand why am I getting downvoted. I genuenly have this problem, yet I am unable to find a solution. If you are downvoting at least write a comment.",
"userDisplayName": null... | null | [] | null | null | null | null | null |
1508425 | 1 | null | 2024-03-24T04:22:29.183 | -1 | 16 | <p>Obviously I could use my mouse and open a new window by right clicking but I was hoping there is a way to set a keyboard shortcut to do so. For example, right now I am typing in firefox, it would be nice to have a keyboard shortcut to open a new firefox window. I could do this in both windows and on Mac, surely I ca... | 1777425 | 1777425 | 2024-03-24T04:23:12.330 | 2024-03-28T10:16:29.513 | Set keyboard shortcut to open a new window of the current program | [
"keyboard",
"shortcut-keys"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T05:55:55.347",
"id": "2646630",
"postId": "1508425",
"score": "1",
"text": "If I understand what you're trying to do, this is application dependent. In Firefox, it's Ctrl+n",
"userDisplayName": null,
"userId": "884673"
}
] | null | [
{
"accepted": null,
"body": "<p>Opening new windows of applications is controlled by each individual application. There is no system wide shortcut, provided by the desktop environment, for this.</p>\n<p>For Firefox in particular, the shortcut key <kbd>Ctrl</kbd>+<kbd>N</kbd> will open a new window. This con... | null | null | null | null | null |
1508427 | 1 | null | 2024-03-24T05:09:52.767 | -1 | 22 | <p>Not sure what is amiss here, and I've not been able to find anyone writing about this problem. My Seagate Backup Plus Slim worked fine for Timeshift backups as recently as a few minutes ago. Was following these instructions: <a href="https://vorta.borgbase.com/usage/local/" rel="nofollow noreferrer">https://vorta.bo... | 1647025 | null | null | 2024-03-24T05:09:52.767 | Trying to use Vorta to back up to Seagate external hard drive and getting "Unable to add your repository" message | [
"backup"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T08:04:24.827",
"id": "2646634",
"postId": "1508427",
"score": "1",
"text": "did you read [this Github post])https://github.com/borgbase/vorta/discussions/796) about the same issue with a response from the maintainer? Perhaps resurrect the topic there?",
"userDis... | null | [] | null | null | null | null | null |
1508430 | 1 | null | 2024-03-24T06:48:43.890 | 0 | 47 | <p>Acer Aspire E5-573-70MD, received an upgrade from 6.5.0-25-generic to 6.5.0-26-generic, now will not resume from suspend.
On pressing a key to wake computer, instead of the regular tty1 login screen it shows a non-responsive screen in tty2. I have to go to another tty and reboot from there to get back to a login scr... | 72849 | 72849 | 2024-03-26T06:22:13.540 | 2024-03-26T06:22:13.540 | Ubuntu 22.04 no longer recovering from suspend after kernel update | [
"kernel",
"22.04",
"suspend"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508435 | 1 | null | 2024-03-24T09:17:36.673 | -4 | 33 | <p>I have an issue in adding my monitor resolution.</p>
<p><a href="https://i.stack.imgur.com/cHScy.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/cHScy.jpg" alt="enter image description here" /></a></p>
| 1777457 | 94914 | 2024-03-24T09:28:42.093 | 2024-03-24T09:28:42.093 | Issue in adding my monitor resolution | [
"display-resolution"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T09:49:07.847",
"id": "2646646",
"postId": "1508435",
"score": "2",
"text": "Ask Ubuntu is a Q&A site. I don't see a question here. Read [ask] then [edit] accordingly and don't forget to include your Distro/version/",
"userDisplayName": null,
"userId": "30767... | null | [] | null | null | null | null | null |
1508440 | 1 | null | 2024-03-24T11:09:55.303 | 0 | 41 | <p>Is there any difference between ubuntu server and ubuntu live server?
I've downloaded ubuntu server from <a href="https://ubuntu.com/download/server" rel="nofollow noreferrer">https://ubuntu.com/download/server</a> and I realized the file named "ubuntu-23.10-<strong>live</strong>-server-amd64.iso". I'm a b... | 1777469 | null | null | 2024-03-24T12:26:41.827 | Is there any difference between ubuntu server and ubuntu live server? | [
"server"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The ubuntu-23.10-live-server-amd64.iso file that you downloaded is an ISO image for making a bootable Ubuntu Server 23.10 USB for installing Ubuntu Server 23.10. Instructions for making bootable Ubuntu USB installation media are provided at <a href=\"https://askubuntu.com/q/6... | null | null | null | null | null |
1508442 | 1 | null | 2024-03-24T11:23:18.673 | -2 | 36 | <p>I need some help installing Ubuntu. Sadly there are some issues with this board. I can't access the BIOS menu normally. I needed to change the BIOS options in the ROM and flash it. I already disabled Secure Boot and some other things, however I can install Windows without any problems. Access to UEFI is possible. Th... | 1777464 | 94914 | 2024-03-24T12:14:58.977 | 2024-03-24T12:14:58.977 | Installing Ubuntu on an SBC | [
"boot",
"uefi",
"sbc"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T12:04:43.230",
"id": "2646661",
"postId": "1508442",
"score": "1",
"text": "read [ask] then [edit] your question accordingly. As it stands, it's unanswerable",
"userDisplayName": null,
"userId": "307670"
}
] | null | [] | null | null | null | null | null |
1508444 | 1 | null | 2024-03-24T11:55:27.490 | 1 | 22 | <p>I have been experiencing this issue ever since I've been using it in VMware. I confirmed that I installed open-vm-tools and open-vm-tools-desktop by running</p>
<pre><code>$ systemctl status vimtoolsd
</code></pre>
<p>I even tried to change some settings in /etc/default/grub but no luck.</p>
<p>I just can get full r... | 1777475 | null | null | 2024-03-24T11:55:27.490 | Screen Resolution is not at 1920x1080 During Boot and First Lockscreen but fixes after login on my Ubuntu guess OS | [
"display-resolution",
"vmware"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T12:18:00.753",
"id": "2646663",
"postId": "1508444",
"score": "0",
"text": "Which version of Ubuntu are you using?",
"userDisplayName": null,
"userId": "68186"
},
{
"creationDate": "2024-03-24T12:39:57.110",
"id": "2646666",
"postId": "150844... | null | [] | null | null | null | null | null |
1508445 | 1 | null | 2024-03-24T12:21:21.763 | 1 | 24 | <p>I have an already partition disked with grub installed and configured. I manually maintain the configuration.</p>
<p>I need to install Ubuntu 22.04 server but can find no option to not install grub. The installation wipes out my hand crafted grub configuration.</p>
<p>So how can I get it to not install grub?</p>
| 1181478 | null | null | 2024-03-24T12:21:21.763 | How can I install Ubuntu 22.04 server without installing grub? | [
"server",
"grub2"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T13:48:45.640",
"id": "2646675",
"postId": "1508445",
"score": "0",
"text": "the older Ubiquity installer had `sudo ubiquity -b` from live mode's terminal. But server & newest desktops now use Subiquity. Do not know if equivalent works or not. https://askubuntu.com/q... | null | [] | null | null | null | null | null |
1508446 | 1 | null | 2024-03-24T12:38:56.457 | 0 | 31 | <p>I have a Canon Pixma printer/scanner; upon first USB connection to my Ubuntu 22.04 laptop, I did not need to do anything special to print.</p>
<p>However, when I tried to scan, <code>xsane</code> says "no devices available"; and:</p>
<pre class="lang-none prettyprint-override"><code>$ scanimage -L
No scan... | 529858 | null | null | 2024-03-24T12:47:30.130 | Ubuntu 22.04 cannot scan with Canon Pixma | [
"22.04",
"scanner"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Figured this out while running:</p>\n<pre class=\"lang-none prettyprint-override\"><code>$ sane-find-scanner\n\n # sane-find-scanner will now attempt to detect your scanner. If the\n # result is different from what you expected, first make sure your\n # scanner is powered ... | null | null | null | null | null |
1508449 | 1 | null | 2024-03-24T12:44:33.053 | 0 | 22 | <p>Recently I installed Ubuntu 22.04 on a 500GB SSD in my laptop (running in legacy mode) so that I could dual boot my laptop and switch between both OSs and do work quickly. Now I have a dual boot setup of Windows 10 with Ubuntu 22.04. I have added one entry for Ubuntu through EasyBCD and the default boot is set to Wi... | 1777479 | 94914 | 2024-03-24T15:29:56.453 | 2024-03-24T15:29:56.453 | Dual boot with Ubuntu 22.04 takes too long to start | [
"boot",
"dual-boot",
"grub2",
"22.04",
"easybcd"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T13:38:15.157",
"id": "2646674",
"postId": "1508449",
"score": "0",
"text": "Is that 22.04? What brand/model system? If so old (over 10 years) to require BIOS/MBR configuration, better to use lightweight flavor. https://ubuntu.com/download/flavours\nLight weight flav... | null | [] | null | null | null | null | null |
1508452 | 1 | null | 2024-03-24T13:15:32.460 | -1 | 47 | <p>i tried making 99progressbar in the directory /etc/apt/apt.conf.d/ and added this line of code</p>
<pre><code>Dpkg::Progress-Fancy "::█";
</code></pre>
<p>at this point I'm just guessing lol</p>
<pre><code>BEFORE
[######################]
EFTER
[███████████████████████]
</code></pre>
| 1777475 | null | null | 2024-03-24T19:38:33.570 | How can i replace apt progress bar. I want to Put some special characters to make it look more like a progress bar | [
"apt"
] | 1 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T14:13:22.610",
"id": "2646678",
"postId": "1508452",
"score": "0",
"text": "Which distro and version of Linux are you using?",
"userDisplayName": null,
"userId": "68186"
},
{
"creationDate": "2024-03-24T14:20:11.003",
"id": "2646679",
"postId... | null | [
{
"accepted": null,
"body": "<p>if you don't mind using a third party client you can use nala because nala is a commandline frontend for the APT package manager <a href=\"https://i.stack.imgur.com/PL9jF.png\" rel=\"nofollow noreferrer\"><img src=\"https://i.stack.imgur.com/PL9jF.png\" alt=\"sudo nala upgra... | null | null | null | null | null |
1508453 | 1 | null | 2024-03-24T13:29:27.603 | 0 | 36 | <p>I am getting this error whenever try to update my computer "An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: <a href="https://download.virtualbox.org/virtualbox/debian" rel="nofollow noreferrer">https://download.virtualbox.o... | 1777492 | 94914 | 2024-03-24T13:37:00.350 | 2024-03-24T19:25:29.070 | Virtualbox error when updating my computer | [
"apt",
"virtualbox"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T13:36:16.470",
"id": "2646673",
"postId": "1508453",
"score": "1",
"text": "Does this answer your question? [How do I fix the GPG error \"NO\\_PUBKEY\"?](https://askubuntu.com/questions/13065/how-do-i-fix-the-gpg-error-no-pubkey)",
"userDisplayName": null,
"... | null | [
{
"accepted": null,
"body": "<p>remove that repo, Open the Software & Updates application Other Software then press remove, because virtualbox is in the native repos since focal</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
... | null | null | null | null | null |
1508455 | 1 | null | 2024-03-24T14:17:50.043 | 0 | 14 | <p>On my HP Victus Ryzen laptop with AMD 6500 graphics with Ubuntu 22.04 I can't change screen brightness. When I press the fuctions key a popup appears, but screen brightness is still default. I tried this:</p>
<p>GRUB_CMDLINE_LINUX="acpi_osi=Linux acpi_backlight=vendor"</p>
<p>But after that by pressing fun... | 1777495 | null | null | 2024-03-24T14:17:50.043 | About Brightness adjustement | [
"grub2"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508457 | 1 | null | 2024-03-24T14:22:03.557 | 0 | 59 | <p>I encrypted an external USB-HDD and it works like a charm, I can decrypt using the password when manually mounting or even automatically decrypt with using the proper settings to do so with using the enclosure I used to encrypt.</p>
<p>This can be perfectly done in the original USB-SATA enclosure I used to encrypt t... | 9598 | 9598 | 2024-03-27T17:45:20.527 | 2024-03-27T17:45:20.527 | Can I decrypt an encrypted USB-HDD using a USB enclosure case, other than the one used for encrypting? | [
"partitioning",
"usb",
"hard-drive",
"encryption",
"gparted"
] | 0 | 9 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T15:06:37.193",
"id": "2646683",
"postId": "1508457",
"score": "0",
"text": "Yes you can. My guess is that your second computer might be missing the package necessary to do the decryption. I'm afraid I don't know the package off the top of my head. Perhaps someone... | null | [] | null | null | null | null | null |
1508458 | 1 | null | 2024-03-24T14:34:33.007 | 0 | 16 | <p>0</p>
<p>I can not type in shorthand code snippets always only .js and .ts extraction files and sometimes auto import .js or .ts extraction files doesn't work, even html tag auto suggest does not show auto emmite.</p>
<p>on the other hand, .jsx or .tsx extraction file auto import and snippet work well.</p>
<p>How ca... | 1549257 | null | null | 2024-03-24T14:34:33.007 | In AstroNvim .js extraction files autoimport and snippet sometimes do not work | [
"neovim"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508459 | 1 | null | 2024-03-24T14:50:25.887 | 0 | 20 | <p>In Ubuntu while using icons moving with cursor. What about the issue.</p>
<p>I have reinstalled 22.04.3 LTS and latest version also. I’m having issue.</p>
<p>I’m unable find the resolution of this issue.</p>
| 1777498 | null | null | 2024-03-24T15:05:33.447 | Icons are moving with cursor | [
"icons"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>It may be associated with this option in <code>Settings > Accessibility > Pointing & Clicking > Click Assist</code></p>\n<p>Ensure that this option is turned <code>off</code></p>\n<p><a href=\"https://i.stack.imgur.com/X1gNb.png\" rel=\"nofollow noreferrer\"><img... | null | null | null | null | null |
1508464 | 1 | null | 2024-03-24T15:48:28.163 | 0 | 34 | <p>Is there is recent release for GNOME TWEAKS that is compatible-support Ubuntu 23.1 running Gnome 45 ? Installed GNOME TWEAKS 42.beta. Went ok... BUT cannot use new downloaded 'Themes' etc . Message : Shell user-themes extension not enable in TWEAKS-APPEARANCE menu with exclamation mars and EMPTY field..</p>
<p>... | 1772564 | null | null | 2024-03-24T16:25:38.910 | Ubuntu 23.1 - Gnome 45.2 - GNOME TWEAKS 42.beta (Release GNOME TWEAKS 45 available ?) | [
"gnome-tweaks"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T19:23:20.587",
"id": "2646717",
"postId": "1508464",
"score": "0",
"text": "HI ! Thanks for your rapid answer. I am a beginner....Ubuntu...so . Any idea when this package will be avaailable ?",
"userDisplayName": null,
"userId": "1772564"
},
{
"cr... | null | [
{
"accepted": null,
"body": "<p>Beta versions of software including Gnome Tweaks are intended for developers and beta testers and not intended to installed on live systems. You can try to riun it on bare metal but there are inherent risks in doing so.</p>\n<p>The conventual wisdom is if you are not a develo... | null | null | null | null | null |
1508466 | 1 | null | 2024-03-24T16:46:53.357 | -1 | 56 | <p>My laptop stopped working in the middle of me using it. I tried restarting and it sits at the Gateway logo for a while and then end up on a blue APTIO SETUP -AMI screen which I can't get beyond. It has an option to recover Windows, but does nothing when I press Enter. In the past I had a desktop that I was able to i... | 1777509 | 1777509 | 2024-03-24T23:11:06.563 | 2024-03-24T23:11:06.563 | Laptop wont boot up | [
"boot",
"partitioning",
"startup"
] | 0 | 4 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T16:55:09.930",
"id": "2646697",
"postId": "1508466",
"score": "1",
"text": "If your hard drive is not detected by Gparted and the Ubuntu installer, it is dead. Get a new SSD and restore your data from backup. In any case, this is not an Ubuntu problem.",
"userDi... | null | [] | null | null | null | null | null |
1508467 | 1 | null | 2024-03-24T16:57:16.447 | 0 | 29 | <p>I did all the installation steps and when I try to use the GPU I see this message.</p>
<p>Ubuntu: 23.10</p>
<pre class="lang-none prettyprint-override"><code>2024-03-24 20:22:51.323957: I tensorflow/core/platform/cpu_feature_guard.cc:182]
This TensorFlow binary is optimized to use available CPU instructions in perf... | 1777522 | 94914 | 2024-03-24T17:07:44.720 | 2024-03-24T17:07:44.720 | TensorFlow does not recognize my GPU | [
"nvidia",
"gpu",
"23.10",
"tensorflow"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508469 | 1 | null | 2024-03-24T17:16:50.830 | 0 | 13 | <p>I ran into this issue on my 4K screen where the flatpack version of JOSM would scale and the version I downloaded from their recommended repository wouldn't scale.</p>
<p>I was able to change the scaling of JOSM if I ran <code>GPK_SCALING=2 josm</code> from the command line. But I wanted to be able to not have to st... | 1032641 | null | null | 2024-03-24T21:20:26.543 | How do I get JOSM to scale on HiDPi screen? | [
"22.04"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I was able to change the scaling of JOSM if I ran GPK_SCALING=2 josm from the command line, but I wanted to be able to not have to start my application from the command line. In Ubuntu 22.04 I was able to resolve my issue by adding the following to <code>/etc/default/josm</co... | null | null | null | null | null |
1508472 | 1 | null | 2024-03-24T17:23:46.610 | -3 | 47 | <p>Why does the 500GB HDD appear here while in Other Locations it's not coming out?</p>
<p><a href="https://i.stack.imgur.com/sxQNq.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/sxQNq.png" alt="enter image description here" /></a></p>
<p><a href="https://i.stack.imgur.com/O5jWn.png" rel="nofollow n... | 1777526 | 94914 | 2024-03-24T21:47:11.283 | 2024-03-25T07:29:59.703 | Partition windows does not exit | [
"partitioning",
"hard-drive"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T17:51:04.573",
"id": "2646708",
"postId": "1508472",
"score": "0",
"text": "Did you run Ubuntu with an USB stick or where did you install Ubuntu? or did you have installed Windows and Ubuntu on the 240GB SSD? or if you are only interested in the 500GB hard disk and ... | null | [
{
"accepted": null,
"body": "<p>It simply seems the 500 GB disk is formatted with a filesystem and/or encryption that Ubuntu does not recognize.</p>\n<p>So disk manager can see there is a partition, but the contents are not accessible from Ubuntu.</p>\n",
"commentCount": "0",
"comments": [],
"co... | null | null | null | null | null |
1508476 | 1 | null | 2024-03-24T18:36:34.887 | 0 | 44 | <p>Could you please tell me if my machine is compatible with Ubuntu 22.04 based on the specifications below?</p>
<p>Processor: Intel® Core™ i7-1260P
RAM: 16 GB LPDDR5-5200MHz
Storage: 512 GB SSD
Graphics Card: Intel Iris Xe Graphics
System type: 64-bit, x64</p>
<p>If you need any additional information, I'd be happy to... | 1777536 | null | null | 2024-03-24T18:46:24.363 | Compatibility of Lenovo with Ubuntu | [
"lenovo"
] | 1 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T18:45:45.700",
"id": "2646711",
"postId": "1508476",
"score": "0",
"text": "Welcome to Ask Ubuntu. Would you add the model? people who have same one may give best feedback. Just a hint, when looking for new hardware support, check https://ubuntu.com/certified and h... | null | [
{
"accepted": null,
"body": "<p>it's a 64 bit computer with 512gb of space and 16gb of ram, any *unix os will work with that, ubuntu especially, you have enough space to install apps and 16gb of ram is plenty for ubuntu</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2024... | null | null | null | null | null |
1508480 | 1 | null | 2024-03-24T18:54:01.500 | 0 | 33 | <p>How to solve this issue as shown in the link?</p>
<p><a href="https://i.stack.imgur.com/RPhI5.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/RPhI5.png" alt="enter image description here" /></a></p>
<p>I already ran the <code>sudo apt update --fix-missing</code> command, but it did not resolve the... | 1777543 | 94914 | 2024-03-24T21:44:28.613 | 2024-03-24T23:57:29.503 | Failed upgrade: troubleshooting 'sudo apt ugrade' | [
"apt",
"server",
"20.04",
"updates",
"update-manager"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>try changing your mirrors, don't use the esm repos if you don't have a subscription with ubuntu, change the repos to the defaults Open the Software & Updates application, then click on the “Download From” drop down box. Click the “Select best server” button to let Ubuntu ... | null | null | 2024-03-24T23:56:47.513 | null | null |
1508489 | 1 | null | 2024-03-24T20:16:47.063 | 0 | 120 | <p>I am trying to compile glibc 2.31 on Ubuntu 22.04 LTS.</p>
<p>I followed a <a href="https://askubuntu.com/questions/1345342/how-to-install-glibc-2-32-when-i-already-have-glibc2-31?newreg=634416f06af04e82b5a0a1cf8d571e11">this answer</a> as a template, which was incredibly helpful.</p>
<p>My issue is that there are u... | 1777547 | 1777547 | 2024-03-24T20:18:17.610 | 2024-03-26T10:18:23.420 | How to install glibc 2.31 from source on Ubuntu 22.04 | [
"22.04",
"compiling",
"gcc",
"glibc",
"binutils"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508490 | 1 | null | 2024-03-24T20:17:19.860 | 0 | 145 | <p>Ubuntu Server on Raspberry Pi 5 is not connecting to the internet.</p>
<p>Images of the errors:</p>
<p><a href="https://i.stack.imgur.com/OvJ2I.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/OvJ2I.jpg" alt="enter image description here" /></a></p>
<p><a href="https://i.stack.imgur.com/z6Ji0.jpg"... | 1777545 | 1777545 | 2024-03-26T18:29:28.050 | 2024-03-26T18:29:28.050 | Ubuntu Server on Raspberry Pi 5 is not connecting to the internet | [
"networking",
"server",
"ethernet",
"raspberrypi",
"23.10"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-25T02:32:06.103",
"id": "2646764",
"postId": "1508490",
"score": "0",
"text": "Thanks for the edit here are some helpful links I could not make out what i need to do.\n\nhttps://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2041727\nhttps://forums.raspberrypi.com/v... | null | [] | null | null | null | null | null |
1508493 | 1 | null | 2024-03-24T20:31:42.003 | 0 | 29 | <p>I'm having problems having set up ethernet connection for my newly installed Ubuntu after switching from Windows, thats what I get after trying to install realtek r8125 drivers in terminal after typing:</p>
<blockquote>
<p>sudo ./autorun.sh</p>
</blockquote>
<blockquote>
<p>Check old driver and unload it.
rmmod r812... | 1777556 | null | null | 2024-03-24T20:31:42.003 | B550 Gaming X V2 No Ethernet connection Ubuntu 22.04.4 LTS | [
"drivers"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1508494 | 1 | 1508757 | 2024-03-24T20:51:20.567 | 0 | 72 | <p>Edited for more context.
The suggested links to fix the issue focus on removing the broken package. If I try to remove the <code>sysvinit-utils</code> package I get the output as indicated below (the long list of dependencies of <code>lsb-base</code>) and the remove fails. So the suggested link does not resolve it, ... | 1777551 | 1777551 | 2024-03-25T16:05:09.130 | 2024-03-27T13:54:27.450 | Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages, specific package can not be removed | [
"apt",
"updates"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Fixed it.</p>\n<p>Removed the partially installed <code>smartmontools</code> package, installed <code>lsb-base</code> package, then downloaded <code>sysvinit-utils_3.01-1ubuntu1_amd64.deb</code>, installed it and back to normal.</p>\n<p>I can update/upgrade.</p>\n",
"commentCount":... | [
{
"accepted": true,
"body": "<p>Fixed it.</p>\n<p>Removed the partially installed <code>smartmontools</code> package, installed <code>lsb-base</code> package, then downloaded <code>sysvinit-utils_3.01-1ubuntu1_amd64.deb</code>, installed it and back to normal.</p>\n<p>I can update/upgrade.</p>\n",
"comm... | null | null | null | null | null |
1508495 | 1 | null | 2024-03-24T21:15:15.963 | 0 | 52 | <p>i got an issue when running the Dockfile:
here are the codes:</p>
<pre><code>COPY UpdateServer/FT.Ubuntu*x64*.sh /root/app/
# Where we are going to place the files we need
WORKDIR /root/app
# Execute the setup
RUN ./$(find FT.Ubuntu*x64*.sh) -s
</code></pre>
<p>and then got error <code>RUN ./$(find FT.Ubuntu*x64*.sh... | 1777560 | 158442 | 2024-03-25T02:08:37.480 | 2024-03-25T02:08:37.480 | .sh file execution: permission denied exit code 126 | [
"permissions",
"docker"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The <a href=\"https://manpages.org/bash\" rel=\"nofollow noreferrer\">bash manual</a> explains it:</p>\n<blockquote>\n<p>If a command is not found, the child process created to execute it returns a status of 127. If a command is found but is not executable, the return status ... | null | null | null | null | null |
1508496 | 1 | 1508505 | 2024-03-24T21:29:54.900 | 0 | 64 | <p>I have a situation where a .~lock file exists on my laptop when I know the file was closed.
Here's how:
On my desktop, I edit a Libreoffice Writer file. Once I've finished, I sync the folder (using rsync -auv) with my external drive [one-way: files copied from desktop to USB drive but not vice versa] and then sync t... | 801777 | null | null | 2024-03-24T23:52:36.793 | Can I safely delete .~lock... files for Libreoffice documents that I know are now closed? | [
"files",
"libreoffice",
"rsync",
"lock"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<h2>Yes, that is completely safe.</h2>\n<p>The only function of the <code>~lock</code> file is to prevent two users on the same system (or even one user from two different systems) from modifying the same document at the same time. So if you know you are the only user involved, removing... | [
{
"accepted": true,
"body": "<h2>Yes, that is completely safe.</h2>\n<p>The only function of the <code>~lock</code> file is to prevent two users on the same system (or even one user from two different systems) from modifying the same document at the same time. So if you know you are the only user involved, ... | null | null | null | null | null |
1508500 | 1 | null | 2024-03-24T21:58:01.727 | 0 | 41 | <p>I have a <strong>ssd</strong> with very important data in my workstation.</p>
<p>It has <strong>a ext4 and a ntfs partition.</strong></p>
<p>This morning, the ext4 partition (sda1) <strong>didn't mount, and the filesystem was listed as "unknown"</strong> in the Disks application. running <code>file -s /dev... | 990521 | 990521 | 2024-03-25T00:20:38.500 | 2024-03-25T00:20:38.500 | Unresponsive storage ssd | [
"partitioning",
"mount",
"hard-drive",
"filesystem",
"ssd"
] | 0 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2024-03-24T22:04:14.753",
"id": "2646738",
"postId": "1508500",
"score": "0",
"text": "Sounds like your SSD is dead. RIP.",
"userDisplayName": null,
"userId": "68186"
},
{
"creationDate": "2024-03-24T22:10:43.340",
"id": "2646740",
"postId": "1508500",
... | null | [] | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.