by skufel | Oct 3, 2018 | Linux, SysAdmin
Once you install Ubuntu 18.04 some packages might not be found by default in repositories (example: php7.2-fpm). If you want to have more packages available just add repository with more packages available 🙂 sudo add-apt-repository universe Now you can enjoy more...
by skufel | Sep 29, 2018 | Apple, Scripting, SysAdmin
After upgrading to macOS Mojave you might experience following error when trying to run some command line tools like git, for example: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at:...
by skufel | Oct 16, 2017 | Cloud, Cryptocurrency, Uncategorized
Once you have MasterNode configured, you might want to check status and see, if everything works fine. // Start ArcticCoin MasterNode Once you have arcticcoind up and running you can start MasterNode role. arcnode01@arc-srv-01:~/.arcticcore$ arcticcoin-cli...
by skufel | Oct 16, 2017 | Cloud, Cryptocurrency, Linux, Uncategorized
If you interested in cryptocurrency and want to support certain coin and community as well as earn some money, you might be interested in running MasterNode for chosen coins. In this article I put together some quick guide how to setup ArcticCoin MasterNode. I have...
by skufel | Sep 1, 2017 | Infrastructure, SysAdmin, Virtualization, Windows
For testing purposes I deployed Microsoft AppV infrastructure. Systems presented on diagram above: Core-DC-01 – Domain Controller – deployed prior to AppV installation Core-SQL-01 – SQL Server – deployed prior to AppV installation...
by skufel | Jun 25, 2017 | Development, Scripting, Windows
To make using Sublime Text 3 more convenient, you can add this to right-click context menu. It will simplify ability to open any file and/or folder with Sublime Text right from Windows Explorer. @echo off SET st2Path=C:\Program Files\Sublime Text 3\sublime_text.exe...
by skufel | Jun 25, 2017 | Android, Hardware
Many phones with Android 6.0 Marshmallow has disable ability to use SD card as extension of internal storage. That limits number of apps we can install on the phone. However, there is quick fix which allows to enforce SD card to work as Internal Storage extension....
by skufel | Apr 4, 2017 | Infrastructure, Linux, SysAdmin
By default elasticsearch has 2GB of RAM set for JVM. In case you run it on VM with less memory you need to change: -Xms2g to -Xms512m -Xmx2g to -Xmx512m in /etc/elasticsearch/jvm.options configuration file.
by skufel | Feb 15, 2017 | Scripting, SysAdmin, Windows
In case Microsoft Compatibility Telemetry process takes a lot of your processor, you can easily remove it: Run Command Prompt as Administrator. Execute following commands in Command Prompt: sc delete DiagTrack sc delete dmwappushservice echo “” >...
by skufel | Oct 1, 2016 | Automation, Infrastructure, SysAdmin, Windows
Tomasz Jagiello strikes back as guest writer 🙂 This time on Windows Event Collector configuration for DNS Event Log forwarding. Very good how-to with detailed configuration. Design where via Group Policy a Domain Controller group will be configured to forward DNS...