[Solved] Linux : How to uninstall Xampp in Linux (ubuntu) Machine.

If You Want to uninstall Xampp from your linux machine, then follow the Below Steps :- Step 1 :- first Stop the server from running by below command sudo /opt/lampp/lampp stop Step 2 :- Now run below command to uninstall Xampp. sudo /opt/lampp/uninstall Step 3 :- Now run the below command to remove Xampp All leftover files. sudo rm -r /opt/lampp As you can see in the screenshot, after running the command all files are removed and when xampp is

Read more

How do we become DevOps certified professionals (DCP)?

What is DevOps? To knowing DevOps. First, you have to understand DevOps. But today we are not going to put some definitions. Now we are willing to understand the whole concept of DevOps professionals. We are going to discuss every aspect of DevOps professionals. We have to understand the old days of software delivery. How you were consuming the software in old days. Actually, you were using multiple software in the back years like the 19th century includes 95, 97,

Read more

Top 10 Firefox Addon every software engineers must know

Adblock Plus :-Adblock Plus is one of the best Firefox add-ons to block unwanted ads online. It hides all the unnecessary ads on websites you frequently browse – saving you bandwidth, clearing up your display’s real estate, and keeping you from loading malicious adware Disconnect  :-This privacy plugin automatically tracks sites that are collecting your data and disconnects you from them, keeping your personal info and habits 100% private and secure. Ghostery :-It is a free, open-source, privacy-enabled Firefox extension

Read more

Top 51 Linux commands for daily use

Normal Linux user knows almost all the basic Linux commands to perform normal task such as installing any application, copying files , etc. But in this blog Iam going to list 51 essential Linux commands which can be useful for every Linux user right from the noobs to the professional Linux developers and system administrators. 1.ls Directory listing2.ls -al Formatted listing with hidden files3.ls -lt Sorting the Formatted listing by time modification cd dir Change directory to dir cd Change

Read more

[Solved] Linux : How to install XAMPP on Linux (Ubuntu) machine.

To Successfully Install Xampp in your Ubuntu Machine just follow the Below Steps carefully. Step 1 :- Login to your (Ubuntu) Machine. Step 2 :- run the below command to download Xampp. wget https://downloadsapachefriends.global.ssl.fastly.net/7.4.22/xampp-linux-x64-7.4.22-0-installer.run Step 3 :- Go to root user by entering below command sudo -s Step 4 :- Now we give permission to execute to the downloaded xampp file. For that run, chmod 755 xampp-linux-x64-7.4.22-0-installer.run Step 5 :- Now, we run the downloaded file for installation, for that

Read more

How do we become an Observability Certified Professional (OCP)

What is an Observability? Today we’re going to be talking about observability, so let’s start with a definition. So observability is a property of your system’s software that helps you understand what’s going on with them, monitor what they’re doing. To achieve observability, you should have visibility into system software and applications then it is classified into three tiers on the basis of performances credibility as logging, metrics, and monitoring. On the account of observability, it performs a certain action

Read more

Top 20 most useful shortcut in windows operating system?

Shortcut keys are very important to do faster operation on computer system ,And for a software devloper is is must to remember the shortcut for faster productivity Windows Key Opens/closes the Start menu. Windows Key + Up Arrow Maximizes the selected window. Windows Key + Down Arrow Reduces the window size. (Restore down.) Windows Key + M Minimizes all open windows. Windows Key + Shift + M Opens minimized windows. F7 Key Launch the Spell Checker Windows Key + L

Read more

httpd-xampp.conf: How to allow access to an external IP besides localhost in phpmyadmin for ubuntu?

If you want to access phpMyAdmin from a static IP besides localhost, then you’re in right place, just follow the below steps :- Step 1 :- First locate httpd-xampp.conf file, for Ubuntu it’s located at /opt/lampp/etc/extra/ Step 2 :- open httpd-xampp.conf file for editing. you’ll find something live below code Step 3 :- add Require ip your_ip_address below Require local . Step 4 :- Add your static IP address after Require ip your_static_ip. It’s Done. Now Check to access your_ip_address/phpmyadmin

Read more

How to work with Artifactory aka Artifactory Workflow

What is the Maven Version Type? SNAPSHOT e.g 3.4-SNAPSHOT – Not a Production Ready. may be Testing RELEASE e.g 3.4 – Production Ready. Ready to Release What are the Types of Repository in Artifactory? Local Remote Virtual Distribution Fedrated What is Local Repository in Artifactory & its use cases? Its hosted in nearest Artifactory server For reading and Writing means Upload and Download What is Remote Repository in Artifactory & its use cases? Its Local Cache copy in nearest Artifactory

Read more

Vishal mahindrakar Assignment 1

What are the Top maven goals we have clean install clean package clean install publish clean surefire:test What are the Ports being used in Artifactory and why? Create a table and describe it. Port Purpose Exposure 8081 Main application port Expose to the all application users 8040 Access endpoint Internal, Limit to internal network Find out which maven goal help you to upload a artifact? deploy Find out which gradle tasks help you to upload a artifact? artifactoryPublish OR maven-publish

Read more

Artifactory Assignment

What are the Top maven goals we have? compiler:compile – the compile goal from the compiler plugin is bound to the compile phase compiler:testCompile is bound to the test-compile phase surefire:test is bound to test phase install:install is bound to install phase jar:jar and war:war is bound to package phase What are the Ports being used in Artifactory and why? Create a table and describe it. External Network Port 80818082 ( for Web Access ) Internal Network Ports (default) 8081 for Artifactory8040 and 8045 for Access8048 and 9092 for the Replicator8070 for Web8086 for Metadata8082, 8046, 8047, 8049, and 8091 for the

Read more

Lexus gets wise with Sriracha IS showcar

Healing herb (below) Has a long flowering historic period that peaks in recently Whitethorn and June but lasts through with to Oct. It is visited by both prospicient and short-tongued bees. Kidney vetch If you survive in the southerly one-half of the UK and develop this plant life you Crataegus oxycantha be golden and likewise draw in Britain’s smallest butterfly, the gorgeous humble gamey.  Early flowers you buttocks supply to your garden to draw in bumblebees let in viper’s bitterweed

Read more

Artifactory – Day1 – Assignment – Sandeep

Lifecycles of MavanMaven has 3 lifecycles1. Clean2. Default (Build)3. Site Goal is the single unit of task which does some real work. For example the compile goal (runs as mvn compiler:compile) which compiles the Java source. All goals are provided by plugins, either by default plugins or by user defined plugins (configured in pom file).Phase is a group of ordered goals or in other words: zero or more plugin goals are bound to a phase (either by default or by

Read more

Top 8 best methods to protecting your windows os from virus, maleware and hacking

The methods from which we can protect our window os from virus , malware and haking are :– 1. Update Windows 10 and software  Most important step you can take to keep your device and data safe and secure is to maintain Windows 10 and programs always updated. Software companies, such as Microsoft, are continuously rolling out updates to patch potential vulnerabilities that can be exploited by hackers. 2.Use strong authentication :-  Password-cracking technology is quite advanced, and stronger passwords spawn

Read more
1 72 73 74 75 76 332