November 22, 2021

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

November 11, 2021

Latest Samba for Debian 11

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

Continue reading

November 9, 2021

SSH Public Key Authentication

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

Continue reading

November 5, 2021

How to set System Locales

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

Continue reading

November 2, 2021

Logical Volume Manager

Managing disk space has always been a significant task. Running out of disk space used to be the start of a long and complex series of tasks to increase the space available to a disk partition. It also required taking the system off-line. This usually involved installing a new hard drive, booting  […]

Continue reading

October 26, 2021

Install Node.js 17 on Debian 11

As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. Nodejs team build Debian custom repositrory and instalation of nodejs is very simple : sudo curl -fsSL https://deb.nodesource.com/setup_17.x | bash - sudo apt-get install -y nodejs    […]

Continue reading

Change NTP server on Debian 11

The Network Time Protocol (NTP) is a networking protocol for clock synchronization between computer systems over packet-switched, variable-latency data networks. In operation since before 1985, NTP is one of the oldest Internet protocols in current use. NTP was designed by David L. Mills of the  […]

Continue reading

- page 3 of 4 -