[[2022-05-18]]
2022-05-18
things i learned today
- rpm –> a red-hat package manager used to install software in the linux unix sysmte
- run the many triel of the dwm, dmenu and st terminal ### luke’s build of dwm
- luke’s build of dwm is strat executing in my system the basci requirement for that is libXft-bgra
- you can have this library in any required system take my previous notes as reference
- ***but the build is not working properly
- after setup and restart system is getting stuck at the login section
- so i come back to my old build
learning the openssh on linux system
command 💻
sudo apt-get openssh-server
–> to download or to upgrade the package
dpkg-reconfigure
–> to configure the whole service
ls -lah /etc/ssh
–> dir location where all ssh related data is stored
- we only have to configure the
sshd_config
file