AutoLogin Slackware Current - Init 3
Publicado por Mauricio Ferrari (última atualização em 23/04/2021)
[ Hits: 2.625 ]
Homepage: https://www.youtube.com/@LinuxDicasPro
Quer autologin no Slackware Current e 15.0 e não quer usar init 4?
Então teste esse script, que ele irá fazer a configuração automática para você.
Basta rodar:
$ ./autologinconf nomeusuario
#!/bin/bash # Script AutoLogin for Slackware 15.0 Stable / Current # By Mauricio Ferrari - 12/02/2021 [ "$1" == "" ] && echo -e "Entry User!" && exit 1 [ "$UID" != "0" ] && echo -e "Use Root!" && exit 1 sed -i '52d' /etc/inittab sed -i '52i #c1:12345:respawn:/sbin/agetty --noclear 38400 tty1 linux' /etc/inittab sed -i "53i c1:1235:respawn:/usr/bin/openvt -c 1 -f -e -- /bin/login -f $1" /etc/inittab echo -e "if [ -f ~/.profile ]; then . ~/.profile fi if [ -f ~/.bashrc ]; then . ~/.bashrc fi if [ -z \"\$DISPLAY\" ] && [ \"\$(tty)\" = /dev/tty1 ]; then exec startx fi" | tee /home/$1/.bash_profile
Freeradius 2.x.x - Monitoração
Instalar AWX (container) em CentOS 7
Nenhum comentário foi encontrado.
Novos apps de produtividade, avanços em IA e distros em ebulição agitam o universo Linux
Desktop Linux ganha novos apps enquanto IA invade o noticiário
Blender 5.0 Beta, Firefox 144 e avanço da IA dominam o dia no mundo Linux
Desktop Linux ganha fôlego enquanto distros refinam experiência e segurança
Wayland em alta, IA em debate e novos ventos para distros e devices
Como mudar o nome de dispositivos Bluetooth via linha de comando
Adicionando o repositório backports no Debian 13 Trixie
Baixar jogos Independentes para Ubuntu (3)
Linux x Plataformas de Trading - um problema (in-)solúvel? (4)
Erro ao fazer remaster usando Penguin eggs (4)