Skip to content
  • Home
  • Search
  • Tools
  • About
  • Terms of Service Agreement
  • Log In
  • Guest

WI-FI: REPEATERS/REPETIDORES

Posted on October 5, 2018April 11, 2020 By Andre Dias
hardware, network

WI-FI REPEATER – BASIC SETUP REPETIDOR WI-FI – CONFIGURAÇÃO BÁSICA REPETIDOR WI-FI – configuración básica TIP:   if you have already performed a previous configuration, then you need to reset the repeater. There is a button for that. DICA:   se já fez uma configuração e não deu certo, pra refazer é necessário antes resetar. Procura um botão … Read More “WI-FI: REPEATERS/REPETIDORES” »

FAQ: WORDPRESS PLUGINS ISSUES

Posted on September 9, 2018March 19, 2020 By Andre Dias
wordpress

#Notice: Undefined index: media_folder in PLUGIN: Enhanced Media Library PROBLEM: Notice: Undefined index: media_folder in /home/itstuff/public_html/wp-content/plugins/enhanced-media-library/enhanced-media-library.php on line 523 Notice: Undefined index: media_folder in /home/itstuff/public_html/wp-content/plugins/enhanced-media-library/enhanced-media-library.php on line 527 SOLUTION: Go to Settings, Media Settings and check the box “Folder”, as shown in the figure below: ENV: debian 7 php 5 September 10th, 2018    

WORDPRESS: HOW TO RESET YOUR PASSWORD IN A WORDPRESS SITE

Posted on September 9, 2018August 30, 2020 By Andre Dias
wordpress

  You’re gonna get an email in the same email box of the email that you supplied to be registered on the site. If you get more than two emails, use the most recent one.   In the email, you get your login in the “Username”. Click on the email’s link to be redirected to … Read More “WORDPRESS: HOW TO RESET YOUR PASSWORD IN A WORDPRESS SITE” »

WORDPRESS: COMO REINICIAR UMA SENHA NUM SITE WORDPRESS (PASSWORD RESET)

Posted on September 9, 2018March 19, 2020 By Andre Dias
wordpress

  Você receberá um email na mesma caixa postal do email você ofereceu para fazer seu login no site. Caso receba mais de um email, utilizar o email de “reset” mais recente.     No email, você encontra o seu login em “Username”. Clique no link do email, para ser redirecionado à página onde efeturá … Read More “WORDPRESS: COMO REINICIAR UMA SENHA NUM SITE WORDPRESS (PASSWORD RESET)” »

IT: TIPS – CHECKLIST FOR MYSERIOUS ISSUES

Posted on September 6, 2018March 19, 2020 By Andre Dias
techs

# 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” »

NOSQL: REDIS – ANOTATIONS

Posted on August 2, 2018March 19, 2020 By Leonardo Regis
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” »

GIT: MERGE ALTERNATIVES FOR MANY CONFLICTS

Posted on June 24, 2018August 30, 2020 By Andre Dias
versioning

#PRE-REQUISITES Make sure that your local repository is committed or stashed. If not, Git will complain, since it is basic versioning procedure. ALTERNATIVE#1 Suppose that your current branch is “feature/branch1”. Do: git commit -am “before merging” or if already committed you may mark this operation using: git commit –allow-empty -am”before merging operation with develop branch” … Read More “GIT: MERGE ALTERNATIVES FOR MANY CONFLICTS” »

GIT: RESOLVING .GITIGNORE ISSUE IN A MESSY PROJECT

Posted on June 16, 2018March 27, 2025 By Andre Dias
versioning

PROBLEM There many different .gitignore files into your project. The “.gitignore” seams not working at all. Your pull like commands comes with “ignored files”. SOLUTION Create a .gitignore pattern. Fix your repository’s .gitignore file into master, at least. Same to develop or another branch. After updating or merging your local stuff, check the .gitignore content. … Read More “GIT: RESOLVING .GITIGNORE ISSUE IN A MESSY PROJECT” »

MAVEN: EXCEPTION “FATAL ERROR COMPILING: INVALID TARGET RELEASE:…”

Posted on April 25, 2018March 19, 2020 By Andre Dias
java

>PROBLEM When running “mvn clean install” you get: Fatal error compiling: invalid target release: >SOLUTION Set JAVA_HOME envvar or include it into the script which runs maven. export JAVA_HOME=”/home/portables_d/jdk1.8.0_144″ >ENV linux/debian

MAVEN: FAILS TO LOAD SPRING REFERENCES

Posted on April 25, 2018March 19, 2020 By Andre Dias
java

  PROBLEM Maven fails to load spring references Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6 Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.6 Failure to transfer org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from http://maven.repository.redhat.com/ga/ … Read More “MAVEN: FAILS TO LOAD SPRING REFERENCES” »

Posts pagination

Previous 1 … 7 8 9 10 Next

Search

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Filter by Categories
angular
bootstrap
browser
computer science
container
data persistence
database
devops
editors
hardware
health
hosting
info
internet
it
java
javascript
network
node.js
play
protocol
security
self-help
selfhelp
server
services
soft
software engeneering
sql
support
Systems
techs
Uncategorized
versioning
web
web design
windows
wordpress

Recent Posts

  • Angular From Scratch Tutorial – Step 9: Modal
  • Angular From Scratch Tutorial – Step 8: Miscellany
  • Angular From Scratch Tutorial – Index
  • angular: Reading JSON files
  • NODE.JS: SEQUELIZE: MVC Project – 4TH STEP

Categories

  • angular (19)
  • bootstrap (6)
  • browser (4)
  • computer science (4)
  • container (1)
  • data persistence (2)
  • database (11)
  • devops (1)
  • editors (1)
  • hardware (4)
  • health (2)
  • hosting (1)
  • info (1)
  • internet (2)
  • it (1)
  • java (13)
  • javascript (32)
  • network (6)
  • node.js (1)
  • play (1)
  • protocol (1)
  • security (4)
  • self-help (1)
  • selfhelp (1)
  • server (2)
  • services (1)
  • soft (1)
  • software engeneering (1)
  • sql (1)
  • support (2)
  • Systems (1)
  • techs (3)
  • Uncategorized (2)
  • versioning (6)
  • web (1)
  • web design (5)
  • windows (3)
  • wordpress (4)

Copyright © 2025 .

Theme: Oceanly by ScriptsTown

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT