Issues setting up bash autocomplete for Python3 alias

I’ve got an alias for python3, ‘py’ – it’s set up as you might expect in my .bashrc file. alias py=’python3′ complete -F _python py The issue is that complete will only work if I try to complete with the base python command python prior. Here’s an example in the terminal log below: ~/askubuntodemo: ls… Read More Issues setting up bash autocomplete for Python3 alias

How to achieve (automated) simultaneous outputs with Pipewire?

I’d like to have my system automatically output to all available sound devices (preferably using a sink in Pulseaudio Volume Control). This was possible when using Pulseaudio alone. Is it possible with Pipewire? If yes, how would you achieve this? Is it possible to set this up to be available automatically? >Solution : I finally… Read More How to achieve (automated) simultaneous outputs with Pipewire?

I have succeeded in messing up /etc/sudoers and /etc/sudoers.d/sudoers. I can no longer access either of these files

entering sudo in a terminal session, I get the following response: >>> /etc/sudoers.d/sudoers: too many levels of includes near line 30 <<< sudo: parse error in /etc/sudoers.d/sudoers near line 30 sudo: no valid sudoers sources found, quitting sudo: unable to initialize policy plugin When I first installed Ubuntu 20.04, I also removed the login requirement… Read More I have succeeded in messing up /etc/sudoers and /etc/sudoers.d/sudoers. I can no longer access either of these files

How to add custom app tasks in ubuntu activities search ? What is the specific term for that search bar?

I have attached a screenshot as an example. I want to create my custom search option that executes specific scripts. >Solution : These results are provided by a Gnome Shell search provider. From Gnome Developper Documentation: A search provider is a mechanism by which an application can expose its search capabilities to GNOME Shell. When… Read More How to add custom app tasks in ubuntu activities search ? What is the specific term for that search bar?