No video

Github for Flipper Zero users

  Рет қаралды 19,848

rad_Linux

rad_Linux

Күн бұрын

ko-fi.com/rad_...
This is a super basic git primer for people who are new to the Flipper as well as git and github. This will give you the basic ability to clone a repository as well as updating. Now we can all play with community contributions!
Remember to always hack responsibly and ethically. Only use the Flipper against devices you own or have permission to target!

Пікірлер: 63
@freedtmg16
@freedtmg16 Жыл бұрын
I just got a flipper last week and as a coder I use git every day and assumed there was something i was missing while seeing everyone save the repos as a .zip file. HAHA glad you're educating these folks!
@rad_linux
@rad_linux Жыл бұрын
Yeah, it was really confusing to me too and I was seeing so many people asking the same questions repeatedly. I'm just glad to offer a bit of help from my corner of the internet.
@bradyf8351
@bradyf8351 5 ай бұрын
Can u suggust a good starting place like book online practice to learn and better understand? i love linux ububtu especially but i have issues with mac and windows to get things done command line and im like sheiiiiiit call the expert! Example i was putting together a webpage for a customer. my mac wouldnt show and drop down menus, switched to windows and presto worked. So i guess wondering if i switch to linux... you think ill be making it harder for myself? awesome video man
@jmr
@jmr Жыл бұрын
If you only want one file right click raw and save that.
@rad_linux
@rad_linux Жыл бұрын
true! I was definitely being dramatic
@BrooklynBounce
@BrooklynBounce Ай бұрын
I just bought a flipper zero. You’re a very nice person and I’m enjoying your video, but unfortunately I can’t figure it out. I made an account on github but I can’t figure out how to download the Walgreens / cvs announcement files and install them into my new flipper zero. 😔. But I subscribed to you anyway because I respect how you broke it all down and explained everything. I’m just an idiot when it comes to computers and stuff. Plus I’m using a MacBook.
@rad_linux
@rad_linux Ай бұрын
Its all good! git can be a bit confusing when your new to it. You actually don't even need an account to use github. If you go to the repository you want, click the green code button, then click download zip then you will get a zip file containing everything in the repository. You can find the files you want then transfer them to your flipper. Thats the most basic way and you can figure out the rest when you need it. Good luck!
@1Teabag
@1Teabag Жыл бұрын
I love your vids bro
@rad_linux
@rad_linux Жыл бұрын
I really appreciate that! Thanks so much for checking them out
@PyroPerchlorate
@PyroPerchlorate Жыл бұрын
Hello, I love your vids as this is practically the only thing I could find on this topic. I recently got a flipper and I’m having trouble with this whole thing. I’m on Mac and used brew to install git and my problem is I do not know what to do from there as some of the commands I do are very different and don’t work. Thanks man!
@rad_linux
@rad_linux Жыл бұрын
Thanks so much! I'm happy to hear I have a useful niche. using it on macOS might require some configuration I'm not aware of. A quick search leads me to believe that the syntax should be the same though. I don't have a mac system to test it out on though. Good luck!
@PyroPerchlorate
@PyroPerchlorate Жыл бұрын
Thanks!
@shaynekielmann-kn2tx
@shaynekielmann-kn2tx Жыл бұрын
Doing it on Mac, os extreme fmw lasted all of but 1 day crashed rebooted and deleted everything off the flip . 😮
@Johnkim-vu7uv
@Johnkim-vu7uv Жыл бұрын
Do you have a place to start for noobs. For instance, where do i find files, or scripts, and how do i install them? Thanks in advance.
@rad_linux
@rad_linux Жыл бұрын
if you search flipper zero repositories you should find some good stuff. check the flipper documentation to see about adding files to your device. once you format your sd and update the firmware you can just drop files into their respective folders using the app or a card reader and your pc
@ps4account674
@ps4account674 2 ай бұрын
Hey I wanted to install the tpms app in my flipper zero, so just either clone it or download the full zip, extract it and then put in the root folder or sd card? There are so many files so how you run the app then? What's the extension that triggers the apps?
@rad_linux
@rad_linux 2 ай бұрын
most apps are distributed as .fap executables. You simply drop the .fap into the proper applications folder and you're set. If you are finding a lot of individual files that end in extensions like .c or .h then you have raw code. In that case, you need to do something similar to what I did in my other video about compiling .fap applications. Pull down the git for the firmware version you are using, build the folder against fbt and move the resulting .fap to your applications folder
@andrewfoundfnvnv
@andrewfoundfnvnv Жыл бұрын
Hi, Once you have found the script what software are you using to paste it into ? Like the black box at the bottom
@rad_linux
@rad_linux Жыл бұрын
hey! So what I'm doing here is using a linux terminal (that black box on the bottom) to feed commands to my system. Similar things can be done using powershell for windows but I'm not very familiar with that setup. I believe there are also GUI programs that can work with git too. This is just the way I'm most comfortable. You might be able to use LSW or linux subsystem for windows to accomplish similar things. Good luck!
@bradyf8351
@bradyf8351 5 ай бұрын
Oh shiitake! For fox lakes. Last questions boys promise. whats better for privacy aka notbeing watched tracked or traced. ubuntu or mint are all i know any suggestions would be appreciated. something where its easy to use and no prying eyes. able to download and navigate with a store or like a reg downloaad of the interweb. I search but lack the pramiters not understanding what i need to request from google. so any info is good illdo all the work after. mind the grammatical errors. too tored to care
@jasonmuse
@jasonmuse Жыл бұрын
ur intro 💀🤣🤣
@rad_linux
@rad_linux Жыл бұрын
people gotta know what they are getting into ;)
@jacobclark7873
@jacobclark7873 9 ай бұрын
I feel like you could have made a shorter video
@justinjimenez3760
@justinjimenez3760 Жыл бұрын
absolutely barbaric. why cant i just drag and drop the files like its 2023
@rad_linux
@rad_linux Жыл бұрын
ugh... once you've gotten the files from github, you can drag and drop them to the flipper with qflipper. But using git is far from barbaric in the command line. It's absolutely the most efficient and flexible way once a user is experienced enough
@kp4xx
@kp4xx Жыл бұрын
Nope, I'm more confused.
@rad_linux
@rad_linux Жыл бұрын
whats confusing you?
@BurgaKingFootLettuce
@BurgaKingFootLettuce Жыл бұрын
So im new to flipper zero and im supposed to know what git is and all these codes ur typing and the software ur using yeh thanks man i learnt nothing
@rad_linux
@rad_linux Жыл бұрын
The first option doesn't require any software or commands outside of decompressing a zip file
@jeffbrownstain
@jeffbrownstain Жыл бұрын
No one who needs a tutorial like this should be allowed to own a flipper. Tiktok ads did a great disservice for the expectations of plebs.
@rad_linux
@rad_linux Жыл бұрын
everybody has gotta learn somewhere. im for sharing information that will allow people to grow
@jeffbrownstain
@jeffbrownstain Жыл бұрын
@@rad_linux As am I. I'm not for kids thinking they're buying a tool from watchdogs that will get themselves into trouble without teaching them anything, as many people have already done, however. Anyone learning to use github for the first time shouldn't be doing so with the goal of using a penetration testing tool they don't even comprehend.
@rad_linux
@rad_linux Жыл бұрын
should they? no. are they? absolutely. If they are going to stick around, the skills they pick up through playing with their little dolphin friend should be real and tangible. like how to use an important and powerful tool like git. Thats why my content focuses on practical ways to learn real knowledge and not how to pop tesla ports
@chaklatech
@chaklatech Жыл бұрын
@@jeffbrownstain whether you like that it exists or not there’s a niche for the content. No need to have a pity party about it
@jeffbrownstain
@jeffbrownstain Жыл бұрын
@@chaklatech Wierd attempt at an insult but okay kiddo, I'll stop having whatever a pity party is.
Hacking NFC with Flipper Zero
15:32
rad_Linux
Рет қаралды 18 М.
If Barbie came to life! 💝
00:37
Meow-some! Reacts
Рет қаралды 66 МЛН
女孩妒忌小丑女? #小丑#shorts
00:34
好人小丑
Рет қаралды 49 МЛН
Meet the one boy from the Ronaldo edit in India
00:30
Younes Zarou
Рет қаралды 15 МЛН
لااا! هذه البرتقالة مزعجة جدًا #قصير
00:15
One More Arabic
Рет қаралды 51 МЛН
Flipper Zero: Hottest Hacking Device?
10:01
David Bombal
Рет қаралды 7 МЛН
Flipper NOW! -- Transmission is Blocked
5:05
Cyber NOW Education
Рет қаралды 2,8 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1 МЛН
KNOW THIS ABOUT THE FLIPPER ZERO...
12:32
andy kirby
Рет қаралды 294 М.
Install Custom Firmware and Hack Phones
8:22
CorSecure
Рет қаралды 55 М.
Flipper Zero Wifi Hacking has Never Been Easier!  Updated for 2024!
25:09
Talking Sasquach
Рет қаралды 219 М.
How to Vim in 2023: Tips and Tricks
15:53
ThePrimeagen
Рет қаралды 411 М.
No Flipper Zero? No Problem! NFC Tools
10:33
rad_Linux
Рет қаралды 29 М.
If Barbie came to life! 💝
00:37
Meow-some! Reacts
Рет қаралды 66 МЛН