Search found 46 matches: bash

Return to advanced search

Re: How to include hbCurl?

... and structure for your curl command to add tags to a member. Here's the general format you need to follow based on Mailchimp's documentation: ```bash curl -X POST \ https://${dc}.api.mailchimp.com/3.0/lists/{list_id}/members/{subscriber_hash}/tags \ --user "anystring:${apikey}" \ -d ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2943

Re: phpBB to LLM

... to your system and requirements. Upgrade Pip: Ensure that your pip version is up-to-date. You can upgrade pip using the following command: bash Copy code pip install --upgrade pip Check Internet Connection: Ensure that your internet connection is stable and not blocking the connection to ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4683

Re: Using Microsoft AI Phi-2 from FWH

hi, need Help to create llama64.dll have download and install "GIT for Windows" after Setup a small Bash Console Window open https://i.postimg.cc/W11MLj0n/GIT-CMAKE.jpg but i got stuck at "5. cmake .." please advice me what to do Dear Jimmy, ...
by Antonio Linares
Thu Dec 21, 2023 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8256

Re: Using Microsoft AI Phi-2 from FWH

hi,

need Help to create llama64.dll

have download and install "GIT for Windows"
after Setup a small Bash Console Window open
Image
but i got stuck at "5. cmake .."

please advice me what to do
by Jimmy
Thu Dec 21, 2023 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8256

Re: help on a GPF situation

... a regular Harbour application, the app will output LOTS of tracing information to STDERR. If you are using a sensible command shell (such as bash) you can redirect STDERR to a file like this: my_app 2> trace.txt REDIRECTION =========== The output generated while tracing goes to STDERR ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3372

Re: Use cUrl to upload data to online server

...  var result = streamReader.ReadToEnd();}Console.WriteLine(httpResponse.StatusCode);  cUrl/BASH #!/bin/bashcurl -X PUT https://petstore.swagger.io/v2/pet -H "accept: application/json" -H "Content-Type: application/json" ...
by Marc Venken
Sat May 22, 2021 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use cUrl to upload data to online server
Replies: 13
Views: 1260

Re: Instalar modharbour en el hosting

... libharbour.so.3.2.0 [root@server3 html]# sudo ln -sf ~/mod_harbour/samples modharbour_samples [root@server3 html]# cd /usr/lib/apache2/modules -bash: cd: /usr/lib/apache2/modules: No existe el fichero o el directorio buscando la carpeta apache [root@server3 /]# cd / [root@server3 /]# find / ...
by Patricio Avalos Aguirre
Fri Aug 14, 2020 10:22 pm
 
Forum: mod_harbour
Topic: Instalar modharbour en el hosting
Replies: 7
Views: 1309

Auto start vscode from Windows bash

This is a very neat trick :-)

1. From a Windows cmd run "bash"

2. From the bash run "code ."

Really cool ;-)
by Antonio Linares
Sat Feb 15, 2020 8:41 am
 
Forum: mod_harbour
Topic: Auto start vscode from Windows bash
Replies: 0
Views: 271

Re: Dependency walker - great utility

Enrico,

Better use:
https://github.com/knik0/peinfo

Open a bash window from Windows 10 and build it this way:
gcc peinfo.c

then:
./a.out yourapp.exe

This command line tool is great. We should build a function with it for Harbour or FWH.
It is the best one that I have ever tested
by Antonio Linares
Sat Sep 14, 2019 8:59 am
 
Forum: Utilities / Utilidades
Topic: Dependency walker - great utility
Replies: 3
Views: 1064

Re: Problem building mod_harbour libraries

I have been reviewing the imports of adsloc64.dll using this great EXE/DLL analyzer:

https://github.com/knik0/peinfo (use it from Windows 10 bash building it using gcc)

and I don't see anything suspicious. All external DLLs seem to be satisfied.
by Antonio Linares
Thu Jul 25, 2019 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem building mod_harbour libraries
Replies: 33
Views: 3613

Re: storing mod_harbour views on memo fields

Massimo,

If you install Apache on the Windows 10 bash (linux) then you have to give the right permits to the data folder this way:

cd /home/$USER/mod_harbour/samples/genesis
sudo chown -R www-data:www-data data

With this, the DBFs will open properly
by Antonio Linares
Wed Jul 24, 2019 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: storing mod_harbour views on memo fields
Replies: 10
Views: 1302

Re: storing mod_harbour views on memo fields

... https://github.com/FiveTechSoft/mod_harbour/blob/master/samples/genesis/index.prg 1. Go to the folder where the DLL is 2. run "bash" from a cmd window from that folder 3. "file mod_harbour.so" will tell you if it is 32 or 64 4. same for libharbour.dll
by Antonio Linares
Mon Jul 22, 2019 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: storing mod_harbour views on memo fields
Replies: 10
Views: 1302

Re: mod_harbour sandbox is ready !!!

Antonio Linares wrote:Are you using Apache from Windows or from the bash (linux) ?


Bash (Ubuntu 18.04 LTS)
by wartiaga
Tue Jun 25, 2019 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour sandbox is ready !!!
Replies: 23
Views: 3095

Re: mod_harbour sandbox is ready !!!

Are you using Apache from Windows or from the bash (linux) ?
by Antonio Linares
Tue Jun 25, 2019 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour sandbox is ready !!!
Replies: 23
Views: 3095

Re: mod_harbour sandbox is ready !!!

... mod_harbour. You only need to install Apache server, or Xampp (is what I use) in windows, or if you prefer, if you use Windows 10, use the Ubuntu Bash included in Windows 10, or some Linux installation. In the mod_harbour wiki there is a lot of information about the installation, and in the repository ...
by cnavarro
Mon Jun 24, 2019 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour sandbox is ready !!!
Replies: 23
Views: 3095
Next

Return to advanced search