
I update repository apt.jurisic.org (My Self-Hosted Services) for Bookworm and trixie, please check latest upload packages on link https://apt.jurisic.org
Little cookbook of informatic and technology

I update repository apt.jurisic.org (My Self-Hosted Services) for Bookworm and trixie, please check latest upload packages on link https://apt.jurisic.org
Regain control over your time: Nextcloud Hub 10 is here! 🚀 More and more of our digital lives are controlled by a handful of big tech firms and their CEOs – but there is a better way. A way that puts control back in your hands, fosters collaboration, and protects your digital freedom. And today, […]
Nextcloud have official news portal at link https://nextcloud.com/blog/ Lot of changes in https://nextcloud.com/changelog/#latest29 I update my repository. I recommended to update Nextcloud to latest version to avoid compatible troubles. […]
Today I add into repository bookworm support for new Debian Stable Release. direct download apt repository git repository
From source https://lists.debian.org/debian-devel-announce/2023/04/msg00007.html Debian have release date for Bookworm. Planed release date is 10.06.2023. Link for test new installer: https://www.debian.org/devel/debian-installer/
Nextcloud 23 is no longer being maintained. If using my Debian Repository and old Debian Buster I strongly recommend it to upgrade Debian Bullseye to get Nextcloud 25 with regular upgrades.
Schroot allows the user to run a command or a login shell in a chroot environment. If no command is specified, a login shell will be started in the user's current working directory inside the chroot. Very usefull tools for set multi environment and don't mess wiht Your main environment. Very simple […]
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 […]
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 […]
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 - […]
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 […]
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 […]
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 […]
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 […]
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 […]
When Samba4 work in AD-DC mode, password policy can change with samba-tool: Disable password expiration for the Administrator account : samba-tool user setexpiry Administrator --noexpiry Show domain level password options : samba-tool domain passwordsettings show Disable password complexity at the […]
I using KDE Desktop and got SDDM display manager by default. But I before use MATE Desktop and by default comming with LightDM. LightDM have support for VNC and I need that feature, here is procedure how to replace SDDM with LightDM (open console as root) : apt install lightdm apt install […]
Debian 11 comming with Samba 4.13 , but if wont to install latest version of Samba on fortunately, there is custom repository https://apt.van-belle.nl/ for Debian and Ubuntu. Prepare : sudo apt-get install wget apt-transport-https gnupg Add apt.van-belle.nl repository : wget -O- […]
Public SSH key authentication is an SSH authentication method that allows users to use cryptographically generated keys to log into remote servers. SSH keys are more secure than raw passwords and provide a much more efficient way of logging into SSH. SSH keys are automated, and once authorized, do […]
A locale is a set of environmental variables that defines the language, country, and character encoding settings (or any other special variant preferences) for your applications and shell session on a Linux system. Locale affects things such as the time/date format, the first day of the week, […]