From Dynamic to Static: A Beginner’s Guide to Setting a Static IP Address on Ubuntu
Welcome, Linux newcomers! If you’ve just dived into the wonderful world of Ubuntu, you might be wondering how to get a bit more control over your network settings.…
Welcome, Linux newcomers! If you’ve just dived into the wonderful world of Ubuntu, you might be wondering how to get a bit more control over your network settings.…
Here is what you do when you get the famous “(80073712)” error while trying to apply Windows Updates. Open a command prompt with Run As Administrator and run…
This procedure will work many version of Ubuntu. I personally tested this on all Ubuntu versions from 12 and up, and should also work fine, or be a…
Very straight forward, create a user, a home folder, assign permissions to it, you’re done ! This create a simple user, with no particular rights. useradd johnyluky passwd…
Get the memory usage of a process, grouped, so you get the total. Example; chrome, always have one process per page, use this to get the total of…
Thanks to Ola Hallengren, here is a simple scrip to report the fragmentation level of you database’s index One thing to note, if you don’t see any results…
Small simple scrip to automate SQL Index maintenance. Of course, the best scripts to accomplish this is Ola Hallengren’s SQL Server Maintenance Solution, that you can find here…
Ever wanted to track some messages in Exchange ? Here is a neet trick to will help you track messages quickly. A lot more options are available, of…
Powerful one liner to send an email with PowerShell. Useful in scheduled tasks to send status, or additional info. The use of environment variables is totally optional, but…
Fireup your PowerShell ISE, modify to your needs, and run ! Please leave comments, suggestions below ! Import-Module ActiveDirectory # Determine the base OU $Path = 'OU=Accounting,OU=-Department,OU=Office,DC=MyDomain,DC=net' #…