Quantcast
Channel: SysAdmin | SK Tech Scratchpad
Browsing all 13 articles
Browse latest View live

Code snippets : Windows : Importing Event Logs to Database

Code snippet from old archives. It shows how to import Windows event log entries to database. Important is to setup database and table accordingly, so it contains apropriate columns.

View Article



How-to : Create DAG on Exchange 2010

Set of screenshots from old archives. It shows how to setup DAG on Microsoft Exchange Server 2010. If there will be interest in that subject I will put some description around that, just request that...

View Article

Tips & Tricks : CentOS firewalld : open port

Once you install CentOS 7, by default firewalld will block almost all network traffic. In order to open ports for certain services you can easily reconfigure firewall using firewall-cmd command....

View Article

Tips & Tricks : MariaDB on CentOS : Installation and first configuration

In order to install MySQL/MariaDB database engine on CentOS follow these: Recommended is also to deploy phpMyAdmin, if you don’t have any issues with installing web server on same box as database. That...

View Article

Tips & Tricks : Cleanup disk after updating Windows 10 to 1607

When you upgraded WIndows 10 to recent Anniversary Update (1607), you might want to reclaim some disk space consumed by old files: Seems like 35GB or more can be reclaimed.

View Article


Tips & Tricks : Installing PHP Xdebug on openSUSE with pecl

If you need to install Xdebug on openSUSE and don’t want ot use existing binary repo easiest way is to use pecl to do that and here is how… First install all required packages Now we can download and...

View Article

Tips & Tricks : Windows 10 & Windows Server 2016 reset on VMware ESX 6

Here is one from friend of mine, very skilled Senior IT Engineer, Tomasz Jagiello. Some bugs he identified while working with VMware ESX 6. Symptoms VM running Windows 10 (x64) as the Guest OS is...

View Article

How-to : Windows Event Collector: DNS Event Log Forwarding

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

View Article


Tips & Tricks : Disable Microsoft Compatibility Telemetry Service

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

View Article


Tips & Tricks : Elasticsearch and Java insufficient memory

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

View Article

How-to : Microsoft App-V Infrastructure Deployment

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 –...

View Article

Tips & Tricks : xcrun: error after upgrading to macOS Mojave

After upgrading to macOS Mojave you might experience following error when trying to run some command line tools like git, for example: To resolve that run those commands in Terminal: Issue should be...

View Article

Tips & Tricks : Ubuntu 18.04 missing packages

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

View Article

Browsing all 13 articles
Browse latest View live




Latest Images