Aanpassen hosts file Mac OSX

Wanneer u bezig bent met het verhuizen van uw website en u nog niet de dns hebt aangepast kunt u de nieuwe site niet bereiken onder de domeinnaam. De dns wijst immers nog steeds naar de oude locatie. We kunnen hier gebruik maken van het hosts file dat op zowel unix (gebaseerde) systemen linux, freebsd, … Lees verder

Remove unwanted files

Open the terminal and navigate to the desired folder for cleaning up process: find . -name \.DS_Store -exec rm -rf {} \; find . -name \_notes -exec rm -rf {} \;

List all files and folders in a certain directory with Terminal

ALL files and ALL folders For a text file of ALL files and Folders in your Home Directory, In Terminal, enter: find ~ -print | sed -e ‘s;[^/]*/;|—>;g;s;—>|; |;g’ > ~/Desktop/Tree.txt To direct to a specific Folder, replace ~ with the Directory (i.e. find ~/Documents): find ~/Documents -print | sed -e ‘s;[^/]*/;|—>;g;s;—>|; |;g’ > ~/Desktop/Tree.txt … Lees verder

How to restore your back-up on Sony Ericsson Xperia 10 with Gingerbread (Android 2.3.3)

Screenshot Sony Ericsson X10 Gingerbread

Having trouble restoring your back-up data … … done with ‘Back-up and Restore’ on your Sony Ericsson Xperia 10 (version 2.1) after upgrading to Gingerbread (version 2.3.3) ? Download the file ‘Backup and restore v010935.apk (1,5Mb)‘ and save it to your SD-card (thanx a lot Ahmad) Download the app ‘appInstaller by Gregory House’ from the … Lees verder