Recently I came across the “Ops School Curriculum”, which has very interesting info about all the “operations engineer” stuff! Take a look:
http://www.opsschool.org/en/latest/introduction.html
Also, on
Recently I came across the “Ops School Curriculum”, which has very interesting info about all the “operations engineer” stuff! Take a look:
http://www.opsschool.org/en/latest/introduction.html
Also, on
Since the replace of strings with slashes is not a linear task with the sed, here’s a tip:
cat <Original_File> | sed “s%”string_to_replace”%final_string%g” > Destination_File
This website contains several network related subjects, very well explained.. Recommended!
http://howdoesinternetwork.com
Since I’ve had numerous issues fixing wordpress and apache permissions, either I will do a script myself or I would search the “inter web”-> that’s what
Just to start writing something… here’s my first post. Hello!