November 2022 (2)

November 28, 2022

How to make simple Authentication with CodeIgniter 4

I looking for great php framework and great choice for me is Codeigniter 4. Framework have a small footprint, simple for use over complexity and very fast. Question: How to make simple Authentication with CodeIgniter 4 ? Answer: You can to use official packages Shield or build own. I will fast build  […]

Continue reading

November 11, 2022

Howto disable suspend and hibernation on Debian

For systems which should never attempt any type of suspension, these targets can be disabled at the systemd level with the following: sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target To re-enable hibernate and suspend use the following command: sudo systemctl  […]

Continue reading