Apple Macbook 1512 Install wifi https://unix.stackexchange.com/questions/175810/how-to-install-broadcom-bcm4360-on-debian-on-macbook-pro sudo apt-get update sudo apt-get install broadcom-sta-* sudo modprobe wl echo “wl” | sudo tee -a /etc/modules Do not forget the -a in the tee command or you will overwrite the whole file!! If…
Хобби
Хобби, увлечения
Java, IntelJ Idea and Eclipse installation on Linux-Ubuntu
by admin • • Comments Off on Java, IntelJ Idea and Eclipse installation on Linux-Ubuntu

How to install classic JDK (not open JDK), Eclipse and Intel J Idea in Ubuntu Linux ? Step 1: Download classic JDK (java development Kit) by link: https://www.oracle.com/java/technologies/downloads/archive/ Choose right version: I am using JDK 8u77 Java SE Development Kit…
JAVA developer ROAD map
by admin • • Comments Off on JAVA developer ROAD map

Technology Road map for Java developers: JAVA core (8-11-17) Java Stream API, OOP, Algorithms – Book: – Java Basic Book Database: 1) SQL (MySQL, Oracle) 2) NoSQL (MongoDB, Cassandra) Framework: Spring, Spring Boot, Spring Security Messages System: Apache Kafka Work…
Work with Image
by admin • • Comments Off on Work with Image

BackGround Remover 1. https://www.remove.bg/upload BackGround remover 2. https://removal.ai/upload With money Face to Anime Free face to Anime Free face to Anime Better face to Anime Free face to Anime, Anime only
Kafka – leurning Plan. Kafka for Java developers
by admin • • Comments Off on Kafka – leurning Plan. Kafka for Java developers
1. Understand the Basics of Kafka: Familiarize yourself with the key concepts of Apache Kafka, such as topics, partitions, brokers, producers, consumers, and consumer groups. 2. Setup Kafka: Download and install Apache Kafka on your local machine or set up…
VK video download
by admin • • Comments Off on VK video download

How to download video form Social Network VKONTAKTE You can try links bellow. pastedownload.com – pure download 9xbuddy – many advs
MBR to GPT partition convert
by admin • • Comments Off on MBR to GPT partition convert
While installation of Windows you can receive error – cannot install on GPT. You should find command promt and put commands: diskpart list disk select disk <disk number> clean convert gpt exit After restart you can install Windows on your…
Geek sites for every day
by admin • • Comments Off on Geek sites for every day
Free Proxy servers
by admin • • Comments Off on Free Proxy servers

Proxy – ip, port, protocol LAST one: Free Proxy Servers in 2023 – Free Proxy Lists 2023 Anonymus: Free Proxy Servers in 2022 – Free Proxy Lists …
Java Email (SSL, TLC)
by admin • • Comments Off on Java Email (SSL, TLC)

Sending Email through Java First, You need to receive GOOGLE APP password Receive Google App Password Download email JAR or define dependencies from this page Javax mail JAR page Create Java Web Dynamic Project Interface Data Access Object Level (DAO)…