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

Samba4 Domain Password Policy

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  […]

Continue reading

November 16, 2021

Replace Display Manager on Debian 11 for KDE

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  […]

Continue reading

- page 2 of 4 -