swillops.com
Editing your hosts file on a Mac - swillops.com
http://swillops.com/blog/editing-your-hosts-file-mac
Editing your hosts file on a Mac. Editing your hosts file on a Mac. This is a relatively common thing that I have to explain to clients. It is often difficult to walk someone through changing their hosts file on a Mac, so I figured I would share the way I do it. Type the following and hit Enter:. Sudo open -e /etc/hosts. This will open the hosts file in TextEdit. Make your changes and save…. August 12, 2010. Personal opinions of Will Stevens.
swillops.com
Back to blogging - swillops.com
http://swillops.com/blog/back-to-blogging
Technology changes to make blogging fun again. Software which I am using now. For more info on my current setup, check my Hugo on gh-pages. As a developer there are a few places where I feel completely comfortable; a text editor ( Sublime Text. In this case), the command line, and working with Git repositories. It makes so much more sense to me to use tools I love for managing my content rather than some web UI which just does not feel right. Host your website anywhere. Never worry about backups. So far ...
swillops.com
Redirect traffic from a Wordpress site - swillops.com
http://swillops.com/blog/redirect-traffic-wordpress-site
Redirect traffic from a Wordpress site. Redirect traffic from a wordpress site. A Wordpress site has deprecated and you want to redirect all of its traffic to a landing page on a new site. However, you want to explain why the site has been deprecated in the context of the old site. You should explain to the user why they are being redirected, so create a page on the old Wordpress site at some url, say: www.oldsite.com/we-moved. Now the redirect to the new site is working. To do this we modify the section...
swillops.com
Secure push and pull with git-http-backend - swillops.com
http://swillops.com/blog/secure-push-and-pull-git-http-backend
Secure push and pull with git-http-backend. Secure push and pull with git-http-backend. I am setting up a new repository machine for my code. I will be setting it up with Active Directory later on, but I figured my basic setup would be a good starting point for most people. My new repo box is on CentOS. I installed Git on my server from the EPEL. Repository. All the commands in this tutorial will be done from. I created a simple password file on my server using this command. You should be all set…. Insta...
swillops.com
SSH Lockdown - swillops.com
http://swillops.com/blog/ssh-lockdown
Secure your servers with SSH keys. I spend a lot of time SSHed into remote machines for work. After getting a couple machines hacked because I stupidly used short passwords, I started locking down my machines with the following mechanism and disabling username/password authentication. July 6, 2015. Manage and deploy Drupal code securely with Git, gitosis and Capistrano. Personal opinions of Will Stevens.
swillops.com
Delete a remote branch in Git - swillops.com
http://swillops.com/blog/delete-remote-branch-git
Delete a remote branch in Git. Delete a remote branch in Git. I run into this all the time. I am typing too fast when I push code to my remote repository and I make a typo that creates a new branch in my remote repository. Git push origin production:refs/heads/production. Git push origin production:ref/heads/production * [new branch] production - ref/heads/production. Git push origin :ref/heads/production. December 17, 2010. Git branches to manage third party app customization.
swillops.com
Git branches to manage third party app customization - swillops.com
http://swillops.com/blog/git-branches-manage-third-party-app-customization
Git branches to manage third party app customization. Take control of your customizations with this simple process. I have been using this technique to customize different types of third party projects for years. I originally wrote about it back in 2009 in this popular post. We will use Git to track both their changes and our changes. We will have two branches;. Will track their changes and. Will track our changes. We will never make any changes to the. Branch and then propagate it into our. Git checkout...
swillops.com
Deploy node.js on cloudfoundry.com - swillops.com
http://swillops.com/blog/deploy-nodejs-on-cloudfoundry
Deploy node.js on cloudfoundry.com. Deploy node.js on cloudfoundry.com. Instructions to create a simple node.js app called. And then upload and run it on cloudfoundry.com. In order to use cloudfoundry.com, you need to sign up. And have your account approved. Do that now because approval does not happen immediately. We will first get our node.js app working locally. Download and install the latest node.js. Change directory to where your code lives and then do:. Mkdir node app $ cd node app. Due to a bug.
swillops.com
Using a 1and1 git repository - swillops.com
http://swillops.com/blog/using-1and1-git-repository
Using a 1and1 git repository. Using a 1and1 git repository. On the 1and1 business accounts you can now use Git via SSH. Here is how…. Setup your master FTP password (which will be used for SSH). October 3, 2011. Git branches to manage third party app customization. Secure push and pull with git-http-backend. Delete a remote branch in Git. Manage and deploy Drupal code securely with Git, gitosis and Capistrano. Debian Rails Stack - NginX and Mongrel. Dead simple GIT install on Mac.
swillops.com
Blogs - swillops.com
http://swillops.com/blog
July 6, 2015. June 30, 2015. June 22, 2015. Git branches to manage third party app customization. December 26, 2012. Redirect traffic from a Wordpress site. July 11, 2012. Deploy node.js on cloudfoundry.com. December 14, 2011. Using a 1and1 git repository. October 3, 2011. Secure push and pull with git-http-backend. September 26, 2011. Delete a remote branch in Git. December 17, 2010. Editing your hosts file on a Mac. August 12, 2010. Apache, MySQL and PHP on Snow Leopard. May 19, 2010. January 20, 2010.
SOCIAL ENGAGEMENT