Shaare your links...
1938 links
Dotmana Shaarli Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 39
  • Another remote access
    Tue 25 Jul 2023 10:16:13 AM CEST - permalink -
    - https://www.zerotier.com/pricing/
    starlink
  • Remote Access
    Tue 25 Jul 2023 10:13:47 AM CEST - permalink -
    - https://www.agilicus.com/pricing/
    starlink
  • Marvy Animations – Just another WordPress site
    elementor background animations
    Thu 13 Jan 2022 03:56:07 PM CET - permalink -
    - https://wordpress.iqonic.design/product/plugin/marvy/
    animations background elementor
  • Edit Synology IP Block list through SSH | Tim's Blog
    SSH to your Synology Diskstation as “root”.
    The “Autoblock list” is located at /etc/synoautoblock.db
    This is a SQLLite database, so don’t try to edit it with VI.

    sqlite3 synoautoblock.db
    .header on
    select * from AutoBlockIP;
    sqlite> select * from AutoBlockIP;

    IP RecordTime ExpireTime Deny IPStd
    ————– ———- ———- ———- —————————————
    blocked IP xxx.xxx.xxx.xxx 0 1 0000:0000:0000:0000:0000:FGGG:C3A8:B415

    delete from AutoBlockIP where IP = “xxx.xxx.xxx.xxx”;
    .exit
    Thu 18 Nov 2021 08:01:31 AM CET - permalink -
    - https://tklaassens.wordpress.com/2016/03/25/edit-synology-ip-block-list-through-ssh/
    diskstation ssh synology
  • linux - Where are all my inodes being used? - Stack Overflow
    The command qui va bien :
    find / -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n
    Fri 29 Oct 2021 11:48:35 AM CEST - permalink -
    - https://stackoverflow.com/questions/347620/where-are-all-my-inodes-being-used
    inode
  • Simple Background Parallax Scrolling Effect - simplax | CSS Script
    simple parallax effect (JS)
    Tue 20 Jul 2021 12:51:09 PM CEST - permalink -
    - https://www.cssscript.com/simple-background-parallax-scrolling-effect-simplax/
    js parallax
  • Enable jQuery Migrate Helper – WordPress plugin | WordPress.org
    depuis WP 5.5, le jQuery Migrate n'est plus actif. Si votre "vieux" theme WP est cassé suite à une mise à jour, ça peut simplement venir de là.
    Thu 08 Oct 2020 03:04:08 PM CEST - permalink -
    - https://wordpress.org/plugins/enable-jquery-migrate-helper/
    jquery wordpress
  • change plugin permissions
    he minimum level required is usually hard-coaded into the plugin.

    Open the main file of the plugin you want to change access rights for and search for ‘manage_options’. Chances are it will be in a function called either add_options_page(), add_submenu_page() or add_menu_page(). This basically means that the link to access the plugin will not be displayed to users who cannot ‘manage_options’.

    To allow Editors to access the plugin, change all occurances of ‘manage_options’ to ‘edit_pages’.
    To allow Authors to access the plugin, change to ‘publish_posts’.
    To allow Contributors to access the plugin, change to ‘edit_posts’.
    To allow Subscribers to access the plugin, change to ‘read’.

    Note though, that any change will be wiped out when you update the plugin in the future.
    Fri 12 Jun 2020 09:34:00 AM CEST - permalink -
    - https://wordpress.org/support/topic/how-to-allow-non-admins-editors-authors-to-use-certain-wordpress-plugins/
    wordpress
  • GitHub - pipes-digital/pipes: Repository for Pipes
    Cool, Pipes passe en open source !
    Thu 16 Apr 2020 01:40:31 PM CEST - permalink -
    - https://github.com/pipes-digital/pipes
    pipes
  • How to Remove Your IP from the Gmail Blacklist - rackAID
    some useful tips on how to manage a blacklist from gmail
    Tue 07 Apr 2020 11:46:40 AM CEST - permalink -
    - https://www.rackaid.com/blog/gmail-blacklist-removal/
    blacklist gmail
  • MySQL values open_files_limit and max_connections are not applied – Plesk Help Center
    Sur Ubuntu 18.04
    > systemctl edit mysql.service

    [Service]
    LimitNOFILE=4096

    > systemctl restart mysql
    Mon 06 Apr 2020 11:20:45 AM CEST - permalink -
    - https://support.plesk.com/hc/en-us/articles/213393029-MySQL-values-open-files-limit-and-max-connections-are-not-applied
    mariadb mysql
  • wordpress database migration
    Wed 11 Sep 2019 11:56:03 AM CEST - permalink -
    - https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
    database domain migration mysql wordpress
  • SiteCheck
    vérification web site reputation
    Mon 17 Jun 2019 11:08:58 AM CEST - permalink -
    - https://sitecheck.sucuri.net/
    check hack reputation virus
  • Check Single URL
    ask review / removal from McAfee blacklist URL database
    Mon 17 Jun 2019 11:07:54 AM CEST - permalink -
    - https://www.trustedsource.org/?p=mcafee
    mcafee removal url
  • change account name in Windows 10
    start > netplwiz
    Thu 23 May 2019 03:58:57 PM CEST - permalink -
    - ?FBvVtg
    windows
  • Mega-Pince - Portez de lourdes planches tout seul sans vous faire mal – Mont Innovation
    super pince à placo
    Mon 15 Apr 2019 10:46:12 AM CEST - permalink -
    - https://mont-innovation.com/products/super-gripper?variant=27706439368768
    pince placo
  • The Divi Builder — Drag & Drop Page Builder Plugin For WordPress
    alternative à jscomposer
    Wed 12 Dec 2018 01:03:01 PM CET - permalink -
    - https://www.elegantthemes.com/plugins/divi-builder/
    wordpress
  • ebook
    Tue 04 Sep 2018 10:41:26 PM CEST - permalink -
    - https://gist.github.com/Manouchehri/9faa3d8a1ea67a92d03c#file-fix-broken-epub-txt-sh
    ebook epub
  • How to Set Custom Resolutions in Mac OS X
    To access all supported resolutions for your external display, press and hold the Option key (alt gr) on your keyboard and then click the “Scaled” option again.
    Mon 30 Jul 2018 10:24:09 PM CEST - permalink -
    - https://www.tekrevue.com/tip/custom-resolution-mac-osx/
    osx resolution
  • rsync synology
    I need to specify --rsync-path=/usr/bin/rsync on the linux box that wants to rsync with the synology nas.
    Mon 30 Jul 2018 10:13:55 AM CEST - permalink -
    - https://forum.synology.com/enu/viewtopic.php?t=140971
    synology
  • Linux Host/Windows 10 Pro 64 Guest - Bad Audio? |VMware Communities
    I had to comment out and reboot:
    sound.virtualDev = "hdaudio"
    Then do the setup64 /a to extract drivers and manually update the "Multimedia Audio Controller" as described by bluefirestorm to restore audio.
    This seems to have done the trick.
    Mon 16 Jul 2018 10:59:57 AM CEST - permalink -
    - https://communities.vmware.com/thread/560600
    linux sound vmware windows
  • fix install VMWare Workstation Linux recent kernel
    0. Quick guide for impatient
    ----------------------------

    First method (build and install):

     wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-14.1.1.tar.gz
     tar -xzf workstation-14.1.1.tar.gz
     cd vmware-host-modules-workstation-14.1.1
     make
    make install
    Fri 06 Jul 2018 08:57:28 PM CEST - permalink -
    - https://github.com/mkubecek/vmware-host-modules/blob/workstation-14.1.1/INSTALL
    vmware workstation
  • Project OSRM
    Modern C++ routing engine for shortest paths in road networks.
    Mon 23 Oct 2017 11:24:21 AM CEST - permalink -
    - http://project-osrm.org/
    carto geo map osm
  • My Samsung dryer has an HE error which normally means the
    Reset sèche linge Samsung DV80F5E5HGW:
    -------
    To reset EEPROM for your dryer model you can unplug it from mains for approx.10 minutes. After 10 min.s plug in the dryer back in and hold down the Wrinkle Prevent and Mixed Load Bell buttons at the same time for 3 seconds.
    Sat 05 Aug 2017 09:00:54 AM CEST - permalink -
    - http://www.justanswer.co.uk/appliance/a5hfe-samsung-dryer-error-normally-means.html
    dryer linge samsung sèche
  • Derrière le rideau du lobby homéopathique
    article intéressant pour celles et ceux qui cherchent un éclairage sur ce sujet
    Thu 20 Jul 2017 01:51:26 PM CEST - permalink -
    - https://motherboard.vice.com/fr/article/8xak8g/derriere-le-rideau-du-lobby-homeopathique
  • webcam - Anything better than Cheese for video capture? - Ask Ubuntu
    very nice software for video recording
    Wed 05 Jul 2017 11:06:04 AM CEST - permalink -
    - https://askubuntu.com/questions/186003/anything-better-than-cheese-for-video-capture
    recording video webcam
  • mount encrypted share synology via SSH
    synoshare --enc_mount share password
    Thu 15 Jun 2017 10:36:19 AM CEST - permalink -
    - https://forum.synology.com/enu/viewtopic.php?f=90&t=54984
    share synology
  • Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Ubuntu 12.10
    chroot pour les virtual users de Pure FTPD:
    echo "yes" > /etc/pure-ftpd/conf/ChrootEveryone
    Tue 06 Jun 2017 05:18:09 PM CEST - permalink -
    - https://www.howtoforge.com/virtual-hosting-with-pureftpd-and-mysql-incl-quota-and-bandwidth-management-on-ubuntu-12.10
    pure-ftpd
  • Fix “502 Bad Gateway” error on NGINX with PHP, ISPConfig, and WordPress - Cody Swartz - Programmer · Web Developer · Gamer
    Tue 23 May 2017 02:21:18 PM CEST - permalink -
    - https://codyswartz.us/wp/webdev/fix-502-bad-gateway-error-on-nginx-with-php-ispconfig-and-wordpress
    502 error nginx
  • Bulletproof background images | Campaign Monitor
    merci pour le code, ça ne s'improvise pas...
    Tue 09 May 2017 05:20:35 PM CEST - permalink -
    - https://backgrounds.cm/
    mailing outlook
  • Pilot comparative study on the health of vaccinated and unvaccinated 6- to 12- year old U.S. children
    Une étude sur la santé des enfants vaccinés vs non-vaccinés
    Les résultats sont... inattendus :'(
    Sat 06 May 2017 12:09:07 PM CEST - permalink -
    - http://oatext.com/Pilot-comparative-study-on-the-health-of-vaccinated-and-unvaccinated-6-to-12-year-old-U.S.-children.php
  • SoftEther VPN User Forum • View topic - Split Tunneling
    split tunneling avec softether :
    "you have to change metric on your VPN Client net card.
    Change from Automatic to 100."
    Wed 12 Apr 2017 08:58:47 AM CEST - permalink -
    - http://www.vpnusers.com/viewtopic.php?f=7&t=2643
    softethers split tunneling
  • Boston Dynamics unveils 'nightmare-inducing' hybrid robot | Technology | The Guardian
    cauchemard en direct :D
    Tue 28 Feb 2017 11:56:42 AM CET - permalink -
    - https://www.theguardian.com/technology/2017/feb/28/boston-dynamics-handle-nightmare-inducing-hybrid-robot-google
  • thumbnail
    Yuval Noah Harari: Nationalism vs. globalism: the new political divide | TED Talk | TED.com
    Holy Jesus F*cking Christ! Je ne connaissais pas cet historien, il est génial !

    Ce format 1h est même trop court pour cet échange extrémement intéressant avec Yuval Harari.

    Conclusion, je vais maintenant devoir creuser son dernier bouquin : Homo Deus - A Bried History of Tomorrow... Oh mais je vois qu'il est dispo en audio book, parfait pour "lire en voiture" :)

    Merci à TED pour toute cette matière, je me régale à chaque fois ! :)
    Wed 22 Feb 2017 12:02:34 PM CET - permalink -
    - http://www.ted.com/talks/yuval_noah_harari_nationalism_vs_globalism_the_new_political_divide
    ted
  • Quicktext extension for Thunderbird
    plus jamais 2 fois le même contenu saisi dans Thunderbird, des templates paramétrables en 2 clics, bonheur inside !
    Wed 22 Feb 2017 12:01:22 PM CET - permalink -
    - https://addons.mozilla.org/en-US/thunderbird/addon/quicktext/
    thunderbird
  • Réflexion, empathie et recul anti-troll… l’art d’une conversation réussie sur Internet
    Wed 22 Feb 2017 11:07:47 AM CET - permalink -
    - http://www.lemonde.fr/big-browser/article/2017/02/02/reflexion-empathie-et-recul-anti-troll-l-art-d-une-conversation-reussie-sur-internet_5073175_4832693.html
    conversation forum internet troll
  • https://etcher.io/
    pour copier une image sur une carte SD, en toute simplicité, cross platform
    Tue 07 Feb 2017 11:42:05 AM CET - permalink -
    - https://etcher.io/
    card img iso sd
  • YouTube thumbnail
    How to Tie a Tie (Mirrored / Slowly) - Full Windsor Knot - YouTube
    enfin une bonne vidéo de noeud de cravate en mode miroir
    Sat 28 Jan 2017 08:40:39 AM CET - permalink -
    - https://www.youtube.com/watch?v=xAg7z6u4NE8
    cravate tie
  • YouTube thumbnail
    Gas powered daily life - YouTube
    Haha bien vu ! :)
    Tue 17 Jan 2017 06:47:28 AM CET - permalink -
    - https://www.youtube.com/watch?v=vog7yDmcDNQ
  • JSON Web Token Introduction - jwt.io
    Techno interessante de token crypté avec payload...
    Tue 20 Dec 2016 10:03:59 PM CET - permalink -
    - https://jwt.io/introduction/
    auth session token
  • How do I stop automatically unzipping downloaded zip files in Mac Safari? - Find Help (FAQs) - UMBC Wiki
    parce que des fois, on ne veut pas que son navigateur décompresse tout seul le fichier zip téléchargé...
    Mon 19 Dec 2016 04:53:18 PM CET - permalink -
    - https://wiki.umbc.edu/pages/viewpage.action?pageId=31919091
    macos safari zip
  • thumbnail
    Jia Jiang: What I learned from 100 days of rejection | TED Talk | TED.com
    Encore un TED talk très intéressant, sujet qui touche beaucoup de monde mais traité avec humour et succès !
    Fri 09 Dec 2016 06:33:00 PM CET - permalink -
    - http://www.ted.com/talks/jia_jiang_what_i_learned_from_100_days_of_rejection
    ted
  • stress test website
    utile pour tester la charge sur un site web
    le compte gratuit permet de lancer jusqu'à 1000 clients simultanément (pendant 1 min), préparez-vous à exploser votre serveur.
    Mon 05 Dec 2016 09:09:45 AM CET - permalink -
    - https://loader.io/
    load stress test
  • thumbnail
    Sandi Toksvig: A political party for women's equality | TED Talk | TED.com
    Ted Talk absolument génial de la non moins géniale Sandi Toksvig :)
    Wed 23 Nov 2016 09:13:42 PM CET - permalink -
    - https://www.ted.com/talks/sandi_toksvig_a_political_party_for_women_s_equality
    ted
  • Quick edit pour ACF
    Si vous utilisez ACF Pro sous Wordpress, voici un petit plugin très utile permettant d'éditer en bulk des customs fields.
    Tue 22 Nov 2016 10:45:48 PM CET - permalink -
    - https://github.com/mcguffin/acf-quick-edit-fields/wiki
    acf wordpress
  • Seeing Weird Characters On Your Blog? Here’s How To Fix Your WordPress Character Encoding (Latin1 to UTF8) - BlogPress
    Un très vieux Wordpress (donc en LATIN1) migré sur une nouvelle BDD ?
    La solution pour le problème d'encodage qui va forcément partir en sucette...
    Sun 20 Nov 2016 11:12:19 PM CET - permalink -
    - https://theblogpress.com/blog/seeing-weird-characters-on-blog-how-to-fix-wordpress-character-encoding-latin1-to-utf8/
    wordpress
  • Zimbra Server Migration and Zimbra Account Transfer – The Perfect Method | Syslint
    Migration semi-automatique des données d'un Zimbra vers un autre Zimbra (avec conservation des données et mots de passe des BAL)
    Sun 20 Nov 2016 09:51:35 PM CET - permalink -
    - https://syslint.com/blog/tutorial/zimbra-server-migration-and-zimbra-account-transfer-the-perfect-method/
    zimbra
  • Download URLs for VMware vSphere Client (2089791) | VMware KB
    Liste des URL directes de download des versions du client vSphere VMWARE
    Sun 20 Nov 2016 03:31:04 PM CET - permalink -
    - https://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2089791
    vmware vsphere
  • Resolving Thunderbird/Enigmail decryption errors for encrypted emails with large attachments - StartMail Support Center
    Si Enigmail indique qu'il n'arrive pas à déchiffrer le message dans votre dossier "mails envoyés" ou si vos correspondants n'arrivent pas à ouvrir certains de vos mails, voici le fix.
    Sat 19 Nov 2016 10:15:04 AM CET - permalink -
    - https://support.startmail.com/index.php?/Knowledgebase/Article/View/628/5/resolving-thunderbirdenigmail-decryption-errors-for-encrypted-emails-with-large-attachments
    enigmail
  • Download APK free online downloader | APKPure.com
    Pour télécharger en 1 click, n'importe quel APK du play store
    Sat 12 Nov 2016 11:24:22 AM CET - permalink -
    - https://apkpure.com/
    apk
Links per page: 20 50 100
◄Older
page 1 / 39
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.