 
      
    | You are here | zwischenzugs.com | ||
| | | | | www.joshstaiger.org | |
| | | | | 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 | |
| | | | | ||
| | | | | bosker.wordpress.com | |
| | | | | 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 | |
| | | 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 ... | ||