Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

setup powershell profile

If profile already exists then 
notepad $PROFILE
else use the command below to create new profile
New-Item -Path $profile -Type File -Force
Comment

create powershell profile

# Creates profile if doesn't exist then edits it
if (!(Test-Path -Path $PROFILE)){ New-Item -Path $PROFILE -ItemType File } ; ise $PROFILE
Comment

PREVIOUS NEXT
Code Example
Shell :: install zabbix 
Shell :: way to specify single file in docker compose up 
Shell :: install bottle 
Shell :: Switching the namespaces using kubectl commands 
Shell :: open terminal in current folder windows 
Shell :: self documenting makefile 
Shell :: how to exclude .ide directory in gitignore 
Shell :: how to download gnome screensaver on linux 
Shell :: how to search in git bash 
Shell :: !g how to uninstall tor linux installed from source code 
Shell :: psneuter download 
Shell :: view lubuntu-desktop from another computer 
Shell :: i wrongly deleted code , can i retrieve through git command 
Shell :: manueldeveloper github 
Shell :: rolyn is missing after retrieve from source control 
Php :: ajax add edit delete records in database using php 
Php :: php string to uppwe 
Php :: wordpress base theme child url 
Php :: laravel project htaccess redirect to public path 
Php :: typo3 inline if 
Php :: remove word from string php 
Php :: Call to undefined method JeroenNotenLaravelAdminLteHelpersMenuItemHelper::isSearchBar( 
Php :: php time script 
Php :: storage image not showing in laravel 
Php :: get id user login laravel 
Php :: laravel description substring 
Php :: specified key was too long; max key length is 767 bytes (s 
Php :: php remove non numeric 
Php :: php random string generator 
Php :: laravel redirect external url 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =