Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to make apache2 not autorestat when startup

# disable autostart
sudo update-rc.d apache2 disable

# enable autostart
sudo update-rc.d apache2 enable

# remove / uninstall
sudo update-rc.d -f  apache2 remove
Comment

PREVIOUS NEXT
Code Example
Shell :: bash print fields that begin with string 
Shell :: docker install ubuntu 
Shell :: apt install youtube-dl 
Shell :: crontab timestamp 
Shell :: git remove from staging 
Shell :: using screen in wsl 
Shell :: purge opencv ubuntu 20.04 
Shell :: mkdir -p exemple 
Shell :: xfce apt install xfce4-xkb-plugin 
Shell :: how to finish feature branch without deleting 
Shell :: got push SSH 
Shell :: manjaro network driver installed but not working 
Shell :: how to install very good cli for flutter 
Shell :: grant user root permissions oracle linux 
Shell :: non-docker root 
Shell :: git diff no context 
Shell :: open new terminal window with applescript 
Shell :: bash sleep 
Shell :: awk csv to column 
Shell :: linux find file 
Shell :: windows cmd shortcut that always opens as administrator 
Shell :: where do you install composer 
Shell :: zsh wait for user input 
Shell :: dpkg: command not found 
Shell :: bash remove directory recursively locally and git 
Shell :: turn on wiregurad ubuntu 
Shell :: which path of executable powershell 
Shell :: delete history linux range 
Shell :: start with git and github 
Shell :: error: snap "gimp" has "install-snap" change in progress 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =