Skip to main content

Posts

Vivo X60 Spacification

Display: Opens in a new window pt.mobgsm.com Vivo X60 smartphone 6.56-inch AMOLED display 2376 x 1080 pixels resolution 120Hz refresh rate HDR10+ support Processor: Qualcomm Snapdragon 870 Octa-core (1 x 3.2 GHz Kryo 585 + 3 x 2.42 GHz Kryo 585 + 4 x 1.8 GHz Kryo 585) Adreno 650 GPU RAM and Storage: 8GB/12GB of RAM 128GB/256GB of UFS 3.1 storage Rear Camera: 48MP main sensor with f/1.79 aperture, OIS, and EIS 13MP ultrawide sensor with f/2.2 aperture 13MP telephoto sensor with f/2.46 aperture and 2x optical zoom Front Camera: 32MP sensor with f/2.45 aperture Battery: 4300mAh battery 33W fast charging Software: Android 11 with Funtouch OS 11.1 Other Features: In-display fingerprint sensor Face unlock NFC Bluetooth 5.1 Wi-Fi 6 5G support Dimensions and Weight: 159.63 x 75.01 x 7.36mm 176g (Midnight Black) 177g (Shimmer Blue) Price: The vivo X60 starts at ₹37,990 in India. Overall, the vivo X60 is a great smartphone with a lot to offer. It has a powerful processor, a beautiful display, a ...

Gradle vs Maven

Gradle and Maven are both popular build automation tools used for Java projects. They both provide a way to manage dependencies, compile code, and run tests. However, they have different approaches and strengths that make them suitable for different use cases. Gradle Gradle is a general-purpose build automation tool that uses a Groovy-based domain-specific language (DSL) to define build scripts. This DSL is more powerful and flexible than Maven's XML-based configuration, making Gradle a good choice for complex projects with a lot of custom build logic. Gradle is also known for its performance, as it uses a directed acyclic graph (DAG) to represent the project's dependencies. This DAG allows Gradle to avoid unnecessary work, which can make builds significantly faster, especially for large projects. Maven Maven is a more opinionated build automation tool that uses a pre-defined set of phases and goals to manage the build process. This makes Maven a good choice for simple projects...

How edit host file in windows 10 and windows 11

  Editing the hosts file in Windows 10 and Windows 11 can be done using a text editor like Notepad. However, since the hosts file is a system file, you will need to run Notepad as an administrator to make changes. Here are the steps on how to do it: Windows 10: Open Notepad. Right-click on the Notepad icon in the taskbar and select "Run as administrator. " In the Notepad window, click on the "File" menu and select "Open. " Navigate to the following location: C: \Windows\System32\drivers\etc Select the "hosts" file and click on the "Open" button. Make the desired changes to the hosts file. Click on the "File" menu and select "Save. " Windows 11: Open Notepad. Click on the file menu and select "Open with". Select "Notepad (Administrator)" from the list of apps. In the Notepad window, click on the "File" menu and select "Open. " Navigate to the following lo...