Posty

Wyświetlanie postów z maj, 2017

MegaSync nie synchronizuje

Obraz
Problem może być błachy (tak było w moim przypadku). Rozwiązanie: Megasync>>>Ustawienia>>>Synchronizacje>>>Zaznaczmy checkbox przy nazwie katalogu po prawej stronie. To wszystko.

Boot Repair

Obraz
Pobierz:  https://sourceforge.net/p/boot-repair-cd/home/Home/ Instalacja: sudo add-apt-repository ppa:yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair && boot-repair Żródło:  https://help.ubuntu.com/community/Boot-Repair

Więcej niż 3 kategorie w Storefront

Obraz
Temat nie jest bezpośrednio związany z Linuxem ale... Szablon Woocommerce dla Wordpressa o nazwie Storefront wyświetla domyślnie tylko 3 kategorie. Aby to zmienić w pliku functions.php (najlepiej w szablonie child ) dodajemy: Thats not recommended way.. storefront provide filter to modify the code.. Here is solution copy and paste the code in your functions.php add_filter ( 'storefront_product_categories_args' , 'storefront_product_categories_custom_args' );   function storefront_product_categories_custom_args ( $args ) { $custom_limit_count = 10 ; // change this number for needs $args [ 'limit' ] = $custom_limit_count ; return $args ; }

Tablet Ugee M708 na Linuxie

Obraz
Pobieramy stery i instalacja You can grab the latest code by going to the main page:  https://github.com/DIGImend/digimend-kernel-drivers From there you can just click the green "Clone or download" button and then "Download ZIP". Alternatively you can also use the git command to stay up to date: To install Git:  aptitude install git  or  apt-get install git To grab the latest code:  git clone https://github.com/DIGImend/digimend-kernel-drivers.git i dalej ze strony:  https://github.com/DIGImend/digimend-kernel-drivers W folderze ze ściągniętymi sterownikami: make sudo make install sudo rmmod hid-kye sudo rmmod hid-uclogic sudo rmmod hid-huion and reconnect the tablet. Or simply reboot the machine. UWAGA! Po każdym upgrade kernela należy powtórzyć instalację! Żródło: https://github.com/DIGImend/digimend-kernel-drivers/issues/48 https://github.com/DIGImend/digimend-kernel-drivers