$$ \int_S x\,dy\,dz+y\,dz\,dx+z\,dx\,dy, $$ where $S=\{(x,y,z)\in \mathbb{R}^{3}: x^2+y^2+z^2=1\}.$
Please, I don't know how to proceed. I will be thankful if you give me any hint, at first I thought it was an application of the Stokes' Theorem, but the differentials confuse me D: Thanks!
The quickest way to do this is by using the Gauss-Ostrogradski theorem (which is just another name for Stokes' theorem in $\Bbb R^3$ - you have correctly guessed that this would lead to the solution): if $V$ is a 3-dimensional region, then
$$\int \limits _{\partial V} P \ \Bbb dy \Bbb dz + Q \ \Bbb dz \Bbb dx + R \ \Bbb dx \Bbb dy = \int \limits _V \left( \frac {\partial P} {\partial x} + \frac {\partial Q} {\partial y} + \frac {\partial R} {\partial z} \right) \Bbb d x \Bbb d y \Bbb d z .$$
Concretely, if $B = \{ (x,y,z) \in \Bbb R^3 \mid x^2 + y^2 + z^2 \le 1\}$, then $S = \partial B$ and
$$\int \limits _S x \ \Bbb dy \Bbb dz + y \ \Bbb dz\Bbb dx + z \ \Bbb dx \Bbb dy = \int \limits _B \left( \frac {\partial x} {\partial x} + \frac {\partial y} {\partial y} + \frac {\partial z} {\partial z} \right) \Bbb d x \Bbb d y \Bbb d z = 3 \text{vol } (B) = 4 \pi .$$
Of course, you can also do it using the definition of surface integrals of the second type, but this would require you to use a parametrization, to compute the coefficients of the metric and the formula of the outer unit normal in this parametrization and finally to perform an integral, which is way too long and tedious.