IrcsomeBot | <trevantee> guys i ran this | 03:57 |
---|---|---|
IrcsomeBot | <trevantee> sudo apt install bluez libbluetooth-dev python3-dev python3-bluez | 03:58 |
IrcsomeBot | <trevantee> and then this sudo apt remove bluez libbluetooth-dev python3-dev python3-bluez | 03:58 |
IrcsomeBot | <trevantee> and now my bluetooth deleted | 03:58 |
IrcsomeBot | <trevantee> how can i get it back | 03:58 |
IrcsomeBot | <trevantee> how can i reinstall it | 03:59 |
IrcsomeBot | <Omar> hi | 04:04 |
IrcsomeBot | <Omar> https://termbin.com/9eqi | 04:04 |
IrcsomeBot | <Omar> what are those errors? | 04:04 |
oerheks | omar seems like that intel repo is dead. remove it | 04:13 |
oerheks | trevantee after those heavy install/remove actions, did you reboot? | 04:14 |
IrcsomeBot | <Omar> Ok is there any alternatives? (re @IrcsomeBot: <oerheks> omar seems like that intel repo is dead. remove it) | 05:03 |
IrcsomeBot | <Omar> Sorry i did not understand (re @IrcsomeBot: <oerheks> trevantee after those heavy install/remove actions, did you reboot?) | 05:06 |
oerheks | omar, no, intel is supported in the kernel, nothing to install. | 05:25 |
oerheks | and that 2nd line is not for you. | 05:25 |
IrcsomeBot | <Omar> Ok thank you | 05:43 |
=== Linux is now known as Unix | ||
=== Unix is now known as UNIX | ||
iomari891 | mmikowski: Thanks for the reply. The compositor reset after a few reboots. | 10:37 |
iomari891 | My next issue is that I can no longer log in to my lock screen. I have to exit to terminal and run "/usr/bin/loginctl". It only affects lock screen. I can still log in from botting or after I log out. | 10:39 |
iomari891 | s/botting/booting/ | 10:40 |
BluesKaj | Hi all | 12:56 |
IrcsomeBot | <Omar> hii | 14:11 |
IrcsomeBot | <Omar> i deleted .git file | 14:11 |
IrcsomeBot | <Omar> where can i download it from | 14:11 |
tomreyn | Omar: those are usually directories. you'd git clone the same git repository from a remote again, if that's what you did initially. | 15:30 |
IrcsomeBot | <Omar> it is im sorry (re @IrcsomeBot: <tomreyn> Omar: those are usually directories. you'd git clone the same git repository from a remote again, if that's what you did initially.) | 15:30 |
IrcsomeBot | <Omar> how (re @IrcsomeBot: <tomreyn> Omar: those are usually directories. you'd git clone the same git repository from a remote again, if that's what you did initially.) | 15:30 |
tomreyn | the .git directory would reside *inside* a git repository. this should still enable to learn which software it is, and maybe where you cloned it from. there's probably still some README* file describing it | 15:32 |
IrcsomeBot | <Omar> i dont know what i did initially (re @IrcsomeBot: <tomreyn> Omar: those are usually directories. you'd git clone the same git repository from a remote again, if that's what you did initially.) | 15:32 |
tomreyn | well, unless this is a repository you created yourself, with code you created yourself, you probably started with a "git clone <uri>" | 15:32 |
IrcsomeBot | <Omar> no it is not (re @IrcsomeBot: <tomreyn> well, unless this is a repository you created yourself, with code you created yourself, you probably started with a "git clone <uri>") | 15:33 |
tomreyn | to do this again, find out the url to clone from and move up one directory (cd ..) and rename this directory you were in (mv oldname oldname.remainder) and then "git clone <url>" | 15:34 |
tomreyn | you should probably learn some git basics if you work with source code repositories more often | 15:35 |
IrcsomeBot | <Omar> i really dont understand im so noob at this | 15:36 |
IrcsomeBot | <Omar> i removed it by accident | 15:36 |
mparillo | I like this for an overview: https://jwiegley.github.io/git-from-the-bottom-up/ | 15:36 |
mparillo | And this for "What did I just do, and how can I recover?" https://github.com/k88hudson/git-flight-rules | 15:37 |
IrcsomeBot | <Omar> ok ill take a look when i have a chance | 15:40 |
IrcsomeBot | <Omar> for now can u show me how to clone it i really dont know what to do or where to look | 15:40 |
tomreyn | find out which software it was first of all | 15:42 |
tomreyn | why do yu need it actually? | 15:43 |
IrcsomeBot | <Omar> i think it had something with vscode | 15:43 |
IrcsomeBot | <Omar> vscode (re @IrcsomeBot: <tomreyn> why do yu need it actually?) | 15:43 |
tomreyn | there are ubuntu packages for vscode | 15:44 |
tomreyn | no need to install and build from source | 15:44 |
IrcsomeBot | <Omar> where? | 15:44 |
tomreyn | https://code.visualstudio.com/docs/setup/linux | 15:45 |
tomreyn | i meant to say "thrd party .deb packages", not "ubuntu packages", although i think there's also a snap | 15:46 |
IrcsomeBot | <Omar> .deb is good (re @IrcsomeBot: <tomreyn> i meant to say "thrd party .deb packages", not "ubuntu packages", although i think there's also a snap) | 15:47 |
tomreyn | https://snapcraft.io/search?q=vscode | 15:47 |
IrcsomeBot | <Omar> thank u (re @IrcsomeBot: <tomreyn> https://snapcraft.io/search?q=vscode) | 15:48 |
IrcsomeBot | <Omar> will i find .git directory here? (re @IrcsomeBot: <tomreyn> https://code.visualstudio.com/docs/setup/linux) | 15:48 |
tomreyn | you're welcome. but i thin you could have found this yourself, too | 15:48 |
tomreyn | no, there will most likely be no .git directory in there. | 15:49 |
IrcsomeBot | <Omar> i tried (re @IrcsomeBot: <tomreyn> you're welcome. but i thin you could have found this yourself, too) | 15:51 |
tomreyn | that's good | 15:54 |
iomari891 | how can I force a reinstall of kde-full? When I run "sudo apt install --reinstall kde-full" it doesn't actually reinstall anything | 16:15 |
tomreyn | https://askubuntu.com/questions/275719/reinstall-package-and-its-installed-dependencies | 16:22 |
tomreyn | reinstalling packages isn't usually needed unless you manually changed its (non configuration) files, though | 16:23 |
tomreyn | if you want to also restore default configuration files (loosing your own edits, such as after having your local edits backed up), you'd rather want https://askubuntu.com/questions/66533/how-can-i-restore-configuration-files | 16:25 |
alkisg | sudo dpkg -V => can tell you if you modified files and configuration files, so that then you know if you need to reinstall and what | 17:07 |
IrcsomeBot | <Omar> I think that dictionary contained my commands history (re @IrcsomeBot: <tomreyn> you're welcome. but i thin you could have found this yourself, too) | 17:42 |
IrcsomeBot | <Omar> And default konsol profile | 17:42 |
IrcsomeBot | <Omar> And my aliases | 17:43 |
IrcsomeBot | <Omar> All gone | 17:52 |
=== Lord_of_Life_ is now known as Lord_of_Life | ||
IrcsomeBot | <Roberalz> Gnkw | 19:43 |
IrcsomeBot | <CrustyCrab55> Could Kubuntu developers tell me if fish shell ships by default? | 19:53 |
IrcsomeBot | <RikMills> It does not (re @CrustyCrab55: Could Kubuntu developers tell me if fish shell ships by default?) | 19:59 |
IrcsomeBot | <CrustyCrab55> And the default is always bash not zsh? | 20:03 |
IrcsomeBot | <RikMills> Yes | 20:04 |
IrcsomeBot | <LOBOLATELEPHONY> Good evening all? Kindly help me with setting up CPUQuota on kubuntu 22.04. | 20:11 |
IrcsomeBot | <LOBOLATELEPHONY> systemctl set-property user-1000.slice CPUQuota=25% | 20:11 |
IrcsomeBot | <LOBOLATELEPHONY> 🙏 | 20:11 |
=== [Pokey] is now known as Pokey | ||
tomreyn | Omar: not sure what you mean. you won'T have had a .git subdirectory in your users' home directory. | 23:37 |
tomreyn | and even if so, i explained how to rename it, not to remove it. | 23:37 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!