You are here |
techtldr.com | ||
| | | |
howtolamp.com
|
|
| | | | Here we will learn the difference between a Login shell and Non login shell. The shell program, for example Bash, uses a collection of startup scripts ... | |
| | | |
blog.nuculabs.de
|
|
| | | | Hello, This challenge is not that hard but it's quite confusing. To solve this challenge very quickly all you have to do is patch it in 2 places and then run it with different arguments until the flags get's spiten out. Here's a sample script that runs the binary 100 times with arguments from 1 to 100 [code language="bash"] printf 'start\n' for i in {1..100} do printf "$i " ./program "$i" | xxd -r -p printf '\n' done printf '\nend\n' [/code] | |
| | | |
yasha.solutions
|
|
| | | | Bourne Again Shell is born again :) Pure Bash Bible Open source book on pure bash solutions. Link on Github: Pure Bash Bible ShellCheck Finds bugs in your shell scripts A linter for bash scripts https://www.shellcheck.net/ Bash Guide - Best Practices Because you don't want people to bash your work wink Bash Guide: Best Practices Bash Pitfall The pitfall guide for bash is really good. | |
| | | |
www.java-tv.com
|
|
| | This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable. |