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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1491995 | 1 | null | 2023-11-08T20:41:45.700 | 0 | 176 | <p>I have just installed Ubuntu 22.04 by following this <a href="https://gist.github.com/sebnyberg/ccf6b6c37df99a125bc2346977284622" rel="nofollow noreferrer">guide</a>:</p>
<p>The installation went smoothly, but none of the connections worked (Bluetooth, WiFi, cable).
The <code>ioreg -l | grep RequestedFiles</code> ou... | 977793 | 977793 | 2023-11-12T12:18:09.010 | 2023-11-12T12:18:09.010 | Running Ubuntu 22.04 on iMac 2019.1 Sonoma. Wireless + Bluetooth wouldn't start | [
"networking",
"drivers",
"22.04",
"bluetooth",
"mac"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-12T12:35:27.823",
"id": "2614505",
"postId": "1491995",
"score": "0",
"text": "Should've copied midway.trx instead of midway-x3.trx, wifi is working now.",
"userDisplayName": null,
"userId": "977793"
}
] | null | [] | null | null | null | null | null |
1491997 | 1 | null | 2023-11-08T21:01:26.353 | 0 | 90 | <p>I recently installed Ubuntu (Version 22.04).</p>
<p>At first both monitors functioned as a extended display, but they always <strong>blacked out</strong> shortly after the boot.</p>
<p>I added <code>nomodeset</code> to grub to stop the displays to black out. In this configuration the display stayed on but they displ... | 1744405 | 1744405 | 2023-11-08T21:13:15.380 | 2023-11-08T21:13:15.380 | Second monitor not detected but only mirrors screen | [
"drivers",
"multiple-monitors",
"radeon"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1491998 | 1 | null | 2023-11-08T21:11:03.093 | 0 | 51 | <p>Can't able to apt update. And can't able to leave tty.</p>
<p>Can't even able to ping google.com
When I try aprm update:
Ign:1
And I have a doubt on my source list too.
I think I have issue with internet connectivity but I don't know how to check weather I connect to internet or not so I tried to ping google.com it ... | 1743403 | 1743403 | 2023-11-08T21:22:51.633 | 2023-11-08T21:22:51.633 | Stuck at tty 23.10 can't able to apt update | [
"apt",
"updates",
"internet",
"tty"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T22:29:27.437",
"id": "2613767",
"postId": "1491998",
"score": "1",
"text": "It does not help If you are posted your question twice.",
"userDisplayName": null,
"userId": "966203"
}
] | null | [] | null | null | null | null | null |
1492000 | 1 | null | 2023-11-08T21:35:02.570 | 1 | 780 | <p>I am getting a deprecation warning, when I install quota and turn it on.</p>
<p>Ubuntu 22.04.03 Server</p>
<pre><code>root@nfs2: apt install quota linux-image-extra-virtual -y
root@nfs2:/home/# quotacheck -u /home
root@nfs2:/home/# quotaon -v /home
quotaon: Your kernel probably supports ext4 quota feature but you ar... | 1040309 | null | null | 2023-11-09T23:06:59.300 | Deprecation Warning for Quota, how to fix? | [
"22.04",
"quota"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T02:19:45.493",
"id": "2613795",
"postId": "1492000",
"score": "0",
"text": "I suspect it's just a matter of enabling usrquota for the filesystem using `tune2fs` - see for example [How to enable journaled quota on Debian 11](https://unix.stackexchange.com/questions/6... | null | [
{
"accepted": null,
"body": "<p>Thanks to steeldriver, here is the solution.</p>\n<pre><code>umount /home\ntune2fs -O quota /dev/sdxx\nmount -a\nquotaon -va\nrepquota /home \n</code></pre>\n<p>I found I had to reboot the server to make this take effect. Maybe there is a different way, but it seemed like a g... | null | null | null | null | null |
1492002 | 1 | null | 2023-11-08T21:41:51.903 | 1 | 32 | <p>This is the message I get from command line trying to do update</p>
<pre><code>E: Conflicting values set for option Signed-By regarding source http://dl.winehq.org/wine-builds/ubuntu/ mantic: /etc/apt/keyrings/winehq-archive.key != /usr/share/keyrings/winehq.gpg
E: The list of sources could not be read.
</code></pre... | 1744411 | 124466 | 2023-11-09T00:14:41.363 | 2023-11-09T03:37:57.600 | Any form of Update not working | [
"apt"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T00:25:02.103",
"id": "2613781",
"postId": "1492002",
"score": "0",
"text": "Something is wrong with your sources list. Check `/etc/apt/sources.list` and the contents of `/etc/apt/sources.list.d/` for any files or lines relating to your attempt to install wine.",
... | null | [] | null | null | 2023-11-09T03:52:50.527 | null | null |
1492004 | 1 | 1492241 | 2023-11-08T22:07:28.913 | 1 | 430 | <p>I'm currently developing an icon theme and need some guidance on how to locate and modify the black and white icons for the Files app, or for any other app, for that matter.</p>
<p>Could anyone point me in the direction of the particular directory where these icons are stored? Also, is there a standard naming system... | 549412 | null | null | 2023-11-10T17:49:53.137 | How to replace app icon in top bar of ubuntu 22.04 | [
"22.04",
"icons",
"top-bar"
] | 1 | 10 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T01:08:58.137",
"id": "2613788",
"postId": "1492004",
"score": "0",
"text": "Hi, as a start, those are regular icons but some saturation is applied. can you try this extension and see if the icon you are looking for is the same. Otherwise we can move to dig it furthe... | {
"accepted": true,
"body": "<p>The app menu icon has a style_class <code>app-menu-icon</code>.<br />\nAnd the default/majority of themes have below styling for it.</p>\n<pre><code>#panel .panel-button .app-menu-icon {\n -st-icon-style: symbolic; }\n</code></pre>\n<p>This way the icon mentioned in the <code>.deskt... | [
{
"accepted": true,
"body": "<p>The app menu icon has a style_class <code>app-menu-icon</code>.<br />\nAnd the default/majority of themes have below styling for it.</p>\n<pre><code>#panel .panel-button .app-menu-icon {\n -st-icon-style: symbolic; }\n</code></pre>\n<p>This way the icon mentioned in the <cod... | null | null | null | null | null |
1492005 | 1 | null | 2023-11-08T22:22:17.130 | 1 | 366 | <p>I am trying to install Ubuntu 22.04 in my personal computer but I am obtaining a bunch of error in every operative system.
-ROG MAXIMUS Z690 HERO BIOS Ver. 0803
-12th Gen Intel(R) Core(TM) 19-12900KF
-4 DRAM G-Skill 16384MB 4800MHz
-2 NVIDIA GRAPHICS CARDS RTX A6000</p>
<p>First of all, it was disconnected the PC co... | 1744416 | 1744416 | 2023-11-08T23:19:33.253 | 2023-11-08T23:19:33.253 | Ubuntu 2204 installation issue | [
"drivers",
"nvidia",
"asus",
"window"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-08T23:12:13.287",
"id": "2613772",
"postId": "1492005",
"score": "0",
"text": "Thank you for you comment. On the other hand, I am more interested in covering the issue in Ubuntu 22.04. In this Ubuntu version, the wifi adapter is working properly. In any case, let me kn... | null | [] | null | null | null | null | null |
1492008 | 1 | null | 2023-11-08T23:43:25.803 | 0 | 67 | <p>I have two HP laptops, one rather old and one newer but still old. Before I upgraded them to 22.04, I backed up my files onto a 2TB Seagate hard drive. I did this from the existing laptops which mounted and ran the drive perfectly. Now, neither will mount the drive. it has something to do with formatting or the driv... | 463246 | null | null | 2023-11-09T03:48:36.737 | ntfs or partion or something; can't mount seagte expansion drive on upgrade to Ubuntu Studio 22.04 | [
"mount",
"hard-drive"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T00:45:52.183",
"id": "2613783",
"postId": "1492008",
"score": "0",
"text": "You've not been specific enough with details for me to fully understand your issue, you mention upgrade to 22.04; was that a 21.10 upgrade to 22.04?? as *release-upgrades* from 20.04 were n... | null | [] | null | null | null | null | null |
1492009 | 1 | 1493210 | 2023-11-08T23:51:03.683 | 2 | 199 | <p>I'm trying to detect and run partitions on top of jMicron fakeRAID, which is discovered by dmraid. How far I'm stuck with making this automatically during boot.</p>
<pre class="lang-bash prettyprint-override"><code>hopungo@hopungo-pc:~$ sudo kpartx -l /dev/mapper/jmicron_GRAID
jmicron_GRAID1 : 0 7813722112 /dev/map... | 171636 | null | null | 2023-12-02T14:40:17.053 | Run kpartx on system start | [
"22.04",
"startup",
"udev",
"dmraid"
] | 2 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T00:29:06.553",
"id": "2613782",
"postId": "1492009",
"score": "0",
"text": "`root`'s `crontab` (`/etc/crontab` - special format, read `man -a crontab`) supports a `@reload` date specification that will execute very late in startup.",
"userDisplayName": null,
... | {
"accepted": true,
"body": "<p>Create a systemd service file, for example:</p>\n<p>/usr/lib/systemd/system/custom-jmicron.service</p>\n<pre><code>[Unit]\nDescription=Detects and activates partions on jMicron fakeRAID\nAfter=systemd-fsck-root.service\nBefore=local-fs-pre.target local-fs.target shutdown.target\nWant... | [
{
"accepted": true,
"body": "<p>Create a systemd service file, for example:</p>\n<p>/usr/lib/systemd/system/custom-jmicron.service</p>\n<pre><code>[Unit]\nDescription=Detects and activates partions on jMicron fakeRAID\nAfter=systemd-fsck-root.service\nBefore=local-fs-pre.target local-fs.target shutdown.targ... | null | null | null | null | null |
1492010 | 1 | null | 2023-11-09T00:16:07.970 | 0 | 118 | <p>Have an HP Lasterjet MFP 227 printer connected through ethernet. Has worked previously on this installation of Ubuntu 20.04.6 LTS, suddenly it will not print because "filter failed"when printing. It appears as a scanner but fails when I try to scan.</p>
<p>Installed HPLIP from the HP website version 3.23... | 280837 | 280837 | 2023-11-09T00:25:05.380 | 2023-11-09T00:25:05.380 | Printer "Filter Failed" on HP laserjet | [
"drivers",
"printing",
"hp",
"scanner"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492013 | 1 | null | 2023-11-09T01:31:28.483 | 0 | 158 | <p>After updating to Ubuntu 23.10 - Two of my HDMI monitors don't turn on I tried they work fine in BIOS.</p>
<p>This is Radeon RX 580</p>
<pre><code>$ xrandr
Screen 0: minimum 16 x 16, current 9600 x 2880, maximum 32767 x 32767
DP-1 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 600mm x 330mm
25... | 928129 | 1157209 | 2023-11-09T01:56:23.280 | 2023-11-09T01:56:23.280 | After updating to Ubuntu 23.10 - Two of my HDMI monitors don't turn on | [
"multiple-monitors",
"display",
"hdmi",
"radeon",
"amdgpu"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492014 | 1 | null | 2023-11-09T02:06:14.230 | 2 | 173 | <p>I'm running ubuntu 22.04.3 LTS on a virtual machine, to which I originally alocated 60 GB of storage. I then realized I needed more space, so I expanded the size of the virtual drive, but once inside the virtual machine, the new extra space does not appear to be available to me. I checked the disk app and saw this: ... | 1731027 | null | null | 2023-11-09T02:31:17.200 | How can I access all the Free Space on my drive? I get an error while trying to expand the partition | [
"partitioning",
"virtualbox",
"ssd"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>You cannot resize the partition while it is in use. The star in gparted tells you that it is locked.</p>\n<p>You must boot the VM to a live session, then you can do it.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": ... | null | null | null | null | null |
1492016 | 1 | null | 2023-11-09T02:15:24.607 | 0 | 30 | <p>I installed (or tried to at least) 22.04.2 LTS and it left the cursor swirling for 5 hours without stopping or telling me anything about the progress or end of the installation. I finally stopped the computer and found it had installed but left my hard drive encripted with a password that I didn't have. Now I'm ins... | 312192 | null | null | 2023-11-09T02:15:24.607 | Why does installation of 22.04.2 LTS on my hard drive not tell me when it has finished installing | [
"system-installation"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T04:02:03.413",
"id": "2613812",
"postId": "1492016",
"score": "0",
"text": "You've not told us which Ubuntu 22.04 LTS product you're using, as different installers are available (`subiquity` by Ubuntu 22.04 LTS Server, `ubiquity` by Ubuntu 22.04 LTS Desktop etc) thu... | null | [] | null | null | null | null | null |
1492020 | 1 | null | 2023-11-09T03:01:38.050 | 0 | 181 | <p>I am having trouble getting Steam to detect my Steam Controller. I can use the right pad to control the mouse and R to click in Ubuntu. In game I can press some buttons but they are not all set up correctly. I am would like to configure the controls within steam but it has no idea the controller exists.</p>
<p>I rea... | 282333 | null | null | 2023-11-09T03:01:38.050 | Steam controller not detected by steam | [
"drivers",
"kernel",
"games",
"steam",
"gamepad"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492021 | 1 | null | 2023-11-09T03:04:50.123 | 1 | 187 | <p>EDIT: I solve the problem via turn on all the alsamixer settings.
(MM to 00)</p>
<p>I'm a noob and I am new to ubuntu. I installed ubuntu and I found that sof-bin is required and I installed it. After installing sof-bin, it still cannot solve the problem.</p>
<p>The dummy output is disappeared, and I want the headph... | 1744442 | 1744442 | 2023-11-10T07:20:58.957 | 2023-11-10T07:20:58.957 | No sound in headphone, intel sound card | [
"drivers",
"sound",
"22.04",
"pulseaudio",
"alsa"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T03:11:30.890",
"id": "2613802",
"postId": "1492021",
"score": "0",
"text": "Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.",
"userDis... | null | [] | null | null | null | null | null |
1492028 | 1 | null | 2023-11-09T03:58:02.597 | 0 | 21 | <p>What are the effects for using sudo for libvirt commands such as virt-manager/virsh? Will it affect something later when using the created VMs and regret not using it before?</p>
<p>I'm trying to use them without sudo (don't use root when you can ) and everything is fine. (Except for using bridged network - BTW not ... | 950187 | 950187 | 2023-11-09T04:10:34.717 | 2023-11-09T04:10:34.717 | libvirt tools:sudo or not? | [
"22.04",
"virt-manager"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T04:46:54.333",
"id": "2613821",
"postId": "1492028",
"score": "0",
"text": "I do not prefix my virsh commands with sudo, and have never had a problem. I only ever use a bridged network.",
"userDisplayName": null,
"userId": "372967"
}
] | null | [] | null | null | null | null | null |
1492029 | 1 | 1492069 | 2023-11-09T04:06:21.643 | 1 | 194 | <p>I have a fresh installation of Ubuntu 23.10. I have a D-Link dwa-182 rev c USB wifi adapter. I've tried a few of the methods on here for installing the correct drivers and yet no wifi settings have appeared.</p>
<p>Information for Wifi diagnosis: <a href="https://pastebin.ubuntu.com/p/9Z5Pt9xNkk/" rel="nofollow nore... | 721075 | 94914 | 2023-11-09T05:19:23.753 | 2023-11-10T10:45:00.860 | D-Link DWA-182 Rev C Ubuntu 23.10 is not working | [
"networking",
"drivers",
"wireless",
"usb",
"23.10"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>Lets try a different driver, in terminal</p>\n<pre><code>sudo apt install git dkms\ngit clone https://github.com/aircrack-ng/rtl8812au.git\ncd rtl8812au\nsudo make dkms_install</pre></code>\n<p>Reboot</p>\n",
"commentCount": "1",
"comments": [
{
"creationDate": "2023-11... | [
{
"accepted": true,
"body": "<p>Lets try a different driver, in terminal</p>\n<pre><code>sudo apt install git dkms\ngit clone https://github.com/aircrack-ng/rtl8812au.git\ncd rtl8812au\nsudo make dkms_install</pre></code>\n<p>Reboot</p>\n",
"commentCount": "1",
"comments": [
{
"creatio... | null | null | null | null | null |
1492031 | 1 | null | 2023-11-09T04:20:16.603 | 0 | 135 | <p>Now I have two issues:In my ubuntu</p>
<ol>
<li><p>When my computer is not in the network, I can't login GUI with my domain user ID.</p>
</li>
<li><p>I am uanble to sudo su with domain account when I am in Network with gui Login.</p>
</li>
</ol>
| 1744452 | null | null | 2023-11-09T04:20:16.603 | I can't login ubuntu 22.04 GUI with my domain user without network connection | [
"networking",
"ssh",
"ubuntu-gnome",
"domain-server"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T15:50:26.670",
"id": "2613941",
"postId": "1492031",
"score": "0",
"text": "\"Your domain userid\" must connect with your domain controller to validate your password. No internet, no connection to the domain controller, no password validation.",
"userDisplayNa... | null | [] | null | null | null | null | null |
1492035 | 1 | null | 2023-11-09T05:36:17.733 | 0 | 75 | <p>I recently installed Ubuntu 22.04 alongside Windows 10 and applied for a free personal subscription to Ubuntu Pro, but when I completed the steps to enable ESM with Ubuntu Pro, it showed as <strong>31/12/99</strong> instead of <strong>31/12/32</strong>, something like that. Please see the screenshot for more info.</... | 1744317 | 1744317 | 2023-11-09T13:57:42.930 | 2023-11-09T13:57:42.930 | How to fix this giltch on ESM for Ubuntu 22.04? | [
"dual-boot",
"22.04",
"esm",
"ubuntu-pro"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492036 | 1 | null | 2023-11-09T05:57:31.710 | 0 | 67 | <p>We are experiencing problems while downloading artifacts in Ubuntu ARM64 instances and are receiving an error message-</p>
<pre><code>Failed to parse structured output from Universal Packages tooling (ArtifactTool)
Exception: Expecting value: line 1 column 1 (char 0)
azext_devops.devops_sdk.exceptions.AzureDevOpsSe... | 1744463 | 1744463 | 2023-11-10T04:56:33.820 | 2023-11-10T04:56:33.820 | Unable to download Azure artifacts on Ubuntu ARM machine | [
"command-line",
"22.04",
"arm"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T08:30:21.017",
"id": "2613852",
"postId": "1492036",
"score": "1",
"text": "If ARM64 is not support by Azure Artefacts there is hardly any help possible. Best option would be to contact Microsoft and ask about the status of ARM64 support.",
"userDisplayName": nu... | null | [] | null | null | null | null | null |
1492041 | 1 | null | 2023-11-09T06:36:10.150 | 0 | 22 | <p>I try to set ip static ip address via interface to this one 192.168.100.4 with this mask 255.255.255.0 and default route (get from route cmd) and dns ip from nmcli device show wlp1s0 | grep IP4.DNS</p>
<p>after doing so my internet doesnt work, i cannot open any website</p>
| 1744470 | null | null | 2023-11-09T06:36:10.150 | after changing ip address to static internet connection is missing | [
"static-ip"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492042 | 1 | null | 2023-11-09T06:45:45.427 | 0 | 37 | <p>I have two SSD, which I want to make a RAID1 and install ubuntu on it.<br />
Unfortunately I dont have a hardware RAID, instead I found an alternative way: Fake RAID.<br />
Using motherboard ASUS-WS C621E SAGE which support FakeRAID (and support Intel Rapid Storage Technology and Intel Virtual RAID on CPU), setting ... | 1718095 | null | null | 2023-11-09T06:45:45.427 | will two SSD work as a RAID1 bootable device (enable Intel RST) installing ubuntu only | [
"system-installation",
"raid",
"rst"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492047 | 1 | null | 2023-11-09T08:00:57.957 | 0 | 256 | <p>I have a Ubuntu 22.04 Server, and one to an other day i dosn't become from the router a dhcp adress, but when i set a static ip adress i can connect localy to the services on the server, but I can not get a connection to the internet.</p>
<p>I have tried to set who I described above, to set a static IP (I did this i... | 1744487 | null | null | 2024-02-18T07:33:19.357 | No Internet after static IP Ubuntu 22.04 | [
"networking",
"server",
"22.04",
"internet",
"dhcp"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T09:44:56.803",
"id": "2613868",
"postId": "1492047",
"score": "0",
"text": "If your DHCP server (often your router) stops properly issuing IP addresses, then try restarting or investigating that DHCP server.",
"userDisplayName": null,
"userId": "19626"
},
... | null | [] | null | null | null | null | null |
1492054 | 1 | null | 2023-11-09T08:58:11.547 | 1 | 44 | <p>After I updated from Ubuntu 22.04 to Ubuntu 23.10, <code>pip install foobar</code> warns about "externally-managed-environment" and requires me to add <code>--break-system-packages</code>.</p>
<p>Is this expected after the update? Is there a way to disable this warning?</p>
<p>Note that I explicitly want t... | 151007 | null | null | 2023-11-09T08:58:11.547 | pip requiring "--break-system-packages" after update to 23.10 | [
"package-management",
"python"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T10:31:13.900",
"id": "2613880",
"postId": "1492054",
"score": "0",
"text": "We can close as dupicate of this one. Do you know why this happens? Is the new version of pip causing this behavior?",
"userDisplayName": null,
"userId": "151007"
},
{
"creat... | null | [] | null | null | 2023-11-09T10:32:56.400 | null | null |
1492056 | 1 | null | 2023-11-09T09:03:28.590 | 0 | 164 | <p>I want to know about the kernel version that supports intel 13900h intel graphic drivers in ubuntu 20.04.
My laptop renders with cpu not gpu.
Can you give me informations?</p>
| 1734718 | null | null | 2023-11-09T09:03:28.590 | Ubuntu 20.04 13900h intel driver kernel | [
"20.04",
"kernel",
"graphics",
"intel-graphics",
"gpu-driver"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T09:29:31.603",
"id": "2613863",
"postId": "1492056",
"score": "1",
"text": "You've not provided your Ubuntu product; only mentioning the release (with Server using the GA kernel by default, and Desktop using HWE by default; though if you *release-upgraded* to 20.04 ... | null | [] | null | null | null | null | null |
1492059 | 1 | null | 2023-11-09T09:14:43.683 | 1 | 89 | <p>I want to know whether I can log in to multiple X sessions in a single machine with a SINGLE user account.</p>
<p>For example, I hope:</p>
<ol>
<li><p>User "John" creates an X session with TigerVNC and connects to it remotely.</p>
</li>
<li><p>User "John" also creates an X session locally. He doe... | 155277 | null | null | 2023-11-09T09:14:43.683 | Can I log in to multiple X sessions with a SINGLE user? | [
"xorg",
"vnc"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T21:12:30.203",
"id": "2614030",
"postId": "1492059",
"score": "1",
"text": "I've read a few things recently that *seem* to suggest this feature is broken - to do with how systemd + PAM allocate DBUS sessions per-user rather than per-session? See for example [creatio... | null | [] | null | null | null | null | null |
1492061 | 1 | null | 2023-11-09T09:16:51.107 | 0 | 40 | <p>It's a great feature in Xfce that allows you to keep other windows visible while typing in a window that's underneath. The only issue is that every time the system restarts or goes into sleep mode, the setting is lost. I find it a bit tedious to have to go to the window manager, navigate to the focus tab, and then c... | 198350 | 198350 | 2023-11-23T06:01:28.730 | 2023-11-23T06:01:28.730 | xubuntu windows manager does not keep settings | [
"xubuntu",
"window-manager"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T09:53:51.263",
"id": "2613870",
"postId": "1492061",
"score": "0",
"text": "You will need to specify the Ubuntu (Xubuntu) version you are using. This rather appears as a bug, which then cannot be answered here, but should be reported. Note it could be related to you... | null | [] | null | null | null | null | null |
1492062 | 1 | null | 2023-11-09T09:58:39.793 | 0 | 101 | <p>I am using a dual boot system(ubuntu22.04+windows11). I wanted to extend the Ubuntu partition size.So first I created some unallocated memory from the ubuntu partition. Now I want to add this unallocated space to my ubuntu part.</p>
<p>Most of the solution here suggest to use gparted for that. But for that, I need a... | 1551306 | null | null | 2023-11-09T10:53:02.310 | extend/resize ubuntu partition in dual boot system without external usb/cd drive | [
"dual-boot",
"partitioning",
"gparted"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T11:12:42.577",
"id": "2613893",
"postId": "1492062",
"score": "0",
"text": "\"*Can I somehow do that without any external pendrive?*\" ... I don't know if you can, but it can be done if you move certain needed system parts into memory i.e. RAM and then unmount your ... | null | [
{
"accepted": null,
"body": "<p>You cannot increase the size of a partition you are currently working on, the the partition needs be unmounted when performing an operation like this. So from within the running Ubuntu it is not possible to extend a partition.</p>\n<p>You need some external tool like running ... | null | null | null | null | null |
1492063 | 1 | null | 2023-11-09T10:03:06.653 | 0 | 31 | <p>Ubuntu 20.04.6
bash debugger, bashdb, release 4.2-0.8</p>
<p>When I used <code>step+</code> command, 'not found' occured.</p>
<pre><code>/usr/share/bashdb/lib/processor.sh: line 286: _Dbg_do_step-: command not found
</code></pre>
<p><code>step</code> works fine.</p>
| 1555363 | null | null | 2023-11-09T10:03:06.653 | why bashdb step+ command not found? | [
"bash",
"debug"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492064 | 1 | null | 2023-11-09T10:10:20.957 | 0 | 24 | <p>My sincere apologies for writing a lengthy question; but I am stuck in this problem, and I am not an advanced Linux user.
I was running the CLC genomics workbench for my <em>de novo</em> assembly work. CLC Genomics workbench is a licensed software that has all the packages for de novo assembly of DNA sequence reads ... | 1642859 | null | null | 2023-11-09T10:10:20.957 | How can I confirm that the default temporary directory is full and that is the reason my assembler isn't progressing the genome assembly process? | [
"hard-drive",
"filesystem",
"root",
"disk-usage"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T10:37:21.710",
"id": "2613884",
"postId": "1492064",
"score": "0",
"text": "It looks like your /tmp folder is not backed by an in-memory tmpfs but by your main disk partition, and neither of them seems to be close to running out of space in your screenshots. Maybe y... | null | [] | null | null | null | null | null |
1492066 | 1 | null | 2023-11-09T10:15:14.573 | 2 | 844 | <p>I have a computer with a 1TB internal drive which has always had Windows 10 running on it. Part of the disk is split into the C: and D: drives used by Windows. These have the names of Windows and LENOVO respectively.
For a couple of years now I have also had Ubuntu dual booting on it, and have had no issues accessin... | 1744513 | null | null | 2023-11-29T07:19:31.000 | Disk mount error after upgrading to Ubuntu 23.10 | [
"upgrade",
"mount",
"23.10"
] | 1 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-26T20:31:52.270",
"id": "2617537",
"postId": "1492066",
"score": "0",
"text": "https://askubuntu.com/questions/1489733/23-10-cannot-mount-usb-key This sounds similar. Have you tried running a `chkdsk /F /R` in Windows on the drive?",
"userDisplayName": null,
"u... | null | [
{
"accepted": null,
"body": "<p>The Linux NTFS driver can be more particular about a clean error-free drive than the native Windows driver. To check the drive for errors and attempt to correct any that have been found, it's best to use the native Windows <code>chkdsk</code> utility.</p>\n<p>Important comman... | null | null | null | null | null |
1492068 | 1 | null | 2023-11-09T10:30:07.730 | 0 | 678 | <p>I wish to permanently disable one specific network interface in Ubuntu 20.04, but could not find a way to do it.</p>
<p>I tried the following two methods, plus server reboot and it did not help:</p>
<ol>
<li>Added "iface eth0 inet manual" to /etc/network/interfaces</li>
<li>Added "optional: true"... | 1744519 | null | null | 2023-11-11T09:40:40.400 | How do I permanently disable specific network interface in Ubuntu 20.04 | [
"networking",
"interface"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T21:04:45.153",
"id": "2614027",
"postId": "1492068",
"score": "0",
"text": "You can create a script, which runs at startup.\nIn that script using the ifconfig command you can disable the card. \n ifconfig eth0 down",
"userDisplayName": null,
"userId... | null | [
{
"accepted": null,
"body": "<p>Yes, that was eventually I did, plus another thing.</p>\n<p>It is strange the Ubuntu doesn't have a way to reliably and simply disable an interface.</p>\n<p>I will post here what I did eventually, as I posted in another forum:</p>\n<p>OK, I found a workaround to solve this in... | null | null | null | null | null |
1492070 | 1 | null | 2023-11-09T10:49:22.097 | 0 | 85 | <p><code>sudo apt-get purge 7z2201-linux-x64.tar.xz 7z2301-linux-x64.tar.xz</code></p>
<p>Error like</p>
<p>Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package 7z2201-linux-x64.tar.xz
E: Couldn't find any package by glob '7z2201-linux-x64.tar.xz'
... | 1744526 | null | null | 2023-11-09T10:49:22.097 | how to uninstall 7z2201-linux-x64.tar.xz applications in ubuntu 22.04? | [
"apt",
"package-management",
"uninstall",
"tar",
"7zip"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T11:37:54.033",
"id": "2613894",
"postId": "1492070",
"score": "2",
"text": "`7z2201-linux-x64.tar.xz` is not an Ubuntu package - it's just an archive containing pre-built `7zz` and `7zzs` programs plus a user manual. If you copied the files somewhere manually then y... | null | [] | null | null | null | null | null |
1492071 | 1 | null | 2023-11-09T10:50:40.340 | 0 | 19 | <p>Select Audio Device appears every time, but I'm not disconnecting anything. I select an option and 1 second later the modal appears again, I don't remember changing anything in my settings and <strong>the audio and microphone work perfectly without interruptions</strong>. The only way to stop it is when I leave the ... | 1629646 | null | null | 2023-11-09T10:50:40.340 | Select audio device appears every time | [
"sound",
"pulseaudio",
"devices"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492075 | 1 | null | 2023-11-09T11:09:42.177 | 1 | 782 | <p>I have a windows 10 lap, want to have two systems on my laptop, so dual boot, with windows and linux ,So installing ubuntu on a complete new partition..
I have created a new 50gb partition, and will be installing Ubuntu on that,
I dont want any of windows file-programs being deleted, have watched a-lot of videos on ... | 1744530 | null | null | 2023-11-09T14:44:27.333 | Should I keep, secure-boot disabled, after installing Ubuntu? | [
"boot",
"dual-boot",
"grub2",
"windows-10",
"boot-partition"
] | 2 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T15:02:57.313",
"id": "2613934",
"postId": "1492075",
"score": "0",
"text": "Welcome to Ask Ubuntu. In this question answer site, it is best to ask one question at a time. I recommend you keep your 50 GB space unformatted in Windows. That is, delete the partition you... | null | [
{
"accepted": null,
"body": "<blockquote>\n<p>Should I keep fast-boot, and secure-boot turned off, even after ubuntu installation..If I turn it on, after ubuntu installation, will that cause some new problems..</p>\n</blockquote>\n<p>This does highly depend on <em>your</em> configuration and it's hard to sa... | null | null | null | null | null |
1492077 | 1 | null | 2023-11-09T11:18:51.453 | 0 | 26 | <p>I see there is a solution to regenerate all image thumbnails, but what if I do not want to regenerate all thumbs, but just for one image.</p>
<p>the thing is, that if I rotate an image using for example: ''' mogrify -rotate 90 imgname ''' the thumbnail does not rotate, And I do not want to delete all the thumbnail f... | 198350 | null | null | 2023-11-09T11:18:51.453 | thunar regenerate thumbnail for a single image | [
"xubuntu",
"thumbnails",
"thunar"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492078 | 1 | null | 2023-11-09T11:25:36.507 | 0 | 196 | <p>According to <a href="https://www.xda-developers.com/wsl-connect-usb-devices-windows-11/" rel="nofollow noreferrer">this page</a>, I should be able to use usbmon and other USB utilities in WSL2. I did everything exactly as lined out, the Windows part worked flawlessly (installing the USB passtrough drivers), as I at... | 783091 | null | null | 2023-11-09T11:25:36.507 | WSL2 modprobe usbmon missing? | [
"usb",
"windows-subsystem-for-linux",
"modprobe"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492080 | 1 | null | 2023-11-09T11:31:33.447 | 0 | 68 | <p>I have a Linux system with updated and upgraded packages and i install new linux system in another disk i want to copy the updated and upgraded packages from the old system to the new system to avoid make apt update & apt upgrade in the new system . which folders can I copy it from old system to New system</p>
| 1744523 | 1744523 | 2023-11-09T16:44:23.267 | 2023-11-09T16:44:23.267 | Copy updated & upgraded package to new linux system | [
"upgrade"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T13:12:26.527",
"id": "2613905",
"postId": "1492080",
"score": "0",
"text": "Your thought is not completed? Related: [Backup/clone live to a new partition which can be booted](https://askubuntu.com/questions/1028604/backup-clone-live-to-a-new-partition-which-can-be-b... | null | [] | null | null | null | null | null |
1492082 | 1 | null | 2023-11-09T12:39:47.387 | 0 | 39 | <p>I made some shortcuts using autokey-gtk and they worked fine. However, I need to run them on a computer that I don't have root privileges, so I can't install it using <code>apt</code>.</p>
<p><em>What I've tried</em>:</p>
<ul>
<li>I cloned the repo from git (I cant install it, it requires root permission)</li>
<li>S... | 530032 | 530032 | 2023-11-10T15:43:51.367 | 2023-11-10T15:43:51.367 | How to run Autokey without root privileges? | [
"autokey"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T17:04:56.090",
"id": "2613954",
"postId": "1492082",
"score": "0",
"text": "Using autokey does not require root permissions. Give some more info: does autokey otherwise work, i.e., does it work if you create a new shortcut or abbreviation? Does your script that does... | null | [] | null | null | null | null | null |
1492083 | 1 | null | 2023-11-09T12:41:33.707 | 0 | 1746 | <p>How to avoid netplan apply errors for Ubuntu22?</p>
<pre><code>WARNING: permissions for /etc/netplan/00 are too open
</code></pre>
| 1744542 | 320920 | 2023-11-13T10:59:39.970 | 2023-11-13T10:59:39.970 | How to avoid netplan apply errors for Ubuntu22? | [
"network-bonding"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T14:34:43.090",
"id": "2613922",
"postId": "1492083",
"score": "1",
"text": "Does this answer your question? [Need help with a Netplan configuration issue](https://askubuntu.com/questions/1477287/need-help-with-a-netplan-configuration-issue)",
"userDisplayName": ... | null | [
{
"accepted": null,
"body": "<p>Netplan configs from Ubuntu 20.04 (and possibly later, but definitely earlier) will have default permissions of <code>0644</code>, but the default should now be <code>0600</code> (<a href=\"https://netplan.readthedocs.io/en/stable/reference/\" rel=\"nofollow noreferrer\">as s... | null | null | null | null | null |
1492084 | 1 | null | 2023-11-09T12:57:31.917 | 1 | 304 | <p>I use Ubuntu on pen-drive and the OS was working well till last night[ 8 Nov] but today after running my code related computer vision, I did have a system software update prior I was about to use google meet, the whole camera thing stopped working I have tried all method of terminal commands over internet on my lap... | 1740585 | 1740585 | 2023-11-11T03:00:10.927 | 2023-11-11T03:00:10.927 | In ubuntu my camera isnt working ,no device found ,both on cheese and google meet | [
"apt",
"22.04",
"webcam",
"ffmpeg"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492086 | 1 | null | 2023-11-09T13:07:32.953 | 0 | 45 | <p>I updated Ubuntu to 23.10 (mantic minotaur).. and I no longer have a connection to my HDMI, I no longer have 2 monitors... how to solve this? ubuntu 23.10</p>
| 1744549 | null | null | 2023-11-09T13:07:32.953 | HDMI x UBUNTU(mantic minotaur) 23.10 | [
"hdmi",
"23.10"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T21:42:08.527",
"id": "2614243",
"postId": "1492086",
"score": "0",
"text": "What are your graphics cards? AMD or NVIDIA or INTEL or MATROX or something else?",
"userDisplayName": null,
"userId": "51957"
},
{
"creationDate": "2023-11-11T07:46:44.750",... | null | [] | null | null | null | null | null |
1492093 | 1 | null | 2023-11-09T14:11:12.233 | 0 | 53 | <p>I have a laptop Asus X551M + ubuntu 22.04 + XFCE All package versions are the latest.
There was a need to connect the tablet as a second monitor.
Having rummaged through the Internet, I found the article <a href="https://habr.com/ru/articles/169003/" rel="nofollow noreferrer">“Tablet as a second screen for Linux”</... | 1744556 | null | null | 2023-11-09T14:11:12.233 | Xorg crashes when connecting dummy driver | [
"multiple-monitors",
"xorg"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492095 | 1 | null | 2023-11-09T14:21:40.363 | 0 | 71 | <p>So I am using OpenPGP which is fine most of the time, however after a reboot if I (or my script) tries a push, it asks for the passphrase to unlock the OpenPGP secret key (a GUI window pops up).</p>
<p>After I manually enter the key and enable the "save in password manager" button, it then asks for the pas... | 1744564 | null | null | 2023-11-09T14:21:40.363 | OpenPGP key after reboot - Ubuntu | [
"password",
"github",
"openpgp"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492096 | 1 | null | 2023-11-09T14:31:36.173 | 1 | 238 | <p>I'm trying to follow the <a href="https://snapcraft.io/docs/create-a-new-snap" rel="nofollow noreferrer">snapcraft tutorial</a> on Ubuntu 22.04.</p>
<p>I've installed and initialized lxd and snapcraft. When I run the snapcraft command it seems to hang on instance setup and eventually fails. Here is some of the outpu... | 1744568 | 1744568 | 2023-11-09T15:25:02.850 | 2023-11-15T15:34:50.933 | snapcraft stuck on instance status preparing | [
"snap",
"lxc",
"lxd"
] | 2 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I've just been having the same problem. Did you install snapcraft with <code>--edge</code> as per the tutorial?</p>\n<p>This was causing the problem for me so I did the following and could then build snaps again:</p>\n<pre><code>sudo snap remove snapcraft\nsudo snap install s... | null | null | null | null | null |
1492101 | 1 | null | 2023-11-09T14:46:44.777 | 0 | 51 | <p>I was trying to set Plex and found this instructions to allow Plex user to access certain folders <a href="https://www.linuxcapable.com/install-plex-media-server-on-ubuntu-linux/#Configure-Media-Files-Folders-Permissions-with-Plex-Media-Server-on-Ubuntu" rel="nofollow noreferrer">https://www.linuxcapable.com/install... | 29998 | 29998 | 2023-11-09T15:24:55.797 | 2023-11-09T21:15:11.997 | User settings are back to fresh installation | [
"users",
"user-profile",
"accounts"
] | 1 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T17:10:24.033",
"id": "2613956",
"postId": "1492101",
"score": "1",
"text": "Do you have any other users for this computer? Usually different user files are owned by respective users. Your first command made all the files for all the users including you, owned by an ... | null | [
{
"accepted": null,
"body": "<p>With <code>sudo chown -R plex:plex /home/</code> I change the ownership of all the files and folders in /home/ to plex user. I interrupted the process, so only some where affected.</p>\n<p>To undo it I just wrote <code>sudo chown -R groupname:username /home/</code></p>\n<p>Th... | null | null | null | null | null |
1492103 | 1 | null | 2023-11-09T14:55:00.313 | 0 | 99 | <p>I was trying to create a swap partition on my Ubuntu 23.04.3 which eventually worked out just fine, but after powering off the system and powering it back on a few times after use, I discovered I couldn't boot into my OS. It boots into the grub terminal after displaying an error message that says <code>/boot not fou... | 1626125 | null | null | 2023-11-10T11:16:58.277 | System not Booting into Ubuntu 22.04.3 After Creating Swap Partition | [
"boot",
"partitioning",
"uefi",
"swap",
"grub-efi"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>You can make a usb-stick with a 'super_grub2_disk_hybrid_' iso (<a href=\"https://www.supergrubdisk.org/super-grub2-disk/\" rel=\"nofollow noreferrer\">https://www.supergrubdisk.org/super-grub2-disk/</a>). You can use an old stick you have as it is a very small .iso ( around ... | null | null | null | null | null |
1492105 | 1 | null | 2023-11-09T15:06:07.297 | 0 | 50 | <p>I had Ubuntu running on my Microsoft Surface, but hat some issues with the touch screen and wanted to reinstall the Surface Kernel. Unfortunately I forgot to update Grub and I assume that broke my installation. But now I simply can't boot into an usb with Ubuntu on it anymore. It doesn't get past the mainboard logo ... | 1744581 | null | null | 2023-11-10T10:40:46.393 | Can't boot ubuntu form usb anymore after breaking current installation | [
"boot",
"grub2",
"usb"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T10:54:19.737",
"id": "2614138",
"postId": "1492105",
"score": "0",
"text": "Can you boot another computer from that USB drive? Are you booting in UEFI mode? And in that case, are you using Secure boot? The update might has imposed stricter or updated rules, so that ... | null | [
{
"accepted": null,
"body": "<p>You can make a usb-stick with a 'super_grub2_disk_hybrid_' iso (<a href=\"https://www.supergrubdisk.org/super-grub2-disk/\" rel=\"nofollow noreferrer\">https://www.supergrubdisk.org/super-grub2-disk/</a>). You can use an old stick you have as it is a very small .iso ( around ... | null | null | null | null | null |
1492110 | 1 | null | 2023-11-09T15:42:24.587 | 0 | 19 | <p>I've installed Ubuntu 23.10 on a 2016 asus transformer mini. When it ran on Windows everything worked great and it didn't leave my desk ever since, which eliminates any hardware issues.</p>
<p>Usually my sound isn't working at all, sometimes it comes back only to bee interrupted by a random, loud, unending beep soun... | 1744589 | null | null | 2023-11-09T15:42:24.587 | sound going mad | [
"sound",
"asus",
"23.10"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492111 | 1 | null | 2023-11-09T15:45:20.547 | 1 | 166 | <p>I have been struggling with this from quite some time.</p>
<p>When I double booted my laptop to Ubuntu 22.04. It worked fine. Today, I had a call and I remembered the Ubuntu doesn't work with Bluetooth Earphones as Mic out-of-the-box, so I followed the following
<a href="https://askubuntu.com/questions/897437/my-mic... | 1744582 | null | null | 2024-01-08T18:01:50.273 | Ubuntu 22.04: Bluetooth disconnects right after it connects | [
"22.04",
"bluetooth",
"pulseaudio",
"alsa"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492112 | 1 | null | 2023-11-09T15:51:57.667 | 0 | 431 | <p>The Ubuntu 23.04 boot was very fast, after installing 23.10, the boot takes, on average, 4 minutes and then the message appears: "Timed out udev queue being empty" and then it enters the log in window.</p>
<h1>System Details Report</h1>
<hr />
<h2>Report details</h2>
<ul>
<li><strong>Date generated:</stron... | 1043357 | null | null | 2023-11-09T15:51:57.667 | Ubuntu 23.10 - Timed out udev queue being empty | [
"udev"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492116 | 1 | null | 2023-11-09T16:20:17.850 | 0 | 86 | <p>I have PC with dual boot with Windows 11 (which works fine) and Ubuntu 22.04 LTS. For some reason one day linux booted only to 'terminal mode' without GUI. I purged ubuntu-desktop and then tried to install it again.
I wrote sudo <code>apt-get --reinstall ubuntu-desktop</code>. However, it shows 'Unable to fetch some... | 1744583 | 1744583 | 2023-11-10T14:18:02.153 | 2023-11-10T14:18:02.153 | Hot to solve Ubuntu 22.04 LTS Unable to fetch and internet does not work | [
"dual-boot",
"22.04",
"internet",
".desktop",
"reinstall"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T17:22:13.257",
"id": "2613960",
"postId": "1492116",
"score": "0",
"text": "Is the computer connected by Ethernet cable or WiFi? Add this information in your question. Without knowing the reason behind why \"Linux booted only to 'terminal mode'\" it is hard to tell ... | null | [] | null | null | null | null | null |
1492117 | 1 | null | 2023-11-09T16:33:45.980 | 0 | 199 | <p>Since a few days, I noticed that running USG hardening tool on a freshly installed Ubuntu 22.04 server, breaks DNS resolution.
Running for example <code>dig google.com</code> throws out an error:</p>
<pre><code>;; communications error to 127.0.0.53#53: timed out
;; communications error to 127.0.0.53#53: timed out
;;... | 972159 | null | null | 2023-11-09T16:33:45.980 | Ubuntu 22.04 USG hardening script breaks DNS resolution | [
"dns",
"security"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492118 | 1 | null | 2023-11-09T16:36:54.433 | 0 | 218 | <p>I just upgrade to 23.10 in my Samsung (np930qdb-kf6de) laptop and now the backlight of the keyboard doesn't work anymore.With windows 11 and ubuntu 23.04 was working fine.
Any suggestions?
Thank you!</p>
| 1744610 | 1744610 | 2023-11-09T17:16:05.617 | 2023-11-09T17:16:05.617 | Ubuntu 23.10 on Samsung book 360 - Keyboard Light | [
"samsung",
"keyboard-backlight"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492119 | 1 | null | 2023-11-09T16:49:29.767 | 0 | 66 | <p>I had my Ubuntu 20.04 Desktop all cluttered with folders and files (yes, afterwards I've read that Linux does not like that), and suddenly the launchers were invisible.
<em>Edit: I'm talking about all graphic elements in the desktop workspace, all those of ~/desktop/</em>*
I put the files themselves into other place... | 1069661 | 1069661 | 2023-11-10T17:42:59.940 | 2023-11-10T17:42:59.940 | Ubuntu 20.04: Desktop folders/files only become visible whenever a new one is created (after reboot) | [
"20.04",
"icons",
"launcher",
".desktop"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T16:59:19.107",
"id": "2613952",
"postId": "1492119",
"score": "0",
"text": "\"I decided to reset the desktop via terminal.\" How did you do that? Add the information to your question (use \"edit\"). What do you mean by \"launchers\"? The icons on the dock?",
"us... | null | [] | null | null | null | null | null |
1492120 | 1 | null | 2023-11-09T17:07:39.590 | 1 | 75 | <p>I am creating platform agnostic debian package on Ubuntu 20 and Ubuntu 22 - with an intention to install on both ARM and AMD64 processor architecture. My debian packages have depndencies on other packages
Take example of control file of one of my packages</p>
<pre><code>Package: my-package
Version: 1.2.3
Architectu... | 625879 | 625879 | 2023-12-01T14:52:00.190 | 2023-12-01T14:52:00.190 | Ubuntu 20 - how to create platform agnostic packages architecture=all specifying dependencies on packages with native architecture | [
"apt",
"package-management",
"dpkg",
"debian"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492121 | 1 | null | 2023-11-09T17:23:16.557 | 3 | 266 | <p>I'm using Ubuntu 22.04 and I have the issue of geolocation not working in Firefox snap (currently 119.0.1). Here are the steps to reproduce the issue:</p>
<ol>
<li><p>Enable location services in Ubuntu Settings → <em>Privacy</em> → <em>Location Services</em>.</p>
</li>
<li><p>Check in Firefox <em>Settings</em> → <e... | 1650193 | 618353 | 2023-11-13T09:12:56.780 | 2023-11-14T06:50:58.840 | How to fix geolocation not working in Firefox snap (currently 119.0.1)? | [
"firefox",
"snap",
"geolocation"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>I've solved the problem by changing in <code>about:config</code> the value of <code>geo.enabled</code> from <em>false</em> to <em>true</em>. I have no idea why it was <em>false</em>.</p>\n<p>However, please note that Chromium snap returns the correct location while Firefox sn... | null | null | null | null | null |
1492125 | 1 | null | 2023-11-09T18:29:42.987 | 0 | 162 | <p>After one routine update, the icon for Krita (installed with snap on Ubuntu 22.04) has disappeared. T tried with <code>sudo apt-get install oxygen-icon-theme</code> but nothing.</p>
<p>How can I repristinate it?</p>
<p>Thank you</p>
| 338346 | null | null | 2023-11-09T18:29:42.987 | Ripristinate Krita icon on tool bar | [
"updates",
"icons",
"krita"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492128 | 1 | null | 2023-11-09T19:13:32.433 | 0 | 839 | <p>I saw several posting how to remove parts from file names but for different scenarios as mine.</p>
<p>I want to remove 'n' characters from files in a folder in command.
From</p>
<pre><code>Song-01-Artist-JohnDoe - songtitle-A.mp3
Song-01-Artist-JohnDoe - songtitle-B.mp3
Song-01-Artist-JohnDoe - songtitle-C.mp3
</cod... | 1596250 | null | null | 2023-11-09T23:14:30.313 | How to remove first 'n' characters from file names in one command | [
"command-line",
"batch-rename"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T19:28:01.683",
"id": "2614002",
"postId": "1492128",
"score": "1",
"text": "Probably easier ways to do this (`rename` in one of its incarnations comes to mind) but a simplistic loop might be `for name in *; do mv \"$name\" \"${name:25}\"; done`. Be careful with whi... | null | [
{
"accepted": null,
"body": "<p>You could use the Perl-based <code>rename</code> command, either with a sed-like regular expression substitution</p>\n<pre><code>rename -n 's/.{25}//' -- *.mp3\n</code></pre>\n<p>or with a simple substring operation</p>\n<pre><code>rename -n '$_ = substr($_,25)' -- *.mp3\n</c... | null | null | null | null | null |
1492131 | 1 | null | 2023-11-09T19:37:23.613 | 0 | 43 | <p>I'm trying to make multi sites with apache2, but I need domains to ping it, therefore I'm trying to host dns with Bind9.</p>
<p>The problom is that the dns are pinging only locallly!
Why?</p>
<p>If someone knowns to resolve this issue, please tell me!</p>
<p>This is my named.conf.option:
`options {
directory "/... | 1744634 | null | null | 2023-11-09T19:37:23.613 | Bind9's working only locally | [
"networking",
"apache2",
"dns"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T20:05:28.803",
"id": "2614014",
"postId": "1492131",
"score": "0",
"text": "What does this mean? ***The problem is that the dns are pinging only locally!***. Edit your post and Cleary define what you are trying to do. Then describe in detail what does not work. Vagu... | null | [] | null | null | null | null | null |
1492132 | 1 | null | 2023-11-09T19:50:46.340 | -3 | 169 | <p>I need to upgrade my Kubuntu 20.04 LTS to Kubuntu 22.04 LTS</p>
| 306634 | null | null | 2023-11-09T21:15:44.930 | Upgrade Kubuntu 20.04 LTS to Kubuntu 22.04 LTS | [
"upgrade",
"kubuntu"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-11T08:12:53.010",
"id": "2614326",
"postId": "1492132",
"score": "0",
"text": "Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.",
"userDis... | null | [
{
"accepted": null,
"body": "<p>Test:</p>\n<p>Update system:</p>\n<pre><code> sudo apt update\n\n sudo apt upgrade\n</code></pre>\n<p>Run the update process:</p>\n<pre><code> sudo do-release-upgrade\n</code></pre>\n",
"commentCount": "2",
"comments": [
{
"creationDate": "2023-11-09T... | null | null | 2023-11-15T08:39:12.537 | null | null |
1492142 | 1 | null | 2023-11-09T21:51:29.510 | 0 | 614 | <p>so I bought a compact hard disk but find that its a flash drive (lsusb shows it as Integrated Technology Express Chipsbank CBM2199 Flash Drive).</p>
<p>Using the Disks application shows it but doesn't know about the partitioning and contents are unknown. Strangely it shows two partitions, one is unknown and 17MB and... | 1042976 | null | null | 2024-01-10T16:06:43.877 | portable USB drive not mounting in Ubuntu 22.04.02 but works in Windows 10 and 11 | [
"22.04",
"exfat"
] | 2 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-09T22:36:58.173",
"id": "2614039",
"postId": "1492142",
"score": "1",
"text": "Maybe [this link](https://askubuntu.com/questions/11840/how-do-i-use-chmod-on-an-ntfs-or-fat32-partition/956072#956072) can help you solve the problem. If you have not removed or lost the to... | null | [
{
"accepted": null,
"body": "<p>Based on my other readings outside of here I believe the drive does not work with Linux and so I've solved the problem by returning</p>\n<p>My thanks to the people who took time to answer the question, but ultimately there was no time cost effective solution</p>\n<p>Thanks</p... | null | null | null | null | null |
1492148 | 1 | null | 2023-11-09T22:56:49.823 | 0 | 34 | <p>Some of the dash icons have numeric tags (a white number in a green circle) at their upper right. This can happen whether the associated app is open currently in single or multiple occurances or not open at all.</p>
<p>What do the numbers signify?</p>
<p><a href="https://i.stack.imgur.com/lsA4q.png" rel="nofollow no... | 1169806 | 767056 | 2023-11-09T23:39:06.373 | 2023-11-09T23:39:06.373 | Numeric tags on dash icons | [
"23.10"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The numbers are the count of outstanding notifications for each app.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-11-09T23:14:31.340",
"id": "1492151",
"lastActivit... | null | null | null | null | null |
1492157 | 1 | null | 2023-11-10T01:01:51.383 | 0 | 39 | <p>I have two Ubuntu 22.04 desktop systems, on same home wifi. Doing the builtin screen-share (from "Settings") on (let's call it "A").</p>
<p>On "B" (the client), I installed tiger vnc viewer.</p>
<p>If I hover over various window elements in the shared("A's") desktop, they chan... | 1363612 | null | null | 2023-11-10T01:01:51.383 | Ubuntu 22.04 Screen Share Pointer Not Visible But Works | [
"22.04",
"vnc",
"sharing",
"mouse-pointer"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492159 | 1 | null | 2023-11-10T01:33:24.260 | 0 | 56 | <p>For the last 4 days my machine on the workplace keep freezing after I leave it on overnight (I only lock the screen, not sleep/hibernate). The power still on, fans running, num lock is freezing, screen is completely black, it just not wake up.
At the first day, I think it was because of I leave too many programs ope... | 949440 | null | null | 2023-11-10T01:33:24.260 | Ubuntu 20.04 LTS freeze after leaving power on overnight | [
"20.04",
"power-management",
"freeze"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T01:48:04.303",
"id": "2614061",
"postId": "1492159",
"score": "0",
"text": "This may having nothing to do with hibernation and the system may not actually be freezing. To help isolate this, can you open up an ssh shell into this stems from another machine? Next ti... | null | [] | null | null | null | null | null |
1492165 | 1 | null | 2023-11-10T03:09:25.107 | 1 | 57 | <p>I'm disabled and use 'click assist', found in Universal Access within settings. I want to be able to turn on/off the hover 'click assist' feature depending on what i'm doing. Is there a command line i can use to turn on/off so I can create a keyboard shortcut?</p>
| 1744692 | null | null | 2023-11-10T09:02:20.093 | How to create a Keyboard shortcut to turn on/off HOVER feature of "CLICK ASSIST"? | [
"command-line",
"shortcuts",
"accessibility"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>The setting can be enabled with the command:</p>\n<pre><code>gsettings set org.gnome.desktop.a11y.mouse dwell-click-enabled true\n</code></pre>\n<p>To disable:</p>\n<pre><code>gsettings set org.gnome.desktop.a11y.mouse dwell-click-enabled false\n</code></pre>\n<p>To read the ... | null | null | null | null | null |
1492166 | 1 | null | 2023-11-10T03:21:01.137 | 0 | 594 | <p>I'm not sure how to install Wine on my Linux laptop computer. I have went to the Wine HQ website and tried downloading it from there, but that failed. If anyone knows how to install Wine on Ubuntu 23.04, please answer.</p>
| 1744696 | null | null | 2023-11-22T02:36:56.580 | Installing Wine.hq in Ubuntu 23.04 | [
"wine"
] | 2 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T08:22:28.730",
"id": "2614104",
"postId": "1492166",
"score": "0",
"text": "Please edit your question and add details on what you tried but didn't work.\nAs an alternative, you can install Wine from the Ubuntu repos: `sudo apt install wine`",
"userDisplayName": ... | null | [
{
"accepted": null,
"body": "<p>Just do <code>sudo apt install wine</code>. It will install with out any issues.</p>\n",
"commentCount": "0",
"comments": [],
"communityOwnedDate": null,
"contentLicense": "CC BY-SA 4.0",
"creationDate": "2023-11-10T03:43:50.373",
"id": "1492167",
... | null | null | null | null | null |
1492171 | 1 | null | 2023-11-10T04:50:55.897 | 0 | 38 | <p>Whenever I boot into Kubuntu, it always tells me to enter the passphrase for my OpenPGP secret key. How can I disable this or not always have to enter it in every time?</p>
<p><a href="https://i.stack.imgur.com/nf1yY.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/nf1yY.png" alt="screenshot" /></a... | 1744712 | 1157209 | 2023-11-11T07:45:14.453 | 2023-11-11T07:45:14.453 | How to stop Kubuntu from asking OpenPGP passphrase always on boot? | [
"kubuntu"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492172 | 1 | 1493408 | 2023-11-10T04:56:48.563 | 0 | 24 | <p>It starts to appear after boot. I did feel a bit of slowness when I use the machine.</p>
<p>Using Lunar, any idea how to check it, remove it, fix whatever is going on.</p>
<p><a href="https://i.stack.imgur.com/SSf9f.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/SSf9f.png" alt="enter image descri... | 610208 | 610208 | 2023-11-10T05:02:38.290 | 2023-11-21T10:57:17.430 | Small window starts to appear after boot up | [
"kvm-virtualization",
"ubuntu-mate",
"qemu"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T05:02:50.873",
"id": "2614089",
"postId": "1492172",
"score": "0",
"text": "sorry, thanks. Lunar.",
"userDisplayName": null,
"userId": "610208"
}
] | {
"accepted": true,
"body": "<p>On any window in Gnome you can <em>right-clic</em>k and select "Task-Manager".\nThat window is a GUI overview of active processes.</p>\n<p>It will start with the window you clicked on pre-selected.\nAnd among other things you will find the process-id of that process there.<... | [
{
"accepted": true,
"body": "<p>On any window in Gnome you can <em>right-clic</em>k and select "Task-Manager".\nThat window is a GUI overview of active processes.</p>\n<p>It will start with the window you clicked on pre-selected.\nAnd among other things you will find the process-id of that process... | null | null | null | null | null |
1492174 | 1 | 1492177 | 2023-11-10T06:36:55.980 | -1 | 51 | <p>If you install a version of Ubuntu with an older version of Grub, then install another Ubuntu alongside it with a newer version of Grub, what'll happen? Will the newer version overwrite the other, or will they just be side by side?</p>
<p>The reason why I'd wanna know because I want to dual boot Elementary OS and Li... | 1744726 | 158442 | 2023-11-10T07:31:23.353 | 2023-11-10T07:31:23.353 | What will happen to GRUB when you install Ubuntu alongside another Ubuntu installation? | [
"dual-boot",
"grub2",
"system-installation"
] | 1 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>If you install a second Ubuntu, the bootloader of the first installed Ubuntu will be usually overwritten, the grub version does not matter at all. But it depends on how you install. With default settings, the bootloader will be overwritten.</p>\n<p>Also your hardware configuration (w... | [
{
"accepted": true,
"body": "<p>If you install a second Ubuntu, the bootloader of the first installed Ubuntu will be usually overwritten, the grub version does not matter at all. But it depends on how you install. With default settings, the bootloader will be overwritten.</p>\n<p>Also your hardware configur... | null | null | 2023-11-19T22:54:59.480 | null | null |
1492175 | 1 | null | 2023-11-10T06:50:47.660 | 0 | 51 | <p>I currently have a mergerFS mount set up with 3 disks, but want to add a way for another server so i can use docker swarm and have both hosts with the same data and setup. All I could find was rsync as a cron job, but I don't think it will work when using replication etc, I then came across GlusterFS and from what i... | 433686 | 51957 | 2023-11-10T21:57:01.473 | 2023-11-10T21:57:01.473 | GlusterFS help on setting up or a alternative option | [
"filesystem",
"docker",
"rsync",
"btrfs",
"high-availability"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492176 | 1 | null | 2023-11-10T07:04:42.020 | 0 | 87 | <p>I installed KVM on Ubuntu 22.04.3 Desktop on Lenovo ThinkSystem SR550. My command I used to install KVM was:</p>
<pre class="lang-bash prettyprint-override"><code>sudo apt update
sudo apt upgrade
sudo apt install qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils virt-manager virtinst
</code></pre>
<p>After... | 1744723 | null | null | 2023-11-10T07:04:42.020 | Ubuntu 22.04.3: error when exec virsh sysinfo command: unsupported configuration: Host SMBIOS information is not available | [
"22.04",
"kvm-virtualization"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492178 | 1 | null | 2023-11-10T07:20:48.027 | 0 | 41 | <p>How can I make <code>/media/creeper39x/TB-Drive</code> be owned by creeper39x, but root have access?</p>
<p>Could I have a group with creeper39x and root in it??</p>
<p>Please help.</p>
| 1742487 | null | null | 2023-11-10T07:20:48.027 | How to allow both a user and root to access directory? | [
"permissions",
"directory",
"root",
"users",
"groups"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T07:34:57.827",
"id": "2614101",
"postId": "1492178",
"score": "0",
"text": "Please add some more to the question: the filesystem is important. If windows (ntfs etc) you set permissions during mounting and there are plenty of good examples on AU ;) Root always has ac... | null | [] | null | null | 2023-11-12T10:11:05.233 | null | null |
1492179 | 1 | null | 2023-11-10T07:26:07.090 | 0 | 34 | <pre><code>sdrs@sdrs-ThinkCentre-M90p:~$ locale # check for UTF-8
sudo apt update && sudo apt install locales
sudo locale-gen en_US en_US.UTF-8
sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
export LANG=en_US.UTF-8
locale # verify settings
LANG=en_US.UTF-8
LANGUAGE=en_IN:en
LC_CTYPE="en_US.UTF-... | 1744736 | 614422 | 2023-11-10T07:50:59.090 | 2023-11-10T07:50:59.090 | ROS/ROS2 installation on Ubuntu jammy main - Error - jammy release does not have a release file, How to rectify this issue? | [
"22.04",
"locale"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T09:15:17.527",
"id": "2614114",
"postId": "1492179",
"score": "0",
"text": "Since I'm new around here, Could you please walk me through this?",
"userDisplayName": null,
"userId": "1744736"
},
{
"creationDate": "2023-11-10T09:16:30.327",
"id": "26... | null | [] | null | null | 2023-11-14T19:33:41.137 | null | null |
1492182 | 1 | null | 2023-11-10T07:46:25.260 | 0 | 98 | <p>I have one NFS server which will share to mutiple NFS client. The requirment is isolate each cilent ,make sure they could not access other's file. But the problem is NFS export could not restrict that.</p>
<p>In the NFS server, I created some directories and files for test like below:</p>
<p>NFS Server (192.168.172.... | 1744732 | null | null | 2023-11-10T07:46:25.260 | Restrict user to access other directory and file in NFS server | [
"server",
"permissions",
"mount",
"nfs"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T16:34:40.170",
"id": "2614195",
"postId": "1492182",
"score": "0",
"text": "When using NFS without kerberos the security of all data in the NFS share depends on the integrity of all clients and the security of the network connections. If you use kerberos the securit... | null | [] | null | null | null | null | null |
1492183 | 1 | null | 2023-11-10T07:53:45.997 | 2 | 270 | <p>I have an application where I wanted to get notified if there is any network change that has occured. I have found a bunch of solution like</p>
<ul>
<li>using <strong>NetworkManager</strong> or <strong>systemd-network</strong> service (which I do not prefer because I do not know If these services are installed and r... | 1694014 | 1694014 | 2023-11-10T10:31:23.220 | 2023-11-10T10:31:23.220 | Observing network change event in linux application | [
"20.04",
"network-manager",
"events"
] | 0 | 8 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T08:32:48.600",
"id": "2614107",
"postId": "1492183",
"score": "0",
"text": "I didn't quiet understand your question ... Do you want a NetworkManager based solution? Like e.g. `nmcli monitor`? or maybe something like `dbus-monitor --session --monitor \"interface='org... | null | [] | null | null | null | null | null |
1492184 | 1 | null | 2023-11-10T08:25:59.850 | 0 | 146 | <p>So, there's a setting to "<em>Decrease text size</em>" on ubuntu, and it makes everything smaller. That's good for low quality screens. But after doing that, cursor is bigger than everything on screen. So how can I decrease cursor size than the smallest cursor size that's on settings?</p>
| 1744746 | null | null | 2023-11-10T08:25:59.850 | Decrease cursor size on Ubuntu 22.04 | [
"22.04",
"cursor",
"resize"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492188 | 1 | null | 2023-11-10T08:42:50.237 | 0 | 28 | <p>I had a perfectly fine laptop with lubuntu ruined by installing Lutris on it. No it has somehow ruined the display drivers. It now has an incessant flickering of the monitor that makes it almost impossible to use the machine.</p>
<p>I have tried the <code>lshw -c video</code> command that tells me that the machine h... | 879199 | 51957 | 2023-11-10T22:00:17.537 | 2023-11-10T22:00:17.537 | How do I fix screen flickering on Lenovo F554L notebook? | [
"drivers",
"display",
"intel-graphics",
"gpu-driver",
"i915"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492189 | 1 | null | 2023-11-10T08:46:32.087 | 0 | 247 | <p>[<img src="https://i.stack.imgur.com/LElr5.png" alt="enter image description here" /></p>
<p>I have a problem: occasionally, my system freezes.</p>
<p>I bought an Asus TUF Gaming F15 gaming laptop with RTX 2050 and an Intel Core i5 11th generation processor and the system freezes.</p>
<p>For example, I'm talking to ... | 1744748 | 51957 | 2023-11-10T21:52:25.860 | 2023-11-10T21:52:25.860 | NVidia drivers screen freeze with ASUS TUF | [
"drivers",
"nvidia",
"22.04",
"freeze"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492190 | 1 | null | 2023-11-10T08:56:52.247 | 0 | 156 | <p>I'm trying to use 2 Ethernet controllers that I installed on my motherboard in addition to the 2 controllers already present.</p>
<p>When I use the normal kernel provided by ubuntu, everything works fine. When I use the PREEMPT_RT patched kernel from ubuntu, the latter reboots the add-on cards as soon as they are co... | 1744743 | null | null | 2023-11-10T08:56:52.247 | e1000e driver and preempt_RT kernel : Reset adapter unexpectedly; Detected Hardware Unit Hang | [
"networking",
"drivers",
"22.04"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492192 | 1 | null | 2023-11-10T09:31:51.057 | 0 | 59 | <p>Does Ubuntu 22.04.3 LTS Jammy main supports ROS/ROS2?</p>
| 1744736 | 1744736 | 2023-11-16T05:15:20.340 | 2023-11-16T05:15:20.340 | Gazebo & Ardupilot installation for drone modelling on Ubuntu 22.04.3 LTS | [
"software-installation"
] | 0 | 2 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T13:18:34.627",
"id": "2614155",
"postId": "1492192",
"score": "2",
"text": "Please read https://askubuntu.com/help/how-to-ask and https://askubuntu.com/help/formatting . Take the [tour].",
"userDisplayName": null,
"userId": "25618"
},
{
"creationDat... | null | [] | null | null | 2024-01-25T10:14:56.820 | null | null |
1492195 | 1 | 1492283 | 2023-11-10T09:42:32.823 | 13 | 4379 | <p>I tried to upgrade Ubuntu 23.04 to 23.10 by running <code>sudo do-release-upgrade</code> and got this error:</p>
<pre><code>Checking package manager
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating the changes
Calculating the changes
Could not calcu... | 23624 | 23624 | 2023-11-10T13:36:18.817 | 2023-11-11T02:26:15.490 | Upgrade to Ubuntu 23.10 fails - Can't mark 'ubuntu-desktop' for upgrade | [
"upgrade",
"23.10"
] | 2 | 7 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T13:05:57.327",
"id": "2614153",
"postId": "1492195",
"score": "0",
"text": "What is the output of `apt policy ubuntu-desktop`? Also you have ppas pointing to `kinetic` and `debian jessie` which is bad news.",
"userDisplayName": null,
"userId": "243321"
},
... | {
"accepted": true,
"body": "<p>Had the same issue. What ended up working for me was</p>\n<pre><code>sudo apt reinstall gnome-shell-extension-ubuntu-tiling-assistant\nsudo apt reinstall ubuntu-desktop\nsudo do-release-upgrade\n</code></pre>\n",
"commentCount": "4",
"comments": [
{
"creationDate": "202... | [
{
"accepted": null,
"body": "<p>I ran into this as well. The only thing that worked for me was following the advice from <a href=\"https://www.reddit.com/r/Ubuntu/comments/xcaurm/help_cant_mark_ubuntudesktop_for_upgrade_while/\" rel=\"nofollow noreferrer\">https://www.reddit.com/r/Ubuntu/comments/xcaurm/hel... | null | null | null | null | null |
1492197 | 1 | null | 2023-11-10T10:10:24.210 | 0 | 94 | <p>I have managed to load and run Ubuntu 22.04 on my old Sony Tap 11. However, I have 2 problems:</p>
<ol>
<li>Onscreen keyboard does not come up when logging on- so I have to attach a USB keyboard - not ideal for a tablet</li>
<li>Autorotate does not work & cannot find an option/control for it?</li>
</ol>
<p>Any h... | 1658891 | 51957 | 2023-11-10T21:47:00.043 | 2023-11-13T14:51:52.410 | Ubuntu 22.04.03 on Sony Vaio tablet | [
"boot",
"keyboard",
"22.04",
"tablet",
"vaio"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-13T14:14:45.367",
"id": "2614723",
"postId": "1492197",
"score": "0",
"text": "So, I have found that adding the Accessability menu to the top-right corner system menu option. seems to work. There is aso this option = https://ubuntuhandbook.org/index.php/2022/05/enable-... | null | [
{
"accepted": null,
"body": "<p>So this explins why my password deos not apper in the terminal\n<a href=\"https://askubuntu.com/questions/86660/i-cannot-enter-my-password-in-the-terminal-cant-install-packages\">I cannot enter my password in the terminal - can't install packages</a></p>\n<p>This solves t... | null | null | null | null | null |
1492198 | 1 | null | 2023-11-10T10:21:43.530 | 0 | 28 | <p>I installed on my new PC Ubuntu:20.04 gnome-extensions and it worked fine until one day it suddenly decided to stop working. I'm using gnome-shell:3.36.4, i do not know what to do or if i can do somethings. I tried to restart, reinstall the service,delete all extensions, also tweaks and firefox extension but these n... | 1744760 | null | null | 2023-11-10T10:21:43.530 | gnome-extensions not working on Ubuntu:20.04 | [
"gnome-shell",
"gnome-shell-extension"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492199 | 1 | 1492293 | 2023-11-10T10:25:31.890 | 0 | 81 | <p>I setup a UAT site for a client on Google Cloud Platform's Compute Engine with Ubuntu 23.10 and allowed HTTP and HTTPS firewall. DNS is at Cloudflare, using the free plan.</p>
<pre><code><VirtualHost *:80>
ServerName mydomain.co.in
ServerAlias mydomain.co.in
ServerAdmin info@mydomain.co.in
Doc... | 8481 | 1157209 | 2023-11-11T07:31:40.683 | 2023-11-11T07:36:18.267 | How does Google Cloud Platform's Compute Engine handle https automaitcally? | [
"apache2",
"ssl",
"cloud",
"https"
] | 1 | 9 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T15:29:59.907",
"id": "2614179",
"postId": "1492199",
"score": "0",
"text": "This is a GCP problem, and can't be answered without knowing how you're allowing ingress into the instance. For all we know, the client might have a load balancer or something which is handl... | {
"accepted": true,
"body": "<p>It looks like you have the site's SSL/TLS encryption mode set to Flexible in Cloudflare. With this option, the https is not handled by Google Cloud Platform, but by Cloudflare.</p>\n<p>Quote from the official <a href=\"https://developers.cloudflare.com/ssl/origin-configuration/ssl-mo... | [
{
"accepted": true,
"body": "<p>It looks like you have the site's SSL/TLS encryption mode set to Flexible in Cloudflare. With this option, the https is not handled by Google Cloud Platform, but by Cloudflare.</p>\n<p>Quote from the official <a href=\"https://developers.cloudflare.com/ssl/origin-configuratio... | null | null | 2023-11-17T01:41:53.853 | null | null |
1492200 | 1 | null | 2023-11-10T10:28:16.107 | 0 | 560 | <p>Yesterday I upgraded to 23.10. Bad luck with a power failure near the end of the process.</p>
<p>Things looked pretty good as Ubuntu came up. Just to be sure I tried the system updater.
It said I was up to date. I also tried sudo apt autoremove. There was a list of files
which were not needed so I did the cleanup. (... | 27078 | 618353 | 2023-11-19T10:01:43.717 | 2023-11-19T10:01:43.717 | Need help formatting disk for 23.10 | [
"partitioning",
"java"
] | 2 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>WARNING: BACKUP or DATA LOSS will occur -> if you really want to start with a clean ubuntu installation and you really don't have data to loose, then you need to boot with a live cd to delete or format your partitions and then head over to install. I would suggest <a href=... | null | null | null | null | null |
1492201 | 1 | null | 2023-11-10T10:34:02.080 | 0 | 61 | <p>I've got a Dell Premier Collaboration Keyboard KB900.
It's working with bluetooth but not with the wireles usb dongle.</p>
<p>Ubuntu 22.04</p>
<pre><code>uname -a
</code></pre>
<p>Linux 6.2.0-36-generic #37~22.04.1-Ubuntu</p>
<pre><code>lsusb
</code></pre>
<p>Bus 005 Device 002: ID 413c:2119 Dell Computer Corp. Dell... | 634738 | null | null | 2023-11-10T12:45:18.073 | Dell Premier Collaboration Keyboard KB900 on Ubuntu with wireless USB | [
"usb",
"22.04",
"dell"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>With a Windows 11 pc I have updated the usb dongle and the keyboard to the latest firmware.</p>\n<p>It's working now in Ubuntu 22.04</p>\n<p>I'm not sure you can update the firmware with linux, I didn't check.</p>\n",
"commentCount": "0",
"comments": [],
"communit... | null | null | null | null | null |
1492203 | 1 | null | 2023-11-10T10:53:44.310 | 1 | 115 | <p>Environment: Running Xubuntu desktop, with default xsession set to xfce4 (<code>echo 'xfce4-session' > ~/.xsession</code>)</p>
<p>After logging in remotely (from Windows via Remote Desktop Connection) my path is not setup as expected from the contents of my <code>~/.profile</code>, is that expected? Should <code>... | 373605 | null | null | 2023-11-10T10:53:44.310 | Is ~/.profile run when connecting remotely with xrdp? | [
"xfce"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T10:55:29.320",
"id": "2614139",
"postId": "1492203",
"score": "0",
"text": "Depends on whether your login manager reads it, what login manager are you using? Also, do you have a `~/.bash_profile` file?",
"userDisplayName": null,
"userId": "85695"
},
{
... | null | [] | null | null | null | null | null |
1492204 | 1 | null | 2023-11-10T10:53:59.560 | 0 | 475 | <p>I am trying to install a dual boot windows linux system.
I have a fresh install of windows 11 on a 300GB partition and then I run the Ubuntu 22.04.3 LTS install after that on another 180GB partition. The Ubuntu installer offers to do a parallel install to windows with option to choose at boot which OS I want to run,... | 1744773 | null | null | 2023-11-10T11:51:37.757 | Ubuntu 22.04.3 LTS Dual Boot Install with Windows 11 fails | [
"dual-boot",
"grub2",
"windows"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T14:26:40.493",
"id": "2614169",
"postId": "1492204",
"score": "1",
"text": "You could try a newer version of Ubuntu because CPU processor may need a newer Linux kernel with newer hardware drivers and the Windows system may need a rather new and strict boot procedure... | null | [] | null | null | null | null | null |
1492210 | 1 | null | 2023-11-10T12:12:06.030 | 0 | 225 | <p>From one day to the next on my Ubuntu 22.04 amd64 all the shell extensions from the system tray went missing and seem to be inactive.</p>
<p>I already tried many problem solving attempts from this site and the rest of the Inet, so I believe my situation is rather special. Sorry in advance if I'm actually still missi... | 515027 | 515027 | 2023-11-10T12:46:55.430 | 2023-11-10T12:46:55.430 | Gnome shell extensions cannot be enabled, stay INITIALIZED | [
"gnome",
"gnome-shell",
"gnome-shell-extension"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492212 | 1 | null | 2023-11-10T12:37:11.500 | 0 | 37 | <p>We have an office network and a server network. Connectivity works fine apart from one machine running Ubuntu 22, all servers are on Hyper-V</p>
<p>This particular server is not responding to ping from the office network :</p>
<pre><code>IP 172.18.13.20 > 172.16.45.193: ICMP echo request, id 1, seq 154, length 40... | 1744777 | 25618 | 2023-11-10T17:47:10.677 | 2023-11-10T17:47:10.677 | From a certain network is not responding to connections or pings | [
"networking",
"server",
"ping"
] | 1 | 0 | CC BY-SA 4.0 | [] | null | [
{
"accepted": null,
"body": "<p>Ok, found the solution, the server is running Docker and one of the Docker network IP ranges is identical to that of my office network.\nso when I was snooping the network I specified interface eth0. The ping replies were not seen because they were being directed to the Docke... | null | null | null | null | null |
1492214 | 1 | null | 2023-11-10T13:03:05.863 | 1 | 33 | <p>How can I make this setting permanent:</p>
<pre><code> gsettings set org.gnome.desktop.input-sources xkb-options []
</code></pre>
<p>I type it every time when I login because I can't use left ctrl + shift it is switching keyboards for me I don't want to use it for switching keyboards.</p>
<p>Ubuntu 22.04, GNOME 42.9... | 513874 | 513874 | 2023-11-10T20:22:10.177 | 2023-11-10T20:22:10.177 | Keyboard switching shortcut | [
"shortcut-keys"
] | 0 | 10 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T13:12:42.480",
"id": "2614154",
"postId": "1492214",
"score": "0",
"text": "Have you tried removing the shortcut from the GUI?",
"userDisplayName": null,
"userId": "85695"
},
{
"creationDate": "2023-11-10T15:58:39.077",
"id": "2614189",
"post... | null | [] | null | null | null | null | null |
1492216 | 1 | null | 2023-11-10T13:30:50.157 | 0 | 38 | <p>Since this week, I have been having issues with the wifi on my laptop. It appears that whenever I connect to the wifi at work (I have not experienced the same issue at home or at a friend's place the other day), the option for my wifi disappears after a few seconds and does not reappear. When this happens, I no long... | 294936 | null | null | 2023-11-10T13:30:50.157 | Wifi option disappears after connecting | [
"networking",
"network-manager"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-11T00:34:50.210",
"id": "2614266",
"postId": "1492216",
"score": "0",
"text": "Look at the network logs with the terminal command: `sudo journalctl -b 0 -u NetworkManager`. Read `man journalctl NetworkManager service`. Also do: `service NetworkManager status` and `serv... | null | [] | null | null | null | null | null |
1492220 | 1 | null | 2023-11-10T13:52:54.277 | 1 | 192 | <p>I am currently using <code>wsl2</code> with Ubuntu 22.04 on Windows 11. I am not able to see minimize/maximize button on the titlebar. I first discovered this problem with sublime text, but when I tried other apps, they had the same problem. To solvw this I tried the following command:</p>
<pre><code>gsettings set o... | 1057920 | null | null | 2023-11-10T13:52:54.277 | Minimize and maximize button in wsl | [
"gnome",
"22.04",
"windows-subsystem-for-linux",
"dconf",
"gsettings"
] | 0 | 0 | CC BY-SA 4.0 | [] | null | [] | null | null | null | null | null |
1492222 | 1 | 1492359 | 2023-11-10T14:21:12.470 | 4 | 469 | <p>After upgrading to 23.10 (from 23.04) I noticed that on my system there are more than 220 <strong>Noto</strong> fonts. This is kind of insane. In today's world of UTF standard why do we have so many fonts for some languages? How, can I safely get rid of them?</p>
<p>Please, note that his question is different than o... | 855322 | null | null | 2023-11-11T17:59:01.620 | Too many Noto fonts after upgrading to 23.10 | [
"upgrade",
"fonts",
"23.10"
] | 2 | 0 | CC BY-SA 4.0 | [] | {
"accepted": true,
"body": "<p>@GunnarHjalmarsson's answer was about purging the package <code>fonts-noto-core</code> that contains all these fonts. I am grateful for this answer and especially its comments.</p>\n<p>The <code>fonts-noto-core</code> package really contains 268 font files:</p>\n<pre><code>$ apt-file... | [
{
"accepted": null,
"body": "<p>Please ask Google about the number of fonts.</p>\n<p>Ubuntu wants to cover a large number of languages by default. But one advantage, compared with the previous font setup, is that users, who don't care about global coverage, can uninstall one single package:</p>\n<pre><code>... | null | null | null | null | null |
1492224 | 1 | null | 2023-11-10T14:44:18.147 | 1 | 67 | <p><em><strong>EDITING TO ADD MORE INFO BELOW</strong></em>
HELP PLEASE! I finished moving pictures and videos from Ubuntu to an USB drive, it took several hrs. Then finally showed a message saying that all 904 files were moved. I can see the folders but they are empty. Please tell me that I can recover my files.</p>
<... | 1744812 | 1744812 | 2023-11-11T00:32:40.917 | 2023-11-11T00:32:40.917 | HELP!!! Files missing in USB drive! | [
"usb",
"22.04"
] | 0 | 10 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T14:50:03.723",
"id": "2614172",
"postId": "1492224",
"score": "2",
"text": "How did you move the files?",
"userDisplayName": null,
"userId": "614422"
},
{
"creationDate": "2023-11-10T15:21:58.797",
"id": "2614177",
"postId": "1492224",
"s... | null | [] | null | null | 2023-11-10T22:29:07.520 | null | null |
1492226 | 1 | null | 2023-11-10T15:01:48.517 | 0 | 32 | <p>I am running Ubuntu 20.04 and connected to a local device with IP 192.168.50.64, so I set the static IP of the computer to 192.168.50.10 to access the secondary device's locally hosted website. This works.</p>
<p>But I am unable to access the internet at all (cannot pull from git or ping 8.8.8.8 as it attempts the p... | 1744833 | null | null | 2023-11-10T15:01:48.517 | Connected via Ethernet LAN Network with Static IP address and WiFi, unable to connect to the internet via WiFi | [
"networking",
"ssh",
"ethernet"
] | 0 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-11T00:41:37.477",
"id": "2614267",
"postId": "1492226",
"score": "1",
"text": "Please [edit] your Question and show us `ip link;ip route;service NetworkManager status`. Note: `ifup` and `ifdown` have been obsoleted by `nmcli`. Read `man ip ip-link ip-route service nmcl... | null | [] | null | null | null | null | null |
1492229 | 1 | null | 2023-11-10T15:30:16.320 | 0 | 281 | <p>After upgrading Ubuntu 23.04 to 23.10, when started, shows in the top left corner:</p>
<p>"Ubuntu 23.10 [My name] tty1<br />
[My name] login: "</p>
<p>I try put my username and Password but always appears "Login incorrect"</p>
| 1744835 | 1744835 | 2023-11-10T16:04:23.603 | 2023-11-10T16:04:23.603 | I upgraded my laptop to Ubuntu 23.10 and now I'm stuck in tty1 | [
"login",
"23.10"
] | 0 | 3 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-10T15:53:27.173",
"id": "2614187",
"postId": "1492229",
"score": "0",
"text": "Easiest solution is to fresh install Ubuntu 23.10. You can use the live USB to back up (any) existing data in your home folder.",
"userDisplayName": null,
"userId": "124466"
},
{... | null | [] | null | null | null | null | null |
1492233 | 1 | null | 2023-11-10T16:25:24.300 | 0 | 26 | <p>I'm using reFind to dual boot windows and Kubuntu. I select Kubuntu, then I get these errors:
<a href="https://i.stack.imgur.com/oAGUN.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/oAGUN.jpg" alt="The errors I get when booting" /></a></p>
<p><a href="https://i.stack.imgur.com/1rkCl.jpg" rel="nof... | 1593577 | null | null | 2023-11-10T16:25:24.300 | I need to try to boot several times to manage to show log in display and boot normally | [
"boot",
"dual-boot",
"kubuntu"
] | 0 | 5 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-11T00:45:42.680",
"id": "2614268",
"postId": "1492233",
"score": "0",
"text": "It looks like your disk (`/dev/sda`) is failing. Boot from a live USB and run `fsck` on it. BACKUP your system.",
"userDisplayName": null,
"userId": "25618"
},
{
"creationDat... | null | [] | null | null | null | null | null |
1492234 | 1 | 1492460 | 2023-11-10T16:35:26.947 | 1 | 422 | <p>Slowly but surely as I use Brave on Ubuntu it looses all functionality, first I can't log into my finances, then I can't download .pdfs, etc... . I keep clearing all data, purging off apps installed on it (... where did they come from? I didn't install them) and it never gets better. So I tried uninstalling and re... | 1723616 | null | null | 2023-11-12T23:04:05.713 | How to fully uninstall and clear Brave-Browser data? | [
"apt",
"uninstall",
"cleanup",
"brave"
] | 1 | 1 | CC BY-SA 4.0 | [
{
"creationDate": "2023-11-12T20:41:20.423",
"id": "2614603",
"postId": "1492234",
"score": "0",
"text": "Perfect! Thanks, that is clearly the source of my problem. I would select this as a correct answer if it was an answer not a comment ... I am too low rated to upvote comments so I can't re... | {
"accepted": true,
"body": "<p><code>purge</code> does not remove user data, caches, and settings that are located in /home.</p>\n<p>By design, no apt or snap command will remove files from your /home directory.</p>\n<p>You must remove those directories and files from your /home directory manually.</p>\n",
"comm... | [
{
"accepted": true,
"body": "<p><code>purge</code> does not remove user data, caches, and settings that are located in /home.</p>\n<p>By design, no apt or snap command will remove files from your /home directory.</p>\n<p>You must remove those directories and files from your /home directory manually.</p>\n",... | 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.