Search Content

Displaying 1 - 20 of 140

… Remote File Integrity Checking Submitted by John Locke on Mon, … a great how-to for setting up remote verification of file integrity from a central trusted server. Sys Admin > …

… Using a File Field with imported files in Drupal: Drush to the … '. $file->filename); $file->uid = 1; $file->filemime = file_get_mimetype($file->filename); $file->status = …

… Backup Hosting Freelock runs a very efficient backup server that … 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 …

… Business Site Package A Customized Business Website for One Flat Fee Built by Freelock to Grow With Your Business Saves Time  – Customized site ready for content …

… 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 = …

… the vast majority of customizations have happened in SASS files we compile to CSS. This time, we're flipping that. … Defaults Defaults can be specified in the Tailwind config file, along with classes on the body tag. Also, remember CSS … the best practice would be to put it in the main.css file, and use @apply to define the CSS using other Tailwind …

… files you've copied (securely, I hope!) from any company file share. If you're responsible for keeping any of that … has been made very easy to do. Windows Encrypted File System This is one area where Microsoft gets it right, …

… 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, …

… does get reset by our configuration management system (Salt Stack) every day. So instead I created another file in … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… 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 …

… Post Salt events into a Matrix room Submitted by John Locke on … our quest to get all things into Matrix, we've also sent Salt events into a Matrix room. This is extremely useful to …

… bookmark system--there's no way to mark your position in a file if you exit the player oe switch to another file. Fortunately seeking to a spot is pretty easy, and … play, missing a codec. Also missed the codec for the wav file generated by our office Asterisk voicemail. ?!?!? I …

… Deploying blocks and content to other site environments Submitted by John Locke on Sun, 04/16/2023 - 14:06 If you have a current Drupal site (built in Drupal 8 or later) you no longer need to … to export or import. This is a great option for sites that need to deploy blocks or a new menu along with a …

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

… 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 …

… 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 …