Home
Curso Pentaho Community Edition 5.0 ETL Student Lab Book V1.0 Posted in Etl • 193 read Share files using SMB samba on linux Posted in Linux • 4435 read stdout and stderr in devops Posted in Java • 3906 read Detecting executables in linux Posted in Devops • 3668 read
Click para ver el libro https://issuu.com/jrichardsz/docs/curso_pentaho_community_edition_5.0 Read more...
Install You need to install samba server: sudo apt-get install samba samba-common Users List linux users : cut -d: -f1 /etc/passwd This should contain the user you use to login in your computer. In my case is tachikoma. Prepare shared... Read more...
Exit status Check this post to learn about exit status : https://jrichardsz.github.io/linux/exit-status-of-a-command sdout stderr This is well known as standard output. Do you remember this in c++ ? : cout >> "Hello worl c++"; Or in java : System.out.println("Hello world... Read more...
In other post I will show you how Status Check this post to learn about exit status : https://jrichardsz.github.io/linux/exit-status-of-a-command sdout stderr Check this post to learn about exit status : https://jrichardsz.github.io/java/stdout-stderr-in-devops sudo Now is the turn of sudo. Almost all... Read more...