November 2019 - Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

Buy Me A Coffee

Friday, November 8, 2019

Lenovo Launches USB Type-C Power Bank 14,000mAh for Laptops and Smartphone

November 08, 2019
Lenovo Launches USB Type-C Power Bank 14,000mAh for Laptops and Smartphone

Lenovo Launches USB Type-C Power Bank 14,000mAh for Laptops and Smartphone


Lenovo 50W ThinkPlus Power Bank Detailed

Colour 
1. Bright red and Black color 

Models
2.  USB Type-C port and  Lenovo’s Slim Tip port

Price
3. Rs 3,050 and Rs 4,050

Battery 
4. 14,000mAh 

Charge 
5. Two Smartphones can charge using USB Type-A port
For Laptop a USB Type-C USB PD 2.0, QC 2.0/3.0, and comes with input and output overvoltage, short circuit and high-temperature protection. 
 
Purchase
OR
Amazon : https://www.amazon.com/Lenovo-USB-C-Laptop-Power-14000mAh-WW/dp/B07D7W5KSQ

Wednesday, November 6, 2019

What's new in Windows 10, version 1909

November 06, 2019
What's new in Windows 10, version 1909

When 19H2 is officially released, it will be referred to as “version 1909.”

The navigation pane on the Start menu now expands when you hover over it with your mouse to better inform where clicking goes.

We have added friendly images to show what is meant by “banner” and “Action Center” when adjusting the notifications on apps in order to make these settings more approachable and understandable.

  • Notifications settings under Settings > System > Notifications will now default to sorting notification senders by most recently shown notification, rather than sender name. This makes it easier to find and configure frequent and recent senders. We have also added a setting to turn off playing sound when notifications appear.
  • We now show the options to configure and turn off notifications from an app/website right on the notification, both as a banner and in Action Center.
  • We have added a “Manage notifications” button to the top of Action Center that launches the main “Notifications & actions” Settings page.
  • We have added additional debugging capabilities for newer Intel processors. This is only relevant for hardware manufacturers.
  • We have made general battery life and power efficiency improvements for PCs with certain processors.
  • A CPU may have multiple “favored” cores (logical processors of the highest available scheduling class). To provide better performance and reliability, we have implemented a rotation policy that distributes work more fairly among these favored cores.
  • We have enabled Windows Defender Credential Guard for ARM64 devices for additional protection against credential theft for enterprises deploying ARM64 devices in their organizations.
  • We have enabled the ability for enterprises to supplement the Windows 10 in S Mode policy to allow traditional Win32 (desktop) apps from Microsoft Intune.
  • We’re updating the search box in File Explorer to now be powered by Windows Search. This change will help integrate your OneDrive content online with the traditional indexed results.
  • We have added the ability for Narrator and other assistive technologies to read and learn where the FN key is located on keyboards and what state it is in (locked versus unlocked).

How to Install Docker Engine - Community (EC) on CentOS 7,8

November 06, 2019
How to Install Docker Engine - Community (EC) on CentOS 7,8

How to Install Docker Engine - Community (EC) on CentOS 7,8 with Latest Version

Uninstall old versions 
Step1 :- sudo yum remove docker \
                  docker-client \
                  docker-client-latest \
                  docker-common \
                  docker-latest \
                  docker-latest-logrotate \
                  docker-logrotate \
                  docker-engine
or
sudo yum remove docker-ce
sudo rm -rf /var/lib/docker

Install docker ce
Step2 :- sudo dnf install docker-ce-3:18.09.1-3.el7

DNS resolution
Step3 :- sudo systemctl disable firewalld

Start and enable docker daemon
Step4 :- sudo systemctl enable --now docker
or 
sudo systemctl start docker

Verify that Docker EC is installed
Step5 :- sudo docker run hello-world

Adding user to docker group
Step5 :-  sudo usermod -aG docker $USER

Log out and again log in back

Now install the containerd.io package
If you cannot use Docker’s repository to install Docker, you can download the .rpm file for your release and install it manually. You need to download a new file each time you want to upgrade Docker Engine - Community.

Install latest version of docker ce
Step7 :- sudo dnf install docker-ce

How to Install AMD and Nvidia Drivers on Windows 10

November 06, 2019
How to Install AMD and Nvidia Drivers on Windows 10

How to Install AMD and Nvidia Drivers on Windows 10


Step1 :-
1. Graphic Video Card whether AMD and Nvidia should be insert correctly into PCI-E Slot
2. Power cables connectivity

Step2 :- HDMI, Display-Port or USB-C Cable is connected to monitor properly which not connected to wrong port

Step3 :- Remove completely previous or current drivers to your video card
Control Panel --> Uninstall Programs --> check AMD or Nvidia drivers uninstall after that restart system
or
Open AMD and Nvidia Drivers Software go to support then uninstall it

Step4 :- To install AMD Drivers
Click on Website Download : https://www.amd.com/en/support
search with your model number then download
or
Auto-Detect and Install Radeon™ Graphics Drivers for Windows

Step5 :- To install Nvidia Drivers
Click on Website Download : https://www.nvidia.com/Download/index.aspx?lang=en-us
search with your model number then download
or
Auto-Detect and Install Nvidia Graphics Drivers for Windows
https://www.nvidia.com/en-us/geforce/geforce-experience/?cjevent=cf7ac3cd007111ea838000a20a18050d





Tuesday, November 5, 2019

How to Install Java JDK v13.0.1 on Ubuntu 19.10

November 05, 2019
How to Install Java JDK v13.0.1 on Ubuntu 19.10

Website :- https://www.oracle.com/technetwork/java/javase/downloads/jdk13-downloads-5672538.html

Step1 :-  Download the file and show in below screen shot
              Then Extract the .tar.gz file 

After extract there will be a folder name JDK-13.0.1 need to move into /opt directory
Step2 :- sudo mv jdk-13.0.1  /opt/

Set Variables JAVA_HOME and PATH in Ubuntu profile
Step3 :- sudo tee /etc/profile.d/jdk13.0.1env.sh <<EOF  (copy and past one by one into terminal)
export JAVA_HOME=/opt/jdk-13.0.1
export PATH=\$PATH\$JAVA_HOME/bin
EOF

Step4 :- source /etc/profile.d/jdk13.0.1env.sh

Now validate and executed
Step5 :- echo $JAVA_HOME 
         echo $PATH

For Verify which version im using
Step6 :- java -version



Friday, November 1, 2019

How to Make Google Chrome Browser Faster in Windows 10

November 01, 2019
How to Make Google Chrome Browser Faster in Windows 10

Step1 :- Closing Multiple Tabs 
The above image is showing that having multiple tabs open at once. so this is probably utilize ram usage. closing these multiple tabs will free up memory usage.

Step2 :- Delete Unknown Chrome Extension
First click on 3 lines right side of top or three-dot icon in the top-right ---> click on more tools ---> then click on extensions --> select unknown extension click on remove it
or copy and paste ( chrome://extensions/ ) 





Step3 :- Update 
old version using chrome get slow and hanging problem updating to latest verison will solve it
or copy and paste ( chrome://settings/help  )


Step4 :- prefetch feature
basically prefetch will make web pages to load faster than any other browsers. To do this simple 
First click on settings ---> Advanced ---> Privacy and Security ---> then enable if already enable ignore it "Preload pages for faster browsing and searching"
or copy and paste ( chrome://settings )



Step5 :- Software Removal tool
To remove any malware or potentially unwanted program that could be causing chrome to run slowly
copy and paste ( chrome://settings ) then click on Advanced ---> Reset and clean up ---> click on clean up 







Step6 :- Clear the browsing data or history and reset