- Видео 189
- Просмотров 1 008 551
Learning Software
Индия
Добавлен 8 авг 2020
Our aim is to up-skill our viewers in software development and focuses on learning with practical examples.
Check out our android app from the links below
Check out our android app from the links below
ClaimsPrincipal, ClaimsIdentity, Claims explained in dotnet security
Blog post - tamingdotnet.blogspot.com/2024/11/claimsprincipal-claimsidentity-claims.html
Playlist - ruclips.net/p/PLCgehTvigkDMr5XekokMqVJkl-P50jfuI&si=pF-5UAyZiKiNnvrs
Please subscribe, like and share this video
#dotnet #security #identitymanagement #setup #learning_software #csharp #csharpdotnet
Playlist - ruclips.net/p/PLCgehTvigkDMr5XekokMqVJkl-P50jfuI&si=pF-5UAyZiKiNnvrs
Please subscribe, like and share this video
#dotnet #security #identitymanagement #setup #learning_software #csharp #csharpdotnet
Просмотров: 207
Видео
Implicit usings, file scoped namespaces, top level statements in dotnet
Просмотров 28День назад
Blog post - tamingdotnet.blogspot.com/2024/11/implicit-usings-top-level-statements.html Playlist - ruclips.net/p/PLCgehTvigkDMr5XekokMqVJkl-P50jfuI&si=pF-5UAyZiKiNnvrs Please subscribe, like and share this video #dotnet #setup #learning_software #csharp #csharpdotnet
Import / export Pandas dataframes to SQLite database
Просмотров 8314 дней назад
Blog post for this video - nagasudhir.blogspot.com/2024/11/import-export-pandas-dataframes-to.html database file used in this video - github.com/nagasudhirpulla/taming_python/blob/master/blog/skills/assets/data/iris.db Interface with SQLite database in python - ruclips.net/video/xBVIdTIKXpk/видео.htmlsi=551IX0cu0tbCCTNn Read and process pandas dataframes from large files using chunks - ruclips....
Manage packages in dotnet applications (including offline)
Просмотров 5214 дней назад
Blog post - tamingdotnet.blogspot.com/2024/11/manage-packages-in-dotnet-applications.html Setup dotnet for development - ruclips.net/video/jiGk0k6auIw/видео.htmlsi=fhnYdPe9hypc8viw Dotnet introduction - ruclips.net/video/KbozJMgNbfQ/видео.htmlsi=6glY_wfsRMIvVOuw Please subscribe, like and share this video #dotnet #nuget #packages #setup #devsetup #visualstudio #vscode #dotnetcli #learning_software
Interface with SQLite database in python
Просмотров 14921 день назад
connect, fetch, insert, update, delete rows from SQLite database from python using sqlite3 python module Blog post for this video - nagasudhir.blogspot.com/2024/11/interface-with-sqlite-database-in-python.html Playlist URL - ruclips.net/p/PLCgehTvigkDORG6Jk471vO6njvQpViOXV Setup sql developer and DBeaver to access Oracle database in Windows - ruclips.net/video/1NdvDl33IWk/видео.html Install DBe...
Dotnet development setup in Visual studio, VS Code and dotnet CLI
Просмотров 9021 день назад
Blog post - tamingdotnet.blogspot.com/2024/10/setup-dotnet-development-in-visual.html Please subscribe, like and share this video #dotnet #setup #devsetup #visualstudio #vscode #dotnetcli #learning_software
Schedule python scripts without task scheduler or cron jobs
Просмотров 15728 дней назад
Blog post - nagasudhir.blogspot.com/2024/10/schedule-python-scripts-without-task.html Table of contents - nagasudhir.blogspot.com/2020/04/taming-python-table-of-contents.html Please subscribe, like and share this video #scheduling #python #dev #tutorial #learning #beginners #pythonforbeginners #taming_python #learning_software
Introduction to donet with a hello world application
Просмотров 67Месяц назад
Blog post - tamingdotnet.blogspot.com/2024/10/introduction-to-dotnet-with-simple.html Please subscribe, like and share this video #dotnet #introduction #helloworld #learning_software
Monitor windows process with Grafana infinity datasource
Просмотров 138Месяц назад
Blog post - nagasudhir.blogspot.com/2024/10/monitor-windows-process-with-grafana.html Playlist - ruclips.net/p/PLCgehTvigkDN8GHiRu0Hxk5kpw4CWngUv&si=_YoFbzbptibSekqn Grafana Setup in Windows - ruclips.net/video/zN1IcwlodnA/видео.htmlsi=OAttvOVwCvtqYuOk Setup alerts in Grafana - ruclips.net/video/nW5AuEtSqVc/видео.htmlsi=kBOazrbKHPToL8CJ CSV in Grafana with Infinity datasource - ruclips.net/vide...
Grafana webhooks for custom alerts explained with examples
Просмотров 636Месяц назад
Blog post - nagasudhir.blogspot.com/2024/10/grafana-webhooks-for-custom-alerts.html Playlist - ruclips.net/p/PLCgehTvigkDN8GHiRu0Hxk5kpw4CWngUv&si=_YoFbzbptibSekqn Grafana Setup in Windows - ruclips.net/video/zN1IcwlodnA/видео.htmlsi=OAttvOVwCvtqYuOk Setup alerts in Grafana - ruclips.net/video/nW5AuEtSqVc/видео.htmlsi=kBOazrbKHPToL8CJ Flask Web development - ruclips.net/p/PLCgehTvigkDNZ6-INTmLG...
Compress images in python with pillow module
Просмотров 89Месяц назад
Blog post - nagasudhir.blogspot.com/2024/09/compress-photos-in-bulk-with-pillow.html Iterating through files inside a folder using the glob module in python - ruclips.net/video/Nmt2GqP45nM/видео.htmlsi=CHcQ9HjL6FEFFmvm #image_processing #python #dev #tutorial #learning #beginners #pythonforbeginners #taming_python #learning_software
Overview of Web APIs and API security
Просмотров 1582 месяца назад
Blog post - nagasudhir.blogspot.com/2024/09/overview-of-web-apis-and-api-security.html Create API endpoints in Flask - ruclips.net/video/duE5P1hG6sg/видео.html Implement OAuth 2.0 Client Credentials flow in flask server and python client applications - ruclips.net/video/Bk4IAAFopc8/видео.htmlsi=DtBe1QWk8vd7N_7K #api #api_security #flask #endpoint #restapi #python #server #web #dev #tutorial #le...
Grafana Variables explained with examples
Просмотров 7192 месяца назад
Blog post - nagasudhir.blogspot.com/2024/09/variables-in-grafana-with-examples.html Android app 📱 - play.google.com/store/apps/details?id=com.learningsoftware.androidapp&pcampaignid=web_share Playlist - ruclips.net/p/PLCgehTvigkDN8GHiRu0Hxk5kpw4CWngUv&si=_YoFbzbptibSekqn sample dataset - www.kaggle.com/datasets/shubhendra7/indian-cities-analysis?resource=download Grafana Setup in Windows - rucl...
Create VMs with Hyper-V in Windows
Просмотров 6414 месяца назад
Blog post for this video - nagasudhir.blogspot.com/2024/07/hyper-v-for-creating-vms-in-windows.html Setup python on Linux in Windows using WSL and VS Code - ruclips.net/video/hK-fZhh4v8I/видео.htmlsi=3IO8vCXTj8P5e4og Static file hosting and directory browsing in IIS - ruclips.net/video/cwu69e0LTn0/видео.htmlsi=eFQhjs4OdqNG1gOJ Please subscribe, like and share this video #hyper_v #vm #hypervisor...
CSV in Grafana with Infinity datasource
Просмотров 4,2 тыс.4 месяца назад
Blog post - nagasudhir.blogspot.com/2024/07/visualize-csv-in-grafana-with-infinity.html Android app 📱 - play.google.com/store/apps/details?id=com.learningsoftware.androidapp&pcampaignid=web_share Playlist - ruclips.net/p/PLCgehTvigkDN8GHiRu0Hxk5kpw4CWngUv&si=_YoFbzbptibSekqn Grafana Setup in Windows - ruclips.net/video/zN1IcwlodnA/видео.htmlsi=OAttvOVwCvtqYuOk JSON Grafana plugin to fetch API d...
JSON Grafana plugin to fetch API data along with example
Просмотров 2,8 тыс.6 месяцев назад
JSON Grafana plugin to fetch API data along with example
Embed Images in Grafana 10 alert emails
Просмотров 1,3 тыс.6 месяцев назад
Embed Images in Grafana 10 alert emails
Run keycloak behind Apache reverse proxy
Просмотров 1,6 тыс.7 месяцев назад
Run keycloak behind Apache reverse proxy
Run Keycloak in Production mode with HTTPS
Просмотров 5 тыс.7 месяцев назад
Run Keycloak in Production mode with HTTPS
Setup Winlogbeat for centralized Windows event logs
Просмотров 1,4 тыс.8 месяцев назад
Setup Winlogbeat for centralized Windows event logs
Raspberry Pi based temperature monitoring and alerting system with Grafana | IOT project
Просмотров 2 тыс.10 месяцев назад
Raspberry Pi based temperature monitoring and alerting system with Grafana | IOT project
Static file hosting and directory browsing in IIS
Просмотров 2 тыс.10 месяцев назад
Static file hosting and directory browsing in IIS
Setup alerts in Grafana 10 with example
Просмотров 27 тыс.10 месяцев назад
Setup alerts in Grafana 10 with example
Connect Grafana with PostgreSQL for time series visualization
Просмотров 4,9 тыс.11 месяцев назад
Connect Grafana with PostgreSQL for time series visualization
LED control with flask web server hosted on Raspberry pi
Просмотров 3,9 тыс.11 месяцев назад
LED control with flask web server hosted on Raspberry pi
Convert flask app to static website using frozen-flask
Просмотров 70211 месяцев назад
Convert flask app to static website using frozen-flask
Introduction to Grafana and its features
Просмотров 1,5 тыс.Год назад
Introduction to Grafana and its features
Great !! Keep uploading more such helpful content 🙌
Thank you 👍
Awesome.. many thanks
You are welcome 👍🙏
Could you post SSl for elasticsearch and kibana and filebeat
Hi, thanks for the feedback, I will try to create a video on that...
what a great video thank you, youre a legend
Hi thanks a lot for the encouraging feedback👍🙏
@@learningsoftwareskills I managed to implement it in a language i had no experience in. thanks for this video
thanks anna
You are welcome 👍
@learningsoftwareskills is there any vedio on grafana variables creation and annotations using PostgreSQL ? Please share the link if it is there
You helped me a lot!!!! thank you so much, extremely useful vídeo!
You are welcome 🙏👍
can we use ssl / https ?
Hi, you can do that. In fact I have also made a video on how to run a flask application with an SSL certificate at ruclips.net/video/VqnSenJAheU/видео.htmlsi=qMJYYDg8Y-Ca4sEy But to run in production, you can run the flask server behind a reverse proxy like apache or IIS. I have made a video on this topic at ruclips.net/video/6_Hpug3l2I0/видео.htmlsi=VCZj43s_nuetTvNl Hope this helps, cheers 👍
Could any one tell how to connect FTP with IBM sessions(main frame ) is it possible?
Best video related to authorisation code flow. Initially I was in confused about the flow. But after watching your video it became super clear.
Thank you very much for your awesome feedback 👍🙏
I am not able to start the server. The following error is occurring D:\keycloak-26.0.5>bin\kc.bat start-dev JAVA_HOME is not set. Unexpected results may occur. Set JAVA_HOME to the directory of your local JDK to avoid this message. Unrecognized option: --add-opens=java.base/java.util=ALL-UNNAMED Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. D:\keycloak-26.0.5>
Could you please create a tutorial for installing multiple instances of elastic search(Multiple Cluster) on single windows server.
Thank you for the feedback, I will try...
Great content. Thanks
Thank you very much 🙏👍
FYI, I figured out an Solution "for me" ^^ My "sshd_config" looks something like this: -------------------------- PubkeyAuthentication yes AuthorizedKeysFile .ssh/authorized_keys Subsystem sftp internal-sftp -f LOCAL0 -l VERBOSE AllowUsers user1 user2 user3 Match User * ChrootDirectory "D:\FTPROOT\LocalUser\%u" X11Forwarding no AllowTcpForwarding no AllowAgentFordwarding no ForceCommand internal-sftp -f LOCAL0 -l VERBOSE -------------------------- My Problem was, I did not set the parameters on the ForceCommand. If you don't use ForceCommand (for sftp-only), the parameters on Subsystem record are enough. If you force command, the parameters of subsystem record seem to be ignored. sshd logging is not set explicitly so it's default in windows event log. But sftp-log I prefer into file (LOCAL0) since I found it hard to read on event log. Seems to work for my needs, still have to try and play around with. :-)
Great Video. thank you for sharing!
You are welcome 👍🙏
Absolutely brilliant video explaining in great deal exactly what I was looking for. Thank you very kindly!
Thank you for the amazing feedback. Means a lot to me 👍🙏
@@learningsoftwareskills happy to hear that :D
Thanks, I took days to understand it, but this video makes it shorter
Thank you for the feedback 👍🙏
This seems only sshd-logging. Apparently you can activate sftp login bei adding something like "subsystem sftp internal-sftp -f AUTH -l INFO". However, was not able to make it work so far. That's why I found this video in the first place. x)
Most common scenarios - excellent. Deserve much likes
Thank you 🙏👍
You are a rockstar man, was searching for something similar quite a few weeks. Will surely look all your videos related to this topic. Appreciate a lot for sharing stuff like this. Many thanks.
Hi, thanks a lot for the awesome feedback 🙏👍
Hi buddy, I end up subscribing your channel. Hoping to see more cool stuff like this.Many thanks for your intuitive coaching style.
I'm facing one issue I'm setting the frequency of alerts for every 5 min but it sends an email only 1st time from the next 5 min it is not sending an email even rule fails what is the reason it sends email only 1 st time
Hi, this is the expected behaviour. Mail will be sent only when the state changes (fired to resolved, or resolved to fired) Otherwise recieving the same email every 5 mins will be annoying to the users
@learningsoftwareskills Thank for the reply how to change the alert state to Normal from fired state .
i performed the same steps but for a realm login page, i am not able to replace logo with realm name
Hi, the version used in this video is an image in the login screen. But in the new versions of keycloak, the login screen displays the realm name instead of logo image. So rename the realm name as per requirement and it will be displayed in the login screen
the best tutorial
Thanks a lot for the amazing feedback 👍🙏
Thanks! It was really nice explanation :) best I found in internet so far about this in form of video :)
Thank you for the amazing feedback and support 👍
Nice explanation TQ for best video I have a query like I am using 12c so working fine with python recently it's got updated to 19c when we are running existing script we are getting error like ora 12650 no common encryption or data integrity algorithm how to resolve this?
Hi can you post video entire video of ELK elasticsearch along with LOGStash
Hi, i have made videos in elasticsearch and kibana but i did not create video on logstash till now. I will try to make one in the future. Thank you for the feedback 👍
what happen if we run one app in 2 different ports? Does cookie is shared between thhose ports?
Hi, It means 2 instances of the app would be running. So there will be 2 session stores. Hence cookies will not be shared. In fact the browser will use cookies based on the host address which will be different for both the apps. Hope this helps, cheers 👍
@@learningsoftwareskills that's not true, I am coding flask app, but it seem the cookie is shared between to port, when I change cookie in port 3000, the cookie in port 5000 is also change. If you have any idea, please share it. Actually, we can prevent this behavior by setting chrome flag: #bind-cookies-to-port
@@HuyDoan-o2p Sorry u are right. Cookies are not isolated by port in the browser stackoverflow.com/a/16328399 But the session store on the server side should be different since 2 instances of the web application are running.
it is a bloody awesome tutorial !! 👍
Thank you very much 🙏👍
Hi Can you post Logstash video also and combine with all Elasticsearch and Logstash and Kibana (ELK) video
Thanks to Learning Software for the directions on how to make it happen. I was able to install the SSL I had earlier downloaded; the company forgot to send instructions. You're the man. Again, thanks.
hi, thanks a lot for the amazing feedback 🙏👍
Great explanation, thank you!
You are welcome! 🙏👍
This is high quality content! Thank you.
Thank you for the awesome feedback 👍🙏
I cannot access locahost no matter what i do or how many times i reinstall it, pls helppp!!!!!
Hi, may be try to replace http with https or vice-versa
Wonderful documentation and the video. Do you have the steps for configuing reverse proxy on tomcat ?
Hi, thanks for the awesome feedback. Currently i did not content on tomcat.
This video is great! Thanks so much!
Thank you very much 👍🙏
I am unable to reach this localhost:9200 ,how can I ?
Hi the SSH SFTP is working from WinSCP Client but when connecting from a web (SAP Cloud COnnector) to SFTP server it it is not working, the permissions are set on the folder level but SAP WEB GUI not able to connect download or upload files Any idea? Ref: ruclips.net/video/EFFN35F4mmw/видео.htmlfeature=shared&t=759
My theme is not showing up in the drop down of theme section in realm settings. Can you please tell me why is it so? I have created the exact anatomy as yours and restarted my server. But still I'm theme is not showing. My version of keycloak is 26.0.2.
Hi, please check if the theme folder is created in the right folder and also check the theme.properties file. Also see the offical documentation at www.keycloak.org/docs/latest/server_development/index.html#_themes
I have made website using flasks session but when I add users in db it get refresh values that are shows old and balance of the users are show different in website and that are different in db backend code is correct add money or add username password but problem in flake session I think 😢😢 do you have solution ?
Holy crap! I never knew you could type "cmd" in the file explorer to open a command line in the directory it's in! This video was worth it for that alone! I'm so happy right now!
Also, this video got https working on my LAN. So it's great for that too.
Thanks for the amazing feedback 👍🙏
Thank you so much, very helpful video
You are welcome 🙏👍
Thanks for making these--there is not great documentation on this tool and its a great tool.
Thank you for the encouraging feedback 👍🙏
very nice, I have a column which is number but we can select only strings so.I type casted to string then I gave option to select multi and all option so can you please show me how i can use the variable when it is selected multi or all values and then type cast it to integer in my where condition this i am trying in Athena data soruce
Thank you so much ❤
You are welcome 🙏👍
hey!, good video but i keep getting this error and i followed every step in the video, the redirect url is the same as yours in my gcp console. Error 400: redirect_uri_mismatch You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy. If you're the app developer, register the redirect URI in the Google Cloud Console. Request details: redirect_uri=127.0.0.1:5000/signin-google flowName=GeneralOAuthFlow
bro whenever i save this project logs file are creating again and again how to stop that?
Hi, if you don't run the flask server in development mode, the server will not restart and logs will not be generated. Hope this helps, cheers 👍🙏
Super useful video! Exactly what I needed as a complete jinja2 beginner.
Thank you for the awesome feedback 👍🙏
Thanks for this video. It was easy to understand and detailed.
@@sughosh100 thank you 👍🙏
I really appreciate your diagrams at the start. I didn't understand why I needed a reverse proxy for SSL until I saw it.
Thank you very much 🙏👍
excellent video brother but when i try to pip install torch or any other library it says that its a externally managed environment why so?
Good Explanation
Thank you very much 👍