No video

how did I NOT know about this?

  Рет қаралды 910,716

NetworkChuck

NetworkChuck

Күн бұрын

Host your own NTFY Server with Linode: ntck.co/linode - you get a $100 Credit good for 60 days as a new user!
🔥🔥Like my videos? Consider joining NetworkChuck Academy: ntck.co/NCAcademy
☕☕Try my coffee: NetworkChuck.c...
VIDEO DOCS and LINKS: ntck.co/ntfync
In this video, we'll be exploring the amazing notification tool called NTFY (or notify). With NTFY, you can get notifications for almost anything you want, from long-running commands to battery levels. It's free, open-source, and can be self-hosted, making it a powerful tool for sysadmins and power users alike.
We'll start by showing you how to install NTFY on Linode, one of our favorite cloud providers, or on-prem using Docker, a Raspberry Pi, or a Cloudflare tunnel. We'll also show you how to set up the free NTFY app for Android or iPhone to receive notifications.
Once you've got NTFY up and running, we'll show you some fun use cases, including how to get notified when a long-running command finishes, when your website goes down, or when your battery is low. We'll also show you how to set up a cron job for a daily reminder or a birthday reminder.
If you're a sysadmin or power user looking for a notification tool that can do almost anything, then NTFY is the tool for you. So, join us and learn how to get notified of everything with NTFY!
**Sponsored by Linnode, Cloud Computing From Akamai
SUPPORT NETWORKCHUCK
---------------------------------------------------
➡️NetworkChuck membership: ntck.co/Premium
☕☕ COFFEE and MERCH: ntck.co/coffee
Check out my new channel: ntck.co/ncclips
🆘🆘NEED HELP?? Join the Discord Server: / discord
STUDY WITH ME on Twitch: bit.ly/nc_twitch
READY TO LEARN??
---------------------------------------------------
-Learn Python: bit.ly/3rzZjzz
-Get your CCNA: bit.ly/nc-ccna
FOLLOW ME EVERYWHERE
---------------------------------------------------
Instagram: / networkchuck
Twitter: / networkchuck
Facebook: / networkchuck
Join the Discord server: bit.ly/nc-discord
AFFILIATES & REFERRALS
---------------------------------------------------
(GEAR I USE...STUFF I RECOMMEND)
My network gear: geni.us/L6wyIUj
Amazon Affiliate Store: www.amazon.com...
Buy a Raspberry Pi: geni.us/aBeqAL
Do you want to know how I draw on the screen?? Go to ntck.co/EpicPen and use code NetworkChuck to get 20% off!!
fast and reliable unifi in the cloud: hostifi.com/?v...
#ntfy #pushnotifications

Пікірлер: 941
@NetworkChuck
@NetworkChuck Жыл бұрын
Host your own NTFY Server with Linode: ntck.co/linode - you get a $100 Credit good for 60 days as a new user! 🔥🔥Like my videos? Consider joining NetworkChuck Academy: ntck.co/NCAcademy ☕☕Try my coffee: NetworkChuck.coffee VIDEO DOCS and LINKS: ntck.co/ntfync In this video, we'll be exploring the amazing notification tool called NTFY (or notify). With NTFY, you can get notifications for almost anything you want, from long-running commands to battery levels. It's free, open-source, and can be self-hosted, making it a powerful tool for sysadmins and power users alike. We'll start by showing you how to install NTFY on Linode, one of our favorite cloud providers, or on-prem using Docker, a Raspberry Pi, or a Cloudflare tunnel. We'll also show you how to set up the free NTFY app for Android or iPhone to receive notifications. Once you've got NTFY up and running, we'll show you some fun use cases, including how to get notified when a long-running command finishes, when your website goes down, or when your battery is low. We'll also show you how to set up a cron job for a daily reminder or a birthday reminder. If you're a sysadmin or power user looking for a notification tool that can do almost anything, then NTFY is the tool for you. So, join us and learn how to get notified of everything with NTFY! **Sponsored by Linnode, Cloud Computing From Akamai
@MFmyk3
@MFmyk3 Жыл бұрын
Love the videos. - can you update on that status of your nwc course site? I’ve sent several emails to support with no response.
@user-mc8xt1iq7c
@user-mc8xt1iq7c Жыл бұрын
this is an instant notification system, minus ssh, for headless hacking gadgets
@user-mc8xt1iq7c
@user-mc8xt1iq7c Жыл бұрын
also for an 'im still alive" recurring message to track when a remote device goes down
@abdellouioussema6594
@abdellouioussema6594 Жыл бұрын
please NetworkChuck whats the background music i love it
@ganesh6907
@ganesh6907 Жыл бұрын
Your drinking so much of coffee ☕
@binwiederhier
@binwiederhier Жыл бұрын
ntfy maintainer here. Thanks for this video, dude! Happy to answer questions. (Maybe delayed though as I am travelling internationally tmr)
@donciak
@donciak Жыл бұрын
why are you so awsome??
@syedibrahimkhalil786
@syedibrahimkhalil786 Жыл бұрын
Awesome, could you let us know about security based use cases?
@zsoltilibai3417
@zsoltilibai3417 Жыл бұрын
So if i have multiple devices can i send a message to a specific device?
@MrGh0sT_8124
@MrGh0sT_8124 Жыл бұрын
@@syedibrahimkhalil786I am using this tool from a long time in my Security Operation Centre. I can easily push certain alerts like windows wrong password or usb device connected or specific alerts as push notification. This is really handy.
@binwiederhier
@binwiederhier Жыл бұрын
@@donciak 😂 Thanks for the kind words.
@Sizzlik
@Sizzlik Жыл бұрын
Little command line kung fu for those who dont know...if you forgot to put sudo on a command..instead of retyping the command just type "sudo !!" And the last command will be repeated with sudo in the beginning. The two exclaimation marks (!!) will repeat the last command with whatever you typed in the beginning. Very usefull trick, mostly for when you forgot sudo.
@MarkoVukovic0
@MarkoVukovic0 11 ай бұрын
Great trick, thanks for that!
@jeschinstad
@jeschinstad 11 ай бұрын
Yes. More precisely, !! is shortcut for !-1, where 1 is the number of commands ago that you want to repeat. !386 would run the command number 386 in your history. That can be highly useful as well. "history". Find the command you want to repeat and !number to run it.
@MarkoVukovic0
@MarkoVukovic0 11 ай бұрын
@@jeschinstad learning something new every day, that's really powerful. Thanks!
@jeschinstad
@jeschinstad 11 ай бұрын
@@MarkoVukovic0: Yes, I love it! This is the benefit of a system having had 50 years to mature. It has enormous amounts of useful little things and always something new to learn. :) Did you know that if you press ctrl+xe then you can write your command into your default editor to make it easier to read and edit and then when you save and close, it will be run as a command? Very useful, particularly on dangerous commands!
@MarkoVukovic0
@MarkoVukovic0 11 ай бұрын
@@jeschinstad another one I didn't know, wow, thanks! I've been using Linux for years but never bothered to look into these amazing shortcuts! Thanks again! Do you use a terminal multiplexer? I am enjoying Byobu after having used Screen for many years.
@PatrickKalinowski
@PatrickKalinowski Жыл бұрын
Even when you don't really want to use the software or project ... You still want to watch the video because it is so entertaining!
@sohailibrahim3
@sohailibrahim3 Жыл бұрын
Always wanted to write a cool comment
@Void_Rudster
@Void_Rudster Жыл бұрын
I completely agree with your statement and thats honestly such a cool idea
@felipica
@felipica Жыл бұрын
this is a cool comment
@awakenotwoke1973
@awakenotwoke1973 Жыл бұрын
Oh well. Better luck next time.
@Void_Rudster
@Void_Rudster Жыл бұрын
@@awakenotwoke1973 shut
@skitzojedi2505
@skitzojedi2505 Жыл бұрын
🧊 🧊 🧊
@U_CantTouchThis
@U_CantTouchThis Жыл бұрын
Thank You Chuck ! A year ago, when I first saw Your channel, You became my inspiration to change my life. I changed my career and since June 2023 I have been working in IT :) 😎 Great channel keep it up :) You're doing a great job!
@QSC0P3
@QSC0P3 Жыл бұрын
Oh that's so cool to see you do a video on this tool! I have been using it for some time now and got it introduced at my workplace. I work at the ER of a local hospital and we use it to sent push messages to other nearby hospitals (and receive them) when it's getting very busy somewhere so it is likely more patients will be coming towards us as they are running out of capacity for example. Really useful and so easy to use even doctors can work with it haha. Besides that I also use it for my homelab (in another channel obviously haha) and for example to sent commands to control my smart home. I also use it with tasker which lets you do fun stuff like request the location of your phone or the battery levels and get notified when they are low. Truly the possibilities are endless and its really easy to setup and get going. The developer did a great job on writing splendid documentation for his tool as well. I'm really grateful for the person that made this and it's awesome to see a (relatively?) big KZbinr give him some well-deserved recognition for his efforts! Great video
@user-mv1oc5ng1e
@user-mv1oc5ng1e Жыл бұрын
wym relatively this man has 3.26 million subscribers lmao
@dangerous8333
@dangerous8333 Жыл бұрын
I have absolutely no need for this though.
@DJ29Joesph
@DJ29Joesph 11 ай бұрын
Its crazy how late Chuck gets to the game. Like he waits for everyone else and copy them lol
@jonathanj.3695
@jonathanj.3695 11 ай бұрын
​@QSC0P3 You had me at "run it as a portal so that you can chat to chatGPT". (I've been obsessed with ChatGPT lately and have been using it help me create code and scripts).
@QSC0P3
@QSC0P3 11 ай бұрын
@@user-mv1oc5ng1e oh yeah scrap the relatively haha that's prettig damn big nvm
@AnythinG-ie7jd
@AnythinG-ie7jd 11 ай бұрын
Thanks Chuck. . Also, guyz. You can add " --restart always" while running the docker container so even after system reboot ur docker container spins up again and your notification never stops.
@freckhard
@freckhard Жыл бұрын
For anyone asking: binwiederhier, German for „(ich) bin wieder hier“ means "I am back again" and can be pronounced like "bin vida here" :-) Grüße! 😊
@emerelle3535
@emerelle3535 3 ай бұрын
Mann, da wollt ich aufgeregt ne Antwort tippen und dann war jemand acht Monate schneller. :P
@freckhard
@freckhard 3 ай бұрын
@@emerelle3535 😇👍
@francesco2092
@francesco2092 11 ай бұрын
23 minutes of video gives 23 weeks of study to fully understand everything hahaha really love you
@Unbroken935
@Unbroken935 4 ай бұрын
lol
@sovereignshahid9265
@sovereignshahid9265 Жыл бұрын
an interesting thing is as this uses simple post requests, I can use something like this in modded minecraft since some mods add computers that can do this sort of thing. I think it would be very useful for seeing when a crafting recipie is finished since in some modpacks it can take quite a while to do so
@Markyroson
@Markyroson Жыл бұрын
That would be a cool use case! Curious how you’d implement.
@vnc.t
@vnc.t Жыл бұрын
computercraft/cc tweaked?
@vnc.t
@vnc.t Жыл бұрын
you can request a bulk craft with create mod mechanical crafters and have it send you a push notification when it's done
@vnc.t
@vnc.t Жыл бұрын
​@@Markyrosonlua, cc adds http module so not that hard to send the request
@somethingcoolgoeshere
@somethingcoolgoeshere 11 ай бұрын
Imagine a system where you can send commands to a computer in-game from your IRL phone! Craft me x64 crafting tables
@KyserClark
@KyserClark 9 ай бұрын
I just set up my own home server. Small tip: If you are already hosting something on port 80 on your home server or you just want to use a different port instead of doing "80:80", do [PORT]:80. Where [PORT] is the port number you choose. Pretty slick notification service. Thanks for sharing and thanks for the easy to follow tutorial!
@digitalarkham
@digitalarkham 9 ай бұрын
I Really want to thank you for renewing my excitement for tech and for learning again. I pretty much gave up long ago and got buried in the slog of 9-5 and felt like I was drowning a bit. Great content, amazing presentation, and just all around fantastic.
@darksalmon
@darksalmon 8 ай бұрын
Same. Burned out some time ago but I'm finding my way back to being excited about tech because of people like him.
@ItsMelodyy
@ItsMelodyy 11 ай бұрын
if you do "docker run ---name ntfy p 80:80 -itd binwiederhier/ntfy serve" it'll name the container and you won't have to copy paste the ID. You can also add --restart always to it, and it'll always boot up with your server.
@trs_one
@trs_one 4 ай бұрын
thanks for this
@4lexkidd947
@4lexkidd947 11 ай бұрын
German dude here, "binwiederhier" is in deed german and translates to "i am here again". So basicly "bin wieder hier" on your channel, enjoying nice dockerized tools to add to my digital home-fortress. Thanks for your vids, keep it up ;) Also as a side note: Due to the upcoming python for excel you could even notify from excel sheets if certain rules are met (for example some values in cells reach certain limits)
@JoanLavell
@JoanLavell 11 ай бұрын
Probably already works with a VBA Shell command
@inputoutput-hd7jl
@inputoutput-hd7jl 4 ай бұрын
came here for the topic. walked away with exactly what I was needing before with cloudflare tunnels. thanks man. really enjoy your content
@ramsesramos2192
@ramsesramos2192 5 ай бұрын
Whenever I see one of your videos I dont know why out of nowhere I feel like going to a starbucks with my laptop and be all creative
@bearsaremonkeys
@bearsaremonkeys 11 ай бұрын
i love this channel because it keeps me up to date with all the new tools that pay Chuck to get excited about
@wizzardwilliamlane
@wizzardwilliamlane 11 ай бұрын
Thank you for making this video. I took you advise and signed up for a Linode server. The good news is I now have a "go to" place for Linux servers. The bad news, for the folks at Linode, is I am a complete novice/newbie with Linux. I didn't know to "Harden" the Linode and it became spammer candy. I received policy violations within hours of signing up. Sorry bout that, my bad. Huge plug for the Linode folks. They were very gracious I also did the Portainer thing which is awesome. Bottom line, Linux yea, Docker, yea, Portainer yea, and NTFY yea. Good day in the neighborhood.
@Guihcouto
@Guihcouto Ай бұрын
I watched this months ago but just now had a migration project where I have had a chance to use it! this has made my life SO MUCH better these last days! Thanks a lot Chuck. Always spreading awesome content.
@jackporter3302
@jackporter3302 7 ай бұрын
Set this up because of this video and I love it. Get notified every morning on whether or not my backups failed or were successful.
@sirflimflam
@sirflimflam Жыл бұрын
Wow, I've been wanting something like this for so long. This is the first project you've led me to that had running within the hour of learning about it.
@feozgaming
@feozgaming 11 ай бұрын
Amazing video!! I used ntfy to send me a message on my phone when someone is at the door. I built an IP camera, hooked it up to motion eye. Luckily motion eye has a feature where you can run a command when motion is detected. But it works a dream. Thanks Chuck!
@JohnDoe-oy7sz
@JohnDoe-oy7sz 10 ай бұрын
💯
@ProfessorLinux
@ProfessorLinux 3 ай бұрын
That is cool.
@ExpHosed_
@ExpHosed_ 11 ай бұрын
Your videos have always kept me up to date with Linode. Thats literally all Ive learned. Linode., You need LINODE for everything.
@SullivanInfinity
@SullivanInfinity Жыл бұрын
Fun fact: The container binwiederhier is German "Bin wieder hier" and it's slang for "I'm here again"
@Ozymandias1
@Ozymandias1 Жыл бұрын
I have a hunch it's related to the book and film Er ist wieder da.
@_JohnHammond
@_JohnHammond Жыл бұрын
SHENANIGANS 🤩
@Matty0311MMS
@Matty0311MMS 9 ай бұрын
Since I haven't seen a comment about it, I'll just add my 2 cents. Yes, it is german (the binwiederhier part of the name), and it means "am here again". No, this is not a german compound word, it is just smushed together. It would normally be written as "bin wieder hier". The switched word order is because of german grammar rules. "bin" = "am", "wieder" = "again", "hier" = "here". And when it comes to pronunciation, it's amlost the same, but "wieder" is pronounced something like "veeder".
@MichaelRainabbaRichardson
@MichaelRainabbaRichardson 3 ай бұрын
When you execute `docker run` commands, if you add ` --name=yourcontainer name`, then you can use your container name anywhere that you would have previously used a container ID, negating the need to `docker ps` and copy the ID each time you want to manage a container. This is also advisable because as your container collection grows, it gets more and more unwieldy to depend on the ID for ad-hoc operations like that.
@xorbite
@xorbite 11 ай бұрын
Your videos have always kept me up-to-date with the latest technologies used within the IT world; and they taught me a lot so far. I've always had that passion for IT and your videos have really made it more fun for me to get around new technologies. Keep up the awesome work man. You've always made good quality content, just wanted to show my appreciation for the effort you're putting into making those videos
@j.justin1511
@j.justin1511 11 ай бұрын
I have never been more excited, charmed, and motivated by a video I intend to never use. Chuck, your energy is infectious. Now if only your knowledge were so as well.
@jeschinstad
@jeschinstad 11 ай бұрын
Fascinating. I did something similar in the ancient past, when XMPP was the next big thing. I would send notifications as chat messages. It's very useful to have things like this, but the really old fashioned way of doing this is through email. Having your system being notify you of things via mail is very useful and perhaps more generally useful since you can generate as much descriptive text as you like. But fun is always fun! :)
@xgen8k
@xgen8k 11 ай бұрын
no automatic pushes on iOS 16.6 only manual update withing app by pulling from top down. also i couldn't see any clear instruction in the documentation on show to secure it from being publicly accusable, maybe you can do a part 2 on that?
@TheMythh
@TheMythh 10 ай бұрын
17:00 i had no clue you can do terinary operators in terminal, nice one. also of course ntfy is AMAZING, thank you for popping up in my suggested video and thank you to the devs/maintainers of the software! deffo going to set it up on my rpi
@xwinglover
@xwinglover Жыл бұрын
I am thinking of using it to communicate better with my wife. That way I get a word in.
@marshallross
@marshallross 11 ай бұрын
These tutorials always make me smile and they’re so dang useful!!!
@johannesm.seifert9507
@johannesm.seifert9507 11 ай бұрын
"bin wieder hier" is actually german for "I'm back here again". Looks like a pretty mighty tool, thank you for telling!
@Shinika01
@Shinika01 11 ай бұрын
that's insane! I'm adding that in my work flow as of today and will share it in our next team meeting!
@bambo5243
@bambo5243 11 ай бұрын
how are you planning to implement it? i dont rly get for what i would use it
@Shinika01
@Shinika01 11 ай бұрын
​@@bambo5243 users of my tools can be alerted by notifications instead of emails with the results of the tools... i get notification when a user logged in with a wrong password... I get notifications if anything went wrong on one of the API call... and so on... it's amazin
@ness20xx27
@ness20xx27 Жыл бұрын
Bioinformatic pipelines that run for ages might be able to use this. Sometimes it takes multiple days to run them. This might just be a gamechanger to immediately become productive again when the pipeline has finished running (at least when running locally!)
@andrewferguson6901
@andrewferguson6901 Жыл бұрын
THE FIRE ALARM BELL FROM GHOSTBUSTERS IS WHAT YOU WANT
@Timeox2k
@Timeox2k Жыл бұрын
Even made from a German o: "Binwiederhier" -> "Bin wieder hier" -> "I am here again"
@TechySpeaking
@TechySpeaking 11 ай бұрын
I've been with ntfy since the beginning.
@RadioactiveLobster
@RadioactiveLobster Жыл бұрын
Hmm, I wonder if I could use this to have my Reolink cameras send me a notification when they detect motion, complete with the attached picture. They supposedly have push notification support built in but it's never worked. Previously had to use a janky setup where the NVR sends an email and that gets picked up by PushOver who then sends me a notification but some times there can be a delay, the picture doesn't send, etc... Now that I have my cameras isolated from the Internet, doing it locally would be nice and using something like a Cloudflare tunnel to have it only send the notifications over the Internet when out of the house, thus keeping the cameras themselves internet isolated, would be nice.
@QSC0P3
@QSC0P3 Жыл бұрын
I image that should be absolutely possible
@DT-hb3zu
@DT-hb3zu Жыл бұрын
First. Love to see new content from Chuck. 😊
@ivandumancic2938
@ivandumancic2938 11 ай бұрын
"Bin wieder hier" means "(I) am again here" Thank you for the video! I'm drinking coffee right now 😊❤
@bitwise_8953
@bitwise_8953 11 ай бұрын
Hi, I'm here because Claude AI said I'd like this channel.
@SwirX
@SwirX Жыл бұрын
Thanks I really needed something like this for my automation programs originally I was going to make a python script that sends me an email to notify me but it seemed like a lot of work, but now imma implement ntfy on my scripts😃
@RichardBronosky
@RichardBronosky Жыл бұрын
TL//DR: use @- as the string for the -d argument and curl will read the piped stdin and send it as data `man curl` tells us that the -d (or any --data-, ie: --data-raw) flag accepts @filename as an indicator that the argument is a path to a file to be read. Using - as your filename is shorthand for /dev/stdin in many Posix and Gnu tools. If what you want to read is the error output, you can use @/dev/stderr in the curl command or replace your pipe | with 2| which is a nomenclature for fd2. And you might now be thinking, a simple pipe | is shorthand for 1| because fd1 is /dev/stderr (you are very clever, I like how you think).
@aonodensetsu
@aonodensetsu 11 ай бұрын
why didn't anyone tell me about 2| until now!?
@TheFern2
@TheFern2 11 ай бұрын
This video just popped right when I needed it. Last week I was thinking about setting up notifications when things are done in the cli for example running ansible playbooks take a while sometimes. Ntfy is the perfect solution, great project. And thanks for the tutorial Chuck!
@jaygreentree4394
@jaygreentree4394 10 ай бұрын
I dont remember you really mentioning it but it has a web interface. The web ui can get notifications in the browser as long as its open in a tab. Also for those that didnt catch it he was running on port 80. If you have ngix proxy manager or some other similar service you will need to change the first one in the command 80:80 so it would be 8888:80 in my case.
@aalmarshad
@aalmarshad Жыл бұрын
What a powerful tool ❤
@nikolasdev
@nikolasdev Жыл бұрын
Amazing 😮
@light500
@light500 9 ай бұрын
@NetworkChuck yes "binwiederhier" (bin wieder hier) is german and means "I am here again" or "I'm back"
@BurtyHaxx
@BurtyHaxx 5 ай бұрын
im planning on making a home server to play around with game hosting and a load of other things, this sounds like it would be great to monitor the servers and send notifications to me if they ever go down while my friends are playing, using cloudflare tunnel to ssh into the server securely with a laptop and restart it remotely. this video has everything im looking for explained in one video (locally hosted tunneling, notification, and monitoring) unless im misinterpreting things but i guess il find out
@JustHere4It
@JustHere4It 7 ай бұрын
Quite strong. Seems like you could use it as a form of communication as well.
@curtisice2823
@curtisice2823 Жыл бұрын
Been waiting to receive a notification from this channel❤
@waynewilliamson4212
@waynewilliamson4212 8 ай бұрын
dang...I want to be like you. been a subscriber for a while, but I need to go back and watch your older stuff. anyhow, keep the videos coming, and thanks.
@diskgrind3410
@diskgrind3410 8 ай бұрын
OMG, that caffeine had you rolling fast. I would literally have to slow the speed of the video and still have to pause and rewatch just to stay up with your moves. I thought I had skills, your a madman. Props! Do I need notifications, not as much as you seem to. :) Thanks for the video, I love learning stuff.
@josu_abad
@josu_abad 7 ай бұрын
Got to say chuck, videos with that background music are something else. This is great 😝😎
@vhaelanvhaelan8417
@vhaelanvhaelan8417 11 ай бұрын
This is awesome. I have recently set up Frigate NVR as a self hosted CCTV solution, but currently the push notifications are sent through Home Assistant which I have no use of apart from this. It's a fairly bloated way of getting these notifications, and NFTY might just be the tool I need to replace it!
@charliefleischer9897
@charliefleischer9897 8 ай бұрын
Thank you for using nano like a rational human being
@Frank_Terruci
@Frank_Terruci Жыл бұрын
Those high pitched transitions accompanied by graphics are hell on sensitive headphones.
@JPDVM20_14
@JPDVM20_14 11 ай бұрын
Glad to see this project getting some more love. I switched from Pushover a month or two ago, and I've been trying to use it everywhere I can.
@nickshanks4
@nickshanks4 9 ай бұрын
Why did you switch from Pushover?
@JPDVM20_14
@JPDVM20_14 9 ай бұрын
​@@nickshanks4Just liked the idea of being able to self-host it. Pushover is great too though.
@cashout8582
@cashout8582 11 ай бұрын
Self-hosted, and completely free? Now we're talking!!!
@-ColorMehJewish-
@-ColorMehJewish- 11 ай бұрын
18:05 - CRONTRAB ⁉ :: Can you use it in a sentence? :: - My "R" key was fatfinger'd, contrabbit! 😆 Sorry I couldn't resist
@elchinefa9524
@elchinefa9524 11 ай бұрын
4:08 yes it is in german =) Thanks a lot for new stuff. By the way a few days ago i wrote a python script which each day send me motivation text. I used for notification pushbullet.
@traggerhippie
@traggerhippie 11 ай бұрын
Thanks, so many times I've been doing something thinking a noification would be nice to have, or abused monitoring servers like PRTG where a script wrote results to a txt file, which I monitored with a PRTG sensor. The downside is I need to setup the sensor, notifications and user / notification accounts in the monitoring server, this does not need any of that. Definately going to play around with this, I feel I'm going to need this in the future for some out of the box type solution.
@user-xw3cj9dm7c
@user-xw3cj9dm7c 11 ай бұрын
I set up a script that takes a picture with the front camera (using fswebcam) upon login and then sends a push notification with the time, date and picture of whoever logged in. Fantastic physical detective control
@giostechnologygiovannyv.ri489
@giostechnologygiovannyv.ri489 9 ай бұрын
1:54 Ad ends in... Craps XD when the Ad has to be with the tutorial XD hahaha
@andreyokhrimenko2271
@andreyokhrimenko2271 11 ай бұрын
How cool is that WOW, but i think its too complicated to most people, as for me "kde connect" is best solution for house, simple install add device and thats it. Thanks for video!
@1Kraku
@1Kraku 11 ай бұрын
Hi. What is 45 disks. The HPE Apollo G10 device is smaller and more efficient - this is what I currently use. They have a blaid server with 2 HDDs per system, and 60 HDDs with 3.5 inch bays are available for use. Take a look at this construction.
@vanshpatade4385
@vanshpatade4385 Жыл бұрын
❤️❤️❤️Loves your centent chuck
@ScamCast
@ScamCast 11 ай бұрын
Great, now I can get notications for when my computer blows up
@vardenfell971
@vardenfell971 11 ай бұрын
i will have the smartest squirrels in IT by the time im done watching your CCNA series. got 3 baby squirrels on the desk in my office.
@Raima888s
@Raima888s Жыл бұрын
Love the self hosted solutions. Thank you!
@kevinwaag9976
@kevinwaag9976 5 ай бұрын
You're an amazing teacher!!! I'm definitely subscribing !
@JF76able
@JF76able 9 ай бұрын
Great video once again.... Btw, since you asked the "binwiederhier" container is indeed German and it means: "I am here again".
@j7v7a2
@j7v7a2 7 ай бұрын
Awesome, especially the added bonus of a CloudFlareD Tunnel.
@neamuu
@neamuu 6 ай бұрын
yap, there are never enough notifications, we need more, thank you chuchk
@g1eagle
@g1eagle 7 ай бұрын
Love this notifcation service. Wish you'd have gone into the user setups a bit more. But you at least pointed us in the right direction
@cutmasta-kun
@cutmasta-kun 11 ай бұрын
I use it as a minimal-messaging-bus! I can subscribe to a topic and execute a script, everytime a message gets pushed into the topic. The message gets passed to the script and the values can be used. You can send JSON valid messages and pass metadata around. I love NTFY
@harshkamdar6509
@harshkamdar6509 8 ай бұрын
this is actually very good i now use it to alert me when an ML model is done training or a large dataset is done pre-processing, saves a lot of time.
@lulzlutz
@lulzlutz Жыл бұрын
Its been years since I have been using something like this, I have two aliases that either sends alerts or notifications depending on what on the nature of the notification on Telegram. For example if a service is down, I get an alert. If a Linux ISO has just finished downloading it sends a notification. But this also looks like a nice project.
@rhonke
@rhonke 11 ай бұрын
X2
@tubmade6758
@tubmade6758 11 ай бұрын
@NetworkChuck "binwiederhier" is German and means "am here again" or "amhereagain"
@creepomusik2883
@creepomusik2883 11 ай бұрын
As a german i'm always delighted when something german occurs in places i don't expect it 😄
@slippydouglas
@slippydouglas 11 ай бұрын
I’m glad we’ve finally caught back up with 2005 and have a Growl-type solution again. Oh boy, has computer technology come a long way.
@piereligiodisante
@piereligiodisante 8 ай бұрын
I do that using a telegram bot, since about 2 years now. I’ve made a very small function that I set up as a power shell module. It works pretty well but this seems much more powerful
@SvennoCammitis
@SvennoCammitis 7 ай бұрын
Hey, Chuck, yes that is German: "Bin wieder hier!" means " I am back again"! Great content! Keep it up!!! Cheers, Sven
@billcipher1212
@billcipher1212 Жыл бұрын
wow this is probably the first time i knew something that you didnt already know
@trevorford8332
@trevorford8332 Жыл бұрын
Thanks to you I now know about notify-send, it's not as powerful but it gets job done. Thanks. 👍
@WolverineMKD
@WolverineMKD 11 ай бұрын
Just stumbled upon your channel, the music in the background is amazing!
@vadneydasilva230
@vadneydasilva230 9 ай бұрын
Mr. Chuck You're awesome!!! Thanks for the content... Once again. You're awesome!!!
@RagHelen
@RagHelen 4 ай бұрын
As soon as I heard the words Raspberry and Docker, I dropped it. It means endless troubles in the long run with endless trouble shooting in the Linux console.
@marcel_one_
@marcel_one_ Жыл бұрын
Yes, it is German: "Bin wieder hier" or in english: "I am here again"
@cowtoystorybeer
@cowtoystorybeer Жыл бұрын
I am back again actually 😊
@johnmatheus3371
@johnmatheus3371 11 ай бұрын
Still watching the video and it literally made me said "how did I not know about this"
@alooshyytc
@alooshyytc 11 ай бұрын
Watching his videos without coffee doesn’t feel right.
@originalbrucesmith
@originalbrucesmith Жыл бұрын
Been waiting for you to cover this one, Nice one.. :)
@eco98
@eco98 Жыл бұрын
Ive wanted to be avle to do this for years on so many coding projects but didnt want to write a mobile app to receive messages from my python programs. This tool is so perfect
@alphenit
@alphenit 11 ай бұрын
You could also use python to send a post message to the telegram api to get notifications on your phone.
@halilerensahin510
@halilerensahin510 11 ай бұрын
Don't know about notifications, but you have a beautiful family
@AlfredoPinto
@AlfredoPinto 11 ай бұрын
You are the best sir, you give us tools we actually need.
@AWAKENEDreflection
@AWAKENEDreflection 4 ай бұрын
***VIDEO REQUEST*** So, I am a tech nerd in denial for so long. I missed out on how to do so much. I have always known there were certain things that could happen to change my life, I just didnt know how. On my search, I found you. I adore you and all you do; but never try any of it because I am now old and tech has gotten so... high tech, lol. If you were a non-IT master, and didnt know where to start, AND you have only old tech; what do you think would be the best way to start building so you could do all the cool things Network Chuck can?
@CarlKettler
@CarlKettler 11 ай бұрын
I always get a chuckle out of hearing young guys "pronounce" 'sudo' .... I'm sure you know this command stands for "Super User Do" .... so, with limited phonetic symbols available, I have always pronounced this as 'sue-du' or 'soo-doo'. Since I tend to mentally expand abreviations, it just sounds wrong to hear 'sue-doe' or 'sue-doh'. Seriously though, NTFY is a great tool. Something I had not known about. Great description of how to set it up. Thank you. I really do enjoy your detailed setup videos on different tools you create.
3 Levels of WiFi Hacking
22:12
NetworkChuck
Рет қаралды 1,9 МЛН
i HACKED my wife’s web browser (it’s SCARY easy!!)
14:36
NetworkChuck
Рет қаралды 4 МЛН
Gli occhiali da sole non mi hanno coperto! 😎
00:13
Senza Limiti
Рет қаралды 18 МЛН
ROLLING DOWN
00:20
Natan por Aí
Рет қаралды 10 МЛН
managed to catch #tiktok
00:16
Анастасия Тарасова
Рет қаралды 43 МЛН
you need to learn Docker RIGHT NOW!! // Docker Containers 101
23:19
NetworkChuck
Рет қаралды 2,7 МЛН
I forced EVERYONE to use Linux
22:59
NetworkChuck
Рет қаралды 434 М.
this Cybersecurity Platform is FREE
39:46
John Hammond
Рет қаралды 559 М.
Meet netboot.xyz - Network Boot Any Operating System
25:00
Techno Tim
Рет қаралды 748 М.
your home router SUCKS!! (use pfSense instead)
45:31
NetworkChuck
Рет қаралды 6 МЛН
HomeLab Services Tour 2024 - What Am I Self Hosting?
40:00
Techno Tim
Рет қаралды 419 М.
Hacking a Samsung Galaxy for $6,000,000 in Bitcoin!?
36:25
Joe Grand
Рет қаралды 4,3 МЛН
What's on my Home Server?? MUST HAVE Services 2023!
27:29
TechHut
Рет қаралды 757 М.
How To Access the DARK WEB in 2024 (3 Levels)
15:20
NetworkChuck
Рет қаралды 4,6 МЛН