Linux no httpd folder# code example
Example 1: disable eslint directory
// to disable the whole folder or multiple files,
// you can create a file .eslintignore
// and fill it similarly to .gitignore
Example 2: no ip linux
Get new ip from DHCP (If not working, check your connection to router)
//Release ip
sudo dhclient -r [Interface name](optional)
//Renew ip
sudo dhclient [Interface name](optional)