Using WS-Management (WinRM 2.0), Windows PowerShell 2.0 allows scripts and cmdlets to be invoked on a remote machine. Continue reading
Author Archives: Lisenet
Pepper Flash Player for Chromium v35 on Debian Linux
NPAPI support was dropped from Google Chrome/Chromium v35 for Linux meaning that Java, Adobe Flash and any other NPAPI plugins don’t work in Linux version of Google Chrome v35. Continue reading
Office Professional Plus 2010 on a Terminal Server (RemoteApp)
The following error occurs trying to use a retail edition of Office Professional Plus 2010 on a Windows Server 2008 Terminal Services:
This copy of Microsoft Office 2010 cannot be used on a computer running Terminal Services. To User Office 2010 on a computer running Terminal Services, you must use a Volument License Edition of Office.
To fix the problem, go to your MSDN subscriptions account product key page and get a key for “Terminal Service enablement for Office 2010”. Then navigate to Control Panel, find Office Pro Plus 2010 and enter a new product key. More info is available on this page: http://support.microsoft.com/kb/983443/en-us.
Upgrade from Mediawiki v1.21 to Mediawiki v1.23.0 on Debian
Mediawiki 1.23.0 is the first stable release of the new MediaWiki 1.23 release series. This is a Long Term Support release (LTS) and will be supported until May 2017. Continue reading
SNMP on Mikrotik RB751G-2HnD Router
Configuring SNMP on Mikrotik RB751G-2HnD router for Zabbix monitoring system. Continue reading
Convert P7B to PFX with OpenSSL
Something I have to do every time when updating SSL certificates on IIS web servers. Continue reading
Connect to WPA/WPA2 Secured Wireless Network on Debian Using Command Line
Article applies to WPA-PSK/WPA2-PSK secured wireless networks. Note that WPA is deprecated, you should use WPA2 if possible. Continue reading
Compile and Install Ncrack 0.4 Alpha on Debian
Testing a private network host for poor passwords with Ncrack. Continue reading
Set up DenyHosts with Email Notifications on Debian
DenyHosts is a Python script that monitors server’s access logs to prevent brute force attacks. The script automatically blocks SSH attacks by adding entries to /etc/hosts.deny
. Continue reading
Get Windows System Information via WMI Command-line (WMIC)
For those coming from a CLI based Linux world, WMIC is a great tool to get around Windows servers. Continue reading