[00:31] is it possible to install xinit without pulling in gnome? [00:38] dman777: one can download xinit: https://packages.ubuntu.com/focal/xinit - please observe that a term of some flavor is required. [00:41] Bashing-om: when I try to apt-get install xinit it pulls in gnome stuff... but that page you showed me doesn't list gnome as a depends [00:44] dman777: ' apt depends xinit ' also does not show the gnome dependencies :( [00:46] ok, thanks. maybe it is something else [00:47] dman777: Pulling in some "recommends" >> gnome-session ?? [01:24] I'm trying to measure my program with 'perf'. But 'perf' requires one of the linux-tools packages to be installed with (what I presume are) kernel modules. Which package (other than the one for my kernel version) is right for me? [01:27] What's the latest LTS? [01:28] And how much longer does it have [01:28] sees 20.04 is the LTS? [01:28] seems [01:28] Yes HickorySmokedBac 20.04 [01:28] Saxle: Is it worth messing with replacing CentOS (IE: new install) [01:29] Or am I going to have to come back pretty soon and install a new version anyway? [01:29] (how long does the current LTS have left) [01:29] I never used that, but you can always just boot off of a live usb and test it out HickorySmokedBac [01:29] Saxle: I'm just wondering how long before I'll be updating the OS if I go LTS [01:30] Kind of want to take an aint broke don't fix it , use it when I need it, backup, kinda approach to these old machines laying around [01:30] 4/2025 I think [01:30] Oh, sounds good enough for me. [01:31] Got an E2160 and skylake Celeron laying around. [01:31] I need to take off CentOS [01:32] been thinking about doing that to this main machine .. [01:32] Ubuntu is pretty good and stable. [01:32] Since I haven't been gaming as much as I used to [01:32] and cryptocurrency ruined PC gaming [01:33] $180 card -> 350-450 [01:33] naw [01:33] But anyway, yeah I'll try Lubuntu LTS [01:34] HickorySmokedBac: current 20.04 == released April of '20; 5 years support == April 2005. [01:34] Bashing-om: 2105? [01:34] er [01:34] 2025 [01:35] 2005 [01:35] nice [01:35] HickorySmokedBac: Lubuntu has 3 year desk top support cycle. Main does retain 5 years. [01:35] Saxle: Wish we could go back.. David Letterman was still on TV :D [01:35] haha [01:35] So many people alive that aren't.. [01:36] Bashing-om: Oh, Perhaps I'll use the main one then [01:36] Early Ubuntu is much different than now, gnome 2 and simplified. [01:36] Bashing-om: was wanting something easy on hardware [01:36] Specially that old stuff [01:42] Sheesh, 3 GBs [01:42] Guess I aint got nothing to do for a while [01:42] Got slow internet? [01:43] 10 Mbps [01:43] Not too bad [01:43] For $10 a month with 1TB cap, and around here.. no. [01:43] Cap on Internet is crazy [01:43] It's that or pay Suddenlink/Altice One for 400 Mbps at about $143 a month [01:44] I told them to come pick that up [01:44] And went to streaming TV [01:44] and DSL [01:44] aint nobody got time fo dat [01:45] Hulu + Philo + DSL = about 45 [01:45] Plus Altice One wanted to record some channels in SAP (Spanish) [01:45] and be out 40% of the day [01:45] I said naw , you come pick this $143 junk up === M4he is now known as mahe === Zen is now known as Zenen [02:41] hey all! I'm trying to configure a Raspberry Pi as an independent 2-in-1 wifi access point and webpage. I've got it mostly set up but I'm curious about how I might add custom DNS entries so that I can map my webpage as a domain name rather than an IP address. [02:43] Anyone got an idea of how I can resolve a human readable domain name to a local IP? [02:47] Zenen, if it's just for the local net its easiest to use mDNS and .local names. Ubuntu is usually set up for this, if not install and run avahi-daemon, and install libnss-mdns [02:48] Nice! .local seems like it would work, not ideal but this is a pretty quick-and-dirty first draft [02:49] thanks for the initial direction rfm === Zen is now known as Zenen [03:38] hello every1 [03:39] I need to create a shell script on ubuntu which would download and install a particular software automatically when run the script [03:40] there is a github repo url used with api.github.com, I need to search and download a particular version and platform build of that software, how can I do that? [03:40] I tried with wget [04:05] guy_frm_yogaland: try #bash [04:07] the url is this: https://api.github.com/repos/VSCodium/vscodium/releases/latest [04:07] and the one which I want to download is : latest-x64 amd [04:07] .deb file [04:07] I got a code but it dows not work proerly [04:08] please see this: wget -q -O /tmp/vscodium.deb $(wget -O- -q https://api.github.com/repos/VSCodium/vscodium/releases/latest | grep browser_download_url | cut -d '"' -f 4 | grep "amd64.deb") && sudo apt -f install /tmp/vscodium.deb && rm /tmp/vscodium.deb === wrst_ is now known as wrst === shubbu_ is now known as shubbu [05:07] Try grep -o codium.*amd64.deb [08:09] Hi, I'm on an Ubuntu Focal. I tried to use a vpn and it messed up my dns settings. Name resolution doesn't work. General connectivity works (ip pin). Have tried what I could but didn't find the problem. Can someone help me trouble shoot please? === gabes4 is now known as gabes [08:22] guestalzgh: could you pastebin "ip a" and "ip route" [08:23] yes, just a sec [08:23] and "cat /etc/resolv.conf" [08:24] `ip a` https://paste.ubuntu.com/p/FC9Rs2V5Ck/ [08:25] `ip route` https://paste.ubuntu.com/p/fkzZQxvqdW/ [08:26] `cat /etc/resolv.conf` https://paste.ubuntu.com/p/Trmmc3KZPw/ [08:28] guestalzgh: everything seems ok [08:28] have you rebooted after messing up [08:28] name resolution does not work [08:28] yes, several times [08:28] do you have dig installed [08:29] the dns lookup utility? [08:29] yes [08:29] and does name "localhost" resolve [08:29] what "dig www.google.com" gives [08:29] "localhost" resolves [08:30] "timed out", "connection times out; no servers could be reached" [08:31] what "dig localhost" gives [08:31] response should come in SERVER: 127.0.0.53#53(127.0.0.53) [08:31] `dig localhost` https://paste.ubuntu.com/p/CMNMkZRMj5/ [08:32] seems that your systemd resolver doesn't see configured dns [08:32] But here's the funny thing `dig @8.8.8.8 google.com` https://paste.ubuntu.com/p/jJyjWvr9w4/ [08:33] If I give the dns server explicitly it works [08:33] guestalzgh: that is normal if your ip connectivity is good [08:33] true [08:33] then it doesn't try to resolve it true your internal dns [08:33] systemd resolver is messed up [08:33] is your link dhcp on enp4s0 [08:34] yes it is [08:35] do you use networkmanager configuration in gui (gnome settings app) [08:35] yes, previously I used Gnome, know plasma [08:36] now you use kde? [08:36] yes [08:36] but have also Gnome, can login there if it helps trouble shoot [08:36] but you configured everything via gui, not command line [08:36] Before this mess, I made mostly through Gui [08:36] The vpn messed dns [08:37] Then I made some tweeks through command line to solve [08:37] what vpn you try to use [08:37] protonvpn [08:38] could you cat /etc/systemd/resolved.conf [08:38] yes [08:39] i have some hurry, so please be quick [08:39] `/etc/systemd/resolved.conf` https://paste.ubuntu.com/p/by3qw8h5jG/ [08:47] you could try "sudo dpkg-reconfigure resolvconf" [08:48] will do, just a sec [08:48] and allow dynamic updates [08:48] after that reboot [08:48] `dpkg-query: package 'resolvconf' is not installed and no information is available` [08:49] I have `resolvectl` [08:49] can I use that instead? [08:49] sorry, misspelled [08:49] ues [08:49] yes [08:50] OK [08:51] `dpkg-query: package 'resolvectl' is not installed and no information is available` [08:51] Still get the same error [08:52] is your /etc/resolv.conf a symbolic link to /run [08:53] yes [08:53] `lrwxrwxrwx 1 root root 37 Jul 18 00:30 /etc/resolv.conf -> /run/systemd/resolve/stub-resolv.conf` [08:53] you want my `systemctl` output? [08:54] resolvectl status [08:54] sorry, I was disconnected [08:54] no problem [08:54] i asked resolvectl status [08:55] OK [08:56] `resolvectl status` https://paste.ubuntu.com/p/8WGYdjhxHC/ [08:56] hi [08:57] your enp4s0 is unconfigured [08:57] last lines on that [08:57] now i need to go [08:58] afk [08:58] I added dns to it using resolvectl but didn't work [08:58] please, i installed ubuntu 18.04 on my macbook pro. my pc now freezes randomly. need help [08:58] sure, thank you [08:58] pasiz [08:58] willy: your pc is affected when you installed ubuntu on macbook [08:59] i think some sort of wizardry is only hope if another machine is affected of install [09:00] Guest5: hope you get that sorted out [09:00] what do you mean affected [09:00] thanks pasiz [09:01] willy: i understand you have pc and macbook, you installed ubuntu on your macbook and your pc began to freeze randomly [09:01] but now --> afk [09:01] sorry, my macbook is freezing randomly [09:01] i only have a macbook [09:02] i installed ubuntu on my macbook [09:30] i installed ubuntu on my macbook pro. The ubuntu freezes randomly. need help [09:32] willy: best to share logs of the freezes so volunteers can take a look [09:34] willy: aka dmesg or journal logs [10:27] a [10:45] hey there [10:46] i have gforce rtx card and ubuntu does not have driver for it. What should i do? [11:24] Hi, I'm on Ubuntu focal. Ran protonvpn and it messed up my name resolution. pinging ips works but not domain names. I'm at my wits end. Really appreciate if someone could help me trouble shoot. Thanks a lot [12:16] O God, I'm back. [12:16] Finally name resolution solved === gr33n7001 is now known as gr33n7007h === lotuspsychje_ is now known as lotuspsychje [12:45] Hi. I am looking for help with PATH set in different type of shells. I am confused and can't find answers or may be not understanding the concepts. [12:45] I will be grateful if someone can help me out [12:45] !path | webchat15 [12:45] webchat15: The $PATH variable tells the shell where to look for the commands you tell it to run. See https://help.ubuntu.com/community/EnvironmentVariables#File-location_related_variables [12:46] foods [12:46] That is the issue actually. I tell it the path but it is not recognizing it. [12:47] I have done it in .profile and /etc/profile but it is not picking it up. Don't know why. === friv is now known as frib [12:50] I also want it to sustain in all not-interactive not-login shells but it is not even after exporting it. [13:06] Anyone know of Oniguruma package? I've installed libonig5 and libonig-dev, but configure script still doesn't see it [13:34] Hi all === entuland_ is now known as entuland [15:23] reading man pages I don't understand the numbers that come in parentheses after a command. Like `git-add(1)`, or `nss(5)`, `nss-resolve(8)`, etc. [15:23] Can someone explain and/or point me to a good read? [15:25] alzgh, that's the categories ... see "man man" 😉 [15:25] lol [15:26] alzgh: man 8 nss-resolve / man 5 nss [15:26] alzgh: short and sweet here: https://www.december.com/unix/ref/mansec.html [15:26] but man man is definitely a place to learn too [15:28] thank you all [16:14] I was wondering what would be a good hands on book to learn linux networking that also goes good with Ubuntu [16:14] My recent experience with my Ubuntu showed me that I know nothing and I need to do something about it. [16:18] what are you stuck on? [16:18] I messed up my name resolution trying to set up vpn and took me about a day to solve it and didn't had a clue. [16:19] I don't know how linux networks (or networks in general) work from ground up [16:19] Just picked up small things here and there [16:20] was looking into reading a book (preferably hands on with lots of exercises) to learn some fundamentals [16:20] I'm not sure what book is good [16:20] Or if reading a books is even good for what I'm looking for. [16:23] alzgh: it seems a little lame at first, but this guy eventually brings you though some decent stuff. https://www.youtube.com/watch?v=VbEx7B_PTOE [16:24] alzgh: maybe experimenting with some VMs might help if you want a more hands on approach [16:26] Today, deployed a mongo-express on local kubernetes today and connected it to a mongodb server that I'm hosting on my local machine and had exposed on the internet through ngrok. [16:26] I play with these stuff a little bit, but I don't have the fundamentals. [16:27] thanks leftyfb [16:28] alzgh: this is the book that got me started: https://smile.amazon.com/dp/0596007604 [16:29] thanks, gonna check that out [16:30] Hello. How does one build/install firefox on ubuntu server without sudo? thanks [16:31] You can download and unzip the upstream tarball [16:32] Its already compiled [16:32] or just install the package? or does it pull in too many dependencies? [16:35] (you can use "equivs" to work around dependencies which are not strictly required) [16:38] hey alkisg: are you referring to these: https://ftp.mozilla.org/pub/firefox/releases/? I've tried https://ftp.mozilla.org/pub/firefox/releases/90.0/linux-x86_64/en-US/, decompressing into ~/firefox, but when i execute the binary i get "Segmentation Fault" as the only output. [16:38] tomreyn: i don't think i can install in the regular way as I don't have sudo privileges [16:39] You said Ubuntu server, is xorg running? [16:41] Also, which Ubuntu version? [16:44] checking [16:44] Description: Ubuntu 18.04.4 LTS [16:44] Release: 18.04 [16:44] Codename: bionic [16:45] hardware is x86_64 [16:45] Does `xrandr` show a list of resolutions? [16:46] no, just 'can't open display' [16:46] To run graphical applications, you need a graphical connection [16:46] i don't think xorg is running [16:46] How are you connected to this server? [16:46] do i need xorg? i only need to run in headless mode [16:46] over ssh [16:47] Connect with `ssh -X` then [16:47] trying [16:47] Then, run `xrandr` and verify that you get a list of resolutions [16:47] THEN try to run the firefox that you downloaded [16:48] Hm, with `ssh -X `, i'm getting "Warning: untrusted X11 forwarding setup failed: xauth key data not generated" warning. I'll try to figure out what that's about [16:49] Maybe the server admins do not allow xorg forwarding [16:52] you are probably right. it's "shared" hosting. definitely time to upgrade to VPS [16:52] man xauth [16:52] you should be able to do something with nlist / nmerge I think [16:53] tried ssh -Y, slightly different error: "Warning: No xauth data; using fake authentication data for X11 forwarding. [16:53] X11 forwarding request failed on channel 0" [16:54] gotta go though. thanks for your help, but i must depart (running client locally on a laptop ... d'oh). thanks again [16:54] thanks y'all [16:54] Sometimes you can just cat /etc/ssh/sshd_config to see if they allow it or not [16:54] Cheers [16:54] thanks. /part cheers === pikapika is now known as antichrist === antichrist is now known as pikapika [18:08] what do you do to swap caps lock and ctrl? [18:15] ash_worksi, gnome-tweaks has some settings for that [18:17] for KDE it's somewhere in systemsettings5 [18:17] (keyboard configuration) [18:17] coconut: is that the community preferred way rather than something like `setxkbmap` (which I see lot of but appears to have problems [18:18] ash_worksi, dunno... just knew it was somewhere inside gnome-tweaks [18:18] coconut: is that something you do? [18:19] ash_worksi, no i send my old happy hacking away so i do not use ctrl anymore... [18:19] coconut: hows that? [18:19] ash_worksi, just did not used it much [18:20] copy paste? [18:20] no for vi, but that was not easy enough for me [18:21] mutliplexer prefix? vi block select? copying/pasting text from a site? [18:22] no i only used it for vi [18:23] so you just never need to copy/paste stuff from a site anymore? [18:23] oh sure i do, but my keyboard layout doesn't lack imo [18:24] coconut: so what do you do to do that if not ctrl+XCV ? [18:25] i never said to not use ctrl for copying txt [18:26] thanks coconut [18:34] ash_worksi: you helped me with that link for remote ssh right? === cacti is now known as madmax === SysGh_st is now known as SysGhost [19:22] I am trying to install compiz-fusion but some the dependencies pull in gnome desktop manager. Is there a setting in ubuntu where I can make a hard stop to installing gnome desktop? [19:25] i dont think so these are dependancies set in packages themselfs [19:30] hoi [19:46] dman777, what package are you installing? You can try installing by apt with no recommend and/or no suggest options. [19:47] but that only works when package is not part of depends [19:50] compiz-fusion .. maybe not.. on what ubuntu version, dman777 ? [20:03] hello is this the new freenode, active? === Guest42 is now known as mN- [20:04] this will never be the new freenode, hi guest [20:04] rip freenode [20:05] Do you have an ubuntu support issue? [20:05] Is it possible to see memory junction temperature for nvidia gpus on ubuntu/ ? [20:06] what is 'memory junction temperature'? [20:08] temperature of say a geforce rtx 3080s memory junction module. The gpu can be 42C while the memory can be 100C so it would be nice to follow how it rises with overclocking [20:08] on windows it can be seen with HWinfo [20:09] ah i see, it is indeed a new temp stack, HWINFO64 [20:10] GDDR6X memory runs very hot, so it is in interest to know temps [20:11] micron says the upper limit should be 95C/105C [20:11] i see a request for nvidia-smi tool support https://forums.developer.nvidia.com/t/request-gpu-memory-junction-temperature-via-nvidia-smi-or-nvml-api/168346 [20:11] i do not own such new hardware, but as far as i can see, not supported yet [20:12] alright, thanks [20:33] dman777, still here? === riderjj is now known as juanjo === Helenah_ is now known as Helenah [21:55] I use ubuntu, can I convert my monitor into touchscren monitoer? [21:56] Yes [21:58] DrManhattan how? [22:01] I cannot find an affordable touchscreen with 24" and 120+ hz refresh rate. I guess I have to use something like greentouch (glass panel that makes normal monitors as touch)? Or do I have another option? [22:03] Intelo, you'll have to use an add-on. There's no magic way to make a monitor into a touchscreen [22:04] no magical plugin indeed :-D [22:04] oerheks DrManhattan ya thats fine but what exactly is needed? [22:05] Looks like you've got a better idea than anyone else at this point [22:05] your monitor must be capable, not sure there are 120hrz with that option [22:05] and affordable.. i hate fingers on my screen [22:06] There are frames that go on some monitors which will mimic a touchscreen === tonberry is now known as d00gy [23:38] coc0nut: yes