Explore >> Select a destination


You are here

zwischenzugs.com
| | www.joshstaiger.org
13.2 parsecs away

Travel
| | What is the difference between .bash_profile and .bashrc? An explaination of why each exists, and when to use one or the other.
| | kdheepak.com
11.5 parsecs away

Travel
| |
| | bosker.wordpress.com
11.8 parsecs away

Travel
| | Calling all bash users. This is a public service announcement. Heres something you need to know if you want to write bash scripts that work reliably, but you probably dont. Recommendations For script authors: Every bash script that uses the cd command with a relative path needs to call unset CDPATH, or else it may
| | arnorhs.dev
113.4 parsecs away

Travel
| I've been doing some Wordpress development for the last year or so. A few client projects, some personal etc. A common chore that I find myself doing is developing the sites on one server and then moving them to the next. Very often I'll be developing on a virtual machine instance on my local machine and then placing the files online later. Just copying the files and exporting and importing the database will not do, so there are a few extra steps you need to take to do this successfully. So the best way ...