adi

adi

Migrating from Apache to Nginx

First we need to make sure we have nginx installed sudo apt install nginx -y sudo apt install php-fpm -y Converting a virtual host to nginx block   Apache section: DocumentRoot “/var/www/html/exemple” ServerName exemple.eu <Directory “/var/www/html/exemple”> Allow from all Require…

Testing ChatGPT on Covid vaccines

Me: Are covid vaccines safe? ChatGPT:  The COVID-19 vaccines that have been authorized for emergency use by regulatory agencies such as the US FDA and European Medicines Agency (EMA) have been determined to be safe and effective. They have undergone…

Instant search Javafx

// ————————–Filter function and // code——————————————————————————-   FilteredList filterList = new FilteredList<>(dataSolicitari, p -> true);   SortedList sortableData;   int idStringTemp; String SolictareTemp; String umTemp; String ManoperaTemp; String statusTemp;   public void initFilter() {   // —- filter by id…