Xubuntu install with development environment

,

How to install Chrome on Ubuntu through the web

https://www.xda-developers.com/how-install-chrome-ubuntu/

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

sudo dpkg -i google-chrome-stable_current_amd64.deb

sudo apt -f install

##################################################

Laragon Alternatives for Linux
https://alternativeto.net/software/laragon/?platform=linux&p=2

##############################################

How to Install XAMPP on Ubuntu
2024 UPDATE
zsolt@zsolt-SATELLITE-C850-19P:~/Downloads$ chmod +x xampp-linux-x64-*-installer.run
zsolt@zsolt-SATELLITE-C850-19P:~/Downloads$ sudo ./xampp-linux-x64-*-installer.run

Permission problem:
sudo chown -R $USER /opt/lampp/htdocs
sudo chmod -R 777 /opt/lampp/htdocs

Xampp start
sudo /opt/lampp/manager-linux-x64.run

+ DESKTOP > Create Launcher > Add command + Click on ‘ Run as terminal’ So you can add password

https://phoenixnap.com/kb/how-to-install-xampp-on-ubuntu

How To Change PHP Version Of Your Xampp Server Easy and Quick

##############################

How To Install Git on Ubuntuhttps://phoenixnap.com/kb/how-to-install-git-on-ubuntu

###############################
Alternatives to TortoiseGIT for Ubuntu: Integrating GIT with Nautilus

https://devicetests.com/alternatives-to-tortoisegit-for-ubuntu-integrating-git-with-nautilus

cd /opt/lampp/htdocs

git clone https://github.com/felhasznalonev/projektnev.git
###############################

Github Tutorial: Generate Personal Access token to Clone and Push Private Repository

Managing your personal access tokens

https://docs.github.com/en/enterprise-server@3.9/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens

###############################
Create and store your GitHub personal access token

https://www.pragmaticlinux.com/2023/05/create-and-store-your-github-personal-access-token/

Storing Git Credentials with Git Credential Helper

https://techexpertise.medium.com/storing-git-credentials-with-git-credential-helper-33d22a6b5ce7

###############################
fatal: could not create work tree dir ‘myproject’: Permission denied
/opt/lampp$ sudo chmod 777 htdocs

#############################

VSCODE install ubuntu:
https://code.visualstudio.com/docs/setup/linux
#############################
xampp start on ubuntu:
sudo /opt/lampp/lampp start

#############################################x

zsolt@zsolt-Inspiron-5558:/opt/lampp/htdocs/laravel10_auction$ php artisan serve
Command ‘php’ not found, but can be installed with:
sudo apt install php8.1-cli # version 8.1.2-1ubuntu2.14, or
sudo apt install php-cli # version 2:8.1+92ubuntu1
################################
NOOOO,nem kell
How to Install PHP 8.2 on Ubuntu 22.04

https://techvblogs.com/blog/install-php-8-2-ubuntu-22-04

################################

How to Install and Use Composer on Ubuntu 22.04 | Step-by-Step
https://www.cherryservers.com/blog/how-to-install-composer-ubuntu

#####################################
delete php from ubuntu:
sudo apt-get purge php.*
#####################################

How to Install PHP Composer in Linux [Ubuntu,Debian,CentOS]

https://operavps.com/docs/install-php-composer-in-linux/

TensorFlow.js info

Motion capture for character animation – Made with TensorFlow.js

How to Make Money with Tensorflow

tensorflow js -ben ezt írja: WebGL is not supported on this device
2. WebGL Engedélyezése:
Google Chrome:

Nyisd meg a böngészőt, és menj a beállításokhoz (chrome://settings/).
Görgess le a “Speciális beállítások” részhez.
Győződj meg róla, hogy a hardveres gyorsítás engedélyezve van (kapcsold be, ha szükséges).
A következő oldalon: chrome://flags/, keresd meg a WebGL és WebGL 2.0 beállításokat, és állítsd őket Enabled-re.
Indítsd újra a böngészőt.

pip install dlib – solution | Machine Learning

You get this message: ” You must use Visual Studio to build a python extension on windows.” – NO
Good solution:
Install dlib for python3.10 on windows | Install dlib successfully | Machine Learning | Data Magic

pip install "dlib-19.19.0-cp37-cp37m-win_amd64.whl"