CodeZen
CodeZen
  • 15
  • 142 576
From Words to Commands: Master the Terminal with GPT-4o's Tool Calling Magic!
Unlock the full potential of the command line without memorizing complex syntax! In this video, I demonstrate how GPT-4o bridges the gap between plain language and powerful terminal commands. Watch as I interact with the model, asking it to execute Linux commands through tool calls via subprocess-all with simple instructions. Whether you're a beginner or a seasoned pro, this showcase will change how you think about mastering the command line!
Highlights:
✅ Run terminal commands effortlessly with natural language
✅ See GPT-4o in action making real-time tool calls
✅ Boost productivity without command-line expertise
✅ Perfect for developers, tech enthusiasts, and curious learners
Ready to become a terminal wizard with just your words? Let’s dive in! 🔥🚀
มุมมอง: 128

วีดีโอ

AI Tool Calling Demonstration (Multiple tools and dynamic tool assignments)
มุมมอง 397หลายเดือนก่อน
What is AI tool calling functionality? Why it is important? How to add tools to AI? How can we provide tools to AI dynamically? How can we integrate AI into our systems such as SAP? platform.openai.com/docs/guides/function-calling community.sap.com/t5/application-development-blog-posts/how-to-create-a-rest-api-with-sap-abap-and-apply-mvc1-routing/ba-p/13553065
Part2. An Alternative to Fiori and oData, Vue.js and Rest Api on Sap Abap Netweaver
มุมมอง 766ปีที่แล้ว
This part two of How to create Vue.js app with VS Code and Deploy to SAP Abap Netweaver. In this video we will how to consume SAP Abap rest api with a Vue.js app that is running on SAP Netweaver BSP Stack. URL for blog post : blogs.sap.com/2022/12/23/alternative-to-fiori-and-odata-vue-and-rest-api/
How To Create a Json Rest Api with SAP Abap
มุมมอง 22Kปีที่แล้ว
In this video, learn, How to create a json based rest api and publish it on SICF services How to test rest api from browser How to test rest api with Postman How to apply MVC1 routing, handling multiple requests with a single rest api end point. blogs.sap.com/2022/11/18/how-to-create-rest-api-and-apply-mvc1-routing/
How to create Vue.js app with VS Code and Deploy to SAP Abap Netweaver
มุมมอง 1.1Kปีที่แล้ว
Learn how to develop and deploy vue.js apps to SAP by using visual studio code. Instead of Fiori, you can use any JS framework. Learn how to deploy them to SAP Abap Netweaver. If you are looking for an alternative to Fiori and oData. Well, SAP lets you to use your favorite framework. In this video, you can learn, how, easily and elegantly Vue.js development can be done with Visual Studio Code a...
Arduino LDR Sensor Analog and Digital Read on TinkerCad Simulation
มุมมอง 619ปีที่แล้ว
How to read LDR(photoresistor) sensor values as digital or analog input on Arduino. Arduino Simulation Arduino Development without Arduino. www.tinkercad.com/ Components 1 Arduino Uno R3 1 1 kΩ Resistor 1 Photoresistor
How to Install SAP NetWeaver AS ABAP Developer Edition 7.52 SP04 on Ubuntu
มุมมอง 19K2 ปีที่แล้ว
In this Video Why installation fails! and how to install successfully. Other blogs and Videos do not have information on sybase license issue! How to install SAP NetWeaver AS ABAP Developer Edition 7.52 SP04 on Ubuntu 18.10 on an Oracle Virtual Box How to make linux configuration and port forwarding for copying files via ssh How to make port forwardings for SAP GUI and SAP GUI configuration How...
How to Run SQL Queries Directly on SAP Database Tables
มุมมอง 7K2 ปีที่แล้ว
In this video How to use SQL Editor tool of DBACOCKPIT Transaction How to run sql queries directly on SAP database tables SAP Blog URL: blogs.sap.com/2022/02/03/how-to-run-sql-queries-directly-on-sap-database/ SQL Tutorial: www.w3schools.com/sql/ Sample Queries select mara.matnr, mkal.verid from mara left outer join mkal on mara.matnr = mkal.matnr select mara.matnr, mkal.verid from mara inner j...
SAP SE16N & SE16H How to get aggregated data with joins.
มุมมอง 4.7K2 ปีที่แล้ว
How to get aggregated data from multiple tables with joins by using SE16H transaction code.
OEE in 4 Mins + OEE Playground Excel Sheet
มุมมอง 1.9K2 ปีที่แล้ว
I have created a simple excel file, where you can edit value and see the effect of changes on productivity, profitability and losses. Excel sample simulates a production environment for a machine and two employees working on it. Do not change grey fields. Just change values on OEE Play Ground sheet. First page is just to explain how OEE components are divided. I hope it helps. Blog Post : javaf...
How to Enable Headset Microphone on Windows 10
มุมมอง 16K2 ปีที่แล้ว
How to Enable Headset Microphone on Windows 10 1- Open device manage (Rigth click to windows menu icon and select device manager) 2- Expand Audio Inputs and Outputs 3- Disable builtin mic of laptop ( right click and disable ) 4- Restart Laptop 5- Right click to sound icon and click "Sounds" 6- Go to recording tab 7- Right click microphone and Click Configure Speech Recognition 8- Click Setup Mi...
How to Deploy .Net Core Web Application to Ubuntu Linux
มุมมอง 52K2 ปีที่แล้ว
How to Deploy .Net Web Api Application to Ubuntu Linux In this video, How to Run .Net Web Api Application from Console Without IIS on Windows How to Configure Kestrel to Listen IP Addresses Other Than 127.0.0.1 How to Install .Net SDK on Ubuntu How to Deploy .Net Core Web Api Application with Kestrel Web Server to Ubuntu Linux How to Configure Kestrel .Net Core Web Api Application to Accept Cal...
How to Use .Net Entity Framework to Connect PostgreSQL Server in a C# Application
มุมมอง 6K2 ปีที่แล้ว
In this video, How to setup Entity Framework DB First to connect PostgreSQL server on Ubuntu virtual machine. How to connect PostgreSQL from pgAdmin windows application to check connection and database. How to use PostgreSQL entity framework database context in a c# console application. How to make CRUD "Create,Read,Update,Delete" operations on PostgreSQL database with .Net Core EntityFramework...
How to Install PostgreSQL Server on Ubuntu VirtualBox and Configure for Connections from pgAdmin
มุมมอง 9K3 ปีที่แล้ว
In this video, How to install postgreSQL on Ubuntu on VirtualBox How to configure postgreSQL permission settings(postgresql.conf ,pg_hba.conf) How to use psql command tool to connect postgresql server from terminal How to create a role(user) with psql How to create a database with psql How to connect to a database with a user and password with psql How to install pgAdmin4 Web on Ubuntu and conn...
How to Install Ubuntu on VirtualBox and How to Configure Port for STP & SSH
มุมมอง 2.4K3 ปีที่แล้ว
In this video, you will see, How to setup VirtualBox on Windows 10 How to install Ubuntu server How to configure SSH and ports on Ubuntu How to configure Virtual Machine port forwarding settings on Virtual Box for SSH How to connect to Ubuntu from Windows by using Putty SSH Client How to install SFTP on Ubuntu How to configure Virtual Machine port forwarding settings on Virtual Box for SFTP How...

ความคิดเห็น

  • @alfredogiwisch2871
    @alfredogiwisch2871 5 วันที่ผ่านมา

    Fortunately I was able to run SAP NetWeaver 7.52 on Ubuntu without finishing the installation. The installation stuck when resetting the passwords without finishing. Using the SAP administrator login on Linux console I forced the manual renewal of the keys files. The SAP system use two authorization files, one need to be edited with a text editor like Notepad to change the hardware key. A nightmare the procedure but happy to run again SAP NetWeaver as ABAP 7.52 despite the installation errors. Thanks CodeZen for this tutorial.

  • @emmanuelmusarurwa1394
    @emmanuelmusarurwa1394 7 วันที่ผ่านมา

    mine is failing to open on a browser

  • @__firstname____lastname__
    @__firstname____lastname__ 9 วันที่ผ่านมา

    Hi, Awesome Work. Honestly. I have a doubt tho, So in the blog and video you mentioned that the password needs to be 8 characters. Is that a must ? So like I used a longer password and I am at my 4th installation, and each 2nd time it gets at a step stating, ""Execute step syb_step_reset_db_passwords of component"" Could it be the reason, that it is getting stuck here because I have a password length longer than CHAR8 ?

  • @rohithsenguttuvan21
    @rohithsenguttuvan21 26 วันที่ผ่านมา

    Thanks a lot man worked for me🤞🏻🤞🏻

  • @fabiomeza4010
    @fabiomeza4010 26 วันที่ผ่านมา

    Hello friend, a question, when I execute the putty, it asks me for the username and password, until point 1 everything is fine, but in the password it tells me that it is incorrect, I have followed all the steps, your support please, that it can be done duty?

  • @rezah336
    @rezah336 29 วันที่ผ่านมา

    AI will work perfectly for this, good idea

    • @CodeZen
      @CodeZen 29 วันที่ผ่านมา

      Combine it with WhiteRabbitNeo model :)

  • @CodeZen
    @CodeZen หลายเดือนก่อน

    Previous Video on tool calling -> th-cam.com/video/MvXT0tZrP_M/w-d-xo.html

  • @sdolui033
    @sdolui033 หลายเดือนก่อน

    Thanks a lot man, it worked💙💙

  • @8270913905
    @8270913905 หลายเดือนก่อน

    Is this process suitable for ECC6?

    • @CodeZen
      @CodeZen 17 วันที่ผ่านมา

      yes.

  • @kunalsharadpawar5748
    @kunalsharadpawar5748 หลายเดือนก่อน

    Getting error for connecting 3200 port but when i ping it it gives response and in network tab also i specified please help me

  • @risolsundaes
    @risolsundaes หลายเดือนก่อน

    Thankyou very much u save my time !! very useful tutorial

  • @onurshorts9483
    @onurshorts9483 หลายเดือนก่อน

    perfect !!

  • @mesutsen1846
    @mesutsen1846 หลายเดือนก่อน

    Excellent job! Tuşun yerini bulamayanlara önerilir..

  • @lucasfmonsores
    @lucasfmonsores หลายเดือนก่อน

    you r the best . thank you so much for your time. working today.

  • @gulaayys2922
    @gulaayys2922 หลายเดือนก่อน

    Hocam puttyi indirdim ama saved sessionsta ubuntu görünmüyor bunu nasıl düzeltebilirim acaba ?

  • @gulaayys2922
    @gulaayys2922 หลายเดือนก่อน

    abi keşke türkçede anlatsaydın opensuseyle indirmeye çalıştım 5 gündür falan uğraşıyorum baya bir sorunla karşılaştım şimdi bunu deneyeceğim inşallah olur

  • @eduardoalvim7521
    @eduardoalvim7521 หลายเดือนก่อน

    Man, awesome video. It worked here. I did the same steps on 21/09/2024. Everything in the video is still working ; Congratulations, it's very difficult to find awesome tutorials like this!

  • @fancasopedia
    @fancasopedia 2 หลายเดือนก่อน

    Cok tesekkur ederim, harika ve aciklayici olmus. Apache ile kendi linux vps sunucumda backend sunucumu ayaga kaldirabildim.

  • @ahmedzakaria3335
    @ahmedzakaria3335 2 หลายเดือนก่อน

    I watched many videos to install this software but it did not work, i literally followed all your steps and now i have my own SAP ABAP thank you so much bro, wish you all the best

  • @017-balagurus4
    @017-balagurus4 2 หลายเดือนก่อน

    Hi man, .I am try to use postman to get response with newly created rest api... It's working in browser but not working in postman (getting error this browser is unsupported ) response as 500 Please provide Your input

  • @BassocontinuoDeTS
    @BassocontinuoDeTS 3 หลายเดือนก่อน

    Total SAP newbie but thanks to this video I managed to successfully install SAP NetWeaver AS ABAP Developer Edition 7.52 SP04 on Ubuntu using UTM on a mac M2 with SAP GUI for Java as a Client on the host machine. Works fine. This is great stuff @CodeZen!!! Thank you very much!!!

    • @thecloroxbleach
      @thecloroxbleach 2 หลายเดือนก่อน

      Congrats! Can you explain the steps please, I have arm mac and I couldn't find much tutorials covering this. Thank you.

    • @b.5435
      @b.5435 หลายเดือนก่อน

      How did you manage to do this, my friend? I've been trying for about 2 weeks but still haven't succeeded. Could you help me? I'm using a MacBook Air M2.

  • @jorgenavarrete5225
    @jorgenavarrete5225 3 หลายเดือนก่อน

    To skip error "Unable to determine parameter "DNS domain name". DNS domain name is not configured in resolv.conf (UNIX)"... please disable firewall and start uuidd once again before continue your sap installation... Thanks so much for this very helpful tutorial

  • @teammontano9329
    @teammontano9329 3 หลายเดือนก่อน

    Anyone guys what is the meaning of this error ERROR 2024-08-04 02:34:47.507 (root/sapinst) (startInstallation) [CInstallerCallBackImpl.cpp:259] id=ind-rel.ind-os.ind-db.assertionFailed errno=CJS-00030 CInstallerCallBackImpl::abortInstallation() Assertion failed: This tool does not support the database server version 15.7.0.000. when installing install.sh thanks for the answer in advanced

  • @ganeshmanne7274
    @ganeshmanne7274 4 หลายเดือนก่อน

    Thank you.This was very helpful

  • @huynhthanhthong918
    @huynhthanhthong918 4 หลายเดือนก่อน

    How to create file log in Ubuntu Linux

  • @mertgun9568
    @mertgun9568 4 หลายเดือนก่อน

    merhaba hocam. macos işletim sistemim var ona bu kurulumu yapabilir miyim

  • @narendrakondaveeti3805
    @narendrakondaveeti3805 4 หลายเดือนก่อน

    Why i am getting error while executing sudo apt update

  • @whatever-s3e
    @whatever-s3e 5 หลายเดือนก่อน

    You should understand that there is a reason that big companies like SAP, Salesforce, Servicenow & Co developed their own backend and frontend stack. They will never check into mainstream tech.

  • @PaolaCuoghi
    @PaolaCuoghi 6 หลายเดือนก่อน

    Hi Beyhan, many thanks

  • @cesarpenco
    @cesarpenco 6 หลายเดือนก่อน

    Bravo! Solo 181 likes? youtube debería sentir vergüenza. Muchisimas gracias.

  • @edinhofujihara6319
    @edinhofujihara6319 7 หลายเดือนก่อน

    thanks a lot!

  • @Orlando-yr8ds
    @Orlando-yr8ds 7 หลายเดือนก่อน

    i follow every steps, then when i try to install Unrar, ERROR=Reading package lists... Done Building dependency tree Reading state information... Done Package unrar is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source.. how can i proceed..?

    • @eminkaraman7871
      @eminkaraman7871 4 หลายเดือนก่อน

      Sorry that I faced the same problem 3 months after you. Go to "sudo nano /etc/apt/sources.list", change the links w/ old-releases.ubuntu, scroll down and you will see that there is a few more. then you should be able to install unrar. Hope you figured it out earlier but maybe this'll help others

  • @MrAhmedbeba
    @MrAhmedbeba 7 หลายเดือนก่อน

    Please help . don't have a password for putty .so when I enter password for vm I see denied password?

    • @KaranNandpersad
      @KaranNandpersad 5 หลายเดือนก่อน

      You entered the correct username? It is case sensitive.

  • @anilkaygisiz
    @anilkaygisiz 7 หลายเดือนก่อน

    hocam selam postgresql.conf güncellemek istediğimde postgres için pass soruyor. Ancak hiç pass belirtmemiştim. Nerede hata olabilir?

  • @m4rk4andy
    @m4rk4andy 9 หลายเดือนก่อน

    IT IS S4HANA?

  • @amelis85
    @amelis85 9 หลายเดือนก่อน

    Hello i've spent two days installing SAP following your tutorial (first time using linux command and i had to face with many issus because without knowing i've skiped some of the steps lol). By the way installation is successful =D, but after deleting license and getting a new one I cant create a new "CLASS" do you know what it could be my problem? For the others users: i've done the Ubuntu VM on my pc 8GB RAM and 140GB of stockage.

  • @Bpyer1
    @Bpyer1 9 หลายเดือนก่อน

    You have output in alv and also the field for maximum rows. I don't have maximum rows field and my output is in notepad-like field where data is separated by spaces without any means to filter and export to xls. Do you have an idea how to get the alv output like you have?

  • @jayesh44781
    @jayesh44781 10 หลายเดือนก่อน

    I cannot call NWBC, it always shows a 'This site can’t be reached' error. Please help me out here.

  • @omerakkus730
    @omerakkus730 11 หลายเดือนก่อน

    Beyhan abi linux vps'e docker indirip hem .net sdk'yı hemde postegro sql'i container olarak ayağa kaldırsak olur mu?

  • @MickParedesU
    @MickParedesU 11 หลายเดือนก่อน

    Excellent, it works nice.

  • @mustafasariyar9836
    @mustafasariyar9836 11 หลายเดือนก่อน

    The best abap'er of the Middle East and the Balkans :)

    • @spirobel2.0
      @spirobel2.0 10 หลายเดือนก่อน

      is it possible to make kebab with abap? we have to hire a consultant for that 🙂

    • @mustafasariyar9836
      @mustafasariyar9836 10 หลายเดือนก่อน

      @@spirobel2.0 I've been waiting for this moment for years. I have experience in both kebab mastery and SAP consultancy. Where do we apply for a job?

  • @sampaulchriston5781
    @sampaulchriston5781 11 หลายเดือนก่อน

    How to make it as https?

  • @RaptorT1V
    @RaptorT1V ปีที่แล้ว

    Thank you so much! It worked! I just have 1 question: what is the difference between working with database through the browser version of pgAdmin and working with it in the pgAdmin desktop application?

  • @deepeshdevgirikar206
    @deepeshdevgirikar206 ปีที่แล้ว

    how to install it o rhel 8 guide it..

  • @jayesh44781
    @jayesh44781 ปีที่แล้ว

    Hello, In the given user ID (DEVELOPER), could we add roles or new user with roles? and, if we do would it violate the license? Thank you so much for a beautiful presentation. Finally! I've installed SAP server.

  • @AbhiAbhi-xd8fy
    @AbhiAbhi-xd8fy ปีที่แล้ว

    Thanks sir its very helpful tutorial i installed successfully thanku❤

  • @oniondesu9101
    @oniondesu9101 ปีที่แล้ว

    I had a problem at 10.30 minutes after entering the password we would be given the option y/n and the second y/n option I experienced an error because apache2 could not be restarted. and when I tried the command "apache2 -S" a notification appeared like this apache2: Syntax error on line 82 of /etc/apache2/apache2.conf: DefaultRuntimeDir must be a valid directory, absolute or relative to ServerRoot how to fix that

  • @shbita
    @shbita ปีที่แล้ว

    Gold .. thanks a lot

  • @techsterz7358
    @techsterz7358 ปีที่แล้ว

    followed all steps and facing this issue "Step returns modlib.jslib.caughtException", please help me out

    • @AbhiAbhi-xd8fy
      @AbhiAbhi-xd8fy ปีที่แล้ว

      Same issue please help

    • @techsterz7358
      @techsterz7358 ปีที่แล้ว

      @@AbhiAbhi-xd8fy I tried other video and it works, th-cam.com/video/-VCfKp0C0eU/w-d-xo.htmlfeature=shared

    • @felipeandradecardenas643
      @felipeandradecardenas643 8 หลายเดือนก่อน

      @@AbhiAbhi-xd8fy did u find solution?

  • @ToiYeuTayBac
    @ToiYeuTayBac ปีที่แล้ว

    Could you give me your email? I have an issue when installing Thank you so much ~