multiple apt repos the list of apt sources is rather short and secure. If you want to install phpmyadmin or autossh or number of other packages which are not supported in main sources list, you should adjust the sources list. If you want to learn about cybersecurity we suggest you to visit this website sapphire.net
ARCHIVE

Posted on January 31 2021 / in Crypto
Waiting to enter the Stake network on elrond can be confusing. Here you will find on which rank you are to access the staking I have not found out yet how much positions does the list move per week, but I will update this post

Posted on January 27 2021 / in Javascript
your favorite editor should support regex find and replace enter in find enter in replace
Posted on December 1 2020
You will have to edit the template accessible from the MAMP PRO > File > Edit Template > Nginx you should add location /wp { index index.php; try_files $uri $uri/ /wp/index.php?$args; } under the server which interests you you can also place it under your location/ for multiple installations location / { try_files $uri $uri/

Posted on November 3 2020
search: \$(.*?)( |}|;) replace var(--$1)$2

Posted on October 27 2020 / in Tips
zip a directory without .git and node_modules you can type this in Terminal cd TARGET_PATH/ zip -r dzs-wootable.zip ./dzs-wootable -x "**/node_modules/*" "*.git*"
Posted on October 12 2020
go to the directory you want to setup these, open a Terminal and write npm init enter provided details install Babel and optional presets npm i --save-dev @babel/core@^7 @babel/preset-env@^7 @babel/preset-react@^7 babel-loader@^8 install Webpack npm i --save-dev webpack@^5 webpack-cli@^3 webpack-dev-server@^3 install Loaderss npm i --save-dev node-sass@^4 css-loader@^5 raw-loader@^4 sass-loader@^10 style-loader@^2
Recent Comments