Tag Archives: Tools

Connecting with Virtual Machines on Mac

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.

Useful commands

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 »

Gradient Scanner

This is a website-tool that analyzes the image file searching gradients and creates css rule for it. http://gradient-scanner.com/