Skip to content

W3spoint

  • Questions
  • Web Stories
  • PlSql
  • Shell/Bash

Shell/Bash

Get branch from origin

January 30, 2022 by Adam

git fetch origin yourBranch

Categories Shell/Bash

Bash script: replace . with :

January 30, 2022 by Adam

echo [string] | sed “s/[original]/[target]/g”

Categories Shell/Bash

Linux permanent alias

January 30, 2022 by Adam

printf “%s\n” “alias shh=’sqlplus hfdora/[email protected]” >> ~/.bashrc source ~/.bashrc # For immediate effect #Another option: Add your alias to ~/.bashrc directly

Categories Shell/Bash

Poython opencv pip

January 30, 2022 by Adam

Basic package pip install opencv-python Full package pip install opencv-contrib-python

Categories Shell/Bash

Python opencv

January 30, 2022 by Adam

pip install opencv-python pip install opencv-contrib-python

Categories Shell/Bash

Get Git username and email

January 30, 2022 by Adam

git config –global user.name # Returns Your UserName. git config –global user.email # Returns Your Email

Categories Shell/Bash

Uninstall node js and npm ubuntu

January 30, 2022 by Adam

sudo apt-get purge –auto-remove nodejs

Categories Shell/Bash

Update google chrome command ubuntu

January 30, 2022 by Adam

sudo apt-get –only-upgrade install google-chrome-stable

Categories Shell/Bash

Error gyp ERR! stack Error: not found: make

January 30, 2022 by Adam

$ sudo apt-get install build-essential

Categories Shell/Bash

Update angular cli globally

January 30, 2022 by Adam

npm update @angular/cli -g

Categories Shell/Bash
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page14 Next →

Recent Posts

  • Test
  • Tutorial List
  • Create strapi app
  • Create a file with a given size in Linux
  • Ubuntu install yarn

powered by Advanced iFrame free. Get the Pro version on CodeCanyon.

powered by Advanced iFrame free. Get the Pro version on CodeCanyon.

powered by Advanced iFrame free. Get the Pro version on CodeCanyon.

Sitemap
© 2023 W3spoint • Built with GeneratePress