In keeping true to the concept of this blog, “Follow the life of an ERP developer, one post at a time,” this post allows you to “follow” something that I needed to crush – deleting files older than a specific number of days or hours including subfolders. Many moons ago, I created an application that …
Tag: Development
Permanent link to this article: https://www.dvlprlife.com/2022/05/delete-files-within-subfolders-older-than-a-certain-period-using-powershell/
May 18 2022
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 …
Permanent link to this article: https://www.dvlprlife.com/2022/05/change-wordpress-login-page-without-a-plugin/
May 13 2022
Repository-specific username/email configuration
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 …
Permanent link to this article: https://www.dvlprlife.com/2022/05/repository-specific-username-email-configuration/