Your cart is currently empty!
Author: jcianci12
-
Converting from DOCX to PDF for thumbnails
I recently needed to show some thumbnails of docx files online. Here is what I came up with. Please note that this will not create a perfect thumbnail. In fact its quite basic. It allows the user to simply see that the file contains something. Nevertheless, I hope you find it helpful! Here is the…
-
🌎💻 Converting Lat Lng to XY Coordinates: A Guide
As someone who works with geographic data, I often need to manipulate latitudes and longitudes. Recently, a researcher requested that I convert a list of latitudes and longitudes to XY coordinates to obscure the actual location of the points while still allowing for analysis of the distance relationship between them. Here’s how I did it,…
-
🎉 How to Remove Gaps Between Header and Post Group in WordPress Twenty Twenty-Two Theme 🎉
If you’ve been struggling to remove the gap between the header and the first post group on your WordPress Twenty Twenty-Two theme, don’t worry! We’ve got you covered with a quick and easy CSS fix. In this article, we’ll guide you through the steps to remove that pesky gap and give your website a cleaner…
-
Setting up iphone with purely mail
If you’re looking to set up your PurelyMail account on your iPhone, you’ve come to the right place. In this tutorial, we’ll walk you through the process of manually setting up your PurelyMail account on your iPhone. Step 1: Open the Settings App on Your iPhone The first step in setting up your PurelyMail account…
-
🐳🔧 How to Fix File Permissions in Dockerized WordPress from Inside the Container
If you’re running a Dockerized WordPress environment and you’re having trouble with file permissions, you may need to reset the file permissions for the WordPress installation directory and its contents. In this post, we’ll show you how to fix file permissions in Dockerized WordPress from inside the container using some simple commands. 👉🏽 Note: We…
-
🌐💻📧 Get Your Business Online with TekOnline
Want to establish a strong online presence for your business? TekOnline has got you covered! For just $300, we offer domain name setup, 3 email accounts, plus WordPress install, and everything needed to get an initial site design up and running. Plus, for just $30 per month, we provide ongoing website maintenance and support. With…
-
📅 How to Format and order dd-mm-yyyy Dates in jQuery DataTables 📅
If you’ve ever worked with DataTables, you may have encountered issues with how dates are displayed. By default, DataTables will display dates in a format that may not be easily readable or sortable. However, with a few simple tweaks, you can format your dates to display exactly how you want them. First of all your…
-
Title: How to Add a Windows 10 Machine as a Backup Repository in Veeam Backup & Replication
As an IT administrator, one of your top priorities is to ensure that your organization’s data is properly backed up and protected against data loss. Veeam Backup & Replication is a powerful backup and recovery solution that can help you achieve this goal. However, adding a Windows 10 machine as a backup repository in Veeam…
-
Automating SSL Certificate Renewal with Certbot and Nginx
SSL (Secure Sockets Layer) certificates are a crucial component of web security, encrypting data transmission between clients and servers. However, SSL certificates have an expiration date, after which they become invalid and must be renewed. SSL certificate renewal can be a tedious and error-prone task, especially for websites with multiple domains and subdomains. Fortunately, the…
-
📝 Automating Hyper-V Checkpoints with PowerShell
If you’re a Hyper-V user, you know how important it is to take snapshots of your virtual machines before making changes or updates. With PowerShell, you can automate this process to save time and ensure consistency. In this article, we’ll show you how to use PowerShell to pause a Hyper-V virtual machine, take a checkpoint,…