AutoLogin Slackware Current - Init 3
Publicado por Mauricio Ferrari (última atualização em 23/04/2021)
[ Hits: 2.722 ]
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
Script que tira um screen shoot da tela e salva em um
Instalador do pacote ubuntu-restricted-extras
Nenhum comentário foi encontrado.
LazyDocker – Interface de Usuário em Tempo Real para o Docker
Instalando COSMIC no Linux Mint
Turbinando o Linux Mint: o poder das Nemo Actions
Inteligência Artificial no desenvolvimento de software: quando começar a usar?
Habilitando clipboard manager no ambiente COSMIC
A compatibilidade do LibreOffice com o Microsoft Office
Colocando hotcorner no COSMIC para exibir "workspaces"









