Pre -Requisites Linux Machine (I’m using Ubuntu 18.04) Python 3 + PIP3 ( + Know what environments are and how to use it) VSCode Create a file named setup-1.sh and paste the code below: # Python3 sudo apt-get install python3 Read More …
Tensorflow 2.0: Installation and first “Hello-World”
This is the first of several examples that i’ll share with you. In this example you’ll learn how to prepare your environment in order to work wth tensorflow, and also, we will predict a value taking into account a collection Read More …
MongoDb Hacked !!!
Today, i was testing my current project, and realized that there was a problem with my database. After reviewing it, i found a message asking me to send some bitcoins !!! Your Database is downloaded and backed up on our Read More …
Ubuntu 16.04: Docker container cannot allocate memory
Yesterday i faced a problem trying to access one of my web pages in my server (At that time, no monitoring service had been installed in the server). I was trying to access my Blog, but i was getting 503 Read More …
Borescope Inspection for CF6-50 Engines
[Note: The image is only for reference of an Aircraft Turbine Engine] Looking in my old files, i have found an old powerpoint’s instructive, about aircraft’s engines borescope inspection. This presentation was prepared by my colleague John Paez and was Read More …
Error 500: How to Troubleshoot it from Server Side (NGINX)?
“500 Internal Server ErrorA generic error message, given when an unexpected condition was encountered and no more specific message is suitable.” If you are a PHP programmer, working with some “framework”, as minimum once time in your life, you’ve had Read More …
DataTables in Server Side Mode (Advanced Filter with Apps Script)
Today i will explain how to avoid high Memory Usage using DataTables in Server-Side Processing Mode. Also, we will add an Advanced Filter This Post is similar to my other one named “DataTables in Server Side Mode (Advanced Filter with Read More …
DataTables in Server Side Mode (Advanced Filter with PHP)
Today i will explain how to avoid high Memory Usage using DataTables in Server-Side Processing Mode. Also, we will add an Advanced Filter. Server-side processing There are times when reading data from the DOM is simply too slow or unwieldy, Read More …
Google Apps Script from external IDE (using Docker on Windows)
Why to use an external IDE ? The built-in script editor offers minimal source control options, bare-bones search functionality, and a text editor that will get the job done but lacks quality-of-life features like automatic closing parenthesis insertion and simultaneous Read More …