
Skills421
69 FOLLOWERS
Get articles on Java stack, MEAN stack, LAMP stack, iOS stack, Python stack, E-Commerce, Data Science, AI, Visual Data, and anything related to IT. Follow the feed and stay updated with the latest information on IT.
Skills421
1y ago
killport
kill the process that is running on a given port
lsof -nP -i4TCP | grep $1 | while read first pid line
do
kill -9 $pid
done
Usage: killport 8080
listport
list the process that is running on a given port
lsof -nP -i4TCP | grep $1 | while read first pid line
do
echo $first $pid $line
done
Usage: listport 8080 ..read more
Skills421
1y ago
In this post we are going to create a skeleton Spring Boot project using VS-Code
Install the Spring Boot Extension Pack Install Spring Initializr Extension
CMD – Shift – X
spring-initializr
Install
Run the Spring Initializr
CMD – Shift – P
Spring Initializr: Create Maven Project
3.2.1 (Spring Boot Version)
Java (Project Language)
com.skills421.examples
sampleproject
Jar (gonna run locally)
17 (Java Version)
0 (dependencies)
References
https://code.visualstudio.com/docs/java/java-spring-boot ..read more
Skills421
1y ago
In this post we are going to use VS Code, Spring Boot and Java to create a pdf document reader.
Install the Spring Boot Extension Pack Install Spring Initializr Extension
CMD – Shift – X
spring-initializr
Install
Run the Spring Initializr
CMD – Shift – P
Spring Initializr: Create Maven Project
3.2.1 (Spring Boot Version)
Java (Project Language)
com.skills421.examples
docreader
Jar (gonna run locally)
17 (Java Version)
0 (dependencies)
Edit DocreaderApplication.java
package com.skills421.examples.docreader;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.Inp ..read more
Skills421
1y ago
Create the Hello World project here
Add the Junit 5 Dependencies
Add the Junit 4 dependencies to the pom.xml
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.skills421.examples</groupId> <artifactId>helloworld</artifactId> <version>1.0-SNAPSHOT</version> <properties> ..read more
Skills421
1y ago
Create the Hello World project here
Add the Junit 4 Dependencies
Add the Junit 4 dependencies to the pom.xml
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.skills421.examples</groupId> <artifactId>helloworld</artifactId> <version>1.0-SNAPSHOT</version> <properties> ..read more
Skills421
1y ago
Erase your Mac
Choose Apple menu > System Settings, then click General in the sidebar. (You may need to scroll down.)
Click Transfer or Reset on the right, then click Erase All Contents and Settings.
In Erase Assistant, enter your administrator information and click Unlock.
Review items that will be removed in addition to your content and settings.If your Mac has multiple user accounts, click the arrow next to your account name to review the items.
Click Continue, then follow the onscreen instructions.
https://support.apple.com/en-gb/guide/mac-help/mh27903/mac
https ..read more
Skills421
2y ago
So here are the steps…
Step 1 – Create the Image
Create a free account at Discord.com
Download the Discord App
Create a free account (Join the Beta) at midjourney.com
This will add a midjourney bot to your Discord App.
Open the Discord app
Click on the midjourney Bot
type in /imagine and press enter
in the prompt type the image you want to imagine – e.g. cyberpunk, half woman, half robot, dark hair, brown eyes, looking straight at the camera
click the V buttons to generate variations of an image you like
click the U buttons to generate upscale images of the image you selected
Download the ..read more
Skills421
3y ago
If you want to learn python quickly take the fast track part of this multitrack course and get up to speed in just a few hours.
Take advantage of our discounted price
https://www.udemy.com/course/python-multi-track/?referralCode=9373751FD5B52DD7B579 ..read more
Skills421
4y ago
I had spent an hour in the bank with my dad, as he had to transfer some money. I couldn’t resist myself & asked…
”Dad, why don’t we activate your internet banking?”
”Why would I do that?” He asked…
”Well, then you won’t have to spend an hour here for things like transfer.
You can even do your shopping online. Everything will be so easy!”
I was so excited about initiating him into the world of Net banking.
He asked ”If I do that, I won’t have to step out of the house?
”Yes, yes”! I said. I told him how even groceries can be delivered to the door now and how Amazon delivers everything!
His ..read more
Skills421
4y ago
According to Charles Arthur in his book Digital Wars, the first use of to google on television appeared in Buffy.
On October 15, 2002, in the fourth episode of the show’s final season, the character Willow turns to the Buffy the vampire slayer and asks, “Have you googled her yet?”
Xander answers: “She’s 17!”
Willow clarifies: “It’s a search engine ..read more