- 15
- 142 576
CodeZen
เข้าร่วมเมื่อ 16 ต.ค. 2011
Hi, in this channel I will be sharing short tutorials on programming, server operating system, iot and projects those consume all those technologies.
I love youtube, it is a great source of knowledge. Instead of being a consumer only, i decided to participate to enrich that source.
I hope videos will help you to learn and to solve issues quickly.
Cheers
I love youtube, it is a great source of knowledge. Instead of being a consumer only, i decided to participate to enrich that source.
I hope videos will help you to learn and to solve issues quickly.
Cheers
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! 🔥🚀
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...
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.
mine is failing to open on a browser
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 ?
Thanks a lot man worked for me🤞🏻🤞🏻
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?
AI will work perfectly for this, good idea
Combine it with WhiteRabbitNeo model :)
Previous Video on tool calling -> th-cam.com/video/MvXT0tZrP_M/w-d-xo.html
Thanks a lot man, it worked💙💙
Is this process suitable for ECC6?
yes.
Getting error for connecting 3200 port but when i ping it it gives response and in network tab also i specified please help me
Thankyou very much u save my time !! very useful tutorial
perfect !!
Excellent job! Tuşun yerini bulamayanlara önerilir..
you r the best . thank you so much for your time. working today.
Hocam puttyi indirdim ama saved sessionsta ubuntu görünmüyor bunu nasıl düzeltebilirim acaba ?
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
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!
Cok tesekkur ederim, harika ve aciklayici olmus. Apache ile kendi linux vps sunucumda backend sunucumu ayaga kaldirabildim.
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
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
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!!!
Congrats! Can you explain the steps please, I have arm mac and I couldn't find much tutorials covering this. Thank you.
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.
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
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
Thank you.This was very helpful
How to create file log in Ubuntu Linux
merhaba hocam. macos işletim sistemim var ona bu kurulumu yapabilir miyim
Why i am getting error while executing sudo apt update
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.
Hi Beyhan, many thanks
Bravo! Solo 181 likes? youtube debería sentir vergüenza. Muchisimas gracias.
thanks a lot!
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..?
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
Please help . don't have a password for putty .so when I enter password for vm I see denied password?
You entered the correct username? It is case sensitive.
hocam selam postgresql.conf güncellemek istediğimde postgres için pass soruyor. Ancak hiç pass belirtmemiştim. Nerede hata olabilir?
IT IS S4HANA?
did you find a version for hana?
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.
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?
I cannot call NWBC, it always shows a 'This site can’t be reached' error. Please help me out here.
Beyhan abi linux vps'e docker indirip hem .net sdk'yı hemde postegro sql'i container olarak ayağa kaldırsak olur mu?
Excellent, it works nice.
The best abap'er of the Middle East and the Balkans :)
is it possible to make kebab with abap? we have to hire a consultant for that 🙂
@@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?
How to make it as https?
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?
how to install it o rhel 8 guide it..
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.
Thanks sir its very helpful tutorial i installed successfully thanku❤
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
Gold .. thanks a lot
followed all steps and facing this issue "Step returns modlib.jslib.caughtException", please help me out
Same issue please help
@@AbhiAbhi-xd8fy I tried other video and it works, th-cam.com/video/-VCfKp0C0eU/w-d-xo.htmlfeature=shared
@@AbhiAbhi-xd8fy did u find solution?
Could you give me your email? I have an issue when installing Thank you so much ~