Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

deactivate login ubuntu server

sudo systemctl edit getty@tty1.service

This will the create a drop-in file (if neccessary) and open it an editor. Add the following, replacing myusername with your user name:

[Service]
ExecStart=
ExecStart=-/sbin/agetty --noissue --autologin myusername %I $TERM
Type=idle

Comment

PREVIOUS NEXT
Code Example
Shell :: create new file and copy from another file in powershell 
Shell :: powershell free disk space percentage all server liste 
Shell :: ppa user or team does not exist 
Shell :: python rioxarray install 
Shell :: auto finish zsh 
Shell :: ssh to a machine and run a command 
Shell :: git rebase branch to master 
Shell :: awk csv rows to column 
Shell :: task manager opera browser 
Shell :: libodbc1 2.3.7 ubuntu 
Shell :: install wsl using this powershell script 
Shell :: how to calculate duration of time in shell script 
Shell :: wsl2 with cisco anyconnect 
Shell :: git create new repository 
Shell :: npm typeahead bootstrap 
Shell :: uninstall couchbase 
Shell :: sublimetext 
Shell :: sh how to not store a command in history 
Shell :: how to check if automatic system updates are working on fedora 
Shell :: yum repository 
Shell :: install nixos mac m1 
Shell :: how to add code lines in github editor 
Shell :: mv file linux 
Shell :: shell add thousands separator in a number 
Shell :: print statement in bashrc 
Shell :: mongodb install issues 
Shell :: ignore .idea in gitignore 
Shell :: viewing ubuntu desktop from windows in the same network 
Shell :: cli50 installation 
Shell :: aws cli cloudformation list stacks 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =