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

October 27, 2022

How to install Firefox from Debian Sid on Bookworm

Instalation of Firefox on Bullseye or Bookworm is easy with Debian Sid repository. Process is very simple and have only 3 steps.   1. Step - Add Debian Sid repository: echo "deb http://deb.debian.org/debian/ unstable main non-free contrib" > /etc/apt/sources.list.d/sid.list 2. Step -  […]

Continue reading

October 24, 2022

Nextcloud 25

New Nextcloud 25 is added into my Debian 11 (Bullseye) repository, feel free to use (Latest builds https://apt.jurisic.org/ . Check how to  add repository here). If You're already using Nextcloud from Jurisic repository, upgrade process from 24 to 25 is very simple: sudo apt update sudo apt upgrade  […]

Continue reading

September 5, 2022

Nextcloud Hub

Hub integrates the four key Nextcloud products Files, Talk, Groupware and Office into a single platform, optimizing the flow of collaboration. Eliminate the confusing hodgepodge of different SaaS tools and the compliance, security, cost and productivity issues that come with it and standardize on a  […]

Continue reading

December 16, 2021

Resetting root password in VMware vCenter Server Appliance

1. Before starting reset root password process make sure to take the snapshot of  VMware vCenter server appliance virtual machine. 2. Connect on ESXi host where vCenter running and reset vCenter then press 'e' to enter in GRUB menu, now add to end line where is $systemd_cmdline: rw init=/bin/bash  […]

Continue reading

November 24, 2021

SAMBA Domain Member as File Server

One of the most common ways to network Debian GNU/Linux and Windows computers is to configure Samba Domain Member as a File Server. This section covers : Adding Samba as domain member Set up shares to act as a file server. Use domain users and groups to setup ACLs.   Adding Samba as domain member  […]

Continue reading

November 22, 2021

Installation Htop on RHEL 8/7

Htop is an interactive real-time process monitoring application for Linux/Unix-like systems and also a handy alternative to top command, which is a default process monitoring tool that comes pre-installed on all Linux operating systems. Installation on RHEL 8 : sudo yum -y install  […]

Continue reading

- page 2 of 4 -