Re: [CentOS] Time-tracking software

2022-08-11 Thread Joakim Dellrud
I would start by visiting: https://github.com/awesome-selfhosted/awesome-selfhosted Maybe for you specifically: https://github.com/awesome-selfhosted/awesome-selfhosted#money-budgeting--management I have used ihatemoney :) but not maybe exactly what you are requesting. Regards On

Re: [CentOS] Installing mdadm and C7 on new computer

2022-04-28 Thread Joakim Dellrud
Think he might have just missed the fact that you had EFI boot aswell. So then it would be: /boot md0 /boot/EFI md1 / md2 -> vg0 -> lvs Otherwise it was more a suggestion on using encryption for more then just the /home partition since there is always a risk with SWAP etc to have

Re: [CentOS] Where can I find more information on the recent update to the 4.18.0-373 kernel

2022-04-28 Thread Joakim Dellrud
Hi, not to mention the war again but you do have a alternative (stream) and the fabled kernel-ml which has been working fine in production servers according to my experiences (fleet of over 400 servers virtual and physical). And assuming you are talking about CentOS 8.x there are several

Re: [CentOS] server gave bad signature for RSA key 0 - ?

2022-04-12 Thread Joakim Dellrud
what does a ssh -vvv give you :D? Also how many server-keys do you have in the /etc/sshd/ folder? And /etc/sshd/sshd_conf file might be of use depending on. Also check /var/log/secure and messages. Thirdly do you run in enforcing mode? If so tail -f the audit log and ensure that the catalogue is

Re: [CentOS] Open source Pastebin service

2022-03-06 Thread Joakim Dellrud
Hi! I would take a gander at: https://github.com/awesome-selfhosted/awesome-selfhosted#pastebins personally I use: https://privatebin.info/ But there are several for you to choose from. On 3/7/22 07:34, Kaushal Shriyan wrote: Hi, Is there any open source Pastebin service that can be set

Re: [CentOS] Problem with RequiresMountsFor defined in a systemd service

2021-04-24 Thread Joakim Dellrud
Hi! As mentioned above but feel free to add _netdev so that the OS does not bother to mount before network is available :) On Wed, 21 Apr 2021, 15:24 Jonathan Billings, wrote: > On Wed, Apr 21, 2021 at 07:36:26AM +, Carlos Lopez wrote: > > > > Hi all, > > > > I have setup a systemd service

Re: [CentOS] Dumb Centos 8 DNF mirror question...

2020-08-14 Thread Joakim Dellrud
Hi! Might "dnf clean X" be the command you are looking for? //JD On Wed, Aug 12, 2020 at 2:10 PM Tom Bishop wrote: > On Wed, Aug 12, 2020 at 9:02 AM Tom Bishop wrote: > > > I have several Centos 8 machines that I update and every now and again I > > will go through and update all of them

Re: [CentOS] CentOS 8 on USB disk

2020-01-29 Thread Joakim Dellrud
I usually use the command "dd if=iso of=usbdevice status=progress && sync" On Wed, 29 Jan 2020, 18:36 Erick Perez - Quadrian Enterprises, < epe...@quadrianweb.com> wrote: > That happened to me several times > My USB was "burned" and never displayed new data copied to it. > By "burned" I mean

Re: [CentOS] Blocking attacks from a range of IP addresses

2020-01-10 Thread Joakim Dellrud
Hi! I usually use a primary ssh jail via f2b, ontop of that I have a reapeat offenders (usually a check on the f2b logs and rotation needs to be modified) over a long time. https://wireflare.com/blog/permanently-ban-repeat-offenders-with-fail2ban/ this could be modified to block bigger pieces of