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
1487561
1
null
2023-09-30T17:16:24.850
0
468
<p>I'm currently using Kubuntu and having constant issues with wifi. I am able to get about 15 minutes of connection before it randomly disconnects stating &quot;wlp6s0 The wifi network could not be found.&quot; and then reconnecting within a few minutes, and then does it all over again.</p> <p>I have a Win10 dual boot...
1730427
1730427
2023-10-01T04:18:07.397
2023-10-01T04:18:07.397
Wifi issues with Mediatek MT7921K (RZ608)
[ "networking", "drivers", "wireless", "kde", "mediatek" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-09-30T21:38:28.407", "id": "2605215", "postId": "1487561", "score": "0", "text": "Please edit to include results from terminal for `iwconfig`", "userDisplayName": null, "userId": "300665" }, { "creationDate": "2023-09-30T23:03:06.797", "id": "2605227"...
null
[]
null
null
null
null
null
1487563
1
1487587
2023-09-30T17:36:45.987
-1
275
<p>I cannot adjust the volume properly because it would be mute or too loud even at 1%. I'm using a laptop with built in speakers of probably 4-6 internal speakers. I noticed that when using alsamixer+pipewire-pulse, there are PGA playback output controls that I can adjust and the volume controls works well on that, (e...
1701789
1157209
2023-10-01T01:38:24.850
2024-04-05T10:57:47.787
Built in speakers volume control not working, it is either mute or too loud
[ "sound", "pulseaudio", "volume-control", "pipewire" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>For anyone wondering, this happens when the laptop has 4 speakers, my device is LENOVO Yoga Pro 7 14IRH8 and somehow it cannot controls the volume of the built in speaker properly (it can only mute and unmute even though we use the slider).</p>\n<p>Current workaround is by configurin...
[ { "accepted": true, "body": "<p>For anyone wondering, this happens when the laptop has 4 speakers, my device is LENOVO Yoga Pro 7 14IRH8 and somehow it cannot controls the volume of the built in speaker properly (it can only mute and unmute even though we use the slider).</p>\n<p>Current workaround is by co...
null
null
null
null
null
1487575
1
null
2023-09-30T21:35:17.653
2
1520
<p>I am using Google Chrome 117.0.5938.132 (64 bits) and Ubuntu 23.04. After an update in the operating system, Google Chrome has a white border. This hadn't happened before, even when I was using gtk+ and a custom color. Is there a reason for this? Can you help me fix it? Thank you</p> <p>Screenshot showing the white ...
1700012
1157209
2023-10-30T17:23:21.547
2024-01-11T09:13:57.030
How can I fix the new white border in Chrome
[ "google-chrome", "gui" ]
2
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T02:01:00.907", "id": "2605240", "postId": "1487575", "score": "0", "text": "Does it look better if you enable the **Use system title bar and borders** option in Chrome settings?", "userDisplayName": null, "userId": "362910" }, { "creationDate": "2023...
null
[ { "accepted": null, "body": "<p>I had quite similar problem. It seems that the reason was something related to the custom colors I used. I was able to fix it by going to <code>chrome://settings/appearance</code> and changing the theme to <code>Classic</code>. <code>GTK</code> seems to work also.</p>\n", ...
null
null
null
null
null
1487588
1
1487589
2023-10-01T03:07:24.043
0
206
<p>I mistakenly specified the destination directory 'Doc' when using the <code>mv</code> command, but there is no such directory. Now, I'm unable to locate my file. How can I find my file that seems to have been moved with an incorrect destination?</p> <pre><code>ahnaf@ahnaf:~/Downloads$ mv 9.xlsx ~/Doc </code></pre> <...
1735827
1735827
2023-10-01T03:15:37.963
2023-10-01T03:34:22.703
Need Help Recovering a File Moved to Incorrect Destination Using 'mv' Command
[ "command-line" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>Your file will be called <code>Doc</code> in <code>~</code> or your home directory.</p>\n<p>Your <code>mv</code> or move command told it to move the file, and give it a new name, which was done. This may not have been your intention, but it's what you commanded.</p>\n", "commentCou...
[ { "accepted": true, "body": "<p>Your file will be called <code>Doc</code> in <code>~</code> or your home directory.</p>\n<p>Your <code>mv</code> or move command told it to move the file, and give it a new name, which was done. This may not have been your intention, but it's what you commanded.</p>\n", "...
null
null
2023-10-01T12:49:21.293
null
null
1487597
1
null
2023-10-01T06:18:28.277
0
609
<p>Just started learning c++ and it is recommended to compile code using the c++20 standard and use code::blocks as the editor.</p> <p>I checked the man pages of g++ and it is using c++17. I am using code::blocks IDE on Ubuntu 22.04. There is no option in the code::blocks compiler settings for c++20.</p> <p>How do I u...
1051232
1051232
2023-10-01T06:41:26.230
2023-10-01T06:41:26.230
How to make g++ use the C++20 language standard when compiling from code-blocks in Ubuntu 22.04
[ "22.04", "compiling", "c++", "g++", "code-blocks" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T06:39:47.020", "id": "2605265", "postId": "1487597", "score": "0", "text": "I don't know about code::blocks, but if you want to use GUI, this can be configured in VS Code using the compiler argument `-std=c++20`. See https://code.visualstudio.com/docs/cpp/config-lin...
null
[ { "accepted": null, "body": "<p>Use the command <code>g++ -std=c++20 filename.cpp</code></p>\n", "commentCount": "1", "comments": [ { "creationDate": "2023-10-01T06:36:25.913", "id": "2605264", "postId": "1487601", "score": "0", "text": "I am trying to m...
null
null
null
null
null
1487598
1
1487606
2023-10-01T06:24:48.513
0
160
<p>I'm learning how to passthrough my NIC to my KVM.</p> <p>This <a href="https://mathiashueber.com/passthrough-windows-11-vm-ubuntu-22-04/" rel="nofollow noreferrer">guide</a> says to add the following code to the file ~/.bashrc</p> <pre><code>#!/bin/bash # change the 999 if needed shopt -s nullglob for d in /sys/kern...
103908
null
null
2023-10-02T05:41:48.923
How to add code to .bashrc without causing errors?
[ "networking", "command-line", "20.04", "kvm-virtualization", "bashrc" ]
1
0
CC BY-SA 4.0
[]
{ "accepted": true, "body": "<p>The guide you are following does <em>not</em> tell you to add this code to <code>~/.bashrc</code>, it tells you to run it as a script. There is no mention of <code>~/.bashrc</code> anywhere in that page. And that makes sense. Any commands in <code>~/.bashrc</code> are executed every ...
[ { "accepted": true, "body": "<p>The guide you are following does <em>not</em> tell you to add this code to <code>~/.bashrc</code>, it tells you to run it as a script. There is no mention of <code>~/.bashrc</code> anywhere in that page. And that makes sense. Any commands in <code>~/.bashrc</code> are execute...
null
null
null
null
null
1487604
1
null
2023-10-01T09:10:01.703
0
379
<p>What is the best way to recover deleted zip files from a specific path ? I have 2 zip files previously stored in an ext drive in <code>/dev/sda3</code> to be cut&amp;pasted to <code>home/user/Documents</code>. These zip files have keyword &quot;<code>class</code>&quot; in their filename, one of them was around 2GB i...
942867
942867
2023-10-01T14:59:31.307
2023-10-01T14:59:31.307
What is the best way to recover deleted zip files from a specific path when rlinux, photorec can't find them?
[ "22.04", "data-recovery", "restore", "undelete", "photorec" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T13:58:41.493", "id": "2605312", "postId": "1487604", "score": "1", "text": "`foremost` is another tool to recover deleted files, although it cannot search for specific file name patterns. You do not say how this partition is used, but if it's been a week and no othe...
null
[]
null
null
null
null
null
1487605
1
1488281
2023-10-01T09:29:25.587
-1
83
<p>Nextcloud is not running anymore, but I can access the server:</p> <p><a href="https://i.stack.imgur.com/7cNK1.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/7cNK1.jpg" alt="screenshot before login" /></a></p> <p>I booted with &quot;rescuefix&quot; and started GParted:</p> <p><a href="https://i.s...
1735872
1735872
2023-10-03T21:28:21.123
2023-10-07T09:55:30.487
Ubuntu Nextcloud server stopped working with error on SQUASHFS
[ "server", "ssd", "nextcloud" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T10:06:34.293", "id": "2605281", "postId": "1487605", "score": "1", "text": "The messages I see are *read-only file system*, which is a problem which should be explored by an administrator of the system. It maybe the result of *unclean* shutdown, failure or other ope...
{ "accepted": true, "body": "<p>I created an image of the disk via mSATA-to-USB, bought a new SSD, wrote back the image and it worked. Now I will set up a backup script.</p>\n<p>The more often I started the computer with the defect SSD, the more files got lost and in the end the computer even did not start with the...
[ { "accepted": true, "body": "<p>I created an image of the disk via mSATA-to-USB, bought a new SSD, wrote back the image and it worked. Now I will set up a backup script.</p>\n<p>The more often I started the computer with the defect SSD, the more files got lost and in the end the computer even did not start ...
null
null
null
null
null
1487610
1
null
2023-10-01T10:31:11.003
0
133
<p>I installed PHP 7.4 and then PHP 8.1 on Ubuntu 20.04.</p> <p>But after installing <code>phpmyadmin</code>, I ran <code>sudo phpenmod mbstring</code>. It is returning this warning:</p> <pre><code>WARNING: Module mbstring ini file doesn't exist under /etc/php/7.4/mods-available WARNING: Module mbstring ini file doesn'...
590957
1157209
2023-10-24T17:54:32.087
2023-10-24T17:54:32.087
mbstring is missing for phpmyadmin in Ubuntu
[ "20.04", "apache2", "mysql", "php", "phpmyadmin" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>To remove this warning, you have to install <code>php7.4-mbstring</code> package. You don't have to do this if you don't plan to use PHP 7.4.</p>\n<pre><code>sudo php7.4-mbstring\n</code></pre>\n<p>If you want to use PHP 8.1 as the default for the Apache, you have to disable ...
null
null
null
null
null
1487617
1
null
2023-10-01T12:52:55.890
0
371
<p>Similar to other users, I randomly started having wifi issues on my Intel NUC which is running Ubuntu 22.04. Note that the wifi card is fine, I have a dual-boot QubesOS which is having working internet access via that wifi.</p> <p>I did follow the instructions of <a href="https://askubuntu.com/a/1456701/499997">this...
499997
499997
2023-10-02T15:05:06.283
2023-10-02T15:05:06.283
Wifi not working on Intel NUC - tried backport-iwlwifi-dkms
[ "wireless", "kernel", "22.04", "iwlwifi", "intel-nuc" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T15:52:03.623", "id": "2605333", "postId": "1487617", "score": "0", "text": "Well the answer you referenced is for `AX1690i` and you seem to have `AX201`.", "userDisplayName": null, "userId": "1592865" }, { "creationDate": "2023-10-01T15:53:17.073", ...
null
[]
null
null
null
null
null
1487621
1
null
2023-10-01T13:10:31.367
1
798
<p>I'm trying to copy+paste a plugin for OBS under <code>/snap/obs-studio/1284/usr/lib</code>. It's located in root. The paste option is grayed out doing:</p> <pre class="lang-none prettyprint-override"><code>sudo su nautilus </code></pre> <p>leads to me opening it as <code>admin:///snap/obs-studio/1284/usr/lib</code> ...
1734841
1734841
2023-10-02T19:13:02.053
2023-10-02T19:13:02.053
Unable to modify files in root even after booting it up as admin
[ "permissions", "nautilus", "sudo", "lvm", "read-only" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T13:14:35.143", "id": "2605306", "postId": "1487621", "score": "3", "text": "I don't know much about snaps, but my limited understanding is that they are read-only. Please [edit] your question and explain _why_ you want to do this. What is the actual problem that you...
null
[ { "accepted": null, "body": "<p>Those application directories under <code>/snap</code> are mount points for read only loop devices created by <code>snapd</code> and you can't modify them nor you need to ... Those are separate filesystems for a special purpose and not your usual kind of directories ... i.e. ...
null
null
null
null
null
1487622
1
null
2023-10-01T13:15:49.383
0
41
<p>I started to work with pcie card on my Ubuntu pc. I have noticed that during operation, log files size at /var/log/ is increasing rapidly, especially syslog file (reached 36GB). it filled up with thousands lines of pcie read/write kernel massages. As consequences, free disk space is now empty, and I can't save anyth...
1690614
1690614
2023-10-01T13:30:47.690
2023-10-01T14:08:48.883
Ubuntu stuck at startup after /var/log/ files caused "disk space" error
[ "logrotate" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Try this:</p>\n<p>Make a backup of your grub configuration file, in a terminal run:</p>\n<pre><code> sudo cp /etc/default/grub ~/grub.back\n \n</code></pre>\n<p>Edit the file:</p>\n<pre><code> sudo nano /etc/default/grub\n</code></pre>\n<p>Find the line that has:</p>\n<...
null
null
null
null
null
1487624
1
null
2023-10-01T13:24:42.117
1
111
<p>I recently set a samba share on my Ubuntu server. I have a partition which is 1.6T mounted to it, however it only shows 215 GB on both Windows and Mac machines connected to it.</p> <p>Partition is sda2:</p> <p><a href="https://i.stack.imgur.com/SgTC5.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com...
1735906
1735906
2024-02-19T11:14:55.703
2024-02-19T11:16:26.547
Samba share of 1.6TB Exfat partition only shows 215 GB
[ "server", "partitioning", "mount", "filesystem", "samba" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>The problem was with the way I was mounting the drive. since the drive is exfat and unix permissions don't apply, I had to specify which group is allowed to use it in the mount:</p>\n<pre><code>/dev/sda2 /mnt/sambashare/NAS exfat defaults,rw,uid=1000,gid=YOUR_GID,umask=002 0 ...
null
null
null
null
null
1487627
1
null
2023-10-01T14:00:26.807
0
48
<p>Hello Ubuntu Community,</p> <p>I am currently experiencing an issue with my <strong>HP Pavilion dv6700</strong> laptop running a 64-bit version of <strong>Ubuntu 22.04.3 LTS (Jammy)</strong>. <strong>I am attempting to connect my laptop to my television for use as an external monitor.</strong> However, I am having s...
1735910
1735910
2023-10-01T14:20:03.730
2023-10-01T14:20:03.730
Unable to Connect HP Pavilion dv6700 Laptop to TV Using VGA-to-HDMI Cable
[ "hdmi", "connection", "vga", "tv" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T21:56:17.290", "id": "2605406", "postId": "1487627", "score": "1", "text": "Are you sure you have the right cable? Most VGA - HDMI Cables are one-way, usually being HDMI to the PC and VGA to the Monitor. Adapters that go from VGA to PC and HDMI to Monitor will usual...
null
[]
null
null
null
null
null
1487628
1
null
2023-10-01T14:02:37.073
0
180
<p>I have 4x nvme drives installed on Z690 motherboard:</p> <ul> <li>1tb nvme with fresh install of windows 11 Pro</li> <li>1tb nvme with fresh install of Ubuntu 23.04 Desktop</li> <li>2x 2tb nvme for Raid1 array created in BIOS using Intel RST</li> </ul> <p>The array works perfect in Windows but when I boot to Ubuntu ...
1735876
1735876
2023-10-01T14:09:04.347
2024-01-03T04:29:58.607
Intel RST on ubuntu 23.04 for NVME Raid1 - array is not assembled / started
[ "raid", "mdadm", "nvme", "rst" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>Looks like this was an issue for me too on 23.04, however it is now fixed in 23.10. I'm also using a Z690 motherboard.</p>\n<p>In future, you can use systemd to create and enable a service that you can use to run a command on startup. <a href=\"https://linuxhandbook.com/creat...
null
null
null
null
null
1487629
1
null
2023-10-01T14:06:42.797
0
531
<p>recently my ubuntu--vg-ubuntu--lv filled up so I ran</p> <pre><code>sudo lvextend -l +100%FREE -r /dev/ubuntu-vg/ubuntu-lv sudo resize2fs /dev/ubuntu-vg/ubuntu-lv </code></pre> <p>This worked but then shortly after it is filled up again as show in df -h</p> <pre><code>Filesystem Size Used Av...
1735915
null
null
2023-10-02T00:05:27.110
ubuntu--vg-ubuntu--lv is full and cannot be increased anymore
[ "server", "20.04", "lvm" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>It was caused by mysql logs in /var/lib/mysql.</p>\n<p>I fixed it by disabling logs as instructed <a href=\"https://www.cyberciti.biz/faq/what-is-mysql-binary-log/\" rel=\"nofollow noreferrer\">here</a></p>\n<p>and cleared the logs by running</p>\n<pre><code>mysql -u username...
null
null
null
null
null
1487635
1
null
2023-10-01T15:02:53.633
0
348
<p>I run Ubuntu 22.04 to a on &quot;hp probook 455 g9&quot;. I want to install a driver for rtl8852be from here <a href="https://github.com/lwfinger/rtw89" rel="nofollow noreferrer">https://github.com/lwfinger/rtw89</a>, but I'm having troubles understanding how to do so correctly. The repository says:</p> <blockquote>...
1509579
1509579
2023-10-01T15:28:53.383
2023-10-01T15:40:25.627
How do I know which modules to blacklist and how to do so correctly, in order to then install a wifi driver?
[ "networking", "drivers", "wireless", "kernel", "realtek-wireless" ]
1
16
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T15:11:16.233", "id": "2605323", "postId": "1487635", "score": "0", "text": "Post `lspci -nnk -d ::0280` command output", "userDisplayName": null, "userId": "1592865" }, { "creationDate": "2023-10-01T15:21:38.587", "id": "2605325", "postId": "...
null
[ { "accepted": null, "body": "<p>You can blacklist your current driver by executing this command:</p>\n<pre><code>sudo sh -c 'echo &quot;blacklist rtw89_8852be&quot; &gt;&gt; /etc/modprobe.d/blacklist.conf'\n</code></pre>\n<p>The command just adds a single line to the <code>/etc/modprobe.d/blacklist.conf</co...
null
null
null
null
null
1487636
1
null
2023-10-01T15:12:32.650
0
68
<p>Esteemed Linux Wizards,</p> <p>Have a persistent audio problem (rebooting or restarting pulse audio doesn't work) in which the right audio channel isn't working in Ubuntu. My Linux skills are limited but I have eliminated the physical connections as the source of the problem. I'm passing my audio through my monitor ...
1735928
null
null
2023-10-01T15:12:32.650
ubuntu 22.04 LTS right audio channel not working
[ "22.04" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487640
1
null
2023-10-01T16:21:41.257
0
168
<p>I have tried this:</p> <p>1- <code>.htaccess</code></p> <pre><code>RewriteEngine On RewriteCond %{HTTP:Authorization} ^(.*) RewriteRule .* - [e=HTTP_AUTHORIZATION:%1] </code></pre> <p>2- <code>.htaccess</code></p> <pre><code>RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] </code></pre>...
722898
null
null
2023-10-01T16:21:41.257
Security headers not responding on Apache 2.4 Ubuntu 22.04 with PHP8.1-FPM HTTP/2
[ "apache2", "security", "linux-headers" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T17:18:00.863", "id": "2605359", "postId": "1487640", "score": "1", "text": "Please add what you were expecting to get and what you actually got.", "userDisplayName": null, "userId": "149708" }, { "creationDate": "2023-10-01T17:46:28.543", "id": "...
null
[]
null
null
null
null
null
1487643
1
null
2023-10-01T16:49:55.480
0
70
<p>I restarted my MSI Modern 15 laptop. After that, my laptop won't turn on. I see the MSI logo and text after it. I tried to restart a few times, but this is what I get:</p> <p><a href="https://i.stack.imgur.com/MIrgQ.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/MIrgQl.jpg" alt="screen after rest...
1735943
618353
2023-10-02T07:43:31.807
2023-10-02T07:43:31.807
My laptop won't turn on
[ "20.04", "kernel", "laptop", "crash", "msi" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T20:18:28.097", "id": "2605387", "postId": "1487643", "score": "1", "text": "Please give us some details - hardware, os, what you’ve just done that might have caused this. Did something happen before this? Have you just installed something new?", "userDisplayName...
null
[]
null
null
null
null
null
1487647
1
null
2023-10-01T18:34:35.047
0
48
<p>I have Ubuntu and Windows 10 dual boot installed on my PC. In the Windows 10 256GB partition I navigated with Wine Explorer to the Visual Studio folder and I saw the devenv.exe with the Visual Studio 22 icon, but when I start it shows:</p> <p><a href="https://i.stack.imgur.com/aou7N.png" rel="nofollow noreferrer"><i...
1458802
94914
2023-10-02T14:24:29.943
2023-10-02T14:24:29.943
Why devenv.exe doesn't start?
[ "dual-boot", "wine", "playonlinux", "vmware-player", "dotnet" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487648
1
null
2023-10-01T18:35:45.823
0
19
<p>I am attempting to install ROS on Ubuntu 20.04.6 following this guide <a href="https://linuxopsys.com/topics/install-ros-noetic-on-ubuntu" rel="nofollow noreferrer">https://linuxopsys.com/topics/install-ros-noetic-on-ubuntu</a> First two steps work okay.</p> <p>But when I get to try: <em>sudo apt update</em></p> <p>...
1735957
null
null
2023-10-01T18:35:45.823
Install ROS Ubuntu 20.04.6
[ "20.04", "package-management", "software-installation", "ros" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T20:45:07.090", "id": "2605394", "postId": "1487648", "score": "1", "text": "The packages.ros.org server currently has a certificate error. Apt is likely receiving that error, which is why it cannot find the Release file (which does indeed exist in the expected locat...
null
[]
null
null
2023-10-02T02:32:47.403
null
null
1487649
1
null
2023-10-01T18:38:45.693
0
674
<p>I've got a Librecomputer Le Potato, a single-board computer in the style of Raspberry Pi, that I am trying to run Firefox on in kiosk mode. I want it to run Firefox immediately on startup, but since it boots to a command line, I have to start the x server first.</p> <p>So I have a line in my crontab that looks like:...
460812
null
null
2023-10-01T18:38:45.693
How can I start firefox immediately on boot from the command line using cron?
[ "command-line", "bash", "xorg", "cron", "autostart" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T19:15:17.943", "id": "2605381", "postId": "1487649", "score": "0", "text": "I am putting this as a comment for now but I think that all you have to do is to put a copy of the `firefox.desktop` file from the `/usr/share/applications/` directory into the `/etc/xdg/aut...
null
[]
null
null
null
null
null
1487651
1
null
2023-10-01T19:18:12.940
0
27
<p>I'm trying to take a more active role in ensuring the couple non-FOSS / untrusted but mandatory for work <code>snap</code>s I have installed are as confined as possible.</p> <p>Looking at the <code>desktop-legacy</code> interface in particular, I see over at <a href="https://snapcraft.io/docs/desktop-legacy-interfac...
544955
null
null
2023-10-01T19:18:12.940
snap desktop-legacy interface - what privileged access does it leak? When can one disconnect it?
[ "permissions", "snap", "privacy" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T20:38:52.267", "id": "2605391", "postId": "1487651", "score": "0", "text": "There is a bit more information at: https://snapcraft.io/docs/desktop-interfaces. FOr a definitive answer, the snapd developers hang out in the snapcraft forum, and I have found them to be v...
null
[]
null
null
null
null
null
1487652
1
null
2023-10-01T19:28:11.777
1
40
<p>I updated an installation of postgresql-14 following this document:</p> <p><a href="https://www.kostolansky.sk/posts/upgrading-to-postgresql-15/" rel="nofollow noreferrer">https://www.kostolansky.sk/posts/upgrading-to-postgresql-15/</a></p> <p>Everything worked fine until I entered <code>sudo apt-get remove postgres...
1735961
1066942
2023-10-01T19:30:05.830
2023-10-01T19:30:05.830
apt-get remove wants to remove and upgrade at the same time
[ "apt", "postgresql" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T20:26:17.087", "id": "2605389", "postId": "1487652", "score": "0", "text": "It's only coincidentally an update. You likely have some package installed that depends upon postgresql. When you uninstall postgresql-14, apt looks around for a way to satisfy the dependenc...
null
[]
null
null
null
null
null
1487653
1
null
2023-10-01T19:36:58.870
0
40
<p>I downloaded PyCharm, and from the directory where the executable <code>pycharm.sh</code> is, it works fine, however, whenever I do <code>sudo vim ~/.profile</code>, <code>sudo vim ~/.bashrc</code>, and add <code>export PATH=&quot;$HOME/pycharm-2023.2.1:$PATH&quot;</code> as the last line, or <code>sudo vim /etc/env...
1735963
null
null
2023-10-01T19:36:58.870
Pycharm does not launch from other directory even after editing .bashrc, .profile and .environment
[ "bash", "bashrc", "paths" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487654
1
1487666
2023-10-01T19:54:26.217
0
374
<p>This doesn't matter much but I'd like to understand why: I have an encrypted partition on my internal SSDs (laptop and dekstop), encrypted with Veracrypt (the GUI version).</p> <p>I also use a LUKS encrypted external drive to sync between my laptop and desktop; I created that a long time ago and can't remember exact...
801777
null
null
2023-10-01T22:54:53.087
Why do I need my admin password AND the encryption password when mounting a Veracrypt encrypted partition but not when mounting a LUKS encrypted USB?
[ "mount", "encryption" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T21:32:26.747", "id": "2605402", "postId": "1487654", "score": "1", "text": "@user68186 - thanks for that - very clear. Please feel free to put that as an answer, happy to accept it.", "userDisplayName": null, "userId": "801777" } ]
{ "accepted": true, "body": "<h1>You have to be an admin to mount internal partitions</h1>\n<p>Mounting an internal partition always requires admin privileges (AKA <code>sudo</code> if you use the terminal), unless the internal partition is mounted automatically at boot (using <code>fstab</code> for example). Even ...
[ { "accepted": true, "body": "<h1>You have to be an admin to mount internal partitions</h1>\n<p>Mounting an internal partition always requires admin privileges (AKA <code>sudo</code> if you use the terminal), unless the internal partition is mounted automatically at boot (using <code>fstab</code> for example...
null
null
null
null
null
1487655
1
null
2023-10-01T20:02:51.870
-1
81
<p>I can use <code>xdotool search --onlyvisible --class &lt;class&gt;</code> to find a window by class, but it gives me only the client window. I want to get the window manager decoration window. That means the id that <code>xwininfo -frame</code> would give me, but I want to select it by class.</p> <p>Is there any way...
10263
null
null
2023-10-01T20:02:51.870
Get x11 frame window by class
[ "xorg", "xdotool" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>I came up with this bash script which combines <code>xdotool search</code> and <code>xwininfo -children</code> (which also gives the parent).</p>\n<pre><code>#!/bin/bash\nfor CLIENT_ID in $(xdotool search --onlyvisible --class &quot;$1&quot;); do\n echo $(xwininfo -childre...
null
null
null
null
null
1487657
1
1487741
2023-10-01T20:07:03.117
0
126
<p>I got a new 2 port cable modem to replace the single port one that died recently. The Windows laptop connects to the internet fine, but the desktop PC running Xubuntu 20.04.6 LTS cannot get a network connection with the new modem. Tried different ports on the modem and swapping cables. The modem is not WiFi capab...
1723568
1723568
2023-10-03T05:31:03.190
2023-10-03T05:31:03.190
PC cannot connect to internet using new cable modem
[ "networking", "network-manager", "internet", "router", "modem" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T20:43:37.670", "id": "2605393", "postId": "1487657", "score": "1", "text": "Look at the network logs with the terminal command: `sudo journalctl -b 0 -u NetworkManager`. Read `man journalctl NetworkManager`. Look at the current ststus with `service NetworkManager st...
{ "accepted": true, "body": "<p>Your ISP only gives you one IP, even though your modem has multiple ports.</p>\n<p>You need a router that can provide NAT functionality so that additional systems can connect.</p>\n<p>You either need a router that supports cloning MAC from the Windows PC, or wait for the lease from t...
[ { "accepted": true, "body": "<p>Your ISP only gives you one IP, even though your modem has multiple ports.</p>\n<p>You need a router that can provide NAT functionality so that additional systems can connect.</p>\n<p>You either need a router that supports cloning MAC from the Windows PC, or wait for the leas...
null
null
null
null
null
1487659
1
null
2023-10-01T20:38:20.690
0
75
<p>My laptop model was ROG M16 and my headset was Sony WH-1000XM5. Ubuntu was able to output audio through my headset, but did not recognize my headphone's speaker. I tried to add <code>options snd-hda-intel model=dell-headset-multi</code> to the file <code>/etc/modprobe.d/alsa-base.conf</code> but it did not work. I w...
1735975
null
null
2023-10-01T20:38:20.690
Ubuntu 22.04 not recognizing speaker of headphone
[ "22.04", "microphone", "headphones" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T00:27:54.363", "id": "2605440", "postId": "1487659", "score": "0", "text": "Do you mean it doesn't recognize the microphone?", "userDisplayName": null, "userId": "231142" }, { "creationDate": "2023-10-08T01:24:19.380", "id": "2606871", "postI...
null
[]
null
null
null
null
null
1487661
1
1487710
2023-10-01T20:49:02.507
0
365
<p>I'd like to make a persistent-live-usb lubuntu 22.04 that works on systems with enabled Secure Boot (bios option).</p> <p>I've tried the dus-persistent method in mkusb, but I'm only able to access the grub (made by mkusb) when secure boot is off. During the install I've ticked the options 'msdos', 'upefi', 'd-n-i' (...
1735973
1735973
2023-10-03T08:00:19.543
2023-10-20T12:09:59.723
mkusb grub doesn't work with secure boot on (lubuntu live persistent usb)
[ "lubuntu", "live-usb", "grub-efi", "secure-boot", "mkusb" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T22:17:11.790", "id": "2605409", "postId": "1487661", "score": "0", "text": "You can try formating the flash drive to FAT32, extracting the iso file into the partition and installing grub2 to boot into it with \"persistent\" parameter attached. I used to do this in c...
{ "accepted": true, "body": "<h2>Persistent live USB drives for secure boot</h2>\n<p>When you tick the option 'msdos' in 'dus-persistent' of <a href=\"https://help.ubuntu.com/community/mkusb\" rel=\"nofollow noreferrer\">mkusb</a>, you will prepare the persistent live system for really old computers.</p>\n<p>I woul...
[ { "accepted": true, "body": "<h2>Persistent live USB drives for secure boot</h2>\n<p>When you tick the option 'msdos' in 'dus-persistent' of <a href=\"https://help.ubuntu.com/community/mkusb\" rel=\"nofollow noreferrer\">mkusb</a>, you will prepare the persistent live system for really old computers.</p>\n<...
null
null
null
null
null
1487665
1
1487668
2023-10-01T22:42:15.740
-3
108
<p>I want to know if you can create a bootable usb stick, download another operating system and burn it into the usb from a old release server.</p>
1735959
1735959
2023-10-18T00:05:16.130
2023-10-18T00:05:16.130
Can i download another operating system from the internet from an old release server?
[ "command-line", "server", "22.04", "internet", "laptop" ]
1
6
CC BY-SA 4.0
[ { "creationDate": "2023-10-01T22:47:53.703", "id": "2605414", "postId": "1487665", "score": "2", "text": "Yes, you can download them from https://old-releases.ubuntu.com/releases/ but one thing to remember that old releases are not supported here that are either End of Standard Support or End of...
{ "accepted": true, "body": "<p>Be aware that ISOs found on <a href=\"https://old-releases.ubuntu.com/\" rel=\"nofollow noreferrer\">https://old-releases.ubuntu.com/</a> may not boot on fully upgraded &amp; secured machines (esp. if using secure uEFI)</p>\n<p>eg. you may not get <strong>22.04.2</strong> or <strong>...
[ { "accepted": true, "body": "<p>Be aware that ISOs found on <a href=\"https://old-releases.ubuntu.com/\" rel=\"nofollow noreferrer\">https://old-releases.ubuntu.com/</a> may not boot on fully upgraded &amp; secured machines (esp. if using secure uEFI)</p>\n<p>eg. you may not get <strong>22.04.2</strong> or ...
null
null
2023-10-02T20:27:33.430
null
null
1487670
1
null
2023-10-02T00:10:29.277
0
68
<p>I'm running Ubuntu 22.04.3 with a AMD Radeon HD 6570 video card with 4 DVI based monitors connected. I have a Datacolor Spyder X color calibration device. When I begin the process to calibrate one of my two HP primary/central monitors the box to place the Spyder appears on the far right monitor. I expected the box t...
1596892
469152
2023-10-02T23:11:34.937
2023-10-02T23:11:34.937
How do you control which monitor the calibration occurs on
[ "multiple-monitors", "color-management", "spyder" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T00:23:10.437", "id": "2605437", "postId": "1487670", "score": "1", "text": "I would apply security fixes asap if your details are correct; Ubuntu 22.04 hasn't reported itself as 22.04.1 since very early this year (https://fridge.ubuntu.com/2023/02/24/ubuntu-22-04-2-...
null
[]
null
null
null
null
null
1487672
1
null
2023-10-02T01:12:26.110
0
1195
<p>I'm running ubuntu desktop verion Ubuntu 22.04.1 LTS. I installed openvpn by running</p> <pre><code>sudo apt-get install openvpn </code></pre> <p>I then try to connect to my vpn by running</p> <pre><code>sudo openvpn --config client.ovpn </code></pre> <p>and I get the error message below when I input my login and p...
946351
946351
2023-10-02T23:55:36.600
2023-10-02T23:55:36.600
connecting to network with openvpn on ubuntu 22.04
[ "networking", "vpn", "openvpn" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T01:41:27.650", "id": "2605445", "postId": "1487672", "score": "0", "text": "I don't know if this matters, but I had to put the line `tls-cipher \"DEFAULT:@SECLEVEL=0\"` in my .ovpn file, not in the `openssl.conf` in order to connect to some vpn providers that have n...
null
[]
null
null
null
null
null
1487673
1
1487718
2023-10-02T01:42:15.040
0
801
<p>I am trying to install Ubuntu 23.04 on my M2 Mac using VMware, but I can't get past the sudo command screen when I type in <code>sudo taskel install ubuntu-desktop</code> it keeps demanding I type in a command. I'd appreciate some help in navigating the sudo commands to install Ubuntu 23.04.</p>
1736000
382697
2023-10-03T01:07:12.603
2023-10-03T01:07:12.603
I am trying to install Ubuntu 23.04 on my M2 Mac using VMware
[ "system-installation", "sudo", "mac", "23.04", "tasksel" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T03:54:04.653", "id": "2605481", "postId": "1487673", "score": "0", "text": "What is your VMware software and what is its version?", "userDisplayName": null, "userId": "94914" }, { "creationDate": "2023-10-02T09:53:45.880", "id": "2605534", "p...
{ "accepted": true, "body": "<p>You can install the complete ubuntu-desktop task in Ubuntu Server by running the following command:</p>\n<pre class=\"lang-none prettyprint-override\"><code>sudo apt install 'ubuntu-desktop^'\n</code></pre>\n<p>Here are some additional tips for installing an Ubuntu desktop using VMwa...
[ { "accepted": true, "body": "<p>You can install the complete ubuntu-desktop task in Ubuntu Server by running the following command:</p>\n<pre class=\"lang-none prettyprint-override\"><code>sudo apt install 'ubuntu-desktop^'\n</code></pre>\n<p>Here are some additional tips for installing an Ubuntu desktop us...
null
null
null
null
null
1487678
1
null
2023-10-02T03:10:01.803
0
125
<p>I have installed a software package named Schrodinger in Ubuntu 22.04. I get icons of this package, but when I want to run one of this package and click its icon I get an error message and it does not open. During the installation process I get this warning: <code>skipping tendency verification</code>.</p> <p><a hre...
1736005
94914
2023-10-02T13:31:59.063
2023-10-02T13:31:59.063
Schrodinger doesn't open in Ubuntu 22.04
[ "software-installation", "22.04" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T13:43:03.733", "id": "2605594", "postId": "1487678", "score": "1", "text": "It seems to be fine. The script is configured not to verify dependencies by default. If you face any error when running the program, then use the support link given in the screenshot above."...
null
[]
null
null
null
null
null
1487680
1
null
2023-10-02T03:33:41.820
0
93
<p><a href="https://askubuntu.com/questions/1189682/how-to-truncate-a-disk-image-file-of-unused-space-without-corrupting-gpt-partiti">Another question</a> addresses a scenario where <code>truncate</code> damages an image of a GPT drive. If I understand correctly, the advice there is to use <code>gdisk</code> to repair ...
80644
null
null
2023-10-02T03:33:41.820
Proper Way to Produce Image of Truncated GPT Drive
[ "partitioning", "gpt", "disk-image", "compression", "gdisk" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T11:47:31.680", "id": "2605568", "postId": "1487680", "score": "1", "text": "After shrinking the partition(s): 1. Clone from the head end to the tail end of the last partition. Do it via an image file or directly to the target drive; 2. On the target drive: repair th...
null
[]
null
null
null
null
null
1487700
1
null
2023-10-02T08:10:17.313
0
1198
<p>I execute the command:</p> <pre><code>sudo do-release-upgrade </code></pre> <p>and I get this output:</p> <pre><code>Checking for a new Ubuntu release Failed to connect to https://changelogs.ubuntu.com/meta-release-lts. Check your Internet connection or proxy settings There is no development version of an LTS availa...
1736049
1736049
2023-10-09T08:25:20.307
2023-10-09T08:25:20.307
Cannot upgrade from Ubuntu 20.04.6 LTS to Ubuntu 22.04.3 LTS
[ "do-release-upgrade" ]
0
11
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T09:24:16.317", "id": "2605522", "postId": "1487700", "score": "0", "text": "I have updated the info related to the `sudo apt update` output.", "userDisplayName": null, "userId": "1736049" }, { "creationDate": "2023-10-02T09:30:26.227", "id": "260...
null
[]
null
null
null
null
null
1487703
1
null
2023-10-02T08:16:54.933
0
625
<p><em>Autoinstall</em> skips after searching for <em>cloud-init</em> and drops back to manual install interactive menu. Why is it not picking up the <code>user-data</code> file?</p> <p>Ubuntu 22.04 LTS</p> <p>I am trying to boot by editing grub:</p> <pre><code>linux /casper/vmlinuz autoinstall ds=nocloud-net; s=http...
1736053
1684306
2023-10-03T00:41:10.310
2023-11-06T13:58:56.867
Try to setup autoinstall in Ubuntu 22.04 LTS booting through iso and use https://x.x.x.x./user-data to install unattended in VM not working
[ "grub2", "cloud-init", "autoinstall" ]
2
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>You haven't included your <code>user-data</code> file, so I'm not sure if you have a problem with that. However, based on what you have supplied, your grub entry has two problems:</p>\n<ol>\n<li>Although required, you have a semi-colon after <code>ds=nocloud-net</code>, which...
null
null
null
null
null
1487704
1
null
2023-10-02T08:17:33.100
-1
2650
<pre><code>sudo apt install nvidia-driver-535 </code></pre> <pre><code>The following packages have unmet dependencies: nvidia-driver-535 : Depends: libnvidia-compute-535 (= 535.104.12-0ubuntu1) but 535.113.01-0ubuntu0.22.04.3 is to be installed Depends: libnvidia-extra-535 (= 535.104.12-0ubuntu1) ...
1736056
94914
2023-10-02T18:27:38.037
2023-10-10T16:48:23.383
E: Unable to correct problems, you have held broken packages. installing nvidia-driver 535
[ "apt", "nvidia", "gpu-driver" ]
3
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T18:27:13.043", "id": "2605677", "postId": "1487704", "score": "2", "text": "Does this answer your question? [Unable to correct problems, you have held broken packages](https://askubuntu.com/questions/223237/unable-to-correct-problems-you-have-held-broken-packages)",...
null
[ { "accepted": null, "body": "<p>Before the update, you need to clear old nvidia file from your system, which requires a reboot. Then, force-install the packages needed. Finally, install the driver as intended.</p>\n<p><em>Run these with <code>sudo</code>,</em> not <em>as root!</em></p>\n<h4>1. Purge nvidia-...
null
null
null
null
null
1487705
1
null
2023-10-02T08:22:28.483
-2
480
<p>I'm new to Linux and I want to use it as my main os but I got a problem while installing apps</p> <p>For example I type :</p> <p><code>sudo apt install chromium-browser</code></p> <p>It says unable to locate package</p> <p>I know it's so basic and did not searched for it too much</p>
1600265
null
null
2023-10-02T08:25:11.173
Unable to locate package for very package
[ "apt" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T08:25:04.550", "id": "2605505", "postId": "1487705", "score": "0", "text": "Packages are built for a release, you've not provided yours thus we'll be guessing somewhat (*we'll only know your OS & release details if you tell us*). For my release, the package is foun...
null
[ { "accepted": null, "body": "<p>Yeah it was my problem too when I switched to ubuntu</p>\n<p>It just got solved by running :</p>\n<pre><code>sudo apt update\n</code></pre>\n<p>But if you still have problem you may need to open software and update application and change the main server to usa</p>\n", "co...
null
null
2023-10-02T08:29:11.850
null
null
1487711
1
null
2023-10-02T08:58:33.930
0
52
<p>I was trying to get vlc to read encrypted dvds. So I was trying to get libdvdcss. I read somewhere (sorry, I can't remember more than what I am saying) that it came in a bundle package, so I apt installed the bundle. Or tried to. Suddenly, I was asked to accept some EULA licence for microsoft fonts. I didn't want to...
798731
null
null
2023-10-02T08:58:33.930
ttf-mscorefonts-installer gives "system problem detected"
[ "apt", "package-management", "uninstall" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T09:05:42.703", "id": "2605513", "postId": "1487711", "score": "1", "text": "Your issue is, I suspect, unrelated to `ttf-mscore-installer`, but a consequence of you closing the terminal during package installs. You can reject the EULA required from microsoft and have...
null
[]
null
null
null
null
null
1487712
1
null
2023-10-02T09:00:10.900
0
33
<p>Clicking the trash icon in my panel used to open a new Dolphin window on the current virtual desktop leaving any existing Dolphin window unaffected in 18.04. Now, in 22.04, it opens a new tab in an existing Dolphin window and moves that window to the current virtual desktop.</p> <p>Is there a way to get the old beha...
23861
null
null
2023-10-02T09:00:10.900
Open trash in new window on the current virtual desktop on kde kubuntu 22.04
[ "kubuntu", "22.04", "kde", "trash", "dolphin" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487714
1
null
2023-10-02T09:07:32.320
0
54
<p>I want to use NVIDIA GPU, but I can't. I installed the proper driver and checked <code>NVIDIA (Performance Mode)</code> from the NVIDIA Settings app. I tried to switch to NVIDIA through <code>prime-select</code> command, but when I checked the active GPU from Settings &gt; About or <code>lspci -k | grep -A 2 -i &quo...
1568065
null
null
2023-10-02T09:07:32.320
I can't switch to NVIDIA GPU
[ "nvidia", "graphics", "intel", "gpu" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487722
1
null
2023-10-02T10:34:27.537
0
1053
<p>I have an Acer laptop (Model: NX.KKZEZ.00C) with the following components:</p> <ol> <li>CPU: AMD Ryzen 7 7840U</li> <li>RAM: 32 GB</li> <li>SSD: 1000 GB</li> <li>GPU: AMD Radeon 780M (Integrated Graphics)</li> </ol> <p>I shrank the C Volume by 100 GB and installed Ubuntu in that new partition, using the normal &quot...
1736067
1736067
2023-10-02T15:34:49.173
2023-10-05T20:48:11.917
Ubuntu 22.04 only boots in recovery mode, missing AMD iGPU drivers (Laptop)
[ "boot", "drivers", "dual-boot", "graphics", "amd-graphics" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-03T01:05:20.103", "id": "2605744", "postId": "1487722", "score": "0", "text": "**Comments have been [moved to chat](https://chat.stackexchange.com/rooms/148889/discussion-on-question-by-aldinian-ubuntu-22-04-only-boots-in-recovery-mode-mis); please do not continue the ...
null
[ { "accepted": null, "body": "<p>So, I did some some digging and I found the following <a href=\"https://www.phoronix.com/review/amd-ryzen7-7840u\" rel=\"nofollow noreferrer\">blog</a>. Apparently it is a problem with &quot;GNOME Wayland (Mutter) display&quot;. As I'm a beginner with linux, I'm not sure what...
null
null
null
null
null
1487724
1
null
2023-10-02T10:49:54.110
0
83
<p>when installing kubuntu, the system tell an error (but i didnt notice it because it says restart my laptop). after restarting my laptop it bootlooping. blinking twice in lenovo logo (my laptop is lenovo thinkpad t480s) then it shows reset system in the left corner and its keep bootlooping.</p> <p>hint : cant boot in...
1736077
null
null
2023-10-02T10:49:54.110
Bootloop after installing dualboot kubuntu
[ "boot", "dual-boot", "grub2", "kubuntu", "lenovo" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T14:03:15.953", "id": "2605604", "postId": "1487724", "score": "0", "text": "Similar issue, but user did not say exactly what fixed his issue. https://askubuntu.com/questions/1404259/getting-grub-menu-to-work-on-dual-boot-ubuntu-22-04-windows-11-currently-boots", ...
null
[]
null
null
null
null
null
1487727
1
null
2023-10-02T11:05:47.180
0
257
<p>I am trying to deploy multiple Flask applications in a AWS EC2 without success :(.</p> <p>I'm following <a href="https://medium.com/@prithvishetty/deploying-multiple-python-3-flask-apps-to-aws-using-nginx-d78e9477f96d" rel="nofollow noreferrer">this tutorial</a>, the steps seems to be simple enough, however I haven'...
401797
94914
2023-10-02T13:45:02.207
2023-10-02T13:45:02.207
Deploying multiple flask app aws + gunicorn + nginx
[ "nginx", "amazon-ec2", "flask" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T11:18:26.780", "id": "2605557", "postId": "1487727", "score": "0", "text": "AWS incorporates a default firewall on their instances preventing public IP access. Adjust the security profiles in the AWS console for your machines. If they need to talk to each other an...
null
[]
null
null
null
null
null
1487728
1
null
2023-10-02T11:26:30.053
0
128
<p>I am trying to add a DB device. The physical device is an SSD, in which I created as many logical volumes as OSDs. All the LV’s are in a volume group.</p> <p>It turns out that when I run &quot;ceph-volume lvm new-db”, I get an error: “stderr: Might need DB size specification, please set Ceph bluestore-block-db-size ...
1736085
null
null
2023-10-02T11:26:30.053
ceph quincy 17.2.6. stderr: Might need DB size specification, please set Ceph bluestore-block-db-size config parameter
[ "filesystem", "lvm", "ceph" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487731
1
null
2023-10-02T11:38:07.957
1
169
<p>The problem is pretty much in the title, windows work perfectly, I deactivated the fast start beacuse I read can cause problems. I have windows in a ssd, ubuntu in a usb and shared hdd with windows. There is somenthing I could do to prevent crash and push to login screen? It happens the two things togheter, but one ...
1736088
null
null
2023-10-02T11:38:07.957
Windows 11 dualboot ubuntu 22.04, casually crashing or back to login screen in linux
[ "dual-boot", "22.04", "crash", "login-screen", "windows-11" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T13:59:01.033", "id": "2605602", "postId": "1487731", "score": "0", "text": "What brand/model system? Have you updated UEFI & SSD firmware to latest available? What video card/chip? Can you boot live installer? Did you select install optional restricted drivers when ...
null
[]
null
null
null
null
null
1487732
1
null
2023-10-02T11:42:46.093
1
284
<p>I want to built a docker image on my Intel laptop. The image will be deployed on both x86/x64 and arm64 hosts. The docker file uses <code>ubuntu:20.04</code> base image. I tried building the image with following command:</p> <pre><code>docker buildx build . --no-cache --progress plain --platform linux/arm64/v8,linu...
1084348
1084348
2023-10-02T14:08:18.837
2023-10-02T14:08:18.837
Unable to build multi architecture docker image
[ "20.04", "docker" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487735
1
null
2023-10-02T12:06:26.493
0
107
<p>I've been trying to fix the keyboard of Ubuntu 22.04 PT-PT, and I'm finding it quite challenging.</p> <p>Layout currently with ISO105 PT-PT in Ubuntu:</p> <p><a href="https://i.stack.imgur.com/FE4CR.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/FE4CR.png" alt="The current layout" /></a></p> <p>W...
1736091
94914
2023-10-02T13:41:21.900
2023-10-02T14:52:26.887
Keyboard PT-PT layout with strange characters
[ "keyboard", "shortcut-keys", "keyboard-layout" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>The symbols you marked are so called &quot;dead keys&quot; when the standard <em>Portuguese</em> keyboard layout is in use. That's useful when typing various accented characters.</p>\n<p>To type some of those characters standalone you can press it twice or press it once follo...
null
null
null
null
null
1487736
1
null
2023-10-02T12:11:04.770
0
30
<p>Ubuntu 20.04</p> <p>From past couple of days, my screen autoscrolls randomly. Its like scrolls then waits, then scrolls.</p> <p>The interesting thing is it keeps happening for a few seconds even when I turn off the touchpad and disconnect mouse.</p> <p>I scanned all files with ClamTk but most were Libre and imurmurh...
1180538
null
null
2023-10-02T12:11:04.770
Screen occasionally autoscrolling
[ "touchpad", "security", "scrolling" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487737
1
null
2023-10-02T12:18:14.823
0
247
<p>Job for snapd.service failed because the control process exited with error code. See &quot;systemctl status snapd.service&quot; and &quot;journalctl -xeu snapd.service&quot; for details.</p>
1736092
null
null
2023-10-02T12:18:14.823
sudo service snapd start
[ "snap" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T12:20:43.677", "id": "2605580", "postId": "1487737", "score": "2", "text": "Providing output (in your question) of `systemctl status snapd.service` would be a good start.", "userDisplayName": null, "userId": "1066942" } ]
null
[]
null
null
null
null
null
1487738
1
null
2023-10-02T12:34:01.197
0
212
<p>i have a RPi4 with the SIM8200EA-M2 5G HAT With Antennas connected via USB port to enable the 5G network on it, i need it ti be configured as a Hotspot to allow some devices to connect to it. So i downloaded the Network manager and configured the 10-my-config.yaml my doubts are what i do not have Ethernet but the ne...
567834
null
null
2024-02-22T09:33:28.033
How to configure Wi-Fi hotspot on RPi4 with Ubuntu 20.04 and network created from the 5G modem
[ "20.04", "raspberrypi", "usb-modem", "hot-spot" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2024-02-07T09:23:34.107", "id": "2635035", "postId": "1487738", "score": "0", "text": "Nobody never faced similar issue?", "userDisplayName": null, "userId": "567834" } ]
null
[ { "accepted": null, "body": "<p>You have to write IP address/cidr for your <code>wlan0</code> first. Then enable packet forwarding in <code>/etc/sysctl.conf</code>. Check your DHCP server configurations and iptables/nftables rules.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate...
null
null
null
null
null
1487739
1
null
2023-10-02T12:37:31.733
0
187
<p>I'm new to <strong>Ubuntu desktop</strong> from Windows, installed it yesterday. It was working fine, except ACPI error. But today I'm getting error while booting my machine.</p> <pre><code>[ 0.274572] ACPI BIOS Error (bug): Could not resolve symbol [_SB.PCIO.GPP2.BCM5], AE_NOT_FOUND (20210730/dswload2-162) [ 0.2745...
1736037
null
null
2023-10-03T19:08:39.830
Getting error - failed to active swap /swapfile
[ "boot", "22.04", "swap", "acpi" ]
2
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T13:37:22.680", "id": "2605593", "postId": "1487739", "score": "0", "text": "Does this answer your question? [ACPI error on every boot](https://askubuntu.com/questions/1333069/acpi-error-on-every-boot)", "userDisplayName": null, "userId": "94914" }, { ...
null
[ { "accepted": null, "body": "<p>The ACPI (your powermanagement) errors happen on all of my machines - nothing to worry about.</p>\n<p>Your problem is:</p>\n<blockquote>\n<p>[FAILED] Failed to start Userspace Out-Of-Memory (00M) Killer</p>\n</blockquote>\n<p><strong>Corrected answer</strong>:</p>\n<p>The “OO...
null
null
null
null
null
1487740
1
null
2023-10-02T12:40:17.090
0
105
<p>I have a remote PC running Ubuntu 22.04. It's an unattended machine with a fast and stable ADSL connection and I have a couple of remote desktop applications to connect: AnyDesk and TeamViewer, but I've tried for a while UltraVNC too. The local machine runs 22.04 as well (but I tried with 23.04 too).</p> <p>After a ...
1036006
1036006
2023-10-02T12:47:41.533
2023-10-02T12:47:41.533
Remote desktop applications slow down after a while
[ "networking", "22.04", "remote-desktop" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487745
1
null
2023-10-02T13:29:24.597
0
942
<p>Folks, I have recently purchased this laptop: <a href="https://psref.lenovo.com/Product/Yoga/Yoga_Pro_9_14IRP8" rel="nofollow noreferrer">https://psref.lenovo.com/Product/Yoga/Yoga_Pro_9_14IRP8</a></p> <p>And I can only get the front speakers working on Ubuntu 22.04 which results in the sound being not great to say ...
488966
158442
2023-10-02T16:54:13.000
2023-11-28T14:33:44.400
Bass speakers not working on Lenovo Yoga Pro 9 14IRP8, Ubuntu 22.04
[ "sound", "22.04", "alsa", "lenovo" ]
1
12
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T13:49:07.467", "id": "2605596", "postId": "1487745", "score": "0", "text": "Did you run `alsamixer` to check whether all speakers are enabled?", "userDisplayName": null, "userId": "149708" }, { "creationDate": "2023-10-12T13:01:37.847", "id": "26...
null
[ { "accepted": null, "body": "<p>I was able to get the bass speakers working on a Yoga pro 9 14IRP8 with Pop OS 22.04.</p>\n<p>I followed <a href=\"https://bugzilla.kernel.org/show_bug.cgi?id=217449#c5\" rel=\"nofollow noreferrer\">this comment</a> :</p>\n<ol>\n<li>Install i2c-tools :\n<pre><code>sudo apt in...
null
null
null
null
null
1487746
1
null
2023-10-02T13:39:02.753
0
425
<p>New to Ubuntu. I wanna try out playing Ragnarok. Is there anyone who has figured out a way to install and play Ragnarok on your PC? Would it be better to install it using Wine/Bottles/Play On Linux?</p>
1736103
null
null
2023-10-02T13:39:02.753
How to install Ragnarok on Ubuntu 22.04.3?
[ "wine", "playonlinux" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T15:29:44.003", "id": "2605634", "postId": "1487746", "score": "0", "text": "Ragnarok is a TV series on Netflix. I know zero games named \"Ragnarok\". I know a \"Ragnarok online\" and \"Thor Ragnarok\" and \"God of War: Ragnarok\". If you want to play games on wine ...
null
[]
null
null
null
null
null
1487749
1
null
2023-10-02T14:13:01.240
0
228
<p>I'm trying to install Open VPN using the official instructions available here:</p> <p><a href="https://community.openvpn.net/openvp.../OpenVPN3Linux" rel="nofollow noreferrer">https://community.openvpn.net/openvp.../OpenVPN3Linux</a></p> <p>However, I'm failing at this step:</p> <pre><code>curl -fsSL https://swupdat...
689718
null
null
2023-10-10T13:45:14.320
Can't install Open VPN repository / "sources.list.d" permission denied
[ "20.04", "openvpn" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>It should be as follows:</p>\n<pre><code>curl -fsSL https://swupdate.openvpn.net/repos/openvpn-repo-pkg-key.pub | gpg --dearmor &gt; | sudo tee /etc/apt/trusted.gpg.d/openvpn-repo-pkg-keyring.gpg\n</code></pre>\n<p>The <code>sudo tee</code> part takes care of permissions.</p>...
null
null
null
null
null
1487750
1
null
2023-10-02T14:27:54.320
0
117
<p>I installed Ubuntu 22.04.3 LTS on my Lenovo ideapad 520-15IKB and since it is installed, firefox doesn't work. It doesn't open google.com via the normal wifi network.</p> <p>I installed Chromium and it works perfectly. I uninstalled firefox and downloaded from firefox webpage it self and installed and still nothing....
1736122
null
null
2023-10-02T14:27:54.320
Firefox doesn't open google on Ubuntu 22.04.3 LTS
[ "networking", "20.04", "firefox" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T15:01:27.620", "id": "2605624", "postId": "1487750", "score": "0", "text": "Try a new Profile for Firefox `firefox -P`", "userDisplayName": null, "userId": "966203" } ]
null
[]
null
null
null
null
null
1487753
1
null
2023-10-02T15:13:05.530
0
185
<p>We have a few computers showing information on the screen <strong>24/7</strong> for monitoring. After a few days (maybe a week) the <strong>network stops working</strong> - computer is connected via Ethernet. Everything works normally for a week after the computer is restarted.</p> <p>We also have a few computers (s...
1736127
null
null
2023-10-02T15:13:05.530
Ethernet stops working on Always-On Computer Ubuntu 22.04
[ "networking", "22.04", "ethernet" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T15:23:40.167", "id": "2605633", "postId": "1487753", "score": "0", "text": "Does it work if you disconnect and reconnect using the Network Manager app or the terminal? If this works, yo u may just do that with a cron job, rather than restart the computer. Does it wo...
null
[]
null
null
null
null
null
1487754
1
1487758
2023-10-02T15:19:04.813
0
765
<p>I need to create some aliases on remote Ubuntu and enable them on ssh-connection. So I defined aliases in ~/.bashrc file (on that remote Ubuntu).</p> <p>Now when I do</p> <pre><code>ssh root@&lt;Remote IP&gt; source ~/.bashrc </code></pre> <p>I can use those aliases... But instead of do <code>source ~/.bashrc</code>...
1663487
null
null
2023-10-02T15:31:04.630
How to "source ~/.bashrc" automatically when connect to remote
[ "ssh", "bashrc", "source", "sshpass" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T15:34:48.790", "id": "2605636", "postId": "1487754", "score": "0", "text": "Don't use root, use the admin. Works the same but the config will be in your normal home and it will source your bashrc as it wil get parsed by (I believe /etc/profile(?))", "userDisplay...
{ "accepted": true, "body": "<p>When you do <code>ssh root@&lt;Remote IP&gt;</code>, you will get root's login shell which (assuming it's bash) will load /root/.profile (or /root/.bash_profile if it exists).</p>\n<p>So probably the cleanest solution is to make sure that file sources the .bashrc file (giving root's ...
[ { "accepted": true, "body": "<p>When you do <code>ssh root@&lt;Remote IP&gt;</code>, you will get root's login shell which (assuming it's bash) will load /root/.profile (or /root/.bash_profile if it exists).</p>\n<p>So probably the cleanest solution is to make sure that file sources the .bashrc file (giving...
null
null
null
null
null
1487755
1
null
2023-10-02T15:20:36.930
0
39
<p>I am using Ubuntu 23.04 with a dual monitor set up, and just today my screens have started to randomly turn off. I can move my mouse and the screens come back on again. Its like my screens go to sleep at arbitrary time intervals. Sometimes it can happen as little as 5 seconds after I have stopped activity, other tim...
758584
null
null
2023-10-02T15:20:36.930
My screen randomly turns off
[ "screen", "23.04" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487756
1
null
2023-10-02T15:23:33.580
0
228
<p>I'm trying to set up my first mail server and am encountering issues verifying it is working correctly.</p> <p>I have 'mailutils' installed and send mail by using:</p> <pre><code>mail username@gmail.com </code></pre> <p>I then enter the subject and body text, and enter <code>Ctrl-D</code> to send the email. The issu...
1736134
1736134
2023-10-02T17:10:02.597
2023-10-02T17:10:02.597
How to send functional email from Ubuntu using bash and mailutils?
[ "bash", "email", "gmail", "mail-server", "mailutils" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T15:40:10.560", "id": "2605638", "postId": "1487756", "score": "0", "text": "What Internet or Cloud provider are you using for your Ubuntu machine that you are trying to send and receive mail? Most ISP or Cloud provider will block TCP port 25. So, please [edit] your ...
null
[]
null
null
null
null
null
1487759
1
null
2023-10-02T16:02:04.977
0
33
<p>OS: Kubuntu 23.04 x86_64</p> <p>I have a problem that I just don't really know how to search for so maybe someone can point me in the right direction. All I can seem to find is people having problems getting their numlock on at boot.</p> <p>This seems to only happen when using Kate, Kcalc, or at least that's all th...
1736138
null
null
2023-10-03T16:36:12.960
Kate / Kcalc - number pad using numbers and functions at the same time
[ "kubuntu", "numpad" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p>After more testing this appears to be some sort of weird interaction with Barrier and Kate / Kcalc. Using a keyboard connected directly to the machine I don't get the same behavior.</p>\n<p>Thanks</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate":...
null
null
null
null
null
1487760
1
null
2023-10-02T16:09:58.897
0
59
<p><strong>How to Deliver and Install my custom-made deb packages in my Ubuntu Systems through landscape</strong></p> <p>Landscape is a large-scale device managing solution by Canonical.</p>
1736145
1736145
2023-10-02T16:11:03.140
2023-10-02T16:11:03.140
Custom Deb Packages in Landscape
[ "22.04", "deb", "landscape", "canonical" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487762
1
null
2023-10-02T17:01:17.773
0
124
<p>I need to make the wireless dongle work and when I looked in terminal I can see that it is there by commanding <code>lshw -C network</code>. I get this:</p> <pre><code>*-network description: Wireless interface physical id: 5 bus info: usb@3:2 logical name: wlx347de44031b6 serial: ...
1736153
1066942
2023-10-02T17:52:56.780
2023-10-02T17:52:56.780
Need help wireless rtx_8822bu
[ "drivers", "wireless" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T17:45:29.710", "id": "2605667", "postId": "1487762", "score": "2", "text": "Welcome. Everything will be OK in the end. Start with https://askubuntu.com/questions/425155/my-wireless-wifi-connection-does-not-work-what-information-is-needed-to-diagnos . [Edit your ques...
null
[]
null
null
null
null
null
1487763
1
1488150
2023-10-02T17:01:44.890
0
188
<p>Using Ubuntu 22.04, I installed firefox from the mozillateam ppa (current installed version is 118.0.1). I have data stored on <code>/dev/sda1</code>, mounted as <code>/data</code>, and Ubuntu 22.04 installed on <code>/dev/nvme0n1p2</code>. The data on <code>sda1</code> is accessed via symlinks. When I use Firefox t...
79230
79230
2023-10-03T16:00:19.087
2023-10-05T23:17:54.670
Firefox can't read or write to directories symlinked across partitions
[ "partitioning", "permissions", "firefox", "symbolic-link" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-03T12:09:09.307", "id": "2605817", "postId": "1487763", "score": "2", "text": "First thing to check are permissions of the destination. Second thing to check is that you are sure it is still a deb version of firefox running. The snap version will exhibit the limitation...
{ "accepted": true, "body": "<p>The issue was apparmor. I've never used apparmor before, but I have to assume that the mozillateam ppa package creates a security profile for firefox. I can't imagine how else it got there. This caused my problem. I solved it with</p>\n<pre><code>sudo aa-complain /usr/lib/firefox/fir...
[ { "accepted": true, "body": "<p>The issue was apparmor. I've never used apparmor before, but I have to assume that the mozillateam ppa package creates a security profile for firefox. I can't imagine how else it got there. This caused my problem. I solved it with</p>\n<pre><code>sudo aa-complain /usr/lib/fir...
null
null
null
null
null
1487766
1
null
2023-10-02T17:14:41.790
0
475
<p>I bought a laptop (<a href="https://www.dell.com/de-de/shop/dell-notebooks/xps-15-laptop/spd/xps-15-9530-laptop" rel="nofollow noreferrer">https://www.dell.com/de-de/shop/dell-notebooks/xps-15-laptop/spd/xps-15-9530-laptop</a>) that shipped with Windows, and I installed Ubuntu 23.04 in a dual-boot setting. I could n...
998230
998230
2023-10-03T10:31:32.077
2023-10-03T10:31:32.077
Ubuntu 23.04 - do I need to manually install OpenCL drivers?
[ "drivers", "intel-graphics", "intel", "gpu", "gpu-driver" ]
0
5
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T17:24:15.927", "id": "2605662", "postId": "1487766", "score": "1", "text": "Post output of `glxinfo | grep OpenGL` terminal command", "userDisplayName": null, "userId": "1592865" }, { "creationDate": "2023-10-02T17:27:49.540", "id": "2605663", ...
null
[]
null
null
null
null
null
1487767
1
null
2023-10-02T17:17:47.890
0
158
<p>I am relatively new to both Nextcloud and Apache, so I am probably just missing something simple. I am running the Nextcloud snap on an Ubuntu 22.04 server and trying to use a separate Apache server to reverse proxy to Nextcloud. It seems to be partially working, but instead of actually going to the Nextcloud login...
71868
null
null
2023-10-02T17:17:47.890
Apache2 Reverse Proxy to Nextcloud Not Loading Login Page
[ "apache2", "proxy", "nextcloud", "reverse-proxy" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487769
1
null
2023-10-02T17:59:56.073
0
62
<p>As stated, my second monitor is no longer being detected after my laptop went into sleep-mode one day. The monitor works when I boot to windows but not on Ubuntu. I'm using nvidia-driver-525, I have trialled other versions and it still remained undetected. Currently using wayland but the monitor is not detected on x...
1736171
1736171
2023-10-02T18:41:38.127
2023-10-02T18:41:38.127
Second monitor suddenly no longer detected after going into sleep mode. I dual-boot and the monitor works on Windows but not Ubuntu
[ "dual-boot", "nvidia", "multiple-monitors", "display", "laptop" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487770
1
null
2023-10-02T18:11:57.583
0
80
<p>I've got a Dell Optiplex Mini 3080, with an internal NIC and an external USB 3.0 NIC. After upgrading from Ubuntu 22.10 (Kernel 5.19.0-46) to Ubuntu 23.04 (Kernel 6.2.0-33), my internal PCI NIC stopped working. I am getting tons of:</p> <pre><code>r8169: rtl_ephyar_cond == 1 (loop: 100, delay: 10) r8169: rtl_eiar_c...
1736174
null
null
2023-10-02T18:11:57.583
Upgrade from 22.10 to 23.04 broke NIC
[ "networking", "kernel", "ethernet" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T18:51:08.813", "id": "2605679", "postId": "1487770", "score": "0", "text": "There have been bugs in the Realtek driver that caused the connection to be lost whenever the driver went into power save mode. You may want to read [this discussion](https://bugzilla.kernel...
null
[]
null
null
null
null
null
1487774
1
null
2023-10-02T19:27:14.810
0
343
<p>I'm trying to get my internal SD card reader to work on a Lenovo Thinkpad T15p. It's <a href="https://ubuntu.com/certified/202008-28183/20.04%20LTS" rel="nofollow noreferrer">this</a> model, therefor uses the Realtek RTS525A PCI Express Card Reader. It seems like this particular card reader has been giving the commu...
1023614
1023614
2023-10-02T19:35:46.467
2023-10-02T19:35:46.467
All SD cards mounting as read only in Ubuntu 20.04
[ "permissions", "mount", "sd-card" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T20:21:28.510", "id": "2605692", "postId": "1487774", "score": "0", "text": "[This link](https://askubuntu.com/questions/11840/how-do-i-use-chmod-on-an-ntfs-or-fat32-partition/956072#956072) may be helpful for Windows file systems (FAT32, exFAT and NTFS). It is possi...
null
[]
null
null
null
null
null
1487775
1
null
2023-10-02T19:34:30.353
0
53
<p>I have 8 NVIDIA Tesla V100 GPUs. Server hardware does recognize all 8 without a problem. They all have identical firmware and identical config in BIOS. However when I run nvidia-smi only 6 cards are available. When I run lshw -c video I see that there are 2 UNCLAIMED cards. Checked hardware. Reinstalled OS. Installe...
1736191
null
null
2023-10-02T19:34:30.353
Issue with UNCLAIMED video card on Ubuntu Server 22.04.3
[ "server", "nvidia", "22.04", "video", "gpu" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487778
1
null
2023-10-02T19:55:19.623
0
186
<p>Trying to add multiple repositories to my Ubuntu 22.04 vm and I'm getting this error. This occurs with all repo's I try to add. What's going on here? What's the fix?</p> <pre><code> kaplah@UbuntuARM:~$ sudo add-apt-repository ppa:heyarje/makemkv-beta Traceback (most recent call last): File &quot;/usr/bin/add-a...
1736162
null
null
2023-10-02T19:55:19.623
sudo add-apt-repository ppa: is throwing errors
[ "apt", "ppa" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-03T12:07:30.443", "id": "2605816", "postId": "1487778", "score": "0", "text": "You only show one repository that you add. It is for beta software. If indeed the command does not work whatever repository you specify, then it must be a problem with the utility. Then atte...
null
[]
null
null
null
null
null
1487779
1
null
2023-10-02T20:05:13.480
0
101
<p>I recently switched my local machine from Ubuntu Desktop to Ubuntu server (realized I wasn't using the gui anymore, so decided to go with a fresh install and test my skills).</p> <p>Everything is going well except I can't get qBittorrent to connect to any trackers. Every torrent (including official Ubuntu iso torren...
1736199
1736199
2023-10-02T20:07:39.703
2023-10-02T20:07:39.703
Torrent traffic blocked in Ubuntu Server 22.04.3 LTS
[ "networking", "qbittorrent" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487780
1
1487833
2023-10-02T20:29:46.613
0
217
<p>I am going mad as I can't find a <em>WhatsApp</em> package that I want to uninstall. It apparently is not installed with <em>snap</em>, can't be located using <code>grep</code>, <code>dpkg</code>, <code>which</code>, and the path identified in the process menu doesn't exist.</p> <p>Here is a screenshot of the proces...
1667712
1684306
2023-10-04T07:42:26.153
2023-10-04T07:42:26.153
Can't find/delete installed application
[ "uninstall", "locate", "desktop-apps" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T23:31:24.217", "id": "2605728", "postId": "1487780", "score": "0", "text": "What version of Ubuntu are you using?", "userDisplayName": null, "userId": "1684306" }, { "creationDate": "2023-10-03T00:33:41.833", "id": "2605742", "postId": "14877...
{ "accepted": true, "body": "<p>If you did not install the package using a package manager - by default either traditional APT and snap on Ubuntu, then you are the only person on earth that can tell us how you installed it. How you can remove a manually installed app depends on how it has been installed. Since you ...
[ { "accepted": true, "body": "<p>If you did not install the package using a package manager - by default either traditional APT and snap on Ubuntu, then you are the only person on earth that can tell us how you installed it. How you can remove a manually installed app depends on how it has been installed. Si...
null
null
null
null
null
1487781
1
null
2023-10-02T20:58:10.837
0
26
<p>I have an old macbook pro. I think from 2010. Because apple doesn't let me update their OS, this piece of hardware became useless (besides being in good shape). Anyway, lately, I thought it was time to install Ubuntu and get a new life for this machine.</p> <p>I downloaded the image from Ubuntu website into a USB.<...
1736203
null
null
2023-10-02T20:58:10.837
Ubuntu on Mac stuck on home screen (nomodeset already tried)
[ "boot", "macbook-pro", "nomodeset" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487782
1
1487791
2023-10-02T21:02:04.157
0
578
<p>I have a folder I can <code>cd</code> into by simply using <code>cd /path</code>. However, when I use <code>ls</code>, the folder doesn't show up, and it's not hidden, meaning that <code>ls -a</code> doesn't make it appear, either. What could account for this?</p>
691730
null
null
2023-10-02T23:30:10.203
Folder not showing up showing up with `ls`
[ "command-line", "directory" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T21:09:06.790", "id": "2605699", "postId": "1487782", "score": "1", "text": "Is it possible for you to post some actual terminal output?", "userDisplayName": null, "userId": "1023614" }, { "creationDate": "2023-10-02T21:31:53.017", "id": "2605707"...
{ "accepted": true, "body": "<p>The unix filesystem isn't one big huge directory. There is a heirarchy that starts from <code>/</code>. When you first log in, you are put in your home directory which is probably something like <code>/home/username</code>.</p>\n<p>If you can get to something with <code>cd /path</...
[ { "accepted": true, "body": "<p>The unix filesystem isn't one big huge directory. There is a heirarchy that starts from <code>/</code>. When you first log in, you are put in your home directory which is probably something like <code>/home/username</code>.</p>\n<p>If you can get to something with <code>cd...
null
null
null
null
null
1487783
1
null
2023-10-02T21:02:38.667
3
857
<p>I am building an <em>Apache</em> server to work as a http file directory for an application. All is done and working except I can't seem to hide the directories seen when inputting the IP address into a web browser.</p> <p>I have tried changing: <code>Options -Indexes;</code> and <code>Options -Indexes +FollowSymLin...
1736205
57576
2023-10-03T03:16:55.273
2023-10-04T03:43:44.950
How can I get Apache to stop showing files and directories on the web page?
[ "22.04", "apache2", "configuration", "webserver", "nas" ]
2
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T22:54:59.530", "id": "2605719", "postId": "1487783", "score": "0", "text": "Okay So ive now figured out that what I am seeing is actually webfsd and not Apache.", "userDisplayName": null, "userId": "1736205" }, { "creationDate": "2023-10-03T11:59:16....
null
[ { "accepted": null, "body": "<p>If you simply want to not show the index or list of files when a user visits that directory, you can create a file named <code>index.html</code> in that directory.</p>\n<p>You can fill the file with whatever html you want but the purpose here will be just as a placeholder and...
null
null
null
null
null
1487784
1
null
2023-10-02T21:53:45.247
0
40
<p>I get random screen glitches, and the only way to resolve it is putting my PC to sleep and turning it back on. I've tried editing <em>grub</em> and switching to <em>X11</em>, but it keeps happening. Does anyone know how to solve this issue?</p> <p>My PC specs:</p> <pre><code>Ubuntu 22.04.3 LTS x86_64 Host: HP Elite...
1736209
1684306
2023-10-02T23:52:57.927
2023-10-02T23:52:57.927
I get random glitches on my display when using my laptop
[ "display" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487785
1
null
2023-10-02T22:00:39.673
0
30
<p>I'm trying to install JavaFX for Java 8 on Ubuntu 22.04.3 LTS.</p> <p>I saw the answer at <a href="https://askubuntu.com/questions/1163534/installing-old-package-from-old-ubuntu-to-new-version-of-ubuntu?newreg=b1e1296f09f14c3bbc2d39c7c7a49183">Installing Old Package from Old Ubuntu to New version of Ubuntu</a> modif...
1736211
1736211
2023-10-03T13:14:43.687
2023-10-03T13:14:43.687
What happened to the Bionic Beaver openjfx 8 libraries?
[ "apt", "updates", "java", "javafx" ]
0
7
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T23:14:06.427", "id": "2605724", "postId": "1487785", "score": "0", "text": "I see `libopenjfx-jni | 11.0.11+0-1 | jammy/universe | amd64, arm64, armhf, ppc64el, s390x` available, do you have `universe` *enabled*?", "userDisplayName": null, "...
null
[]
null
null
2023-10-03T04:47:36.070
null
null
1487786
1
null
2023-10-02T22:15:54.490
0
369
<p>After reboot of ubuntu client, &quot;server&quot; wireguard tunnel cannot ping client. Connection establishes only after i manually ping host through tunnel from client.</p> <hr /> <p>My config</p> <p>Server: Mikrotik 7.11 (stable)</p> <p>Client: Ubuntu 22.04.2 LTS</p> <p>Client behind router with NAT, with forward ...
1736215
1736215
2023-10-02T22:45:51.273
2023-10-02T22:45:51.273
Wireguard connection doesnt work after reboot
[ "reboot", "wireguard" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487787
1
null
2023-10-02T22:55:42.107
1
80
<p>I'm trying to build I/O API 3.2 to use CMAQ. I'm on Ubuntu 22.04.3, using GCC compilers (v11.4.0). I/O API requires both NetCDF-C (v4.9.2) and NetCDF-Fortran (v4.6.1). I'm also using OpenMPI (v4.1.2). The zip file comes with another library called m3tools, which to my understanding is also needed. As far as I cant t...
1731027
1731027
2023-10-02T23:36:03.143
2023-10-02T23:36:03.143
I'm trying to build m3tools and get this super long error
[ "software-installation", "compiling", "gcc", "make", "libraries" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-03T02:04:45.620", "id": "2605750", "postId": "1487787", "score": "0", "text": "It appears to build for me, after installing the `libpnetcdf-dev` package, then using the `Makefile.pncf` templates with `BIN=Linux2_x86_64gfort10mpi`", "userDisplayName": null, "use...
null
[]
null
null
null
null
null
1487788
1
null
2023-10-02T23:26:40.350
0
49
<p>So I Installed Ubuntu GUI on my PowerEdge 2900, installed it via USB media, it installed just fine. Then after rebooting the system, Ubuntu OS would go boot a load screen (during boot process) then cuts black, monitor displayed message that no VGA signal is found. I believe it may be a Display Driver issue as I boot...
1736204
null
null
2023-10-02T23:26:40.350
Ubuntu 23.04 won't boot/black screen into GUI Dell PowerEdge 2900
[ "boot" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487789
1
null
2023-10-02T23:29:01.043
0
1118
<p>Can I use a USB adapter cable for M.2 SSD on my Windows 10 PC to flash Ubuntu ISO to the new M.2 SSD then just plug into 5070 motherboard? I recall doing this a few years ago but don't find this procedure on Ubuntu download instructions.</p> <p>Thanks</p>
1735543
1684306
2023-10-04T07:42:29.583
2023-10-04T07:42:29.583
Install Ubuntu 22.04 on Dell Wyse 5070 thin client
[ "system-installation", "usb", "ssd", "iso" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-03T02:38:29.560", "id": "2605754", "postId": "1487789", "score": "0", "text": "Installing ISO to a drive, usually a smaller flash drive, totally erases the drive. You would not want to do that to a larger SSD unless you had nothing else on it. And that is the installer...
null
[]
null
null
null
null
null
1487792
1
null
2023-10-02T23:32:38.717
1
633
<p>I've just run the update programme to upgrade to 23.04 from 22.04.3. The update appears to have completed successfully. No errors were returned from the update programme, repositories now appear to be pointing at 23.04 and all packages have been updated correctly.</p> <p>But strangely the system is still reporting i...
362050
362050
2023-10-03T10:59:04.467
2023-10-09T05:14:59.853
Upgrade to 23.04 complete, but system still reports as 22.04
[ "upgrade" ]
2
8
CC BY-SA 4.0
[ { "creationDate": "2023-10-02T23:42:53.460", "id": "2605731", "postId": "1487792", "score": "0", "text": "What is reported by `lsb_release -a`? And I would think that from 22.04.3, you should first go up to 22.10...and then to 23.04. I wasn't aware you can go directly to 23.04...", "userDi...
null
[ { "accepted": null, "body": "<p>Typing all that out and talking with a user on another forum, I see the error! It's that pesky <code>http://archive.ubuntu.com/ubuntu jammy InRelease</code> repo. Updating that to lunar in <code>/etc/apt/sources.list</code> has solved it; the system is now correctly reporting...
null
null
null
null
null
1487795
1
null
2023-10-03T01:35:07.533
0
82
<p>Usually takes several attempts to get connected in the first place, then will stop working although the wifi indicator will stay full bars.</p> <p>Edit: it's the only device in the house that has problems on the wifi Edit: here is an exerpt from ping google.com</p> <pre><code>64 bytes from sea09s28-in-f14.1e100.net ...
1736225
1736225
2023-10-03T02:47:32.007
2023-10-03T02:47:32.007
Wifi connection constantly cutting in and out 22.04.3
[ "networking", "wireless" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-03T03:16:54.253", "id": "2605758", "postId": "1487795", "score": "0", "text": "You've not said which Ubuntu 22.04 LTS product (server? desktop? flavor?) or what kernel stack you're using (*this is selected by installation media used & product details you've not mention...
null
[]
null
null
null
null
null
1487800
1
null
2023-10-03T03:29:46.963
0
98
<p>Is it possible to specify a client host in the exports file in such a way that I can mount the NFS share from any computer in any network, or would I have to use something like openmediavault or nextcloud for this? Currently the line in the exports file is <code>/media/xxx/nfs2 192.168.0.0/255.255.255.0(rw,sync...
1722265
null
null
2023-10-05T07:21:57.770
How to access an NFS share from any computer in any network
[ "nfs", "cloud" ]
1
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-03T07:57:49.920", "id": "2605787", "postId": "1487800", "score": "0", "text": "The two are not the same concept. If you want outside access set up an SSH server https://www.openssh.com/. NFS can be used to create a share. https://bluexp.netapp.com/blog/azure-anf-blg-l...
null
[ { "accepted": null, "body": "<p>As pointes out by Rinzwind, file transfer is possible via the rcp command.\nI assume that a remote integration of the share folder into the GUI file system and for direct use of Ubuntu apps is not possible.</p>\n", "commentCount": "0", "comments": [], "communityOw...
null
null
null
null
null
1487801
1
null
2023-10-03T03:55:09.450
0
102
<p>There is an image exported from another system, about 5GiB in size (compressed), estimated 13GiB uncompressed.</p> <pre><code>root@cluster04:~# lxc launch testimg test-container --storage remote -d root,size=50GiB ...
952116
null
null
2023-10-03T03:55:09.450
Troubleshooting lxc launch issues from custom image
[ "lxc", "lxd", "ceph" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487802
1
null
2023-10-03T03:57:15.083
0
109
<p>I have a ASUS ROG G750JW Laptop with an Nvidia 765M video card. I have not been able to use the 23.XX builds as it leaves the computer with the cursor in the upper right hand corner. I cannot type anything at the cursor or get the computers attention. I am using 22.04 with no issues and have never had issues with ub...
1736240
1736240
2023-10-03T22:58:47.690
2023-10-03T22:58:47.690
Video Problem on ASUS ROG G750JW with 23.04 & 23.10 Nightly Build
[ "nvidia", "asus" ]
0
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-03T04:00:23.053", "id": "2605760", "postId": "1487802", "score": "1", "text": "Your details are a little confusing to me, you don't specify which product of 22.04 but I assume desktop (*kernel stack my interest here & installation media dictates that*). Ubuntu 22.04.3 ...
null
[]
null
null
null
null
null
1487805
1
null
2023-10-03T04:50:02.810
1
57
<p>I am trying to mount a USB device (acting like a NAS) onto my Ubuntu (20.04) server. Running the below works fine via ssh <code>sudo mount -t cifs //192.168.1.1/&quot;Music (at BackupNAS)&quot;/CD /media/asusHDD -o rw,credentials=/Downloads/.ASUS-HDD-credentials,iocharset=utf8,vers=2.0</code></p> <p>However I want t...
1674696
1674696
2023-10-03T04:53:54.270
2023-10-05T07:01:03.297
Cannot auto mount a CIFS device
[ "mount", "automount" ]
1
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-03T11:57:17.450", "id": "2605814", "postId": "1487805", "score": "0", "text": "Try with octal rather than quoting for the whitespace: `//192.168.1.1/Music\\040(at\\040BackupNAS)/CD`", "userDisplayName": null, "userId": "178692" }, { "creationDate": "202...
null
[ { "accepted": null, "body": "<p>I updated my USB/NAS server config so that no space is needed.\nI can mount using ssh via:</p>\n<pre><code>sudo mount -t cifs //192.168.1.1/music/CD /media/asusHDD -o rw,credentials=/Downloads/.ASUS-HDD-credentials,iocharset=utf8,vers=2.0\n</code></pre>\n<p>But can't run this...
null
null
null
null
null
1487807
1
null
2023-10-03T05:05:10.417
1
379
<p>There are multiple users that will use an Ubuntu Desktop 22.04 <strong>hosted on a virtual machine</strong>. I already have X2Go and but I want to switch to Anydesk. I've installed it through X2Go but Anydesk does not show the graphical interface under XFCE so I cannot edit the settings.</p> <p>I started Anydesk fro...
1736247
null
null
2023-10-03T05:05:10.417
Anydesk settings from the command line/edit config files
[ "command-line", "ssh", "settings", "anydesk" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-04T16:02:34.627", "id": "2606086", "postId": "1487807", "score": "0", "text": "We have installed a new virtual machine with Debian. The administrator of the vmware host assign a display to the virtual machine so we can enter the system in the desktop environment (XFCE)...
null
[]
null
null
null
null
null
1487810
1
null
2023-10-03T06:09:47.597
-1
120
<p>I have recently installed ubuntu 22.04.3 LTS on a new HP ZBook Power G9 laptop with an NVIDIA RTX A2000 graphics card. When I try to shut down or restart the laptop, the screen freezes showing the HP and wolf security logos.</p>
1202711
1202711
2023-10-16T07:50:45.600
2023-10-16T07:50:45.600
Laptop does not turn off
[ "22.04", "laptop", "hp" ]
1
1
CC BY-SA 4.0
[ { "creationDate": "2023-10-14T19:48:45.573", "id": "2608368", "postId": "1487810", "score": "0", "text": "Please do not _answer_ your own question by **editing** the question. You might post an answer to your own question, an accept that (when you have enough point to do so... )", "userDisp...
null
[ { "accepted": null, "body": "<p>The problem was related to the graphic card driver. Despite downloading the NVIDIA driver that was compatible with my system, I had to manually change from Intel to NVIDIA by typing <code>prime-select nvidia</code>. After that I was able to shut down and restart my machine.</...
null
null
null
null
null
1487811
1
null
2023-10-03T06:19:34.387
0
59
<p>A bit of background: I've recently tried to install Ubuntu as a dual boot to replace my NixOS system. I currently have a NixOS/Windows 11 setup, and I wish to make it an Ubuntu/Windows 11 setup.</p> <p>Now, onto the problem: I've created a flash drive using Rufus of Ubuntu LTS (22.4.03) and tried to boot into it in ...
1736257
null
null
2023-10-03T06:19:34.387
Ubuntu Installer Stuck and Wont Boot
[ "boot", "dual-boot", "system-installation", "uefi" ]
0
4
CC BY-SA 4.0
[ { "creationDate": "2023-10-03T06:27:17.540", "id": "2605774", "postId": "1487811", "score": "0", "text": "Does this help? [SGX disabled by BIOS message on Ubuntu 20.04 booting](https://askubuntu.com/questions/1418992/sgx-disabled-by-bios-message-on-ubuntu-20-04-booting)", "userDisplayName": ...
null
[]
null
null
null
null
null
1487812
1
null
2023-10-03T06:36:00.337
0
29
<p>I tried many ways like tried to find here gone through <a href="http://in.archive.ubuntu.com" rel="nofollow noreferrer">http://in.archive.ubuntu.com</a> folders.</p> <p><a href="https://i.stack.imgur.com/51jYP.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/51jYP.png" alt="enter image description ...
1736258
94914
2023-10-03T08:59:28.773
2023-10-03T08:59:28.773
failed to fetch libraries for openssh-server + Temporary failure resolving software sources
[ "apt", "ssh", "openssh" ]
0
3
CC BY-SA 4.0
[ { "creationDate": "2023-10-03T06:39:37.443", "id": "2605777", "postId": "1487812", "score": "0", "text": "Packages are built for a specific release, and we don't know yours unless you tell us thus we're limited in what help we can provide. I do see `openssh-client | 1:8.9p1-3ubuntu0.4 | jammy-u...
null
[]
null
null
2023-10-03T11:28:23.183
null
null
1487813
1
null
2023-10-03T06:42:27.507
1
259
<p>I'm running a very basic Ubuntu 22.04 setup. Every day - at least once a day - cups crashes. This has been going on since the day I installed 22.04. You don't even have to use cups. Just boot the machine, walk away, and eventually cups will crash all on its own.</p> <p>Anyone have any ideas how I might fix this?</p>...
1585688
null
null
2023-10-03T07:17:17.133
Ubuntu 22.04 - cups crashes at least once a day
[ "22.04", "printing", "crash" ]
1
0
CC BY-SA 4.0
[]
null
[ { "accepted": null, "body": "<p><a href=\"https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1965112\" rel=\"nofollow noreferrer\">Bug LP 1965112</a> has the same issue &quot;SegvReason: reading NULL VMA&quot; and has a fix released. You need version <code>cups (2.4.1op1-1ubuntu3)</code> for this. Please c...
null
null
null
null
null
1487816
1
null
2023-10-03T07:28:38.217
-1
92
<p>The command ChatGPT gave me is as follows:</p> <pre><code>sudo apt-get purge gnome-shell gnome-session gnome-settings-daemon gnome-control-center gnome-terminal nautilus gnome-tweak-tool sudo apt-get autoremove sudo apt-get autoclean sudo apt-get install gnome-shell gnome-session gnome-settings-daemon gnome-control...
1613505
1157209
2023-10-04T07:42:06.360
2023-10-06T03:23:15.297
The status bar of Ubuntu is abnormal after reinstalling gnome according to ChatGPT prompt
[ "gnome", "nautilus", "icons", "gnome-panel" ]
1
2
CC BY-SA 4.0
[ { "creationDate": "2023-10-03T08:02:58.003", "id": "2605789", "postId": "1487816", "score": "1", "text": "Basic starting point would be what OS/release you're using, I'd not have used those packages for a Ubuntu Desktop system, but the instructions you used can work for non-Ubuntu's equally well...
null
[ { "accepted": null, "body": "<p>Thank you for your help. I found that I uninstalled a plug-in for gnome that caused this situation. Its name is “ubuntu appindicators” and after reinstalling it everything showed up fine.</p>\n", "commentCount": "0", "comments": [], "communityOwnedDate": null, ...
null
null
null
null
null
1487819
1
null
2023-10-03T08:05:29.517
0
52
<p>Ubuntu 22.04.3 LTS, Lenovo Legion Slim 5 modificate &quot;screen brightness control&quot;(<kbd>Fn</kbd>+<kbd>F5</kbd> or <kbd>Fn</kbd>+<kbd>F6</kbd>) causes the laptop to shut down every time. Other controlling buttons periodically as well (turning on/off the touchpad and others).</p> <p>There is an issue on <a href...
378453
6060
2023-10-03T16:01:56.167
2023-10-03T16:01:56.167
Ubuntu 22.04.3 LTS FN+buttons causes the laptop to shut down
[ "22.04", "lenovo" ]
0
0
CC BY-SA 4.0
[]
null
[]
null
null
null
null
null
1487821
1
null
2023-10-03T08:43:36.793
0
138
<p>I am using amazon AWS VPN endpoint and I have a ubuntu 20.04 client for which I would like to have a static IP on the VPN network. I cannot find any examples on how to setup the <code>/etc/netplan/50-cloud-init.yaml</code> config for a <code>tunnel</code> and not <code>ethernet</code>. The tunneling protocol is Open...
1736281
1736281
2023-10-03T09:23:51.810
2023-10-03T09:23:51.810
How to set a static IP on a `tunnel` network?
[ "20.04", "netplan", "aws", "static-ip", "tunnel" ]
0
1
CC BY-SA 4.0
[ { "creationDate": "2024-02-23T19:08:39.013", "id": "2639328", "postId": "1487821", "score": "0", "text": "Hi. Do you solve this? I have the same issue and can't find anything.", "userDisplayName": null, "userId": "4928" } ]
null
[]
null
null
null
null
null