[SOLVED] How to installing bpytop (former Bashtop) and adding it to Main Menu (menu in Console)?
-
@kiokoman said in How to installing bpytop (former Bashtop) and adding it to Main Menu (menu in Console)?:
ahh @Sergei_Shablovsky, you need to be more creative !
pkg add https://pkg.FreeBSD.org/FreeBSD:12:amd64/latest/All/py37-psutil-5.8.0.txz pkg add https://pkg.FreeBSD.org/FreeBSD:12:amd64/latest/All/bpytop-1.0.61.txz
open a ticket and ask jimp to add it if you like bpy that much, i don't think he will bite you.. maybe ...
I still thinking that bpytop are so informative and flexible comparing to native pfSense top/pftop, so may be jimp would be agree to include it as standard tool for on-screen Monitoring....
P.S. The same for Gping/vping, but on 3 month ago they are not available for FreeBSD. Sad but true...
-
Did you open a feature request yet? https://redmine.pfsense.org/
-
@stephenw10 said in How to installing bpytop (former Bashtop) and adding it to Main Menu (menu in Console)?:
Did you open a feature request yet? https://redmine.pfsense.org/
Right now no. But I would be happy when You doing this (for example)... :)
Due You have a much more valuable reputation in community :)
-
@stephenw10 said in How to installing bpytop (former Bashtop) and adding it to Main Menu (menu in Console)?:
Did you open a feature request yet? https://redmine.pfsense.org/
Please upvote / assist to make this happened.
-
UPDATE
on
Version 2.6.0-DEVELOPMENT (amd64)
built on Sun Jul 25 01:08:17 EDpkg install bash pkg add https://pkg.FreeBSD.org/FreeBSD:12:amd64/latest/All/gsed-4.8.txz pkg add https://pkg.FreeBSD.org/FreeBSD:12:amd64/latest/All/coreutils-8.32.txz pkg add https://pkg.FreeBSD.org/FreeBSD:12:amd64/latest/All/py38-psutil-5.8.0.txz pkg add https://pkg.FreeBSD.org/FreeBSD:12:amd64/latest/All/bpytop-1.0.67.txz ln -s /usr/local/bin/python3.8 /bin/python3 /usr/local/bin/bpytop
-
@gertjan said in How to installing bpytop (former Bashtop) and adding it to Main Menu (menu in Console)?:
You could 'diff' between the original files, and your files, and have this diff merged automatically during startup or even update (I use the 'Patches' package from pfSense).
Could You be so please explain on an example (for /etc/rc.initial) how to make this according this topic.
To save my time a little bit. ;) Anyway, a little bit later I try to study how to using the Patches. I found that official pfSense doc from NetGate have no such info and examples...
I would be thankful for Yoyr time and efforts about helping people’s here on forum! Thank You again one time!
But what if Netgate decided to fundamentally change the /etc/rc.initial file in the next version ? The merge won't work out. Your back to manual again.
As I able to see, nothing much changed (just nothing) in last 3 year.
Anyway, I make all system updates in manual mode, to look precisely on each changes.
-
@gertjan said in How to installing bpytop (former Bashtop) and adding it to Main Menu (menu in Console)?:
edit : the main security issue is that the centralized Munin client - the site where I host all the charts of all my devices, connects every 5 minutes to a TCP port 4949 of my pfSense.
A WAN firewall rule accepts incoming TCP 4949 connections from one IP only : the IP from my munin client.Let’s to note, better not to exposing ports to outside, and SSH keys are so easy to brute force nowadays on powerful i7/i9 or NVidia cards.
As minimal, using OpenVPN / WireGuard + port knock + limit to x connection in y time. -
Any one has recipe for pfsense 2.7.2-RELEASE?
-
@Sergei_Shablovsky said in [SOLVED] How to installing bpytop (former Bashtop) and adding it to Main Menu (menu in Console)?:
Let’s to note, better not to exposing ports to outside, and SSH keys are so easy to brute force nowadays on powerful i7/i9 or NVidia cards.
So, my 512 byte size 'SSH key' is less better as my 512 size byte 'OpenVPN' key ?
Ok, I agree, never expose an SSH (with the default initial user (probably root) and password) to the outside.
That's why SSH+certificate was invented, right ?
I do use fail2ban = your "play 3 times and then your banned for the week" of course.Never even thought I had to use SSH+cert over OpenVPN (like a secured connection into a tunneled secured connection) ..... but I give it one
-
@s3b0 said in [SOLVED] How to installing bpytop (former Bashtop) and adding it to Main Menu (menu in Console)?:
Any one has recipe for pfsense 2.7.2-RELEASE?
A recipe ?
-
@Gertjan recipe for btop :)
-
[24.11-RELEASE][root@pfSense.bhf.tld]/root: pkg install btop Updating pfSense-core repository catalogue... pfSense-core repository is up to date. Updating pfSense repository catalogue... pfSense repository is up to date. All repositories are up to date. pkg: No packages available to install matching 'btop' have been found in the repositories
So btop not available.
If you want to have access main stream packages, install a main stream OS like this one. Or take this one.
pfSense is based upon FreeBSD, like your drone is based upon Linux. Each of these devices uses their own related repositories, and do not allow you to install 'other' non-related packages. Just the strictly needed. This to enforce the security of the device.
Or do you really have your drone flying around with X-Windows or MySQL server installed ?( see pfSense Documentation : you can override this, and switch to the FreeBSD public repository. Do this only when you are ware of the risks.
Btw : htop exists.
-
@Gertjan i know htop exist but it lacks some features. I understand security reasons and i appreciate them, but having btop would be nice :)