Search Content

Displaying 1 - 20 of 140

… John Locke on Mon, 01/30/2006 - 01:04 A highly technical article that's a great how-to for setting up remote … prevent automated spam submissions. … A highly technical article that's a great how-to for setting up remote …

… Submitted by Guest (not verified) on Fri, 08/13/2010 - 10:44 Permalink brilliant workaround That's a brilliant …

… and quarterly for up to 6 quarters. We can restore files from any of these snapshots, making it possible to … deleted months ago. Our capacity is limited, however, to sites under 20GB. Backup hosting is included with a Freelock-hosted site. This product is an add-on meant to be a secondary …

… and tablets The Essential Marketing Tools Social Media block Social Media sharing XML Sitemap, for SEO RFP/Lead … (or ask us ,  for assistance): Registered domain name Logo files Background graphic for website (optional) Color Palette … who will assume the responsibilities for maintaining your site’s content. If transitioning from an existing CMS, Admin …

… my index.js file, I required these libraries, as well as Node.js's filesystem library: #!/usr/bin/env node const program = require('commander'); const fs = …

… was there before. When I look through our portfolio of sites, most of them use tons of CSS to style all the various … the vast majority of customizations have happened in SASS files we compile to CSS. This time, we're flipping that. … the overall defaults first, along with base styles. Add default colors, font families, and typography size to the …

… Worst case scenario: Protecting files when you lose your computer Submitted by John Locke on … files you've copied (securely, I hope!) from any company file share. If you're responsible for keeping any of that … it unencrypted on a laptop hard drive, especially not in public places. For all you employees carrying laptops owned …

… 13:12 New versions of Drupal core dropped today, to fix a file handling issue. After assessing the patches, statements, … flaw takes two things: The ability to upload a malicious file with "PHAR" encoding embedded -- note this could masquerade as an otherwise innocent file such as a graphics file The ability to pass a file path …

… Drupal site, we get around this by using operating system file ownership privileges to make sure that everywhere the web server can possibly create a file, that file cannot be run as a program. This limits the potential …

… with their existing CSV exports, and one of them is a file that provides up to 5 pricebreaks for each project. … Here's what the data looks like in the source CSV file: ... This file has other pricing data, for customer-specific pricing, …

… cases where a slow URL is targeted. Today one of our sites had high load alerts. Here's how I handled it: Check to … directive: map $http_user_agent $limit_bot { default ""; ~*(Bytespider) $http_user_agent; } limit_req_zone … another file in /etc/nginx/includes/limit_search.conf . Files in includes need to be explicitly included to take …

… embedded media management. And we had not set up the "File type File Display" setting to load YouTube videos. So that's all …

… up in a matter of minutes on brand new hardware, and a file-based backup of everything on the server on our backup … in our office. For development sites, we have the same file-based backup server in house, and we mirror all our data … of disk space -- and keep particular snapshots of every file on every server for up to 16 months. Without a …

… versions of KeePass, a 1.x and a 2.x version, and the file format has changed. So first make sure that you get … keep track of all your passwords in a single encrypted file, which you need to decrypt whenever you want to use it. … password manager, but you can also load from a CSV file if you want to get organized in Excel. Be sure to delete …

… message) return True Next, the Reactor Yaml file, /srv/reactor/notify-changes.sls: notify-changes: … reactor and the runner path in the Master configuration file. We did this by adding a file, /etc/salt/master.d/reactor.conf: reactor: - …

… printing. I paid a bill and needed a printed copy. Hit the print button provided by the web page, and the page reloaded … printing. I paid a bill and needed a printed copy. Hit the print button provided by the web page, and the page reloaded …

… export individual items, one at a time. This can include nodes, paragraphs, users, any kind of content entity. This … "Export References" option, when you point it at a single node, it will export all related entities at the same time! … already exists). drush default-content:export-references node <nid> --folder=content to export a particular node, to a …

… capable of doing a lot of things, everything from file and print serving to email, web, VPN, and many other services.  … the system in one of several different ways: LAN File/Print server, internal web server Includes setting it up on …

… for most computers (or here for 64-bit). Open the .deb file and install it. You will need to enter your password. Go to this page and download the fix_fspot.py file at the top of the page. Open a terminal window … for most computers (or here for 64-bit). Open the .deb file and install it. You will need to enter your password. Go …

… Managing development projects with Dojo and Git Submitted by John … path, inside the parent repository. Many of our custom applications assume the project root contains a … files for security reasons. Switching between trunk and a tag So far so good. We have the basics of an application set …