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

… and quarterly for up to 6 quarters. We can restore files from any of these snapshots, making it possible to … and quarterly for up to 6 quarters. We can restore files from any of these snapshots, making it possible to …

… Home Page banner/slideshow Contact form Site map Search Comments Video support Mobile friendly theme that looks great … Home Page banner/slideshow Contact form Site map Search Comments Video support Mobile friendly theme that looks great …

… will still need to get converted to a string). And we will print the final result from a variable called "final". The … result which gets returned to "final" (which is what we're printing at the end of the .action function). The starting … will still need to get converted to a string). And we will print the final result from a variable called "final". The …

… A new approach to Drupal theming, just in time for Drupal 10 Submitted by John Locke … I've fielded a lot of minor styling requests, and as I work through each problem, I've almost always ended up with … Tailwind 3.x version, there are some differences: /** @type {import('tailwindcss').Config} */ module.exports = { …

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

… Submitted by Anonymous (not verified) on Wed, 04/08/2020 - 11:22 Permalink Excellent! Thank you John! Excellent! Thank …

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

… of everything on the server on our backup server in our office. For development sites, we have the same file-based … to a dedicated backup service on the Internet -- if our office burned down, servers along with it, it would only take … of everything on the server on our backup server in our office. For development sites, we have the same file-based …

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

… to hear more about whether this is a better fit, please comment below if you have hands on experience with these! … not be shown publicly. Homepage Subject Notify me when new comments are posted All comments Replies to my comment Comment About text formats Filtered HTML Web page …

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

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