KodeKulture
KodeKulture
  • Видео 21
  • Просмотров 13 423
Golang Channels Explained + Popular Interview Question Solutions
Assalamu alaikum everyone! 👋
===================================
Useful links: 🔗
- GitHub: github.com/kodekulture/golang-course/tree/main/001-channels
- Draw.io: drive.google.com/file/d/1eiYIfQ7ML8sUhV_0QWxnQaDmviBKptL6/view?usp=sharing
===================================
In this video, we covered how to work with Golang channels. 🚀
If this video was helpful, don't forget to subscribe and give a thumbs up. 💪
Thanks for watching & see you on the next one! 😉
Timestamps:
Section 01: Explanation
0:00 - Intro
0:35 - Explaining channels
1:33 - Unbuffered channel
2:10 - Buffered channel
2:29 -Channel + range + close
4:41 - Channel + select
5:37 - Nil channel + read
6:30 - Nil channel + write
6:46 - Nil channel +...
Просмотров: 46

Видео

Linux iptables
Просмотров 1,2 тыс.Год назад
Assalamu alaikum friends !! Gist command link: gist.github.com/escalopa/84f444df290d0e276362d8d22a9182ec In this video, We will go over iptables CLI command on Linux, what we can do with it, and things to avoid Btw I kinda write some articles from time to time if you are interested to know more visit my blog at escalopa.live. Thx for watching & stay tuned for more.
Linux NFS sharing (Sharing Dir between Client & Server hosts)
Просмотров 682Год назад
Assalamu alaikum friends !! In this video, We'll set up NFS sharing between client and server. For more details, you can check the man page of the following commands - expotrs - mount Useful Links: nfs.sourceforge.net/nfs-howto/ar01s03.html bluexp.netapp.com/blog/azure-anf-blg-linux-nfs-server-how-to-set-up-server-and-client Btw I kinda write some articles from time to time if you are intereste...
Linux logging (Journalctl, rsyslog)
Просмотров 1,5 тыс.Год назад
Assalamu alaikum friends !! Setting Up flash drive on virtualbox Linux: askubuntu.com/questions/25596/how-to-set-up-usb-for-virtualbox Windows: ruclips.net/video/mqHLuluxiuA/видео.html In this video, We'll be going over logging on linux, What is it, Why should I learn it, And forwarding logs to different host In this video our heroes are - rsyslog.conf - journalctl Btw I kinda write some articl...
Apach2 auto deploy with ansible
Просмотров 145Год назад
Assalamu alaikum guys !! Git repo link: github.com/escalopa/ansible-apahce-site-deployer Today, I'll be showing you how to automate the deployment of your site with - ansible - apapche2 Btw I kinda write some articles from time to time if you are interested to know more visit my blog at escalopa.live. Thx for watching & stay tuned for more.
Linux proccesses management (ps, htop, kill)
Просмотров 209Год назад
Assalamu alaikum guys !! In this video, I'll be talking about Linux processes, what are they, and how we can manage them and also give live examples and explanations on using the following command - kill - ps - htop Btw I kinda write some articles from time to time if you are interested to know more visit my blog at escalopa.live. Thx for watching & stay tuned for more.
Linux dynamic routing OSPF
Просмотров 2,5 тыс.Год назад
Assalamu alaikum guys !! In this video, We'll be going over the exciting and challenging topic, which is called OSPF routing, Exactly we are gonna be setting up dynamic routing between Linux machines, For that, we will use - FRR package - netplan (basics) - virtual-box Gist link: gist.github.com/escalopa/44efd79b12060d7e3023c5c0bec155d7 Btw I kinda write some articles from time to time if you a...
Apache file upload (cgi-mod)
Просмотров 2 тыс.Год назад
Assalamu alaikum guys !! Apache CGI doc: httpd.apache.org/docs/2.4/howto/cgi.html In this video, I'll be going over the following topics - Use CGI in the apache2 server - Upload a file to my server using curl request Btw I kinda write some articles from time to time if you are interested to know more visit my blog at escalopa.live. Thx for watching & stay tuned for more.
Apache url redirect
Просмотров 1,4 тыс.Год назад
Assalamu alaikum guys !! In this video, I'll be going over how can we redirect a user from one site to another by specifying a specific uri to the url. Btw I kinda write some articles from time to time if you are interested to know more visit my blog at escalopa.live. Thx for watching & stay tuned for more.
Linux chmod & chown
Просмотров 34Год назад
Assalamu alaikum guys !! Chmod explanation site: quickref.me/chmod In this video, I'll be explaining the next commands and how they work - chmod (with digits & symbolic syntax) - chown (user & group) Btw I kinda write some articles from time to time if you are interested to know more visit my blog at escalopa.live. Thx for watching & stay tuned for more.
Linux user & groups manipulations
Просмотров 43Год назад
Assalamu alaikum guys !! In this video, I'll be going over where the next commands to manipulate - useradd - adduser - usermod - userdel - groupadd - groupmod Btw I kinda write some articles from time to time if you are interested to know more visit my blog at escalopa.live. Thx for watching & stay tuned for more.
Apache basic authentication & authorization
Просмотров 2,1 тыс.Год назад
Assalamu alaikum guys !! In this video, I'll be going over the following topics - Authentication for apache servers sites Link to the documentation for auth on apache server: httpd.apache.org/docs/2.4/howto/auth.html Btw I kinda write some articles from time to time if you are interested to know more visit my blog at escalopa.live. Thx for watching & stay tuned for more.
Apache virtual host port & process monitoring
Просмотров 93Год назад
Assalamu alaikum guys !! In this video, I'll be going over the following topics - Binding site to another port to make it respond & listen to requests on ports other than 80 - Monitor apache processes using htop & lsof commands Btw I kinda write some articles from time to time if you are interested to know more visit my blog at escalopa.live. Thx for watching & stay tuned for more.
Apache2 server multi-site configuration
Просмотров 658Год назад
Assalamu alaikum guys !! In this video, I'll be going over the following topics - Set up & enable 2 more sites on the apache server Btw I kinda write some articles from time to time if you are interested to know more visit my blog at escalopa.live. Thx for watching & stay tuned for more.
Apache2 server installation & basic server process handeling
Просмотров 113Год назад
Assalamu alaikum guys !! In this video, I'll be going over the following topics - Building basic TCP connection using nc command - Installing the Apache2 server - Requesting the server from different tools - Firefox browser - curl commnad - Request lib in python3 Btw I kinda write some articles from time to time if you are interested to know more visit my blog at escalopa.live. Thx for watching...
Linux user & groups files (passwd, group, shadow)
Просмотров 45Год назад
Linux user & groups files (passwd, group, shadow)
Linux hard & soft links
Просмотров 68Год назад
Linux hard & soft links
Linux basic navigation commands
Просмотров 26Год назад
Linux basic navigation commands
SSH protocol connection & seting-up public-private key authentication
Просмотров 62Год назад
SSH protocol connection & seting-up public-private key authentication
IP address short naming linux
Просмотров 18Год назад
IP address short naming linux
Installing ubuntu live server 20.04 on virtual box
Просмотров 496Год назад
Installing ubuntu live server 20.04 on virtual box

Комментарии

  • @ezzeldingamingcoding
    @ezzeldingamingcoding 7 дней назад

    not working

  • @shahinshahab5367
    @shahinshahab5367 Месяц назад

    amazing video bro

  • @bountyproofs
    @bountyproofs 5 месяцев назад

    Thanks So USEFULL Hope you comeback and make videos again even once a week

  • @michelmagloireekanga709
    @michelmagloireekanga709 8 месяцев назад

    As my experience, there is no need to edit the system hosts file. Just provide the IP address on the VirtualHost tag and everything is gonna work

  • @tammucc
    @tammucc 9 месяцев назад

    Keep up the good work, thank u

  • @mariozamora9684
    @mariozamora9684 Год назад

    Thank you.

    • @kodekulture
      @kodekulture Год назад

      You're welcome! Thanks for the support

  • @snowballeffects
    @snowballeffects Год назад

    I've been looking for this everywhere!! Brilliant - Thank you!!!!

  • @loayalaa4791
    @loayalaa4791 Год назад

    That was really helpful :) Keep going👍

  • @benitoclawson3743
    @benitoclawson3743 Год назад

    Prⓞм𝕠𝕤𝐌

  • @evansowamoyo2612
    @evansowamoyo2612 Год назад

    The title should be how not to shoot yourself in the foot.. Had me at 11:41

  • @akashgamepaly2133
    @akashgamepaly2133 Год назад

    Plz Help 🥺🙏 my Facebook id hack 🥺🥺

  • @akashgamepaly2133
    @akashgamepaly2133 Год назад

    My Facebook ID hack plz help 🥺🥺🙏

  • @akashgamepaly2133
    @akashgamepaly2133 Год назад

    আমার Facebook ID টা হেক হয়েছে plz এনে দিবেন 🥺🥺

  • @ic3shot_
    @ic3shot_ Год назад

    ультра мега хорош

    • @kodekulture
      @kodekulture Год назад

      спасибо огромное за поддержку ))

  • @kodekulture
    @kodekulture Год назад

    Gist command link: gist.github.com/escalopa/84f444df290d0e276362d8d22a9182ec

  • @invis_1
    @invis_1 Год назад

    Very useful!

    • @kodekulture
      @kodekulture Год назад

      Thx, rly appretiate your support 😊

  • @ic3shot_
    @ic3shot_ Год назад

    Спасибо брат 😼

  • @unknownvisitor2190
    @unknownvisitor2190 Год назад

    da best🔥

  • @rickainsley904
    @rickainsley904 Год назад

    𝓟Ř𝔬𝓂𝔬𝐒ϻ 💔

  • @ic3shot_
    @ic3shot_ Год назад

    спасибо!!!

  • @najiali651
    @najiali651 Год назад

    ma man

    • @kodekulture
      @kodekulture Год назад

      Yooo nagi, you are the first to comment on the channel Big thanks for the support <3

  • @neoe_lab
    @neoe_lab Год назад

    good good