Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

xampp aliases

# File: httpd.conf (original)
<Directory "C:/MyFolder/Projects">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Require all granted
</Directory>

Alias /projects "C:/MyFolder/Projects"
Comment

PREVIOUS NEXT
Code Example
Shell :: git clone vs add remote 
Shell :: git update branch from master 
Shell :: bash script creation 
Shell :: filter match in line sed 
Shell :: magento install with composer 
Shell :: crontab edit 
Shell :: cs50 docs 
Shell :: how to cd into a directory with jenkins pipeline 
Shell :: how to uninstall app from android phone programmatically 
Shell :: check on cmd all installed version 
Shell :: install ripgrep windows 
Shell :: kubectl patch annotation 
Shell :: windows xp enable remote desktop cmd 
Shell :: sbatch cancel job 
Shell :: ubuntu delete all virtual hosts 
Shell :: how to customize zsh 
Shell :: github checkout 
Shell :: kali linux nit signing in 
Shell :: how to kill process in linux 
Shell :: bash list files for user 
Shell :: Bash test if variable is a number 
Shell :: how to compress files in powershell 
Shell :: nano show line numbers 
Shell :: Do you need to install EsLint after intalling the extension 
Shell :: rmdir multiple directories 
Shell :: $(cat <<EOF 
Shell :: Deploy to AWS Terraform and Gitlab 
Shell :: append newline to file 
Shell :: git cherry pick parts of a commit 
Shell :: get files with name linux 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =