This create a 15Mb file. For any use.
[code lang=”bash” autolinks=”false” collapse=”false” firstline=”1″ gutter=”true” htmlscript=”false” light=”false” padlinenumbers=”false” smarttabs=”true” tabsize=”4″ toolbar=”false”]dd if=/dev/random of=BigFile.dat bs=1500000 count=10[/code]
Read More
A simple python script to get your RAM status faster on MAC OSx.
Read More
Here a unix command line script to count code lines for your project (or something else!).
Read More
As a Linux user, you may have to get the following error:
bash: /bin/rm: Argument list too long
There are a lot of methods to resolve this issue, but I use this stupid and simple one:
Read More