# THINGS TO REMEMBER WHEN YOU’RE IN MYSTERIOUS ISSUES #PASSWORD AND SPECIAL CHARS Suppose the following scenarios: Oracle rejects your password. ssmt command rejects connection to the email server Check if the password has special characters. For instance, oracle’s login fails if the password has ‘@’ char. If running ssmt, like this: echo “Subject: hello” … Read More “IT: TIPS – CHECKLIST FOR MYSERIOUS ISSUES” »
Category: techs
Basic concepts: -key-value store -NoSql -Values with expiration/ good for security Commands (=> indicates the return expected) SET server:name “fido” – store based into a key SETNX – store if not exists values EXPIRE resource:lock 120 – set a value to exists only for some defined time TTL resource:lock 113 – gets the last duration … Read More “NOSQL: REDIS – ANOTATIONS” »
Target This page is intended to point to interesting techs to help on daily tasks. You may suggest using “comment”. BROWSER BrowserOpener: Open links with different browsers according to rules CODING Code.xyz The online code editor for building APIs in a single click. DEMO CODOTA – JAVA AUTOCOMPLETION PLUS AI www.codata.com DATABASE panoply – on-line … Read More “INFO: TIPS” »