Difference between revisions of "Quick solve"

From DarkWiki
Jump to: navigation, search
(Created page with "==Introduction== This is a selection of problems that can be quickly solved. ===Ubuntu=== <code> sysctl net.ipv4.igmp_max_memberships </code>")
 
(Ubuntu)
Line 5: Line 5:
 
===Ubuntu===
 
===Ubuntu===
  
<code>
+
<code lang=bash>
 
sysctl net.ipv4.igmp_max_memberships
 
sysctl net.ipv4.igmp_max_memberships
 
</code>
 
</code>

Revision as of 06:05, 15 August 2018

Introduction

This is a selection of problems that can be quickly solved.

Ubuntu

sysctl net.ipv4.igmp_max_memberships