Target audience: Linux Used tools: Debian What’s the purpose: To restore connection with openmediavault (OMV) server after changing LAN router This will be a ‘story’ about restoring connection with openmediavault (OMV) server after changing LAN router. What is OMV – according to their site www.openmediavault.com :openmediavault is the next generation network attached storage (NAS) solution… Continue reading Restore connection with OpenMediaVault server
How to unfreeze Android Updater App
Target audience: Android usersUsed tools: AndroidWhat’s the purpose: Resolve problem with freezing of Updater App During use of Android phone it’s Updater app stop working – when you start it, you have to wait for a time and then only see message System apps updater isn’t responding with two buttons – Wait and OK. If… Continue reading How to unfreeze Android Updater App
Edit user locale profile details in Mayan EDMS
Target audience: Mayan EDMS and Python usersUsed tools: Mayan EDMS and PythonWhat’s the purpose: Load user locale profile details in Mayan EDMS This post will about configuration of ‘user locale profile details’ in Mayan EDMS In one of my previous post about Mayan EDMS I explained how to add users in ‘mass’ way – using… Continue reading Edit user locale profile details in Mayan EDMS
How to make JSON file from existing MS Excel file
Target audience: MS Excel users Used tools: MS Excel What’s the purpose: Make JSON file from existing MS Excel file This will be a story about how to make JSON file from existing Excel file. Need to do this arises when i try to load user’s data in Mayan EDMS system using API interface of… Continue reading How to make JSON file from existing MS Excel file
How to quickly send email using SMTP server
Target audience: System Administrators Used tools: MS PowerShell What’s the purpose: Quickly send email I find a PowerShell command for easier sending email – such as testing smtp connections on a server. You do not then need to install telnet client. https://community.spiceworks.com/topic/2215186-test-email-flow-from-command-prompt And here is an example : exchange-server is name of smtp server –… Continue reading How to quickly send email using SMTP server
Programmatically generate MS Word files using Interop in .Net Core
Target audience: c# Used tools: c#, .Net Core What’s the purpose: Programmatically generate MS Word files using Interop in .Net Core Well, I need an app to make Word files with data from Excel file.Searching in internet a find this tutorial: https://dottutorials.net/programmatically-generate-word-files-using-interop-in-net-core/ If i have to ‘rate’ it – the rating will be ‘Wow’ !At… Continue reading Programmatically generate MS Word files using Interop in .Net Core
Reformat Excel Report
Target audience: Excel users Used tools: Excel VBA What’s the purpose: Change the view of Excel report file This will be a post about using VBA macro in MS Excel report of evidence such as for receiving some materials in the store, using report, received from a software program. In other words – to reformat… Continue reading Reformat Excel Report
Adding user’s data in Mayan EDMS
Target audience: Mayan EDMS and Python users Used tools: Mayan EDMS and Python What’s the purpose: Load user’s data in Mayan EDMS This post will be for mass loading of user’s data in Mayan EDMS. Usually, we enter user’s data one by one, from program’s menu, filling user’s data in user’s entry form. But if… Continue reading Adding user’s data in Mayan EDMS
Install Mayan EDMS and resolve a problem during installation
Target audience: Linux and Mayan EDMS users Used tools: Linux and Mayan EDMS What’s the purpose: Install Mayan EDMS This post will be for installing Mayan EDMS 4.0.15 and some problems during installation. At first – what is EDMS ? An electronic document management system, or EDMS, is a system on which an organization’s documents… Continue reading Install Mayan EDMS and resolve a problem during installation
Query CSV files using command line SQL-like csvq tool
Target audience: c#, SQL Coders Used tools: c#, SQL What’s the purpose: Read, update, delete CSV records with SQL-like query tool his will be a story about how I discover CSVG – SQL-like query tool for csv files. I have to resolve the following problem : my colleague make a monthly report for parcels. She… Continue reading Query CSV files using command line SQL-like csvq tool