Posts

Thanks for visit lufy.org.The site was updated at 7/28 Jul, using re-written SimpleBlog Update contents:Still built with DjangoImproved frontend design — cleaner and more modernMany new features added to site managementFile …

lufy Jul 28, 2025 Read More

Overview grafana: for display to the web promethus: for data collection and provide data source to grafana node_exporter: for export mon data of linux os So you need a server, …

lufy Jun 20, 2024 Read More

This is the most useful post I've read when I met a CORS problem. Refrinted from https://medium.com/@hubian/nginx-easily-solves-cross-domain-issues-009b95a5185e When you encounter a cross-domain problem, don’t immediately choose to copy it and …

lufy Jun 18, 2024 Read More

Original link: https://www.askpython.com/python-modules/flask/flask-user-authentication Flask User Authentication – How to Setup User Login in Flask? In this article, we will code Flask user authentication using the Flask-Login Library and SQLAlchemy. So …

lufy Nov 21, 2022 Read More

Start a Huawei server with ipmitool: ipmitool -H <server ibmc ip> -I lanplus -U root -P Huawei12#$ power on Other commands ipmitool -I lanplus -H myserver.example.com -P mypass chassis power on Powers on the …

lufy Sep 13, 2022 Read More

I was trying to make my intranet cockpit web console accessed via Internet, I set up nginx proxy just as other intranet web sites like file server, the cockpit login …

lufy May 31, 2022 Read More

For sharing of friday ... A outline was made, hardly. Operating System Overview- Computer System    - Overview    - System Startup    - System Storage Structure    - System …

lufy Apr 14, 2022 Read More

After a lot efforts, I deployment my k8s cluster on 2 vms. But the yaml file is too many argument for me to maintenence. I heard helm from a friend. …

lufy Apr 13, 2022 Read More

1. Print join command: kubeadm token create --print-join-command2. Re-init kubenetskubeadm reset

lufy Mar 24, 2022 Read More

systemctl start kubelet failed, journalctl -xeu kubelet show the fail message: Failed to run kubelet" err="failed to run Kubelet: misconfiguration: kubelet cgroup> The whole log should be misconfiguration: kubelet cgroup …

lufy Mar 16, 2022 Read More