Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up

Search results

  1. Rushi Chaudhari

    Question Is there a way to split files over multiple cores ?

    I have a large folder (3000GB on an enterprise server). I need to zip those and make parts of 100GB each. I did look into these articles :- https://www.peterdavehello.org/2015/02/use-multi-threads-to-compress-files-when-taring-something/...
  2. Rushi Chaudhari

    Question Which hackrf bundle would be better?

    There are 4 bundles here . If I get bundle 1, with two extra antennas like antenna1 antenna2 will it be same like bundle 4 without the cover and tcx0 ? I want to try out everything which bundle 4 can do. I'm finding a way to reduce the cost.
  3. Rushi Chaudhari

    Please post cracked Ms Office and Photoshop links for linux(Arch)

    Even 2007 or 2010 would work.
  4. Rushi Chaudhari

    How to download google drive links using aria2c cli ?

    I am upto a clue that that can be done using rclone + aria2c, but not sure how.
  5. Rushi Chaudhari

    Is it possible to mod on-ear headphones to over-ear headphones ?

    I love big headphones like hyper-x ones, i wanted some tweaks to mod my old headphones to give comfort like those .
  6. Rushi Chaudhari

    How to flash factory firmware in intex ibuddy connect ?

    I found the firmware file here How to Flash Intex iBuddy Connect with Flash Tool ? (Tested) / Gsm Helpful | All You Need for Mobile Flashing & GSM but its showing no device found . Charging light works when i plug in usb it gives blue light.I charged it a little ,after 30min the battery...
  7. Rushi Chaudhari

    How to install pirated MS office in arch linux ?

    Using wine , i think its possible but would that kms activator work ?
  8. Rushi Chaudhari

    Solved My Laptop is going to sleep after playing csgo after some time

    I had fixed this but i dont remember how. Few people said that due to overheating its sleeping. Im sure there was a 100% working fix for it because before clean installing my windows i had fixed this
  9. Rushi Chaudhari

    Is there any free vpn in python ?

    Is there a free vpn eg.betternet which can be used in python using cli before making a request to a website ? Sent from my Redmi Note 4 using Tapatalk
  10. Rushi Chaudhari

    How to connect wifi automatically in raspberry pi3?

    I have BSNL internet connection , sometimes the connection is down at isp side , and when it comes back pi is not connected to internet. I have already set it up to autoconnect but that works like I need to turn off the main switch of pi and turn it on again then it gets connected to wifi...
  11. Rushi Chaudhari

    How does the GrayScale to color algorithm work ?

    There are various tools which convert b/w image to colored ,how do they work ?
  12. Rushi Chaudhari

    How does GBWhatsapp Mod work ?

    Many times the messages are delayed ,it it like a proxy server ? can they read my messages ?
  13. Rushi Chaudhari

    Can we clone google data ?

    If We have infinite storage space, Can we clone google :)
  14. Rushi Chaudhari

    How to make a usb rubber ducky with sdcard integration?

    I saw many tutorials on internet of making usb rubber ducky using attiny85 or arduino micro.Can we modify it such that i will store my payloads on sdcard and it will execute them from it.
  15. Rushi Chaudhari

    Solved Recommended method to install tensorflow-gpu on Arch linux

    After browsing a lot , i was not able to find exact method to install tensorflow on my arch linux. As on tensorflow documentation they suggest to compile from source for linux other than ubuntu. It gave me lot of errors. Next I tried the other way, using pip ir pip install tensorflow-gpu , but...
  16. Rushi Chaudhari

    How to install nvidia gt940m drivers for Arch linux

    I have this nvidia geforce gt940m gpu in my hp pavillion laptop.Apart from official arch documentation (its jargon for me), how do i install its drivers for arch linux to use for cuda and deeplearning.
  17. Rushi Chaudhari

    Solved The selected boot device failed ,press enter to continue fix?

    Im not able to boot any windows uefi usb ,it is giving this error What is the issue? Things i tried: reset my bios enabled legacy did clean from diskpart
  18. Rushi Chaudhari

    Is there a selfish net for ubuntu ?

    I had this beautiful software selfishnet on windows10 which limits wifi speed of users. for demo you can watch this How to do this in ubuntu ?.Or can some expert write a script for this ?.
  19. Rushi Chaudhari

    count character occurrence in of string in file nasm

    It should print the first character given in file specified by user.Actually i was writing code to count how many times a particular letter repeats in the string found in file.But the code is not complete. the print r8,1 is printing blank answer section .data msg1 db "File Handling Menu",10...