Recent Articles Changed
Bash Liste Des Attaques Ovh
Bash - Echo (Bultin Command)

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...

Bash Liste Des Attaques Ovh
Bash - Source - Built-in command

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...

Bash Liste Des Attaques Ovh
Bash - Test

Modified Friday 04-10 02:28

This page is : the built-in test command and the test framework The if test condition-true construct is the exact equivalent of if [ condition-true ] Test unit framework in Bash djui/bashunit kward/shunit2 ...

Card Puncher Data Processing
Python - virtualenv (Python Environment / venv)

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...

Jedit Jdiff Show Dual
Text - Diff (How to compare two files ?)

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...

Bash Liste Des Attaques Ovh
Bash - Export (Builtin command)

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...

Bash Liste Des Attaques Ovh
Bash - Declare (Variable declaration and attribute)

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...

Bash Liste Des Attaques Ovh
Bash - Enable, disable or print Builtin command

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...


Recent Articles Created
Card Puncher Data Processing
Ansible - Action Plugin Module Type

Created Friday 30-08 10:11

An Action Plugin is a type of module that: set up some values on the controller, (ie create a start state) then invoke an other module on the managed node that does something with these values.

Card Puncher Data Processing
Ansible - Ad-hoc command

Created Friday 30-08 10:11

Adhoc command are command executed as in the shell via ansible. You can therefore execute command on a whole cluster of server. This is because the default module of the ansible command line is command We define the servers in a ini inventory...

Card Puncher Data Processing
Ansible - ansible-playbook cli

Created Friday 30-08 10:11

You may get this problem when one of your file that defines ansible property has no content (ie is empty)

Card Puncher Data Processing
Ansible - ansible-pull

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...

Card Puncher Data Processing
Ansible - Ansible-vault

Created Friday 30-08 10:11

ansible-vault is a command line utility that permits to add/get sensitive data (file or property value) into an encrypted format called a vault Example of sensitive data: password private keys When running a playbook, Ansible finds: the sensitive...

Card Puncher Data Processing
Ansible - ansible.cfg

Created Friday 30-08 10:11

Card Puncher Data Processing
Ansible - Ansible command line

Created Friday 30-08 10:11

Ansible define and run a single playbook task against a set of hosts. Ansible “raw” module is a command line for executing commands in a quick and dirty way. The script module don’t even need Python installed. /usr/bin/ansible Running...

Card Puncher Data Processing
Ansible - Azure

Created Friday 30-08 10:11

in Azure ansible/ansible/blob/devel/contrib/inventory/azure_rm.iniazure_rm.ini config Then Command in all host of resourceGroup with the ansible cli The playbook Run ...


Data all the way

Always keep one hand firmly on data, Amos liked to say.

Data is what set psychology apart from philosophy, and physics from metaphysics.

Amos Tversky (The undoing project)
Data Warehouse Subsystem

Data Warehouse Subsystems

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 Warehouse Subsystems

Card Puncher Data Processing

Data Processing

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.

Data Processing

ENIAC, 1946

The first fully electronic digital computer

Eniac 1946

Table Recursion Rectangle

Data Modeling

Data Modeling is the translation of process into the world of data. The process is tricky but not insurmountable.

Data Modeling

Snowflake
Dimensional Data Modeling

Dimensional Data Modeling permits you to model a (hyper)cube and analyse a process through different perspective. You define dimensions, measures and metrics.

Dimensional Data Modeling

Most programs process some input to produce some output; that’s pretty much the definition of computing.

Function Home

Function

A Function is the basic block of all reusable code component. It is also becoming the central component of any serverless architecture.

Function

Knowledge isn't free. You have to pay attention.

Computing Division at the Department of the Treasury, mid 1920s

Computing Division At The Dept Of The Treasur 1920

Remington Rand Univac

Medieval Counting Table

Table / Relation

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 ?

Table

Education isn't something you can finish.

Richard Feynman
Task Runner