Yeoman – command not found
Just execute following command: export PATH=/usr/local/share/npm/bin:$PATH
Just execute following command: export PATH=/usr/local/share/npm/bin:$PATH
http://omar.gy/how-i-ended-up-enjoying-javascript/?utm_source=javascriptweekly&utm_medium=email
First of all, please download “Remote Desktop” (Microsoft Remote Desktop Connection Client for Mac 2.1.1) from this website: http://www.microsoft.com/mac/downloads then open the “Remote Desktop Connection” app, and specify the IP address. When system will be loaded use the username and password to log in.
Just execute following command in your terminal (~ is the home directory): scp filename.txt username@hostname.org:~ Uploading directory with all files inside it: scp -r dirname username@hostname.org:~
Counting the number of words in file: cat file.txt | wc -w Searching the output for “uzza” word: cat big-file.txt | grep uzza Gzipping files: gzip some_file.txt Decompressing Gzipped files: gzip -d some_file.txt.gz Creating archive of directory: tar -cvf archive-name.tar some-dir c – creating new archive v – verbose f – we want to specify… Read More »
Installing: brew install tree Using: tree /some/dir Saving output of the tree command: tree > some_file.txt Appending content to existing file: tree >> data.txt
This presentation explains everything http://razorjack.net/quicksand/ Patterns without images: http://leaverou.me/css3patterns/
Use it if you need to detect browser features or add conditional script loading. http://www.modernizr.com/
This is a website-tool that analyzes the image file searching gradients and creates css rule for it. http://gradient-scanner.com/