Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /data/e/7/e76990b9-3372-4d88-8089-fce36e16744a/webperfection.net/sub/rady-nosu/wp-content/plugins/seo-ultimate/modules/class.su-module.php on line 1195
Nepotriedené | Real Solution for Your Problem!

Archive for the ‘Nepotriedené’ Category

Well, to be honest, I'm still in a shock after I found out that there is no "wget" on window$, so here we are... explaining a safe way to download all YouTube videos in a playlist. First, you need to generate all the URLs via this nice and simple...

  • Comments Off on How to download a youtube playlist free

February 16, 2019 | In: Nepotriedené

Prestashop 1.7.5 – nginx

WHAT A PAIN IN THE NECK!!! Just a quick to save someone from cursing... a lot... I mean A F..... LOT A working nginx configuration with latest php 7.3 and prestashop 1.7.5: https://github.com/kukoman/prestashop Hope it helps...

  • Comments Off on Prestashop 1.7.5 – nginx

Do you get a black screen on your Xiaomi phone as I did? I tried google but people gave many devices that did not work, ranging from rebooting the phone to flashing a different ROM. In my case, the phone was just a few hours old, so obviously if the...

  • Comments Off on Xiaomi Mi Mix 2S – black screen after unlocking

December 2, 2013 | In: Nepotriedené

Update wiki user password

ako aktualizovat uzivatelske heslo v mediawiki log to mysql console: mysql -uroot -p[password] mysql> use mediawiki; mysql> UPDATE `user` SET user_password = CONCAT(':A:', MD5('new password 43')) WHERE user_name = 'My.user'; malo by...

  • Comments Off on Update wiki user password

If you have problem with with comment formatting in Zend Studio 10 the aid is: windows->preferences, search for formatter PHP -> Code Style -> Formatter (i use PSR-2) press [Edit...] -> Line Wrapping : maximum line width:...

  • Comments Off on ZendStudio 10.1 and 10.5 wrong comment formatting

php curl extension not loading when u try composer install u get error about not loaded extension/dependensy... im using zenserver and when u do php -m there is no curl extension loaded this means on my debian that /etc/php5/cli/php.ini is...

  • Comments Off on composer ext-curl not loaded

How to install latest pgadmin - debian squeeze add to /etc/apt/sources.list: deb http://backports.debian.org/debian-backports squeeze-backports main than apt-get update & : apt-get -t squeeze-backports install...

  • Comments Off on latest pgadmin3 in debian

February 23, 2012 | In: Nepotriedené

find pre pokrocilych

Pokročilé možnosti find ako viac typov suborov alebo exclude keď chcete nájisť viac typov suborov a zapísať zoznam do suborov (php_files, js_files) find ./ -type f \( -name \*.php -fprint php_files , -name \*.js -fprint js_files \) nájdi...

  • Comments Off on find pre pokrocilych

February 14, 2012 | In: Nepotriedené

apt list pinning – debian

Pinning pre source list v debiane ak potrebujete package z squeeze-backports a chcete ich automaticky inštalovať a updatovat tak potrebujete nastaviť prioritu ktoré baličky majú prednosť. autoupdate nemusí existovať, tak ho vytvorte v...