Posts

PUBG Season 4 Update (v4.1) Now Live for PC Gamers, Weapon Issues Fixed

Image
PUBG Season 4 Update (v4.1) Now Live for PC Gamers, Weapon Issues Fixed The Season 4 update brings adjustments to many weapons and vehicles. PUBG Season 4 comes with an Erangel visual update. PUBG Season 4 is now live for all PC users. The latest update, which was is referred to as PC Update 4.1, was released as a beta trial through test servers last week. In the list of changes, the first update of PUBG Season 4 brings a revamp of the Erangel map and includes a new Survivor Pass. There is also a visual overhaul. The update also includes tweaked terrain, signage, and buildings as well as an improved mission change system. Alongside delivering a new experience through the Update 4.1, PUBG developers have brought additional fixes for weapon issues. In terms of visual changes, the fresh PUBG update brings updates to areas such as the Military Base, Mylta Power, Quarry, Mansion, and Prison. Some updates can also be noticed in the form of terrain change...

Chandrayaan-2 Orbit Successfully Raised Third Time, ISRO Announces

Image
Chandrayaan-2 Orbit Successfully Raised Third Time, ISRO Announces The fourth orbit-raising manoeuvre of Chandrayaan-2 is scheduled between 2 to 3pm on August 2. All spacecraft parameters are normal, it said. The fourth orbit raising manoeuvre is scheduled between 2 to 3pm on August 2. On July 22, the Chandrayaan-2 was injected into an elliptical orbit of 170x45,475 km by India's heavy lift rocket Geosynchronous Satellite Launch Vehicle-Mark III (GSLV Mk III) in a text book style. The third orbit raising activity for Chandrayaan-2 spacecraft has been performed successfully at 3:12pm on Monday, the Indian space agency said                              Check Out My Instagram page IG: @prashant_7392 The Indian Space Research Organisation (ISRO) said the orbit of the Chandrayaan-2 was raised to 276 x 71,792 km by firing the onboard motors for 989 seconds. The Indian space agency said the m...

Realme Freedom Sale Starts August 1: Realme 3 Pro, Realme 2 Pro, and More to Get Discounts, Other Offers.

Image
Realme Freedom Sale Starts August 1: Realme 3 Pro, Realme 2 Pro, and More to Get Discounts, Other Offers. Realme 3 is getting a new Diamond Red colour variant. Realme Freedom Sale deals, offers Starting with the deals, the  Realme 3 Pro  will be available at a Rs. 1,000 price discount during the sale period. It will start at Rs. 12,999 for the base variant with 4GB of RAM and 64GB of onboard storage. The phone's 6GB + 64GB and 6GB + 128GB will retail at Rs. 14,999 and Rs. 15,999, respectively. The phone comes in Carbon Grey, Nitro Blue, and Lightning Purple colour options with a gradient finish.                           Check My Instagram Page IG : @binary_meme The 6GB variants will also be listed with complete mobile protection plan for just Rs. 699. It will be available on Flipkart, and Realme online store. The Realme 3 Pro comes equipped with a 6.3-inch full-HD+ display, a 4,045mAh battery, a...

PM Modi Ji Was Going To Bear Grylls Show Man V/S Wild

Image
Man vs Wild: PM Modi enters the wild with spear in hand in Bear Grylls' show                                                                                FOLLOW ON INSTAGRAM PM Modi in Man vs Wild: In the video shared by Bear Grylls, one can see the survival instructor and the Prime Minister venturing into the Indian wilderness. In the video shared by Grylls, one can see the survival instructor and the Prime Minister venturing into the Indian wilderness. However, the location of the same remains unclear in the video. PM Modi arrives to greet Gryllls in the wild and can be heard saying, "Welcome to India". Adventurer and survival instructor Bear Grylls rocked the Indian internet on Monday morning when he said that he will be sharing space with Prime Minister Narendra Mod...

Kali Linux Network PXE Install

Image
                Kali Linux Network PXE Install Setup a PXE Server Booting and installing Kali over the network ( PXE ) can be useful from a single laptop install with no CDROM or USB ports, to enterprise deployments supporting pre-seeding of the Kali installation. First, we need to install  dnsmasq  to provide the DHCP/TFTP server and then edit the  dnsmasq.conf  file. apt-get install  dnsmasq nano   / etc / dnsmasq.conf In  dnsmasq.conf , enable DHCP, TFTP and PXE booting and set the  dhcp-range  to match your environment. If needed you can also define your gateway and DNS servers with the  dhcp-option  directive as shown below: interface =eth0 dhcp-range=192.168.101.100,192.168.101.200,12h dhcp-boot=pxelinux.0 enable-tftp tftp-root= / tftpboot / dhcp-option= 3 ,192.168.101.1 dhcp-option= 6 ,8.8.8.8,8.8.4.4 With the edits in place, the dnsmasq service needs to b...

Making a Kali Bootable USB Drive

Image
                                     Making a Kali Bootable USB Drive Our favorite way, and the fastest method, for getting up and running with Kali Linux is to run it “live” from a USB drive. This method has several advantages: It’s non-destructive — it makes no changes to the host system’s hard drive or installed OS, and to go back to normal operations, you simply remove the “Kali Live” USB drive and restart the system. It’s portable — you can carry Kali Linux in your pocket and have it running in minutes on an available system It’s customizable — you can  roll your own custom Kali Linux ISO image  and put it onto a USB drive using the same procedures It’s potentially persistent — with a bit of extra effort, you can configure your Kali Linux “live” USB drive to have  persistent storage , so the data you collect is saved across reboots In order to do ...

Downloading Kali Linux

Image
IMPORTANT!  Never   download Kali Linux images from  anywhere other than the official sources .  Always  be sure to  verify the SHA256 checksums of the file you’ve downloaded against our  official values . It would be easy for a malicious entity to modify a Kali installation to contain exploits or malware and host it unofficially. Where to Get Official Kali Linux Images ISO Files for Intel-based PCs In order to run Kali “Live” from a USB drive on standard Windows and Apple PCs, you’ll need a Kali Linux bootable ISO image, in either 32-bit or 64-bit format. If you’re not sure of the architecture of the system you want to run Kali on, on Linux or OS X, you can run the command uname -m at the command line. If you get the response, “x86_64”, use the 64-bit ISO image (the one containing “amd64” in the file name); if you get “i386”, use the 32-bit image (the one containing “i386” in the file name). If you’re on a Windows system, the procedur...