Quantcast
Channel: Serbian Tech » shell
Browsing all 3 articles
Browse latest View live

Shell script to create RAMDisk on Mac OS X.

Are you often compiling things, and or encoding ? Have enough memory ? Have enough memory to spare as a RAMDisk ? Here’s a shell script you can use to create and or delete a RAMDisk. #!/bin/bash ARGS=2...

View Article



Detect number of CPU Cores in shell script – Mac Os X (Snow Leopard)

If you ever need to detect number of CPU cores, number of CPU’s installed in your Mac with a shell script, this is a very good method for it : Number of Cores :/usr/sbin/system_profiler -detailLevel...

View Article

Random Password generator in bash shell

Need a quick way to generate random password ? Here’s a nice shell script to generate random password in bash. I use this script really often. Download randpass. Remember to remove the .txt extension...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images