Exiting folder '/home/user/test/bar' will be linked to new folder '/home/user/test/askubuntu/foo'. Folder 'foo' should not exist
ln -s /home/user/test/bar /home/user/test/askubuntu/foo
## Tolerance Calculator: Privacy policy | |
Welcome to Tolerance Calculator app! | |
This app does not require login and it does not collect personal data. | |
Yours sincerely, | |
Surflogic Team |
.bullet-point-hollow { | |
height: 10px; | |
width: 10px; | |
border-radius: 10px; | |
border: 1px solid #02838d; | |
background-color: white; | |
position: absolute; | |
top: 8px; | |
left: -17px; | |
} |
Exiting folder '/home/user/test/bar' will be linked to new folder '/home/user/test/askubuntu/foo'. Folder 'foo' should not exist
ln -s /home/user/test/bar /home/user/test/askubuntu/foo
Remove the 3 lines below if they're there, or comment them out with -- :
At the start:
-- SET @@SESSION.SQL_LOG_BIN= 0;
-- SET @@GLOBAL.GTID_PURGED=/*!80000 '+'*/ '';
At the end:
choco install -y nodejs
choco install -y microsoft-openjdk17
keytool -genkeypair -alias upload -keyalg RSA -keysize 2048 -validity 9125 -keystore keystore.jks
keytool -export -rfc -alias upload -file upload_certificate.pem -keystore keystore.jks
### Regex Cheet Sheet | |
. - any character except new line | |
\d - digit (0-9) | |
\D - Not a digit (0-9) | |
\w - word character (a-z, A-Z, 0-9, _) | |
\W - Not a word character | |
\s - whitespace (space, tab, newline) | |
\S - non whitespace (space, tab, newline) |