The ProblemGiven a "customer" entity: public class CustomerEntity: EntityBase { public Dictionary<int, string> ClientsOfCustomer = new Dictionary<int, string>(); public CustomerEntity() { // Load ClientsOfCustomer... } } and two or more ComboBoxes that have
Logs to check (installed on Ubuntu): /opt/atlassian/jira/logs/catalina.out/var/atlassian/application-data/jira/log/atlassian-jira.logLook for any "error"-s in the above files. If there's nothing, perhaps the kernel
Some notes for myself on using group policy as well as example policies and configurations. Force refresh group policy and evaluate the resultsFrom administrative command prompt (run → cmd & CTRL+SHIFT+OK): gpupdate
This is one of those simple problems for which a multitude of answers present themselves. But which is better? For starters, your "given date" could be the current date, or an arbitrary date
This is an implementation of the United States Naval Observatory's algorithm for calculating sunrise/sunset based on latitude, longitude, and current timezone. It is a translation of a solution published on CodeProject by
Saját toplistám a magyar tárhelyszolgáltatók kapcsán. Rackhost.hu: használtam, viszont nem kompatibilis az OctoberCMS keretrendszerrel mert az általuk használt MODSEC Web Application Firewall túl aggresszívan kiszűr mindent, így nem lehet szerkeszteni az oldalakat
A summary of our experiences installing and working with open-source, self-hosted ticketing, forum, commenting, blogging, and cms software.
Wekan is a great, open-source, self-hosted alternative to Trello. It can easily be installed on Ubuntu, the trickiest part is configuring the Apache reverse proxy. This is needed since it runs on Node.
This is going into a brand new category I'm calling Windows 10 Bugs. I don't manage a lot of computers (around 40), but I still run into very nasty issues that arise out
EmailUnbeknownst to most, most 3rd party email apps store both emails as well as your email server credentials on their servers. I strongly prefer apps that don't do this for obvious reasons! Additionally,
A collection of notes on implementing caching in Yii2, including examples with caching using ActiveQuery and ActiveRecord relations.
Quick comparison of today's data recovery software
We compared some of the most popular Remote Access / RMM solutions on the market today: AnyDesk, SplashTop, NoMachine, SimpleHelp, Itarian, Remote Utilities, Chrome Remote Desktop, Radmin viewer etc.
A collection of how-tos related to the administration and monitoring of Microsoft Windows machines. Note: much of this is not original content, but for my own reference. Links are provided to the sources.
Working on publishing my firs plugin on the OctoberCMS marketplace and unfortunately once again I find myself in dire need of comprehensive docs. Let me mark down for myself and you my fair
This is a quick and short (read: superficial) overview of how to get started with the RainLabs Blog component for OctoberCMS. It only covers how to create a CMS page to host your blog post, and how to link it to your blog posts.
An overview of the various ways to publish content using OctoberCMS.
For now this is a collection of "tips" and reminders for myself in regards to developing OctoberCMS plugins. Plugin MigrationPlugin migration involves editing /updates/version.yaml, and, as of OctoberCMS v2, adding a
A collection of solutions to unusual issues with Yii2 / Kartik components. Proper try-catch in controller actionSee: https://github.com/yiisoft/yii2/issues/14285 I had the exact same issue: calling a view inside
Office SuitesAll of these observations are of course personal observations - your mileage with these applications may vary. I started looking around for an alternative to MS Office after repeatedly running into serious
If you are using one of the "recommended" email providers such as Mailgun you should be fine following the official setup guide. Unfortunately, if you are hosting your email elsewhere (or, God forbid,
Quick ReferenceIf you're in a hurry, these are the steps you'll need to take to move your ghost blog to a different directory: Rename the original directory or move the filesFix your Apache
First, generate your icons. One great site to help you is: https://realfavicongenerator.net You'll get most of the instructions there. However, the question arises - where to put the required files? One
One of our projects required displaying a list of upcoming events on a website. We wanted to enable the site editor to edit these events. We are working in OctoberCMS and it would