[00:01] Guest5210: heh, that's not great :( [00:02] Honestly even setting the device as managed doesn’t set the device as managed :/ [00:03] And there is no /etc/network/interfaces file which could interfere [00:04] OH NO :( [00:05] if guest5210 returns, could someone paste this along? https://askubuntu.com/a/1075112/33812 :) [00:07] Guest5210: YAY you're back [00:07] Guest5210: https://askubuntu.com/a/1075112/33812 [00:07] Guest5210: I don't actually understand this answer [00:07] Guest5210: all I know is that it masks the /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf file that includes some gibberish about managing devices === Europa is now known as Europa[away] [00:09] Yeah i found it myself a second ago and it worked. But wth, why is it set as default that nm doesn’t manage _any_ device [00:09] oh good ;) [00:09] that might be worth a bug report [00:11] Hm, lol now snap doesn’t have completion :/ I guess that’s an issue for another day [00:13] I wonder if that's one that'll Just Work after yet another reboot [00:13] Let’s see ^^ [00:14] Sarnold yes you are right [00:14] woot [00:26] !eol 20.10 [00:26] !eol [00:26] End-Of-Life is when security updates and support for an Ubuntu release stop. Make sure to update Ubuntu before it goes EOL so you get updates promptly for newly-discovered security vulnerabilities. See https://help.ubuntu.com/community/EOL and https://wiki.ubuntu.com/Releases for more info. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades === Guest7976 is now known as war === M4he is now known as mahe [01:29] sarnold did I understand you correctly that you are running lxd? [01:31] Guest5210: yeah; I mainly use it to have easy access to a bunch of different ubuntu versions, not in any real application hosting sort of way [01:32] sarnold that's fine, i use multipass for ubuntu and lxd for every other distro. I was trying to figure out what is going on with my autocompletion. [01:33] as I use this https://paste.ubuntu.com/p/RWQYjTqThc/ and when I start a gnome-terminal I get _have command not found and as I said earlier i need to resource my .bashrc [01:38] Guest5210: _have is defined in /usr/share/bash-completion/bash_completion [01:39] sarnold: I also have that default [01:39] which doesn't enable lxd autocomplete [01:40] Guest5210: okay, how about an /etc/bash_completion that sources /usr/share/bash-completion/bash_completion? [01:42] here is my whole .bashrc, which only adds multipass and lxd for bash_completion (at the bottom where .bash_aliases gets sourced) https://paste.ubuntu.com/p/gKCC6J2cxp/ [01:44] Is there a benefit to using a newer kernel from https://kernel.ubuntu.com ? I'm on 20.04 LTS HWE and want to try it. [01:45] Saxle they are mostly only recommended if you have issues with your kernel [01:45] Guest5210: move lines 117 through 126 to line 108 and see how it goes [01:45] Guest5210 Thanks. [01:46] Guest5210: /usr/share/bash-completion/completions/lxd.lxc -> /snap/snapd/current/usr/lib/snapd/complete.sh [01:47] sarnold: oO it's working now [01:48] leftyfb: what does /snap/snapd/current/usr/lib/snapd/complete.sh do? is it autocompletion for all snaps? [01:49] Guest5210: I assume so. Either way, I think that is what's required for it to work. Regardless, that's what I have on my 20.04 install by default and completion works for me without me having to write my own [01:50] Guest5210: hmm I don't have a /snap/snapd/current/usr/lib/snapd/complete.sh ... what's in it? [01:51] leftyfb: hm, on my system the link is set, but still didn't work [01:51] sarnold: https://termbin.com/vtzh [01:54] sarnold: that's on a pretty simple 20.04 server which mainly just hosts containers [01:54] thanks leftyfb [01:55] cripes I've read it and I'm still not sure :) [01:56] I think it scrapes the snap --help ... output for each command to figure out what options are available [01:58] I don't think so. I think it ends up translating the snap name(lxd) down to /snap/lxd/current/etc/bash_completion.d/snap.lxd.lxc [01:58] which is the actual bash completion file [02:16] where can I ~~rant~~ talk about enhancement of phased updates? [02:17] Guest5210: #ubuntu-offtopic maybe [02:18] leftyfb: i had the idea to give them an idea to improve on that idea, as the way the implemented it right now, can hinder new installs (while there is a phased update) [02:19] Guest5210: https://discourse.ubuntu.com/ [02:19] thanks :) [02:19] Guest5210: or perhaps even a bug report! :) installing things should work imho [02:20] yeah on my other pc, i had issues getting wine installed as mesa-vulkan-drivers had the new version, but mesa-vulkan-drivers:i386 had the old one :/ [02:22] I would have expected all the binaries from one source package to be phased identically [02:22] I've seen variations on this for years and never figured out that phasing might be involved [02:23] sarnold this is what I figured, but seems like they didn't think about i386 packages (i mean it's already a bit of a backburner nowadays) [02:25] and installing both i386 and amd64 packages at once isn't very common [02:25] it's mostly if you've got steam games that haven't rebuilt yet.. [02:27] I don't use steam, so no idea, I only noticed it because I was installing lutris, wine and my printer drivers (which are i386) [02:31] aha [02:35] Hello [02:35] I am trying to update my repo manager but it is yelling at me about yarn not having a sighned GPG key [02:35] How do I allow un verified repos to be installed? [02:37] chown easiest would be to get the gpg key to verify the repo+packages [02:40] chown: I think replacing 'deb' with 'deb [trusted=yes]' in your sources will do the trick [02:42] I tried that and that is giving me more errors [02:43] Guest5210: How would I go about doing that? [02:44] chown about which version are we talking about? [02:44] offf ubuntu? [02:44] I am using ubuntu server 20.4 [02:44] huh? okay wait, I thought you added the outdated official yarn repo [02:45] https://docs.joinmastodon.org/admin/install/ [02:45] I am following this manual [02:45] I am actually in the middle of trying to set up a mastodon instance [02:46] So I installed whatever yarn file this one is pulling [02:46] ahh so it is yarn classic [02:46] hah, they've got a command to curl | apt-key the key.. [02:46] yup curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - [02:46] I did that t.t [02:47] did you get any error messages from it? [02:47] nu uh [02:47] Hang on [02:47] ok wtf [02:47] I ran it again and it [02:47] it's working now*** [02:47] -.- [02:47] heh [02:47] Sorry that was weird [02:47] :) [02:48] ^^ [02:48] I mean, you think they would have me install it and then curl the keys [02:48] curling the keys is how you know bits weren't flipped in transit [02:50] well now I need python-certbot-nginx and it says there's no package for it [02:51] chown python3-certbot-nginx [02:53] based thanks Guest5210 [02:53] hm, is there a way to tell ubuntu dock to show on another display? as of right now, it's showing up on my non-primary display [02:55] my preferred monitor is already set to primary :/ [02:56] Does anyone know how to change window scroll bar widths in Ubuntu? [02:58] GSMarquis idk if this helps https://forums.linuxmint.com/viewtopic.php?t=286908 [03:06] Can you sudo with a user who doesn't have a password? o.o [03:06] Do I need to edit the sudoers file? [03:07] chown: if you have root access, you can use `su - user` [03:07] and then the command? [03:08] yes and then `exit` to get back to the root prompt [03:08] ok [03:09] ok, lol, now I am getting "unrecognized option --no-document" [03:09] For gem [03:09] gem install bundler --no-document is what it is telling me to install [03:19] Thanks, I will check it out. I just cant seem to land my mouse on the bars. [04:04] bdzhshtšs [04:18] w e w [04:18] My user avccount is "not in the sudoers file" [04:18] reeeee === guiverc2 is now known as guiverc [04:51] sfljgndf [05:07] hi [05:08] I have my 20gb partition root already full, may I erase swap partition and add to root partitio? I use Ubuntu 20.04 [05:57] hi i just installed guest additions on xubuntu 20.4.2 but it didn't work, i tried reinstalling then i found it says system currently not set up to build kernal modules please install gcc make perl packages, how can i fix this? [06:12] .. [06:19] rowz: try 'sudo apt install build-essential' [06:19] Guest5210: how much ram do you have? [07:03] thanks [08:10] guys you know how ubuntu's dock used to have icons get stacked towards the bottom? do you know how to enable that in ubuntu 20.4? [08:14] loganlee: i think this was a feature of the unity (launcher) feature (which you can still install). but maybe you'll find a gnome shell extension doing this as well. [08:16] searching for "stack" on https://extensions.gnome.org/ doesn't yield results, though [08:32] Ubuntu package servers are very slow the last day. Is this happening for anyone else? [08:33] To download package data it is estimating over an hour at 26Kb/s and failing to download many package lists. [08:34] newhoa, it's fine here. have you tried restarting your router? [08:36] I can try that but speed tests put me at 30Mbps and everything else is playing/downloading fine. [08:38] If I select a mirror in Software & Updates it works fine. It's just the Main server. Yesterday it downloaded the package lists fine but the actual downloads were crazy slow or failed. [08:38] yesterday it did seem to take longer than usual when I tried but seems temporary. [08:39] nothing failed or errored. [08:39] newhoa: what's the "main server"? they conveniently have hostnames assigned to them. ;-) [08:39] domain names even [08:40] security.ubuntu.com, us.archive.ubuntu.com sorry, in Software & Updates it just says Main Server [08:40] ah, then i'm sorry, too, i wasn't aware it said that. [08:41] !mirrors [08:41] Ubuntu installation CDs can be downloaded from http://releases.ubuntu.com - Mirrors can be found at https://wiki.ubuntu.com/Mirrors - PLEASE use the !torrents to download !Hirsute, and help keeping the servers' load low! [08:41] hmm not exactly what i was looking for [08:42] https://launchpad.net/ubuntu/+archivemirrors is a list of mirrors and their update states, click on them to see the update state for a specific ubuntu release [08:43] i guess a mirror in eastern or central U.S. would be best for you [08:44] Thanks. The mirrors are working fine. I just didn't know if others were having a problem or if there was a place to check status of the official servers. [08:44] Finally got the package list to update but if I try to update (Firefox for example) I get "404 Not Found" [08:45] hmm, this hints on a different issue, though. can you run sudo apt update and then pos tthe full output to https://paste.ubuntu.com [08:49] newhoa: or, you could run all of this, which would gather some useful info and post it online, and just return a url for you to post here. but don't do it if you don't understand what it does (don't trust strangers on the internet handing out commands to you to run): [08:50] sudo /bin/true && cat &>/tmp/aptlog < <(sudo grep -hEv '^([ ]*#.*)?$' /etc/apt/sources.list{,.d/*.list} 2>&1; sudo apt-get -y update 2>&1; apt-cache policy 2>&1; sudo apt-get -syV full-upgrade 2>&1;); nc termbin.com 9999 Will do (after the estimated 4 hours it's giving me lol, I'm sure it'll just abort on some lists here soon) [08:58] newhoa: you could meanwhile run this in a separate terminal, just to check how well you can reach one of the security.ubuntu.com servers: ping -c3 security.ubuntu.com 2>&1 | nc termbin.com 9999 [08:58] it should not noticibly impact the other transfer [09:09] tomreyn here are termbins for security.ubuntu and us.archive.ubuntu [09:09] https://termbin.com/u3iju and https://termbin.com/q37g4 [09:09] hi all.I have a question. How to dispaly [add] of the bottom of terminal color code? [09:10] newhoa: hmm those are looking fine [09:11] https://paste.ubuntu.com/p/5sY8TqYP7v/ [09:12] I'm going to restart and see if that does anything. Then I'll try the full set of commands you asked. [09:13] newhoa: 91.189.91.38 just looks broken right now, i don't think it's you. just use a different mirror server. [09:18] newhoa: banjo (this server you were connecting to) had an archive update going. this was probably the cause (though it should not normally be the cause of such issues, it's a mirror server problem). but the server update is done for now, so it may be working well for you again. [09:20] Cool. Is there a way I can check for stuff like that in the future (so I don't needlessly bother people lol)? [09:22] newhoa: if you *can* still access the server(s), you can load http://us.archive.ubuntu.com and see whether there is a file there saying that an upgrade is in progress. [09:22] (it should have a recent modification time, too) [09:25] Ah okay. Sorry for any trouble. Hopefully it'll get back to normal soon. Thanks for the help! [09:27] you're welcome, newhoa. your best option is to just wiat some 5 or 10 minutes when it happens next time, or to temporarily switch to a different mirror server. === Europa is now known as Europa[away] === Europa[away] is now known as Europa === Europa_ is now known as Europa === Trieste_ is now known as Trieste === keypushe- is now known as keypusher [12:13] hi [12:13] welcome mint [12:16] probably in the wrong channel and on the wrong server mint? [12:20] I am using chat application for the first time.. i use linux mint xfce. live cd [12:20] and you want to switch to ubuntu? Good choice :D [12:20] mint: impossible since Hexchat in Mint points to Spotchat #linuxmint-help [12:21] by default [12:25] mint: so if you seek support with Mint you'll have to switch to Spotchat and the channel i mentioned [12:26] here is only Ubuntu support [12:26] hi [12:26] hi kinosa [12:27] how are you? [12:27] need support with Ubuntu kinosa? [12:27] if not join #ubuntu-offtopic for casual talk [12:28] ok [13:38] Hi all [13:39] BluesKaj, hey guy %) [13:39] hi coz_ [13:39] %) [16:04] hi, what's current linux version in ubuntu 20.04? [16:04] FreeBDSM hwe or not? [16:04] 5.4 for normal, hwe 5.8 [16:04] edge 5.11 [16:04] quadrat: what's hwe? [16:04] hardware enablement [16:05] desktops use hwe per default [16:05] FreeBDSM: https://wiki.ubuntu.com/Kernel/LTSEnablementStack [16:05] google is your friend ;) [16:07] thanks, quadrat and Mekaneck [16:07] yw :) [16:07] I hoped for >=5.10 [16:08] well if you install the edge kernel you can have >=5.11 [16:08] ah 5.10 [16:09] quadrat: how's that? LTS version of OS but with edge version of kernel? [16:10] eh, edge (which is based on 20.10 in this cycle) is just the release which will be the next "normal" hwe stack, which gets released in fall this year. [16:11] oops i meant 21.04 [16:11] the hwe stack we have right now is 20.10 [16:12] 21.04 is not LTS [16:13] FreeBDSM the hwe stack is based upon the interim releases, that's why I talk about other nonLTS releases. [16:13] and they get backported to LTS releases [16:13] I don't get. So will 5.10 be backported to LTS 20.04? [16:14] no 5.11 will get backported [16:14] as 5.11 is being used in 21.04 [16:14] oh, it's probably fine then [16:14] FreeBDSM: do you have a bug/feature that you need thats not in the current kernel versions? [16:17] lotuspsychje: yeah, I'm thinking about buying a new device, but it's supported only was added to 5.10. I'm currently on 18.04 w/ 4.15. I'm trying to figure out how to plan the update properly. Given ubuntu doesn't really support major version updates the current dilemma is whether it's worth to wait for 22.04 LTS and switch to that version or to use 20.04 with those backports stuff [16:17] or even just install the necessary driver as a kernel module for now [16:18] FreeBDSM wouldn't be using 21.04 also an option? or only LTS releases (if yes i guess you install edge, or wait till 20.04.3) [16:18] quadrat: definitely no [16:18] 'its'? wich chipset are we talking about specific? [16:20] lotuspsychje: https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.10-Nintendo-Switch [16:21] interesting FreeBDSM got a bug ID for that? [16:24] Hello. I need a bit of help connecting to the internet with KDE [16:24] https://www.google.com/search?q=linux+nintendo+switch+inurl%3Agithub.com%2Ftorvalds%2Flinux [16:24] I installed Ubuntu Server as I need it for a program I need to run. I then installed KDE as an environment. It does not see my wired internet connection, so it won't download any packages [16:25] it will allow me to chat here. [16:25] I' [16:25] webchat36, were you in #kubuntu before? [16:25] earlier yes [16:25] weird, no updates, and you can irc... [16:25] No updates but I can irc. [16:25] it says I have no network. [16:25] I don't know how to manually configure the network [16:25] webchat36 what happens if you try to download packages? [16:25] although I figured out how to add a wired network [16:26] it says no network can't download [16:26] one better install Kubuntu solely. [16:26] way too weird [16:26] oerheks: already suggested to install kubuntu and then add a server [16:26] I can't use Kubuntu. I need root access to use Drupal. You can't root access from Kubuntu [16:26] Mekaneck, i do not believe it either.. [16:26] And I need a server version [16:26] trust me...it's what it is doing [16:27] sure you can be root, with sudo [16:27] good luck! [16:27] use server without gui [16:27] No, I can't use Sudo [16:27] drupal with root access [16:27] I could use without GUI. But I wanted to be able to cut and paste command line commands. That requires firefox or a graphical browser. Can you install that in command line [16:27] ? [16:27] loool [16:27] search for "enable root access in kubuntu" webchat36 [16:27] Server without a GUI is preferred. Les code running less resources needed. [16:27] that's a recipe for a catastrophe to happen [16:27] topics enough to be found [16:28] why catastrophe waiting to happen? [16:28] I just want to write my web page in drupal [16:28] Use SSH client from another computer [16:28] because of the quality of drupal as a product [16:28] How would I use SSH from another computer? [16:28] SCP can move files. [16:28] I can use apt get [16:29] I wanted to use synaptic package manager [16:29] webchat36: also guides on the web to be found on how to SSH [16:29] I don't know what SSH is [16:29] look it up [16:29] I used linux a lot but it was seven years ago [16:29] So look up SSH [16:30] sure, not much has changed on how to to basic stuff in those 7 years [16:30] SSH is very useful for doing what you want. [16:30] Also if using drupal with root is a problem, why do all the instructions for installing require root [16:30] Root to install user to run [16:30] I couldn't install drupal without root [16:30] Ah, yes, I just needed an account of root that I could access [16:31] to configure the server [16:31] I've also got no wifi card in this computer so it needs to be a hotwire or ethernet connection [16:31] 1st account created has sudo (=root) rights [16:32] yes. Sudo wouldn't work for some of the programs [16:32] Basically I have the system I think will work. If I can connect it to the internet [16:32] one should be carefull with programs running as root. [16:32] I'm just using this computer to write a web page. Nothing private on it [16:32] make sure you use an UBUNTU howto for drupal [16:33] Yes, I found an ubuntu how to. It doesn't explain how to connect your network card when the computer won't let you use it [16:33] That’s not a reason to run a service as root, that is very dangerous [16:33] I just needed to be able to set a root password. I did that, now I'm logged on as a user [16:34] Can you open terminal an do [16:34] ‘’’ [16:34] ip addr [16:34] ‘’’ [16:34] I can open a terminal [16:34] * Can you open terminal an do [16:34] ip addr [16:35] if the server does not allow networking, irc should not be possible too. [16:35] well it is [16:35] True [16:35] exactly [16:35] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [16:35] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [16:35] inet 127.0.0.1/8 scope host lo [16:35] valid_lft forever preferred_lft forever [16:35] inet6 ::1/128 scope host [16:35] valid_lft forever preferred_lft forever [16:35] 2: eno1: mtu 1500 qdisc fq_codel state UP group default qlen 1000 [16:35] link/ether 90:b1:1c:7d:2e:2e brd ff:ff:ff:ff:ff:ff [16:35] inet 10.0.0.138/24 brd 10.0.0.255 scope global dynamic eno1 [16:35] valid_lft 171845sec preferred_lft 171845sec [16:35] inet6 2607:fea8:bcdd:3d00::f6f6/128 scope global dynamic noprefixroute [16:35] valid_lft 603842sec preferred_lft 603842sec [16:35] inet6 2607:fea8:bcdd:3d00:92b1:1cff:fe7d:2e2e/64 scope global dynamic mngtmpaddr noprefixroute [16:35] valid_lft 300sec preferred_lft 300sec [16:35] inet6 fe80::92b1:1cff:fe7d:2e2e/64 scope link [16:35] valid_lft forever preferred_lft forever [16:35] !paste [16:35] For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [16:35] sigh [16:36] Oh, sorry [16:36] they never learn LOL [16:36] It's been 7 years. I'll use it next time [16:36] use it now [16:37] Ok. I used it [16:37] https://paste.ubuntu.com/p/ZqbPffHMGT/ [16:38] If someone could just help me get my internet "connected" I think I could take it from there [16:38] Same thing happened when I tried to install Kubuntu on top of the Ubuntu server [16:38] your internet is working since you're chatting [16:38] Yes, but it says it isn't working and won't let the package manager work [16:39] https://ubuntu.com/server/docs/network-configuration [16:40] why don't you just do as i said, install kubuntu first THEN add a server for your needs [16:40] I tried installing Kubuntu and then following Drupal instructions. It didn't work [16:40] It also wouldn't let me install synaptic. I like synaptic. [16:40] something about weyland being active [16:41] wayland... switch to xorg instead then [16:41] If I install Kubuntu and then I get stuck when I can't access the root command would you help then or tell me not to use the root command? [16:42] All the instructions for Drupal come with installing a system the way I've installed it, except that I wanted a graphic interface. So I installed one. But it won't see the internet [16:42] I looked at the connection suggestions posted. I have no idea what all of that is about. [16:42] I usually use DHCP when I install linux [16:43] if i had a solution i'd provide it [16:43] webchat36: the server version installs netplan, while you want to use the network-manager GUI. It's indeed simpler to start with kubuntu and then install drupal, than to remove all the server bits that you don't like [16:43] So I [16:44] I'll try Kubuntu and come back here if it tells me I can't install Drupal again. [16:44] Right [16:44] But how do I get synaptic on Drupal. It wouldn't let me add that. and I want synaptic. [16:44] Note the message and paste it here when it happens [16:44] Kept on going about Wayland [16:44] sudo apt install synaptic [16:44] I was a mepis user. [16:44] synaptic isn't related to drupal though [16:44] you can't get synaptic on Drupal [16:44] No, it's related to how I use linux [16:44] It's a package manager, like discover [16:45] So I can download other stuff I like, to get a working system [16:45] Sure [16:45] OK. I'll try that. Thank you. [16:45] 👍️ [16:46] Thank you. Hopefully this will solve the problem. [16:48] Problem: there appears to be no program for writing an ISO. Back to the Windows computer [16:49] dd [16:49] webchat54: writing an iso to cd or stick? [16:49] ...ok he left :) [17:14] Hey guys, I have ubuntu 20.04 and when I do an ssh login with root I would like to have the default folder as / instead of /root/ - how can I do it? I already changed .bashrc with cd / but it doesn't work [17:20] SupremeKai, which .bashrc ? the root one i hope ... [17:20] = /root/.bashrc [17:30] SupremeKai: why on earth do you think you need to login as root? === Ricardus_ is now known as Ricardus [17:40] leftyfb, why not? [17:40] Eclairs it’s bad practice [17:40] * Because it’s bad practice [17:41] I'm an anarchist [17:41] lulz [17:41] SupremeKai: is this machine accessible via the internet? [17:43] yup [17:43] it's a vps [17:44] Logging in as root remotely directly is really bad. [17:45] vps as root... interesting [17:46] oerheks, nothing new, has been around for more than a decade :P [17:46] Now really guys, leftyfb , Gadget[m] , oerheks - i know about the "good practices" n' stuff.... but who really follows them? [17:46] Do you at least force ssh keys? [17:47] logging in as root isn't significantly different from logging in as non-root and then privilege escalating [17:47] you end up as root either way [17:47] Gadget[m], not really, I do not have the sys of a bank at this vps [17:47] it's just a vps [17:47] lol [17:47] but logging in via passwords? Bad practice, no matter the account name. [17:47] it's compromised and they don't even know it [17:47] some "anarchist" [17:47] Gadget[m], do u know how to protect yourself as far as this SSH login is concerned? change the default ssh port from 22 to 84724 [17:48] password authentication should be disabled. [17:48] no more bruteforce [17:48] lol [17:48] no more fingerprinting at shodan.io and censys [17:48] security through obscurity [17:48] changing ports is quite pointless, sooner or later the alternate port will be found [17:48] change the default ssh port and that's it [17:48] cbreak, and when it does, I change it to 69696969 [17:48] no, you won't [17:48] *6969 [17:48] ports only go up to 65535 [17:49] ^ [17:49] i was *excited* [17:49] "changing ports is quite pointless, sooner or later the alternate port will be found" > that's not true, some bots have only a few hardcoded ports, so you avoid these [17:49] no pun intended (i guess= [17:49] SupremeKai: my VPSs don’t have SSH exposed out side of the VPN I Run [17:49] alkisg, i go with you [17:49] those bots are dumb as fck [17:50] i got some honeypots, these chinese guys are really gettin into the market [17:50] to mine monero [17:50] Gadget[m], how come? [17:50] lets get back to ubuntu support, please [17:51] ok, boss [17:51] 8-) [17:51] so, how can I change the default folder when I ssh in the server? [17:52] sure. Change the home directory [17:52] usermod? [17:53] usermod -d / root? [17:53] I may also have an option using .ssh config or so, or even .profile? [17:55] if you disable passwords, which you totally should, maybe you can force something via a forced command via .authorized_keys [18:08] Setting a different home isn't really a good idea ,that would mean that your ssh keys would be in /.ssh [18:10] yup, I also think that alkisg [18:37] SupremeKai: putting `cd /` at the end of ~/.bashrc works for me [18:37] (for interactive sessions, of course) [18:42] 🤔 I am going to have to try this on a host. Would make it convenient. [18:43] make --no-print-directory -C /root/svmp -f build/core/config.mk dumpvar-TARGET_DEVICE [18:43] build/envsetup.sh: line 43: 30251 Segmentation fault (core dumped) CALLED_FROM_SETUP=true BUILD_SYSTEM=build/core make --no-print-directory -C "$T" -f build/core/config.mk dumpvar-$1 [18:44] can help me to fix segmentation fault caused by make? [18:45] alkisg, do I need to restart ssh? or reboot? [18:45] or does the system updates the .bashrc? [18:45] (something along those lines) [18:45] restart ssh.service indeed [18:50] oerheks, but it is a vps, that way I will get disconnected [18:50] well, there is just one way to test if it works :-D [18:50] fck it, i'm being too perfectionist lulz [18:50] go anarchist ! [18:51] i'm the anarchy, thus fck .bashrc and the cd / :D [18:51] hahaha have fun! [18:51] I can edit the sftp address at the top bar anyway lulz [18:51] this was st00pid, but thnks for the confirmation great sir alkisg [18:57] I hope I can be a antichris when I grow up. Then I can r00t all the puterz n B da l33tz with awl the lulz [19:16] leftyfb, lulz get 'em like Phineas Fisher did === o is now known as niko [21:25] Did they fix ubuntu yet? [21:25] fix what [21:25] edlou: many years ago [21:27] is ubuntu broken [21:37] bug #1 is still not fixed [21:37] Bug 1 in Ubuntu Malaysia LoCo Team "Microsoft has a majority market share" [Critical, In Progress] https://launchpad.net/bugs/1 [21:39] its fixed now [21:39] android has the majority market share nowadays === beaver is now known as pong [21:43] not for desktops and laptops though [21:49] Chrome OS is at 17% market share. That's linux [22:25] is there a way to get the "widget" in the notification center back? [22:40] Guest6210: yes what os version and distro will help to find a answer [23:00] anyone know how to reset Settings->Displays. Each time I plug my second monitor in, the laptop display goes blank as well as the 2nd monitor [23:07] Hi [23:12] Hi [23:49] toddc sorry for the late response, i am on ubuntu 20.04