Programming: From Beginner to Expert February 10, 2023 greencodes Uncategorized No comments yet Expert at anything was once a beginner. Programming/Scripting is a method to communicate with any machine especially to ask machines [...] Read more
Semaphore 2.0 basic setup for linux/ubuntu users February 10, 2023 greencodes Uncategorized No comments yet Semaphore2.0 Steps: Setup git project: Get ready with all latest/fresh data/files which you are going to deploy on server. [...] Read more
Upgrading MySQL 5.1 to 5.7 in CentOS 6/7 or any Red Hat Variations February 10, 2023 greencodes Uncategorized No comments yet Upgrading MySQL 5.1 to 5.7 in CentOS steps: The upgrade must be done in incremental through major versions:- This ensures […] Read more
WordPress Site Security: Intrusion Prevention February 10, 2023 greencodes Uncategorized No comments yet Internet or web is always vulnerable to attackers since they are open to the world. A website or web application […] Read more
NLP for Nepali Text – Console Printing & DB Handling February 10, 2023 greencodes Uncategorized No comments yet Nepali language uses non-latin or Devanagari font. So unlike regular english language, dealing with text like Nepali requires special tools […] Read more
Troubleshooting DNS Issues with dig (Domain Information Groper) February 10, 2023 greencodes Uncategorized No comments yet By default, it queries A record. An A record is used to find the IP address of a computer connected […] Read more
React JS – Quickstart for jQuery Guys February 10, 2023 greencodes Uncategorized No comments yet <React.Fragment> </React.Fragment> import ComponentName from “PATH_TO_COMPONENTJSX_FILE/JSX_FILE_NAME”; this.props.passedEventName […] Read more
Upgrading cPanel/WHM – Dealing with conflicting rpms February 10, 2023 greencodes Uncategorized No comments yet While running the cPanel version update from its whm web interface, it is most likely to encounter conflicting rpms error […] Read more
Angular for jQuery Professionals – Part 1 February 10, 2023 greencodes Uncategorized No comments yet To start a new project ng new project-name ng serve TypeScript Fundamentals Angular uses TypeScript for scripting. Here are some […] Read more
Quick walkthrough of Python for PHP Professionals February 10, 2023 greencodes Uncategorized No comments yet Python is clean programming language which utilizes the multiple processors of a computer in a best way by its thread […] Read more