Displaying 1 - 20 of 85
… Rolled a SphinxQL Docker container Submitted by John Locke on Fri, 05/19/2017 - … To get the site to even load, I bundled up Sphinx in a Docker container, and copied over the configurations, …
… containers. On our production servers, we have kept Nginx, Postfix, and DNSMasq outside the containers and installed … entry and then everything worked fine. We also run a local Postfix instance on the host that relays mail to our mail … containers. On our production servers, we have kept Nginx, Postfix, and DNSMasq outside the containers and installed …
… to a new point release of Drupal means merging the new tag into our branch. Then we've written a script to update … and the development copy on develop. And it created a git tag for the particular release. On production, we have … back to development and re-roll the release. git log/git tag -- identify the current state of the code base -- should …
… automation using the Drupal #AI module -- automatically tag your articles. With the AI module, its AI Automators … integrations, the great thing is you can easily edit the tags later if you want to highlight something specific, or if …
… number of other common applications (SSH, Awstats, Postfix - outgoing mail server configuration) b. Server … number of other common applications (SSH, Awstats, Postfix - outgoing mail server configuration) b. Server …
… at computing@freelock.com or call us at (206) 577-0540! Industry Business E-Commerce Software Amazon Cloud Drupal …
… files for security reasons. Switching between trunk and a tag So far so good. We have the basics of an application set … Simple. Just check it out: cd public_html/dojo git tag # shows you a list of available tags git checkout … with your changes. Also note that when you check out a tag, you don't necessarily get a tracking branch, so don't …
… | grep "search\?" | awk '{print $1}' | sort | uniq -c | sort -n ... that command will … be leading to a "slow" attack I'm seeing in the logs), printing the first field of the log (which is the source IP … | grep "search\?" | awk '{print $1}' | sort | uniq -c | sort -n ... that command will …
… on master is if we have to roll back to a previous release tag, if something truly went wrong. Staging is where things … Next it's a matter of doing the production deployment: Tag current production code commit Back up current production …
… Once the dev site is updated, we create a new release tag and push it into our central git repository, where … regular backups of the files. We do a final snapshot/tag of the production code base, then pull down the new … Once the dev site is updated, we create a new release tag and push it into our central git repository, where …
… web interface. Sounds great, right? Not when DevOps enters the picture. DevOps vs Hand Built Control panels are great for learning …
… able to identify several big wins, such as: setup meta tag module, disabling php filters, fixing staff directory … able to identify several big wins, such as: setup meta tag module, disabling php filters, fixing staff directory …
… - https://github.com/freelock/home-manager . With Nix and git installed, this is a very quick/easy thing to do. Here's the gist, will explain each part below: git clone https://github.com/freelock/home-manager cd … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …
… spammy messages, and for mail that gets through, tag it with a SpamAssassin score so that mail delivery agents … spammy messages, and for mail that gets through, tag it with a SpamAssassin score so that mail delivery agents …
… From the code above, you can see we have a paragraph tag and JavaScript code. The role of the JavaScript code is … of the current user's open tab, and create a new tag (if you want). This is a dangerous tool, so if it falls … From the code above, you can see we have a paragraph tag and JavaScript code. The role of the JavaScript code is …
… How URLs work in Drupal Submitted by John Locke on Mon, 02/22/2010 - … <em> <strong> <blockquote cite> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h1> <h2 id> <h3 id> <h4 id> <h5 …
… you would expect it to. Comments. I've left Drupal's core comment system on, which provides a handy place to log things … Was it the overall complexity and learning curve? Thanks. Reply Submitted by John Locke on Thu, 06/07/2012 - 15:41 In …
… folder, which everyone now has -- with a brand new spam filter in place, it's still learning what is spam and what is … drag it back to your Inbox, which should train the spam filter to not catch that in the future. Otherwise, let us …
… rules coming out regularly. We have SpamAssassin set to tag all messages, and reject those that have a score higher … rules coming out regularly. We have SpamAssassin set to tag all messages, and reject those that have a score higher …
… in many cases these end up involving some custom work. Infinite Scrolling is one of my favorite user-side … which loads just a few cards at first, and as you scroll down, more cards load and you may never reach the …