!
on the end! ๐คฃ Remember !
is valid in URI(s) ๐
MaxCacheTTL
or MaxCacheItems
... This serves two purposes:\n\n* Keeps pod's memory utilisation at a steady constant depending on no. of active pod users.\n* Provides a minimal "plausible deniability" in that Twts do not remain hanging around permanently._
unshare
chroot
only gives you an isolated root file system view. It does nothing to isolate the process or sandbox it, etc. I would use unshare
+ chroot
.
276
to 576
to be honest. That's what I've been running on my pod for quite a while now. Seems to be a happy medium.
[1โ2]
just go increase your pod's MaxTwtLength
either in Settings -> Pod Management or the equivalent CLI/ENV flags :)
unshare
?
ss
replaces netstat
and ip
replaces both ifconfig
and route
ip
or ifconfig
, fear now! You can view the network topology of the Kernel by just doing:\n\n\ncat /proc/net/fib_trie\n
\n\n๐ฒ #Linux #Tips