Azure WEB JOBS

Azure providers WebJobs that can fire various triggers including Cron-like schedulers. In order to run the Laravel scheduler you need to trigger the schedule:run command every minute. For now I’ll…

Azure Functions does not work if length of the request URL? (solved)

İf azure windows server on laravel eq link https://yoursite.azurewebsites.net/admin/organization_dt_ajax?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=ID&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=true&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=profile_image&columns%5B1%5D%5Bname%5D=profile_image&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=name&columns%5B2%5D%5Bname%5D=name&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=email&columns%5B3%5D%5Bname%5D=email&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=phone&columns%5B4%5D%5Bname%5D=phone&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=website&columns%5B5%5D%5Bname%5D=website&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=assigned_to&columns%5B6%5D%5Bname%5D=assigned_to&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=city&columns%5B7%5D%5Bname%5D=city&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=action&columns%5B8%5D%5Bname%5D=Action&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=0&order%5B0%5D%5Bdir%5D=asc&start=0&length=10&search%5Bvalue%5D=&search%5Bregex%5D=false&_=15524796864 is problem does not work if length of the request URL? Solved : I try to set a maxAllowedContentLength parameter in…

Android phone TWRP install

USB Debugging seçeneği etkinleştirilmiş Android telefonunuzu USB kablosuyla bilgisayarınıza bağlayın. Cihazı bootloader moduna geçirmek için adb reboot bootloaderkomutunu girin.Akıllı telefon bootloader modunda açılınca TWRP'yi flash'lamak için fastboot flash recovery recovery.img…

twrp

https://unofficialtwrp.com/elephone-p8000-root-recovery-twrp/https://forum.xda-developers.com/elephone-p8000/development/wifi-fix-elephone-p8000-t3319050https://www.getdroidtips.com/download-install-android-7-1-2-nougat-elephone-p8000/#DOWNLOAD_FILEShttps://www.youtube.com/watch?v=WxhNRLXDchk

The react tutorials I like

https://ihatetomatoes.net/react-tutorial-for-beginners/https://www.tutorialspoint.com/reactjshttps://freefrontend.com/reactjs-books/https://leanpub.com/the-road-to-learn-react

Ubuntu php 7.3 install

sudo apt install software-properties-common -y sudo apt-get install python-software-properties sudo add-apt-repository ppa:ondrej/php -y sudo apt-get update sudo apt-get install -y php7.3Now install PHP-FPM 7.1 with all extensions needed.sudo apt install…

linux ubuntu microsoft ODBC  connect

unixODBC developer package. sudo apt-get update sudo apt-get install mssql-tools unixodbc-dev `</pre><pre>`sudo apt-get install freetds-common freetds-bin unixodbc php7.3-sybase`</pre> ubuntu mssql driver [https://www.microsoft.com/en-us/sql-server/developer-get-started/php/ubuntu/step/2.html](https://www.microsoft.com/en-us/sql-server/developer-get-started/php/ubuntu/step/2.html) [](http://selmantunc.tumblr.com/tagged/magento/page/3)[http://selmantunc.tumblr.com/post/180306101827/how-to-install-magento-with-nginx-on-ubuntu-1804](http://selmantunc.tumblr.com/post/180306101827/how-to-install-magento-with-nginx-on-ubuntu-1804) [https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-2017](https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-2017) [https://bitbucket.org/janihur/devoops/wiki/How_To_Connect_Azure_SQL_Database_From_Ubuntu](https://bitbucket.org/janihur/devoops/wiki/How_To_Connect_Azure_SQL_Database_From_Ubuntu) [https://docs.microsoft.com/tr-tr/sql/azure-data-studio/download?view=sql-server-2017](https://docs.microsoft.com/tr-tr/sql/azure-data-studio/download?view=sql-server-2017) [http://sqlserveronlinuxbackup.com/get-microsoft-azure-sql-server-linux-ubuntu-free/](http://sqlserveronlinuxbackup.com/get-microsoft-azure-sql-server-linux-ubuntu-free/) [ ubuntu php…

Git

Remote Push git add . git commit -m "bla bla bla " git push -u origin master Create a new branch: git checkout -b feature_branch_name Edit, add and commit your…

RoundCube: DATABASE ERROR: CONNECTION FAILED!

1. Open /var/lib/roundcube/config/db.inc.php or (db.inc.php.dpkg-bak)and look for the password in the command $rcmail_config[‘db_dsnw’] = 'mysql://roundcube:password@localhost/roundcube’;2. copy that password only3. Open /etc/roundcube/debian-db.php4. find $dbpass='wrongpassword’;5. Paste to replace 'wrongpassword’ with the correct…

How to Laravel admin panel

Simple laravel admin https://github.com/fisayoafolayan/laravel-multiple-authOther https://www.pusher.com/tutorials/multiple-authentication-guards-laravel/https://github.com/jayminpanchal/laravel-multiauthhttps://www.kerneldev.com/2018/02/12/set-up-role-based-access-control-in-laravel/https://www.easylaravelbook.com/blog/adding-a-restricted-administration-console-to-your-laravel-application/https://jamesmcfadden.co.uk/custom-authentication-in-laravel-with-guards-and-user-service-providershttps://dev.to/povilaskorop/laravel-approve-new-registered-users-from-administrator-3nbhpermiison http://itsolutionstuff.com/post/laravel-5-simple-user-access-control-using-middlewareexample.html