Modified Saturday 05-10 00:54
Echo in bash. Echo accepts an argument (a literal string or a variable) as standard input, and echoes it back to the terminal as standard output. In Bash, it's available as: the builtin bash command or the echo gnu utility if you give the full...
Modified Saturday 05-10 00:50
source is a built-in command that executes a script with the namespace scope of the caller. The point . is an alias. It will: read and execute commands from filename in the current shell environment return the exit status of the last command executed...
Modified Friday 04-10 10:26
Python Virtual Environments allow Python packages to be installed in an isolated location for a particular project, rather than being installed globally. By default (without virtual environment), all package are installed by default in the same default...
Modified Friday 04-10 08:04
One of the most that you have to perform when you work in a migration of in a concurrent development environment is to check the difference between two text files. See Diff The Git merge conflict resolution markings is a series of search/replace...
Modified Thursday 03-10 07:42
The supplied names (variable or function) are marked for automatic export to the environment of subsequently executed commands. They are made available to all other command execution (script, ...). You can see them with the env command. declaringx...
Modified Thursday 03-10 07:37
Declare variables and/or give them attributes. where: names: If no names are given then display the values of variables. p will display the attributes and values of each name. When -p is used, additional options are ignored. F option inhibits...
Modified Thursday 03-10 07:33
Enable, disable and print builtin shell commands. -n disable the name; otherwise, names are by default enabled. -f means to load the new builtin command name from shared object filename, on systems that support dynamic loading. -d will delete...
Created Friday 30-08 10:11
ansible-pull is command line client that runs playbook in a pull way (ie on the localhost) whereas ansible-playbook will run them in a push way. It is a small script that will checkout a repo of configuration instructions from git, and then run ansible-playbook...
Always keep one hand firmly on data, Amos liked to say.
Data is what set psychology apart from philosophy, and physics from metaphysics.
Developing a data warehouse means assembling a lot of subsystems in order to create a whole and coherent data application.
Discovers the 34 Kimball Subsystems and drill down to discover them
Data processing has changed a lot since 1940 :) and luckily, we are not using punch card anymore.
Stream processing is becoming the norm in data integration task while batch processing stays the king in data analysis.
ENIAC, 1946The first fully electronic digital computer
Dimensional Data Modeling permits you to model a (hyper)cube and analyse a process through different perspective. You define dimensions, measures and metrics.
Most programs process some input to produce some output; that’s pretty much the definition of computing.
A Function is the basic block of all reusable code component. It is also becoming the central component of any serverless architecture.
Knowledge isn't free. You have to pay attention.
The table format (known also as a relation) is the most important data structure used in data analysis. Did you know that its name originate from the medieval counting table ?
Education isn't something you can finish.