First commit syntax checker
This commit is contained in:
17
README.md
17
README.md
@ -375,7 +375,7 @@ You can describe the UI way to add new slaves but better to explain how to do in
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>How would you implement an option of a starting a build from a certain stage and not from the beginning?<summary><br><b>
|
||||
<summary>How would you implement an option of a starting a build from a certain stage and not from the beginning?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
##### Jenkins Dev
|
||||
@ -589,9 +589,11 @@ Stop the instance, the type of the instance to match the desired RAM and start t
|
||||
<summary>What is AWS WAF? Give an example of how it can used and describe what resources or services you can use it with</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What AWS VPN is usef for?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is the difference between Site-to-Site VPN and Client VPN?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
@ -927,7 +929,8 @@ As to fix it there are serveral options:
|
||||
3. You would look for your distro default $PATH variable, copy paste using method #1
|
||||
|
||||
Note: There are many ways of getting errors like this: if bash_profile or any configuration file of your interpreter was wrongly modified; causing erratics behaviours,
|
||||
permissions issues, bad compiled software (if you compiled it by yourself)... there is no answer that will be true 100% of the time.</b>
|
||||
permissions issues, bad compiled software (if you compiled it by yourself)... there is no answer that will be true 100% of the time.
|
||||
</b>
|
||||
</p>
|
||||
</details>
|
||||
|
||||
@ -1241,7 +1244,7 @@ execution or run forever
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What signal is used by default when you run 'kill <process id>'?</summary><br><b>
|
||||
<summary>What signal is used by default when you run 'kill *process id*'?</summary><br><b>
|
||||
<pre>
|
||||
The default signal is SIGTERM (15). This signal kills
|
||||
process gracefully which means it allows it to save current
|
||||
@ -1310,7 +1313,7 @@ You can also try closing/terminating the parent process. This will make the zomb
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Can you explain how network process/connection is established and how it's terminated?><br></b>
|
||||
<summary>Can you explain how network process/connection is established and how it's terminated?></summary><br></b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
@ -2299,7 +2302,7 @@ Setting the replicas to 0 will shut down the process. Now start it with `kubectl
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Explain recursion</summary<br><b>
|
||||
<summary>Explain recursion</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
@ -3130,7 +3133,7 @@ a = f()
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Can you implement Linked List in Python?<br><b>
|
||||
<summary>Can you implement Linked List in Python?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
@ -3962,7 +3965,7 @@ the pseudo table to retrieve the sum of the prices spent by each customer, then
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summmary>Describe in detail how you bring up an instance with an IP you can reach from outside the cloud</summary><br><b>
|
||||
<summary>Describe in detail how you bring up an instance with an IP you can reach from outside the cloud</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
|
Reference in New Issue
Block a user