Search found 79 matches: apt

Return to advanced search

Re: mod_harbour + ADS on linux server

... for the future, here are the instructions to build it: 1. git clone https://github.com/harbour/core harbour 2. Install these packages: sudo apt install libssl-dev sudo apt install libcurl4-openssl-dev 3. before building Harbour use this export from the terminal: export HB_USER_CFLAGS=-fPIC ...
by Antonio Linares
Thu Dec 01, 2022 10:17 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 30459

Re: strange move Folder - Dialog

Silvio, just curiosity, final code? You can show? If you can't, no problem. Programmer's curiosity only. Regards, saludos. local aPt := { 111,200 } aPt := ClientToScreen( oWndMain:hWnd, aPt ) oFolder:bAction := { || IF(oFolder:nOption=3 .or. oFolder:nOption=6 ,; (oDlg:nHeight:=400,oDlg:Move( ...
by Silvio.Falconi
Tue Nov 23, 2021 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange move Folder - Dialog
Replies: 5
Views: 512

Re: strange move Folder - Dialog

... CENTERED NOWAIT   ENDIF   oFontDialog:End()   oFontBold:End()RETURN NIL// fin / end  resolved ( thanks to Rao) with only local aPt := { 111,200 } aPt := ClientToScreen( oWndMain:hWnd, aPt ) oFolder:bAction := { || IF(oFolder:nOption=3 .or. oFolder:nOption=6 ,; (oDlg:nHeight:=400,oDlg:Move( ...
by Silvio.Falconi
Tue Nov 23, 2021 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange move Folder - Dialog
Replies: 5
Views: 512

Mod_harbour and Mercury over Ubuntu/Linux VM

... requires it). So now, let me explain how I got everything running after installing the Ubuntu VM in Oracle VirtualBox: STEP 1: Install git sudo apt-get install git-all STEP 2: Install some linux packages sudo apt install libcurl4-openssl-dev sudo apt install libssl-dev sudo cp -r /usr/include/x86_64-linux-gnu/curl ...
by ricbarraes
Wed Oct 21, 2020 6:20 pm
 
Forum: mod_harbour
Topic: Mod_harbour and Mercury over Ubuntu/Linux VM
Replies: 0
Views: 355

Installing OpenAI gpt-2

sudo apt install python3
sudo apt install python3-pip
python3 -m pip install tqdm
python3 -m pip install tensorflow==1.14.0
git clone https://github.com/openai/gpt-2
cd gpt-2
python3 download_model.py 774M
python3 download_model.py 1558M
python3 -m pip install -r requirements.txt
by Antonio Linares
Wed Aug 19, 2020 11:50 am
 
Forum: Artificial Intelligence examples
Topic: Installing OpenAI gpt-2
Replies: 0
Views: 748

Re: Instalar modharbour en el hosting

Patricio,

Tienes que instalar estos paquetes:

sudo apt install libcurl4-openssl-dev
sudo apt install libssl-dev
by Antonio Linares
Sat Aug 15, 2020 9:00 am
 
Forum: mod_harbour
Topic: Instalar modharbour en el hosting
Replies: 7
Views: 1285

Re: FiveLinux Question!!

Brad,

Please try to do this first:

sudo apt-get update

There are no differences between the github version and the commercial version
by Antonio Linares
Thu Oct 31, 2019 3:19 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux Question!!
Replies: 1
Views: 621

FiveLinux Question!!

... I build the fivelinux libs they error out on "Package libgnomeprintui-2.2 was not found". When I try to install this package ("sudo apt-get install libgnomeprintui2.2-dev") it can not find it in the repositories. Is there a way around this? Would your (Antonio's) commercial ...
by bradmaudlin
Thu Oct 31, 2019 2:04 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux Question!!
Replies: 1
Views: 621

Re: mod_harbour eshop en desarrollo

... não esqueça de instalar o apache: sudo apt-get install apache2
by Sistem
Tue Jul 09, 2019 10:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: mod_harbour eshop en desarrollo
Replies: 4
Views: 1199

Re: mod_harbour and APACHE on WINDOWS SERVER

Hey! let me recommend Chocolatey. It is a package manager for windows, like brew for OSX, apt for Debian and derivatives, yum, etc. It has many advantages, including the install of dependencies, and a clean uninstall if required. After installing Chocolatey, you can ...
by Carlos Mora
Sun Jul 07, 2019 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour and APACHE on WINDOWS SERVER
Replies: 9
Views: 920

Re: Docker quick guide

docker run -it -v /var/run/docker.sock:/var/run/docker.sock ubuntu:latest \ sh -c "apt-get update; \ apt-get install docker.io -y; \ apt-get install mc -y; \ apt-get install git -y; \ git clone https://github.com/termux/x11-packages; \ docker build x11-packages; ...
by Antonio Linares
Sun Mar 17, 2019 3:34 pm
 
Forum: Utilities / Utilidades
Topic: Docker quick guide
Replies: 5
Views: 1123

Re: Docker quick guide

Docker in Docker:

docker run -it -v /var/run/docker.sock:/var/run/docker.sock ubuntu:latest sh -c "apt-get update ; apt-get install docker.io -y ; bash"
by Antonio Linares
Sun Mar 17, 2019 9:44 am
 
Forum: Utilities / Utilidades
Topic: Docker quick guide
Replies: 5
Views: 1123

Docker quick guide

... linux debian docker pull debian // run debian interactively docker run -it debian /bin/bash // once inside debian, install mc (midnight commander) apt-get update apt-get install mc mc exit (to exit from debian) // to save the docker image changes !!! docker ps -a (check your image id) docker commit ...
by Antonio Linares
Thu Mar 14, 2019 10:05 am
 
Forum: Utilities / Utilidades
Topic: Docker quick guide
Replies: 5
Views: 1123

Re: Layer a Dialog with a bitmap

Rao,
I have problem if I use many btnbmp

this command aPt := ClientToScreen( oBtn:oWnd:hWnd, { nRow, nCol } )

not give the right points where move the dialog of messages
by Silvio.Falconi
Tue Jul 10, 2018 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Layer a Dialog with a bitmap
Replies: 9
Views: 1790

Re: Layer a Dialog with a bitmap

Good Mr Rao I mean something of it also with a timer to show the message dialog for n seconds ON INIT ( oDlg:Move( aPt[ 1 ], aPt[ 2 ] ),BuildTimer( oDlg ) ) function BuildTimer( oDlg )   local oTimer   local nStart := Seconds()   DEFINE TIMER oTimer OF oDlg ;    ...
by Silvio.Falconi
Mon Jul 09, 2018 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Layer a Dialog with a bitmap
Replies: 9
Views: 1790
Next

Return to advanced search