Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

list active services ubuntu

service --status-all | grep '[ + ]'
Comment

list inactive services ubuntu

service --status-all | grep '[ - ]'
Comment

PREVIOUS NEXT
Code Example
Shell :: wslconfig example 
Shell :: command to add a user to a group 
Shell :: show file format snowflake 
Shell :: pm2 show command 
Shell :: distutils.sysconfig install 
Shell :: find all .desktop files linux 
Shell :: /gi regex 
Shell :: isntall skimage 
Shell :: bash script to clean up log files 
Shell :: strapi run command 
Shell :: php install extension 
Shell :: git pull --tags origin main remote: Repository not found. 
Shell :: rpm extract 
Shell :: could not open lock file "/tmp/.s.PGSQL.5432.lock": Permission denied 
Shell :: git rm --cached 
Shell :: ubuntu kill service 
Shell :: tail journalctl last 100 lines 
Shell :: docker compose stop and start only specific 
Shell :: obs studio fedora 
Shell :: batch color escape character 
Shell :: shell remove file 
Shell :: zsh slow in git repo 
Shell :: open tar.Z files 
Shell :: android uninstall application adb 
Shell :: git clone permission denied 
Shell :: The application could not be installed: INSTALL_FAILED_CONFLICTING_PROVIDER 
Shell :: aws cli upload folder to s3 
Shell :: git add alias 
Shell :: git init command 
Shell :: how do I push a repo that says allready exists 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =