[04:32] whats super button on disco release? i usually use windows button [04:44] the same thing === root is now known as Guest29880 [06:04] how to the task bar on the desktop only appear on the specific desktop [06:35] how to clear the terminal history ? [06:35] history -c [06:36] Then i have to reboot ? [06:36] no need [06:37] the history is still there. [06:38] nickx: press control+shift+x you mean [06:40] nickx, run: texedito ~/.bash_history and delete the content nd sve. [06:40] texteditor* [08:09] how to save changes when i use vi editor ? [08:11] `:w` or if you like to save and exit `:x` [08:20] i don't find instructions. How to remove a blank line ? [08:23] Nickx: What is your problem? What are you trying to do? [08:24] I try to edit a file in vi editor. I don't figure oout all the edit functions. [08:25] I recommend you to read a vi(m) tutorial. It is essential to understand the different modes. [08:25] If you are in the command mode, move the cursor on the line, you want to delete and press `dd`. [08:30] thank you. [11:29] @Nickx [ i don't find instructions. How to remove a blank line ?], or join #vim for progressive learning === samuel is now known as Guest44156 [12:36] hello everyone [12:41] Hey, I wanted to try using my phone as a mic with WO Mic and I had to install a driver called "snd-aloop" for it to work. Now when I do "sudo modprobe remove snd-aloop" it says this: [12:41] "modprobe: FATAL: Module remove not found in directory /lib/modules/5.0.0-20-generic". [12:42] How do i uninstall this driver? [12:46] Now it says that the module is in use. [12:57] mindsout: Please read `man 8 modprobe` and ask, if something is unclear [13:06] Is it possible to reset usb_modeswitch.conf to default ? === nick1 is now known as Guest18908 [13:09] Guest18908: You mean /etc/usb_modeswitch.conf? [13:12] How do I find out what is using a module so I can remove it with modprobe? [13:12] I change it here. vi /lib/udev/rules.d/40-usb_modeswitch.rules [13:21] Guest18908: Then change it back or remove the file /lib/udev/rules.d/40-usb_modeswitch.rules and reinstall usb-modeswitch-data [13:22] Will all earlier changes be removed ? [13:23] I have no idea, what "all earlier changes" mean [13:25] Normally, before changing a system configuration, you make a backup of the file and after that, you apply the changes [13:25] Then you test the new configuration and if it is not working, you replace the changed config with the backup of the config [13:36] How do I find out what is using a module so I can remove it with modprobe? [13:39] `lsmod | grep MODULENAME` [13:43] And then how do I stop them or uninstall them? === lubuntu is now known as Guest44810 === lynorian_ is now known as lynorian