Latest Ubuntu related questions

Score: 0
JamesQReader avatar
autogen-like script for fresh installed OS
cw flag

I need to make something like my ubuntu build, which can install some basic software and make some folders, what I'm I looking for?

Might be sh script, but there are some chain of apt and other upgrades, so maybe there is more reliable approach

Score: 0
nupro avatar
Getting error on WiFi driver installation on upgrading to Ubuntu 22.04.3LTS
pk flag

My WiFi worked fine with Ubuntu 18.04 on my HP-ab516tx laptop. Then I updated to 20.04 and my WiFi didn't work. My visible network list was empty. I found the now deleted from Github, rtlwifi_new driver for my rtl8723be here. It installed fine and my WiFi worked again. When I upgraded to 22.04, and tried to install it again to get back my WiFi, I got an error. Here is the output of make. How can  ...

Score: 1
JamesQReader avatar
put sh script to favorites
cw flag

Having Qt terminal app, which starts with sh script. Need to put it to favorites and be able to call from here.

script.sh

#!/usr/bin/bash
/home/supernova/Qt/Tools/QtCreator/bin/qtcreator /home/supernova/Desktop/MPU/MPU.pro

shortcut.desktop

[Desktop Entry]
Type=Application
Terminal=true
Name=Click-Script
Icon=utilities-terminal
Exec=gnome-terminal -e "bash -c './script.sh;$SHELL'"
Categories=System; ...
Score: 0
chem1kal avatar
Stuck in ttyl after installing chrome remote desktop
is flag

I had installed chrome remote desktop onto my ubuntu 22.04 machine, following this guide: https://cloud.google.com/architecture/chrome-desktop-remote-on-compute-engine#install_an_x_windows_system_desktop_environment for gnome. Now, I'm stuck in ttyl and I've tried sudo apt-get install --reinstall ubuntu-desktop, to no avail. Also, the machine is dualbooted with Windows 11. Any help?

Score: 0
Handyman-Girl avatar
sudo apt update Received 11 errors. Don’t know what to do
tj flag

When I wrote sudo apt update I received 11 different errors. I took a screenshot could someone help me fix this. I’m extremely new to Linux bash commands. I just took a 5hour class on the “50 most common Linux Commands” so I thought I’d try a few out. I only screwed up my laptop. PLEASE HELPScreenshot of errors received.

Score: 0
andrew-e avatar
How to compile a Flutter application for Android with the android-sdk packages provided by Ubuntu's main and universe repos?
us flag

Background: On Debian and Ubuntu, it's possible to install freely licensed Android SDKs that are compiled from source by running apt install android-sdk, which apparently don't come with a restrictive EULA. There's a flutter package in the Snap Store, but I decided to use the compiled version from the flutter.dev website for now.

I would like to use Ubuntu's freely licensed Android SDKs to compile a ...

Score: 0
Marselmits avatar
Twitch streaming via Linux
US flag

I'm currently working on a small project. 3 colleagues and I want to stream separately on Twitch, but we also want to combine all 4 streams (the way we stream to Twitch) into one stream. It should simply switch from one stream to another every minute. Is there a way to accomplish this using Linux in some form?

Score: 0
sunknudsen avatar
How to record at higher resolution when using GNOME’s new built-in screencast?
au flag

Default resolution is pretty low and format is WebM… trying to record at higher resolution and, ideally, using H264 format.

Score: 0
user1070280 avatar
Installing Warp (Simulator): make: *** No rule to make target 'install3'. Stop
kp flag

I am following the Anaconda installation documentation for Warp (https://warp.lbl.gov/how-tos/installation/anaconda-installation). I have followed the steps up until the Makefile.local3 step where I wrote FCOMP = /usr/bin/gfortran FCOMPEXEC = instead of the steps on the page because I am using my system default gfortran compiler. However, when I try to proceed to the next step make -j install3, the er ...

Score: 0
avenger09 avatar
Tor not working in Chromium after update to Ubuntu 23.04 but works in Firefox
va flag

I run Tor headless on Ubuntu 23.04. I just updated from 22.10 to Ubuntu 23.04, and Tor stopped working in Chromium but works fine in Firefox. Launching http://check.torproject.org shows Tor not connected Chromium nor Google Chrome, but connected in Firefox. Appreciate any suggestions on how to diagnose and fix.

Score: 0
HugoWang avatar
Unbuntu is not showing effects of the command line {eval "$(starship init bash)"} in .bashrc
sd flag

OS: Windows 10

Terminal: Unbuntu, git bash

I tried to load starship shell prompt in ubuntu which is opened from my wezterm terminal simulator. By running echo $0, the terminal returns -bash. Thus I created a .bashrc file right in \Users\MYNAME, it has nothing but the line in the end: eval "$(starship init bash)". I tried to delete the line to see if there is any difference. It did not work for Unbuntu, w ...

Score: 0
Nautilus' sorting issues in Ubuntu 20.04
ng flag

I've changed the default sorting for Nautilus in gsettings and dconf editor to 'type', which Nautilus uses to correctly sort all of my other folders. For some reason it always wants to sort my Downloads folder to 'last modified'. Is there any way to have the Downloads folder stay sorted to 'type'?

Also, I'm not seeing the behavior described here regarding Nautilus remembering the sort order of a fo ...

Score: 0
Kenan Kici avatar
Error reading the sector 0x19b8140
it flag

My laptop just has 32gb and I wanted today to install unity. But I needed 2gb more. So I followed an tutorial ➡️ Here When I did step 3-5 the network began to automatically disconnect, and didn't work anymore, when I restarted it went for 3 minutes. The same thing everytime. When I restarted it after 2 hours not using, it went to this error. The problem is that my docking Keyboard don't work(whi ...

Score: 0
Is there a way to add custom config to rendered network config, in netplan
pl flag

I'd like to use an option in networkd which is not available in Netplan. In good time this can be implemented, probably. Until that time, is there a way to achieve custom network code such that my rendered networkd config has the following line?

[Network]
KeepConfiguration=dhcp-on-stop

I'm hoping some hidden config in the Netplan YAML file which can be used to achieve this.

Other solutions are very welco ...

Score: 0
Mr. Vilela avatar
Why my mouse and keyboard doesn't work once I unplug the charger from my laptop?
ms flag

I have Ubuntu 22.4 on an Asus MA515DA with 8 GB of RAM and a VEGA 8. I bought it a year ago and, as soon as I got home, I installed Ubuntu. Since back then, once I unpluged or pluged the charger, any peripherals would just stop working, although my monitor doesn´t get affected at all, I can fix it by rebooting it, but it is kind of depressing to lose everything that I'm using. Just now, a year later,  ...

Score: 0
sevensisters avatar
Move Storage Disk to Another Machine
hm flag

I have an Ubuntu Server (23.04) set up with two disks: OS on disk1 (/dev/sda) and storage on disk2 (/dev/sdb). Perhaps naively, I thought that moving the storage disk to another machine (also Ubuntu Server 23.04) would be as simple as editing /etc/fstab on the second machine to mount /dev/sdb on a new mount point.

This is the point at which I came unstuck as I realised it is perhaps a more comple ...

Score: 0
UnitedKingdom avatar
How to find an expression with an unknown number of letters in the bash?
ht flag

How do I match a phrase with an unknown number of letters in the bash

I have these lines.

This is a line **s838e**
This is a line **s9e**

I want grep to return any line that contains a statement with such a syntax، but the number of numbers in the middle of the expression is unknown. How do I do that?

this expression: SUnknown_number_of_numbersE

Should I use another tool?

If you don't understand my que ...

Score: 0
TrippinClix avatar
How do i install asleap on Ubuntu 20.04 LTS
ao flag

i want to install asleap from https://github.com/joswr1ght/asleap, i already clone using git clone, cd the folder, do command "make" but i got this error

gcc -pipe -Wall -D_LINUX -D_OPENSSL_MD4 -g3  asleap.c -o asleap common.o utils.o sha1.o -lpcap -lxcrypt -lcrypto
    /usr/bin/ld: cannot find -lxcrypt: No such file or directory
    collect2: error: ld returned 1 exit status
    make: *** [Makef ...
Score: 0
lijas avatar
Ubuntu stuck in startup after purple login screen and black window with cursor
va flag

I tried to update from ubuntu 18 to version 20. During the installation process, it threw some error messages and I had to restart my computer. After this I have not gotten past the purple ubuntu load screen and the black screen with flashing cursor (similar to this question).

From the black screen, I can access the terminal with ctrl + alt + f3. I can login and see my files etc. I can see that t ...

Score: 1
Badlarry avatar
Ubuntu Server install saying drive is 0mb
yt flag

This is my first time trying to install Ubuntu Server, so please bear with my ignorance on this topic.

When I get to the install where I need to choose a file system, it says that my MicroSD has 0mb of space. using lsblk I can see that there's a 117gb directory at /dev/sdb4. I've tried setting readonly to false, remounting the drive as writeable, etc. but the installer can't recognize that ther ...

Score: 0
Xavanteex avatar
How to change vendor preset in systemd?
si flag

I noticed the vendor preset for systemd services, and after researching I only found that distributions specify *.preset files to set vendor presets, but I cannot find it in ubuntu 22.04. Does Ubuntu define any such preset file where one can change the vendor presets?

Score: 1
qkhanhpro avatar
apt upgrade fail with 401 on https://esm.ubuntu.com/infra/ubuntu
sh flag

I am trying to do a

sudo apt update
sudo apt upgrade 

However there are a lot of messages saying that I am not authorized against https://esm.ubuntu.com/infra/ubuntu

Err:3 https://esm.ubuntu.com/infra/ubuntu bionic-infra-security/main amd64 imagemagick-6-common all 8:6.9.7.4+dfsg-16ubuntu6.15+esm1
  401  Unauthorized [IP: 185.125.190.23 443]

After some searching I understand that ESM is for Ubuntu ...

Score: 0
David Powell avatar
How do I preserve existing subtitles in a clip when using KDENLive?
jp flag

I'm editing my drone videos with KDENLive 22.04.2 on Ubuntu 20.04.

I discovered by accident that my drone actually records telemetry data in the subtitles track of the videos that it produces. It's really neat to be able to see exactly how high and how fast I was going while I'm viewing the videos. All I have to do is turn on subtitles.

Here's the problem: when I edit a video with KDENLive and rend ...

Score: 0
AdamantineDreams avatar
Unity application non-interactive after unfocusing
ve flag

Whether windowed, borderless or in fullscreen, after changing focus from a non-steam unity game to another application (or just the desktop), the game becomes non-interactive. Nothing can be clicked on, however, depending on the game, the UI might still responds to the mouse position (elements will light up etc.)

  • Ubuntu 22.04.03 LTS 64-bit
  • 11th Gen Intel® Core™ i3-1115G4 @ 3.00GHz × 4
  • Mesa Intel®  ...
Score: -1
Alfred F avatar
Upgrading to kernel 6.2.0-27 since 6.2.0-26
rw flag

When I follow majDeb.sh for the upgrade I have this result. The script and all the result follow this message. For information, when i start the computer i ha ve a kernel pannic so i can the previous kernel.

rencontrées pendant l'exécution :
 linux-headers-6.2.0-27-generic
 linux-headers-generic
 linux-headers-generic-hwe-22.04
 linux-generic-hwe-22.04
 linux-generic
 linux-image-6.2.0-27-g ...
Score: 0
Mito avatar
Ubuntu 20.04 doesn't load after installing Nvidia 535 driver and stuck at black screen of death
nl flag

I just installed the graphics drivers for my computer (ASUS ROG STRIX G15, RTX 2070, intel I7) and now the screen stops at a blinking dash during boot... I tried this and also tried enabling SGX in my BIOS (since it's showing a SGX warning), but my BIOS doesn't have a SGX option... None fixed the problem.

This is the tutorial I followed to install the driver. Do you guys know how we can fix this?

Score: 0
Second ethernet port missing
in flag

From a couple of weeks I have had two ethernet ports on my ubuntu 22.04; one was integrated and the other one was just added with a board on the PCI bus.

They was named enp3s0 and enp4s0

Today the new one stopped working.

"stopped" means that is totally undetected.

This happened right after a reboot to force an update, so I guess it is due to a bug.

The system log says

Aug 13 12:14:38 lello kernel ...
Score: 0
John Thompson avatar
Laptop won't power-off, suspend, or hibernate
do flag

HP ProBook 640 G2 running Xubuntu 22.04.3LTS. Had to replace keyboard because several keys stopped working. New keyboard works fine, but now I can't power-off, suspend or hibernate. Any of those options results in immediate hard reboot, as does running "sudo pm-suspend" or "sudo pm-hibernate." Everything else seems ok. Running "halt" from a root shell shuts down properly, but leaves the fan running. Hol ...

Score: 0
Zach Khan avatar
Problem with YouTube videos and audio
ie flag

I recently switched from Windows to Linux. I am using Google Chrome Browser. When I play video on YouTube there is a glitch in the video like broken texture and also a problem with the audio of the video.

I downloaded the same video and played it in VLC which works perfectly.

My internet connection is pretty good.

$ lspci | grep VGA 
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core ...
Score: 0
mick key avatar
ibus quit immediately when shut the terminal, ubuntu 22.04
ve flag

as the title name, i open terminal in ubuntu 22.04, write the CLI$ ibus-daemon &, it runs and the switch language icon appear on top-right corner. But when i shut the terminal, the ibus shut too and the switch language icon disappear. This is a bug or i do some thing wrong? I've just installed Ubuntu and make install for java-20 before the ibus thing.

Thanks in advance.

The Stunning Power of Questions

Much of an executive’s workday is spent asking others for information—requesting status updates from a team leader, for example, or questioning a counterpart in a tense negotiation. Yet unlike professionals such as litigators, journalists, and doctors, who are taught how to ask questions as an essential part of their training, few executives think of questioning as a skill that can be honed—or consider how their own answers to questions could make conversations more productive.

That’s a missed opportunity. Questioning is a uniquely powerful tool for unlocking value in organizations: It spurs learning and the exchange of ideas, it fuels innovation and performance improvement, it builds rapport and trust among team members. And it can mitigate business risk by uncovering unforeseen pitfalls and hazards.

For some people, questioning comes easily. Their natural inquisitiveness, emotional intelligence, and ability to read people put the ideal question on the tip of their tongue. But most of us don’t ask enough questions, nor do we pose our inquiries in an optimal way.

The good news is that by asking questions, we naturally improve our emotional intelligence, which in turn makes us better questioners—a virtuous cycle. In this article, we draw on insights from behavioral science research to explore how the way we frame questions and choose to answer our counterparts can influence the outcome of conversations. We offer guidance for choosing the best type, tone, sequence, and framing of questions and for deciding what and how much information to share to reap the most benefit from our interactions, not just for ourselves but for our organizations.