How to find out which package contains certain file in Ubuntu/Debian
Debian, Ubuntu and derivatives We’ll use apt-file. First install it. Update its database And now search for a specific file.
Debian, Ubuntu and derivatives We’ll use apt-file. First install it. Update its database And now search for a specific file.
AllGirlsIfAtLeastOneGirl In [6]: from scipy.stats import binom, uniform import numpy as np #sample from a binomial distribution #Model: Urn with balls of 2 colors. Draw a ball n times with replacement
You need a flow probe, a program that can create flows. The flows are sent to a flow collector, a program that – guess what – collects flows. Here, I’ll
https://gist.github.com/sallos-cyber/92bc3666b6228925c5798dc296171ab3#file-birthdayexample-ipynb BirthdayExample How large is the probability that there are at least two people in a group of k people whose birthday is on the same day? Thus, the event
Goal is to read about kafka and the kafka streaming. Do I have kafka installed here? No, but on the VirtualMachine on the disk But much nicer would be to
https://gist.github.com/sallos-cyber/c57d616a1dab051b4d57e70d36fb920b#file-binomialdistributionexample-ipynb BinomialDistributionExample In [1]: from scipy.stats import binom import matplotlib.pyplot as plt # experiment: 10 balls, 7 are white and 3 black # we pick a ball 10 times with replacement