Skip to content

while (true) { }

notes from a developer, tutorials, how-to, ideas

Tag: bash

Posted on 26 September 201225 May 2018

[BASH] Create big file (custom) size

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]

Continue reading “[BASH] Create big file (custom) size”

Posted on 16 September 201224 May 2018

[OSX-SHELL] Get Memory Informations

A simple python script to get your RAM status faster on MAC OSx.

Continue reading “[OSX-SHELL] Get Memory Informations”

Posted on 16 December 201125 May 2018

[SHELL] Count lines of code in all files recursively

Here a unix command line script to count code lines for your project (or something else!).

Continue reading “[SHELL] Count lines of code in all files recursively”

Posted on 8 July 201025 May 2018

[Shell] Argument list too long

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:

Continue reading “[Shell] Argument list too long”


oʇɹ3qןɐFollow

oʇɹ3qןɐ
lupascaoʇɹ3qןɐ@lupasca·
9 Jan

[+9y ago 😅] #Arduino controlled stuffs using #iPhone 3GS via Web: https://youtu.be/Y_Cp_gWIBQ8 via @YouTube

Reply on Twitter 1348021876849836040Retweet on Twitter 13480218768498360401Like on Twitter 1348021876849836040Twitter 1348021876849836040
lupascaoʇɹ3qןɐ@lupasca·
3 Jan

#Unity3D - Snap object in editor grid https://www.albertopasca.it/whiletrue/unity3d-snap-object-in-editor-grid/

Reply on Twitter 1345659610112385025Retweet on Twitter 13456596101123850252Like on Twitter 1345659610112385025Twitter 1345659610112385025
Retweet on Twitteroʇɹ3qןɐ Retweeted
soonaorlaterSoona@soonaorlater·
22 Dec

Shot on iPhone 12

Reply on Twitter 1341269615519780875Retweet on Twitter 13412696155197808751208Like on Twitter 134126961551978087521774Twitter 1341269615519780875
Retweet on Twitteroʇɹ3qןɐ Retweeted
lordx64taha karim ז@lordx64·
16 Nov

Who remember this ? If you do, can we be friends?

Reply on Twitter 1328448860973395968Retweet on Twitter 1328448860973395968192Like on Twitter 13284488609733959682141Twitter 1328448860973395968
Retweet on Twitteroʇɹ3qןɐ Retweeted
gorelicsgorelics@gorelics·
27 Oct

Building a class-dump in 2020
https://derekselander.github.io/dsdump/

Reply on Twitter 1321002490247237634Retweet on Twitter 13210024902472376341Like on Twitter 13210024902472376344Twitter 1321002490247237634
Load More...

Recent Posts

  • Unity3D – Snap object in editor grid 3 January 2021
  • Swift – UIView gradient extension 7 December 2020
  • iOS – Data Leakage: App background cache 16 November 2020
  • Python – Draw “complex” shapes in Photoshop 12 November 2020
  • Swift – Push UIView animation 4 November 2020
  • Swift – Get app keyWindow 26 October 2020

Archives

Proudly powered by WordPress