Latest Ubuntu related questions

Score: 0
RoseBrassSarah avatar
Is it possible to set (us, intl., with dead keys) keyboard layout as the spanish input method
lu flag

My system is installed in English as my native langue is English; however, sometimes I need to be able to write in Spanish or other langues. Likewise my keyboard is a US Keyboard.

This creates an interesting predicament as I am able to set my keyboard layout to English(us, intl.,with dead keys) which helps with writing things such as my last name "Ocañas" in English. However, this also means my  ...

Score: 1
Kifsif avatar
Sound from Youtube and the like can't be heard through earphones
ph flag

Ubuntu 20.04.6

enter image description here

When in Settings, I can test my earphones. That is if I press any buttons marked by the arrows in the scrieenshot, I can hear the sounds both in the left and in the right earpiece.

But I can't hear any sound in my earphones when playing Youtube or anything else.

I also have loudspeakers plugged in. And Youtube's sound goes to one channel of them only. As far as I remember, they are in  ...

Score: 0
Jack Beatrice avatar
I installed 23.04 and my wifi adapter is not being found. It worked yesterday in 20.04. How do I fix it?
ca flag

I installed 23.04 today and my wifi adapter no longer works. Anybody know how to fix it?

jackstand3@jackstand3-Inspiron-530:~$ lspci -nnk | grep 0280 -A3
03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4321 802.11a/b/g/n [14e4:4328] (rev 03)
    Subsystem: Dell Wireless 1500 Draft 802.11n WLAN Mini-card [1028:000a]
    Kernel driver in use: b43-pci-bridge
    Kernel modules: ss ...
Score: 0
UbuntuUser avatar
Templates in Ubuntu 22.04 not working
cn flag

I frequently use right click -> New Document in Nautilus, or "Files". After a recent update, I am no longer able to create an option for this via:

$ touch ~/Templates/Empty\ Document

The command creates the file in ~/Templates/, but it won't show up in the context menu.

I've tried all permutations of these steps:

  1. reboot
  2. check if option exists in files
  3. run touch command

I've also tried resetting N ...

Score: 0
Mike B avatar
Python socket.gethostname() data source
in flag

For a project I'm working on inside of a dockerized python3 module. I'm running into the issue that socket.gethostname() always returns the random docker name. Since these instances are temporary and live only for a short while before re-spawning, the random names build up quite quick and I would like a method for standardizing these names across the board.

My constraints are:

  1. I don't control the ups ...
Score: 0
Pablo Barrenechea avatar
dual boot Ubuntu 22.04 not working properly
sg flag

I have installed Ubuntu22.04 in a laptop where I already had Windows10 preinstalled. It all seemed to be working properly, I even managed to install ROS (I needed it for a robotics project). However, the next day problems have been arising in general:

  • Firefox takes a lot of time to load, and most of the times it just does not start up.

  • The wifi does not connect and whenever I open the settings, wifi' ...

Score: 0
Gregor von Laszewski avatar
NO_PUBKEY 29D5D019FDA658E8 when doung update 22.04
cz flag

I get the following error when doing an update. How do I fix this ?

sudo apt-get update:

W: GPG error: file:/var/cuda-repo-ubuntu2204-12-1-local  InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 29D5D019FDA658E8
E: The repository 'file:/var/cuda-repo-ubuntu2204-12-1-local  InRelease' is not signed.
N: Updating from such a repository can't b ...
Score: 2
Erikli avatar
I cannot set ulimit on subshell
ru flag

I have a bash script. This bash script needs to be ran every 5 minutes so I created this code block:

#!/bin/bash
ulimit -n 600000
ulimit -u 600000
echo -e "This is another bash script to run mybashscript.sh"

# Lets create mycronscript.sh
echo "#!/bin/bash
ulimit -n 600000
ulimit -u 600000
while true; do
sleep 300
bash mybashscript.sh
done" >> mycronscript.sh
bash mycronscript.sh&

Whenever It ...

Score: 0
Jevontee Lee Phillips avatar
System does not prompt me for password when login in
aq flag

When login into the system it does not prompt me for a password after putting in my username. I am able to ssh into the system, when I ssh into the system from another device and I try to sudo -i while im ssh, I get inncorrect password 3 times without ever typing my password.

Score: 0
SHIVAM SINGH avatar
folder is automatically getting created on ubuntu
pf flag

I'm new to Ubuntu and so far my system has been working well, but today I'm seeing a new folder named New Volume getting created repeatedly whenever I restart my system, I delete this folder every time.

I have a hard drive and an SSD on my system. Ubuntu runs from SSD. and HDD is mounted on $HOME/media/shivam/New Volume. Previously my hard drive's name was New Volume but now it's getting named New Vol ...

Score: 0
mkl avatar
apt-get vs. package/version
in flag
mkl

I have this output of cat /etc/apt/sources.list :

cat /etc/apt/sources.list
deb      http://archive.ubuntu.com/ubuntu jammy main universe multiverse restricted
deb-src  http://archive.ubuntu.com/ubuntu jammy main universe multiverse restricted
deb      http://archive.ubuntu.com/ubuntu jammy-security main universe multiverse restricted
deb-src  http://archive.ubuntu.com/ubuntu jammy-security main  ...
Score: 0
cbloss793 avatar
Ubuntu 18 to 22
lu flag

I'm trying to upgrade server boxes from 18 to 22 via cli. I know it's best to start fresh and was able to on all but 3 boxes. I have to manually update these. I've seen a lot of questions/answers that asks to go to LTS but it's bad to go from 18 to 22 right? Figured doing a do-release-upgrade wasn't smart.

Score: 0
How do you silence all printer notifications?
in flag

I have a shared printer, connected via USB on a machine on my network, and every 15 seconds, Ubuntu shows a little "Printer error: Printer M2020: connecting-to-device" growl at the top of my screen.

I have a few different wireless networks, and it's only available on one of them, so I suspect when I'm not on the network with the printer, it constantly tries to connect to the printer and fails.

And i ...

Score: 0
mathtick avatar
Broken drivers, broken res, can not upgrade to 22.10?
in flag

Getting this error

Please install all available updates for your release before upgrading.

tried this but does not work Error while trying to upgrade from Ubuntu 18.04 to 18.10: "Please install all available updates for your release before upgrading."

What next?

Some random update broke everything. Resolution is busted. Drivers are busted. Updates don't work. Upgrades don't work.

Someone has done so ...

Score: 0
bin456789 avatar
What's --- in grub.cfg cmdline mean in ubuntu installer iso?
gi flag

This is a snippet found in boot/grub/grub.cfg Ubuntu 22.04 LTS iso.

menuentry "Try or Install Ubuntu Server" {
    set gfxpayload=keep
    linux   /casper/vmlinuz  ---
    initrd  /casper/initrd
}

What does the --- mean?

Why linux and initrd command works on UEFI system in this file? Doesn't it should be linuxefi and initrdefi?

Score: 0
Ubuntu Studio Backports
bo flag

I'm currently running Ubuntu Studio 22.04. I thought that I read somewhere that the Ubuntu Studio backports is set up so that I can use the backports to essentially update Ubuntu Studio without upgrading the Ubuntu portion to 22.10, 23.04 etc. Did I misread that? Has that been implemented yet?

Score: 0
Mostafa Ahmed AbdulRazik avatar
Ubuntu Froze at the loading screen
bh flag

I was Trying to enable Ubuntu on Xorg because I have Invidia Driver

but after trying few solutions here my Ubuntu froze on the start screen

i can't enable networking to connect to the wifi

when trying fsck i get this message

/lib/recovery-mode/recovery-menu no such file

fsck from util-linux 2.37.2

/dev/sda5 is mounted

e2fsck cannot continue ubuntu, aborting

so I really don't know what to d ...

Score: 0
DaBoot avatar
How can I manually add a grub2 menu entry to boot from an iso file?
km flag

I am attempting to install from a iso and I want to try to add an menu entry in grub that I can boot from. I want to keep the current OS I have but install this one alongside it. I know very very little so I need a lot of assistance.

Edit: This provides much info How do I boot an ISO file from my drive using grub2 on UEFI machines?

Also check the Grub2 Documentation for examples: https://help.ubuntu. ...

Score: 0
TLinde avatar
Disable Poweroff Button and poweroff via terminal in 22.04
md flag

i want to remove or disable the poweroff button for all users. And also the poweroff via terminal if possible. Or request the password to prevent an accidental poweroff. Is there an option for that?

Score: 0
Toms avatar
Ubuntu won’t install on an old white plastic MacBbook
ec flag

After preparing the USB flash drive for Ubuntu installation using Etcher and holding down the Option key and pressing the power button, I only get the hard drive icon and no other options. Is my MacBook too old?

Score: 0
Mag Ika avatar
Very slow, freeze and ask to log in for every apps
pg flag

I have an Asus AMDA RYZEN5 with Jammy Jellyfish UBUNTU. My computer is suddenly very slow for everything(opening an app, sending pictures or videos). Freezing on zoom always with impossibility to do anything with the mouse or on the keyboard(only forcing to close). Also, every app ask me to log in with name and password every time I reboot it.

Score: 0
Максим Москвичев avatar
Error found then loading /etc/profile

An error was encountered while loading /etc/profile: tr: symbol lookup error: tr: undefined symbol: waiting, version GLIBC_2.2.5 The result of the session will be the wrong mood. You need to fix the problem as soon as possible.

enter image description here

Score: 0
Nameless avatar
Does adding a standard account to sudoers file defeat the purpose of standard account?
cn flag

In order to avoid elevating privileges to the admin account every time I have to type in a sudo command (occasionally) I was thinking of adding the standard account that I use for everyday activity to the sudoers file, but does that defeat entirely the purpose of a separate daily standard user account, in terms of security?

BR

Score: 1
Jan-Loettgen avatar
Ubuntu doesnt detect wifi or ethernet. *-network UNCLAIMED in Windows / Ubuntu dual boot
my flag

I have a Windows / Ubuntu dual boot. Both have been working fine for months. Initially I had problems with Windows fast boot and wifi not working, but I disabled fast boot and everything has worked well for months. Today I was in Ubuntu, and I had it restart. Upon restarting Ubuntu doesn't seem to have any wifi or ethernet adapters. Windows is still working fine. I have spent the last 3 hours reading fo ...

Score: 0
Erikli avatar
Crontab runs itself early
ru flag

I have a set a crontab to run a bash script every 10 minutes. But it runs the shell script so early. It runs it like after 7 minutes adding it. Why does it do that? How can I fix it? I gave my cron below:

*/10 * * * * cd /home/myuser/mydir && bash mybashscript.sh
Score: 11
Monkey D Luffy avatar
How do I get end of life data for all Ubuntu releases programatically
cm flag

Is there an API that is provided by Ubuntu to get end-of-life date for all past and present releases of Ubuntu - like the data on wiki.ubuntu.com/Releases but via an API ?

Also, I'm already aware about third party websites providing this data, but I would rather get it from Ubuntu.

Score: 0
Which Audio Player has Buttons for --15 sec and ++15 sec or so, not just Jump to Start or End of Recording?
in flag

Sometimes there are buttons on websites that let you fast-forward or rewind by 10 or 15 seconds or so.

I miss such buttons in Parole, Rhythmbox or their siblings.

Especially in very long recordings, it is almost impossible to skip forward or backward by only a few seconds because the sensitivity of the slider is not adequate: moving the slider sometimes means moving the playback position too much. T ...

Score: 0
Rohit Pawar avatar
Can't boot in ubuntu
np flag

I was trying to create a new partition of my current working SSD partition, but it didn't happen(I tried to shrink it). It said SSD in use and then I rebooted the system. Now I am getting this error and I can't use Ubuntu.

enter image description here

Score: 0
Keith H. avatar
how to install gv50m.exe onto ubuntu 22.04 and run the program using wine-stable
ky flag

The .exe is a installation file for a gps tracker management and update software, i cant seem to figure out how to do it. Please let me know what system information is needed (and how to obtain such info) as i am a bit of a noob at Linux. I am currently running Ubuntu 22.04 Thanks., Also ive installed winehq-devel 3.01 i believe

Score: 0
Tintin avatar
No access to system settings from GUI in Ubuntu 22.04
cn flag

I use Ubuntu 22.04 and I have no access to any system settings through my graphical user interface, include display settings, power settings, periphery devices, etc. How can I address this issue.

One way of solving this problem might be a system upgrade to Ubuntu 22.10, but in fact I would like to prefer to stay with the LTS version. I would probably be able to access certain settings through the ...

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.