Category: Tech & Tools

Tech & Tools

Set A Windows Service Log On Account and Password with PowerShell

Repeatability is important! Right alongside that, in my opinion, is efficiency. A recent task required me to set up several Application Services setups, including setting the log on account and password. I could have done all of these manually; however, I found it more efficient and repeatable to set up a script to handle the …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2022/06/set-a-windows-service-log-on-account-and-password-with-powershell/

Change WordPress Login Page without a PlugIn

WordPress is the most popular way to create your website or blog. It is an open-source content management system that allows you to manage important aspects of your website without knowing anything about programming. WordPress also supports plugins, which are small applications that work within the software framework to offer additional functionality.  This blog is …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2022/05/change-wordpress-login-page-without-a-plugin/

Repository-specific username/email configuration

Make sure you configure your 'user.name' and 'user.email' in git

You set up your repository. You cloned the repository and made some changes. You commit your changes and get the error – Make sure you configure your ‘user.name’ and ‘user.email’ it git When working with Git as a source control management tool, you need to have defined the user name and email config value when …

Continue reading

Permanent link to this article: https://www.dvlprlife.com/2022/05/repository-specific-username-email-configuration/