Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
HowTo: Install MediaWiki on Ubuntu Server 18.04 LTS
References MediaWiki Manual:Installation Guide Install MediaWiki on Ubuntu 18.04 LTS with Apache2, MariaDB and PHP 7.1 Support How to Install MediaWiki on Ubuntu 18.04 LTS MariaDB Repositories Prerequisites A working installation of Ubuntu Server LAN access to Ubuntu Server Install Apache2 sudo apt install apache2 -y Disable directory listing sudo sed -i “s/Options Indexes FollowSymLinks/Options…
Kali 2018.2 Post-Install Guide
Quick Links Kali Downloads Page Kali Hard Disk Install Kali Dual Boot w/Windows Kali Installation Troubleshooting Kali Linux 2.0 Top 10 Post Install Tips Disable Screenlock Install Software apt-get install htop metagoofil firewalk -y Download Nessus Upgrade && Cleanup apt–get clean && apt–get update && apt–get upgrade –y && apt–get dist–upgrade –y && apt autoremove
Useful Server 2016 (Core) Commands
Basic At boot, a cmd.exe window will open, type powershell and hit enter. You should now see a ‘PS’ before the path To return to cmd simply type cmd and hit enter. This will drop you back into cmd, and you will not see the ‘PS’ before the path Logoff logoff Restart restart-computer Shutdown stop-computer…
Windows Defender Vulnerability CVE-2017-0290
Ensure Window Defender is disabled Open cmd.exe Run sc query “windefend” Check “state”, you should see “1 STOPPED” If not stopped, run sc config “windefend” start= disabled sc stop “windefend”
HowTo: Add Syntax Highlighting for Cisco IOS to Notepad++
Notes If you have existing user-defined languages in Notepad++, simply append the file instead of replacing it entirely Config Download this style definition file userDefineLang.xml Close Notepad++ if open Save to %APPDATA%Notepad++userDefineLang.xml Start Notepad++ and open an ASA config file Choose Language → Cisco IOS Your config file should now look similar to this
HowTo: Install Gnome Desktop on Ubuntu 16.04 LTS
Notes There are several tutorials that will tell you to add Gnome PPAs, these are no longer supported in 16.04 LTS as of 04/2017. This post assumes you’ll be using only Gnome, if you want to run both Unity and Gnome, choose “lightdm” as the display manager. Unity will be replaced by Gnome in 18.04…
Error – mount: unknown filesystem type ‘exfat’
Check to see if exfat drivers are installed dpkg -l | grep ‘exfat’ If not installed, run sudo apt-get install exfat-fuse exfat-utils
HowTo: Seize FSMO roles
Log on to a working DC Open Powershell with Admin privileges Enter the following command to seize all roles Move-ADDirectoryServerOperationMasterRole -Identity “Target-DC” -OperationMasterRole 0,1,2,3,4 Run the following command to confirm all roles have been seized. You should see the “Target-DC” as now holding all roles. netdom query fsmo
HowTo: Remove a dead DC from the domain
**Warning** ntdsutil is a powerful and unforgiving tool. Be sure you know exactly what operations it will be performing before you proceed. You will also want to confirm that the DC you’re removing no longer holds any FSMO roles before proceeding. Overview This guide will show you how to manually remove a Domain Controller (DC) that…
Categories
Active Directory Apache2 Backup Cisco Code Commands Crunchbang Error ESXi Exchange Freeware HowTo IOS iPhone Jailbreak Kali Kali 2018.2 Lab Linux MariaDB MediaWiki Mint nmap Notepad++ Office 365 PHP QuickStart Review Samba Security Server 2012r2 Server 2016 Ubuntu Ubuntu 16.04 LTS Ubuntu 18.04 LTS Uncategorized Utilities Vista VMWare Vunlerability Win10 Windows Windows 7 Windows 8 XP