1203 links
  • odea's Shaarli
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 13
  • Tutorial - Recording Computer Playback on Linux - Audacity Manual
    Wed Apr 9 22:53:05 2025 - permalink -
    - - https://manual.audacityteam.org/man/tutorial_recording_computer_playback_on_linux.html
    tech
  • Internal Combustion Engine – Bartosz Ciechanowski
    moteur
    Tue Feb 25 19:43:00 2025 - permalink -
    - - https://ciechanow.ski/internal-combustion-engine/
    tech
  • PHP Folder Gallery
    Sat Feb 8 11:48:34 2025 - permalink -
    - - https://webshelf.eu/en/php-folder-gallery/
    tech
  • Amusing ourselves to death | On the Path of Knowledge
    Sat Sep 28 12:12:30 2024 - permalink -
    - - https://otpok.com/2014/01/03/amusing-ourselves-to-death/
  • Visual guide to SSH tunneling and port forwarding - ITTAVERN.COM
    Fri Sep 20 06:05:39 2024 - permalink -
    - - https://ittavern.com/visual-guide-to-ssh-tunneling-and-port-forwarding/
    tech
  • Bash Bible | {reference,survival} guild to bash scripting
    Tue Aug 20 23:43:05 2024 - permalink -
    - - https://xero.github.io/bash-bible/
    tech
  • GitHub - onceupon/Bash-Oneliner: A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance.
    Thu Aug 8 16:23:12 2024 - permalink -
    - - https://github.com/onceupon/Bash-Oneliner
    tech
  • Karmapa - YouTube
    Wed Aug 7 10:31:13 2024 - permalink -
    - - https://www.youtube.com/@Karmapa17/playlists
    bouddhisme
  • whdload
    Sat Jul 27 00:51:34 2024 - permalink -
    - - https://mega.nz/folder/gdozjZxL#uI5SheetsAd-NYKMeRjf2A
    amiga
  • GitHub - MHNightCat/superfile: Pretty fancy and modern terminal file manager
    Fri May 10 21:33:39 2024 - permalink -
    - - https://github.com/MHNightCat/superfile
    tech tui
  • Commodore - fsck.technology > software > Commodore > Amiga > Workbench and AmigaOS > Amiga Workbench 3.1 > Commodore
    Mon May 6 22:32:44 2024 - permalink -
    - - https://fsck.technology/software/Commodore/Amiga/Workbench%20and%20AmigaOS/Amiga%20Workbench%203.1/Commodore/
    amiga
  • YoHours
    osm openstreetmap
    Sun May 5 23:09:15 2024 - permalink -
    - - https://projets.pavie.info/yohours/
    tech
  • GitHub - Board-Folk/Commodore-PC10-III-Reproduction: Commodore PC10-III PCB Reproduction
    Thu Apr 25 20:41:23 2024 - permalink -
    - - https://github.com/Board-Folk/Commodore-PC10-III-Reproduction?tab=readme-ov-file
    tech
  • Stalwart Mail Server | Stalwart Labs Ltd.
    Wed Apr 10 04:58:19 2024 - permalink -
    - - https://stalw.art/
    tech
  • Index of /Fichiers/ADF
    Mon Apr 1 17:20:16 2024 - permalink -
    - - https://amigamuseum.emu-france.info/Fichiers/ADF/
    amiga
  • Vinaigrette
    3 cas huile d'olive
    2 cas vinaigre
    1 cac moutarde
    sel poivre
    Fri Feb 9 12:53:57 2024 - permalink -
    - - https://odea.fr/?GluSVg
    recette
  • Filigrane Facile
    filigrane et non pas filigrame !
    Thu Feb 8 10:20:14 2024 - permalink -
    - - https://filigrane.beta.gouv.fr/
  • Comment désactiver le WiFi sur Linux - Moyens I/O
    nmcli radio wifi off
    Mon Jan 29 10:48:49 2024 - permalink -
    - - https://www.moyens.net/linux/comment-desactiver-le-wifi-sur-linux/#terminal
    tech
  • XPath Scraping with FreshRSS – Dan Q
    Sun Jan 28 11:00:31 2024 - permalink -
    - - https://danq.me/2022/09/27/freshrss-xpath/
    tech
  • Comment assainir l'air grâce aux huiles essentielles ?
    Le mélange

    Pour assainir l'air et détoxifier votre environnement, prenez votre flacon vide, et ajoutez :

            40 gouttes d'huile essentielle de Pamplemousse
            20 gouttes d'huile essentielle de Ravintsara
            20 gouttes d'huile essentielle d'Eucalyptus Globulus
            20 gouttes d'huile essentielle de Citron

    Bouchez (clic !), homogénéisez puis étiquetez votre flacon. Votre synergie est prête !
    Mode d'utilisation

    Introduisez le nombre de gouttes indiqué sur la notice de votre diffuseur et diffusez sur une plage d'environ 30 minutes.
    Fri Dec 1 17:39:02 2023 - permalink -
    - - https://www.compagnie-des-sens.fr/diffusion-assainir-air-huiles-essentielles/
    cosmetiques recette
  • Comment lutter contre le stress avec les huiles essentielles ?
    Pour lutter contre le stress, prenez votre flacon vide, et ajoutez :

            90 gouttes d'huile essentielle de Petit Grain Bigarade
            30 gouttes d'huile essentielle d'Ylang Ylang Complète
            30 gouttes d'huile essentielle de Lemongrass

    Bouchez (clic !), homogénéisez puis étiquetez votre flacon. Votre synergie est prête !
    Fri Dec 1 17:38:28 2023 - permalink -
    - - https://www.compagnie-des-sens.fr/stress-huiles-essentielles/
    cosmetiques recette
  • Tool Kits – sutcliffehansen
    montre watch
    Fri Nov 17 18:01:23 2023 - permalink -
    - - https://sutcliffehansen.com/pages/tool-kits
  • GitHub - e1abrador/web.Monitor: Fast & user-friendly web change tracking tool.
    Fri Oct 20 16:36:46 2023 - permalink -
    - - https://github.com/e1abrador/web.Monitor
    tech
  • Comment lire un fichier ligne par ligne en utilisant Bash | Delft Stack
    while IFS= read -r line; do echo $line; done < file_name
    Thu Sep 28 19:44:10 2023 - permalink -
    - - https://www.delftstack.com/fr/howto/linux/how-to-read-a-file-line-by-line-using-bash/
    tech
  • L'Atelier du Van - Aménageur de vans en Picardie
    Fri Sep 22 10:46:29 2023 - permalink -
    - - https://www.atelierduvan.com/
    vanlife
  • YayText : Un outil de style de texte pour Facebook, Twitter, etc.
    unicode utf-8
    Thu Sep 21 23:34:02 2023 - permalink -
    - - https://yaytext.com/fr/
  • RSS Feed Extractor - Get an RSS feed of almost anything
    Sun Sep 3 22:28:56 2023 - permalink -
    - - https://rssfeedasap.com/
    tech
  • thumbnail
    nethogs
    Mon Aug 21 12:05:01 2023 - permalink -
    - - https://linux-console.net/common-images/nethogs-monitor-per-process-network-bandwidth-usage-in-real-time/Nethogs-Linux-Per-Process-Bandwidth-Usage.png
    tui
  • thumbnail
    iptraf-ng
    Mon Aug 21 12:03:43 2023 - permalink -
    - - https://assets.digitalocean.com/articles/top_netstat_du/alltraffic.png
    tui
  • thumbnail
    ncdu
    Mon Aug 21 12:02:58 2023 - permalink -
    - - https://www.linuxadictos.com/wp-content/uploads/ncdu.jpg
    tui
  • How To Add Swap Space on Ubuntu 20.04 | DigitalOcean
    Mon Aug 21 12:01:14 2023 - permalink -
    - - https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-20-04
    tech
  • Nextcloud (dans YunoHost) : forcer la date des photos à leur date de prise de vue
    exif
    Wed Aug 2 10:39:02 2023 - permalink -
    - - https://nicofrand.eu/nextcloud-dans-yunohost-forcer-la-date-des-photos-a-leur-date-de-prise-de-vue/
    tech
  • [Résolu] Serveur qui s'éteint tout seul / Serveurs / Forum Ubuntu-fr.org
    acepc kernel
    Pour remédier à ca, il faut créer le fichier /etc/modprobe.d/axp288_fuel_gauge.conf et mettre cette ligne dedans :
    blacklist axp288_fuel_gauge
    Mon Jul 31 20:20:08 2023 - permalink -
    - - https://forum.ubuntu-fr.org/viewtopic.php?pid=22513054#p22513054
    tech
  • Instagram story viewer anonymously - Online view profiles, reels, stories IG, followers, tagged posts. Best insta viewer and stalker.
    Thu May 11 00:14:24 2023 - permalink -
    - - https://dumpoir.com/
  • Trace Pixels To Vectors in Full Color, Fully Automatically, Using AI - Vectorizer.AI
    Sat Apr 29 11:04:21 2023 - permalink -
    - - https://vectorizer.ai/
  • Stationnement 2 roues
    Tue Apr 25 21:55:20 2023 - permalink -
    - - https://capgeo.sig.paris.fr/Apps/Stationnement2Roues/
  • Landscape - Artvee
    wallpapers art
    Thu Jan 12 13:37:28 2023 - permalink -
    - - https://artvee.com/c/landscape/
  • What do b2, c, f1, h1, h1 + c, h2 other rom titles mean? SSF2 nes codes
    Standard Codes:
        [a] - Alternate
        [b] - Bad Dump
        [BF] - Bung Fix
        [c] - Cracked
        [f] - Other Fix
        [h] - Hack
        [o] - Overdump
        [p] - Pirate
        [t] - Trained
        [T] - Translation
        (Unl) - Unlicensed
        [x] - Bad Checksum
        ZZZ_ - Unclassified
        [!] - Verified Good Dump
        (???k) - ROM Size

        Special Codes:
        [C] - Color GameBoy
        [S] - Super GameBoy
        (M#) - Multilanguage (# of Languages)
        [M] - Mono Only (NeoGeo Pocket)
        (PC10) - PlayChoice 10 (NES)
        (1) - Japan (Genesis)
        (4) - USA (Genesis)
        (5) - NTSC Only (Genesis)
        (8) - PAL Only (Genesis)
        (BS) - BS ROMS (SNES)
        (ST) - Sufami Turbo (SNES)
        (NP) - Nintendo Power (SNES)
        (Adam) - ADAM Version (Coleco)
        (PAL) - PAL Video
    Thu Jan 12 13:28:21 2023 - permalink -
    - - https://www.sega-16.com/forum/showthread.php?25539-What-do-b2-c-f1-h1-h1-c-h2-other-rom-titles-mean-SSF2
  • BMW E9 - Service Manual - Reparaturanleitung
    manuel 10€
    Thu Jan 12 10:16:57 2023 - permalink -
    - - https://servicemanuals.online/bmw/265-bmw-e9-english-and-german-service-manual.html
    bmw
  • Generic System Image (GSI) list - phhusson
    xiaomi mi play
    Thu Jan 5 17:15:29 2023 - permalink -
    - - https://magiskzip.com/gsi-list-phhusson/
  • La fausse astuce anti-démarchage téléphonique reprise en boucle par les médias - Liens en vrac de sebsauvage
    09 48 et 09 49 ;
       01 62 et 01 63 ;
       02 70 et 02 71 ;
       03 77 et 03 78 ;
       04 24 et 04 25 ;
       05 68 et 05 69.
    Tue Jan 3 19:23:38 2023 - permalink -
    - - https://sebsauvage.net/links/?bF9sZA
  • MiSTer Video Options – Figma
    Wed Dec 14 22:06:01 2022 - permalink -
    - - https://www.figma.com/file/99saPgjrsyG1dVqvksKs8h/MiSTer-Video-Options?node-id=0%3A1
  • Shell Script Best Practices — The Sharat's
    bash
    Thu Oct 27 17:58:46 2022 - permalink -
    - - https://sharats.me/posts/shell-script-best-practices/
    tech
  • La bibliothèque numérique. Téléchargez gratuitement des livres. Trouvez des livres
    Tue Sep 27 15:27:36 2022 - permalink -
    - - https://fr.bookshome.net/
  • RSS Generator - FetchRSS
    Thu Sep 8 19:47:49 2022 - permalink -
    - - https://fetchrss.com/
    tech
  • thumbnail
    nmcli
    nmcli réseau wifi
    nmcli d wifi
    nmcli dev wifi connect network-ssid password "network-password"
    nmcli --ask dev wifi connect network-ssid

    nmcli con show
    nmcli con down ssid/uuid
    nmcli con up ssid/uuid
    Wed Sep 7 08:28:49 2022 - permalink -
    - - https://i.stack.imgur.com/Lgt34.png
    tui
  • Auto Detailing Wiki – The Complete Auto Detailing Wiki
    nettoyage
    Thu Aug 25 21:58:18 2022 - permalink -
    - - https://www.howtoautodetail.com/
  • mkv extract subtitles sous-titres
    mkvmerge -i /home/odea/Téléchargements/Only.Murders.in.the.Building.S02E09.MULTi.720p.WEB.H264-FW.mkv
    mkvextract tracks Téléchargements/Only.Murders.in.the.Building.S02E09.MULTi.720p.WEB.H264-FW.mkv 4:Téléchargements/fr.srt
    Thu Aug 25 19:20:13 2022 - permalink -
    - - https://odea.fr/?TzD62A
    tech
  • GifCities
    Mon Aug 22 17:12:02 2022 - permalink -
    - - https://gifcities.org/
  • AYP - Leçons principales
    yoga
    Fri Aug 19 14:46:19 2022 - permalink -
    - - https://www.aypsite.ch/lecons_principales
  • GPS/GSM Vehicle Tracker/Recorder – Viktor’s DIY Blog
    Tue Jul 26 15:28:46 2022 - permalink -
    - - https://diy.viktak.com/2020/11/gps-gsm-vehicle-tracker-recorder.html
    arduino
  • GitHub - noisetorch/NoiseTorch: Real-time microphone noise suppression on Linux.
    Sat Jul 2 22:18:53 2022 - permalink -
    - - https://github.com/noisetorch/NoiseTorch
    tech
  • https://n0namen0.github.io/WAB_Ansi_Logo_Maker/
    ANSI logo maker
    Fri Jun 17 09:30:48 2022 - permalink -
    - - https://n0namen0.github.io/WAB_Ansi_Logo_Maker/
    geek
  • Installation - guizero
    python gui
    Sat May 7 10:37:43 2022 - permalink -
    - - https://lawsie.github.io/guizero/
    tech
  • Mechanical Watch – Bartosz Ciechanowski
    Thu May 5 14:19:43 2022 - permalink -
    - - https://ciechanow.ski/mechanical-watch/
  • SIM900 GSM GPRS board with Arduino | Acoptex.Com
    Sat Feb 5 18:38:17 2022 - permalink -
    - - https://acoptex.com/wp/sim900-gsm-gprs-board-arduino/
    arduino
  • Utiliser les conditions pour des scripts Bash efficaces – Buzut
    bash if
    Fri Feb 4 20:52:40 2022 - permalink -
    - - https://buzut.net/maitriser-les-conditions-en-bash/#comments-section
    tech
  • Vegan Restaurants in Paris, France
    Tue Nov 2 18:57:13 2021 - permalink -
    - - https://www.happycow.net/europe/france/paris/?filters=vegan&sort=newest
  • Reuben Wu
    wallpapers
    Sun Oct 31 17:32:59 2021 - permalink -
    - - https://reubenwu.com/projects
  • 𝔟𝔩𝔞𝔠𝔨 𝔭𝔯𝔦𝔫𝔱𝔦𝔫𝔤
    black metal printing
    Sun Oct 31 17:30:50 2021 - permalink -
    - - https://blackprinting.tumblr.com/
  • Fine Art Landscape Photography by Jan Erik Waider | Northlandscapes
    iceland wallpapers
    Sun Oct 31 17:29:11 2021 - permalink -
    - - https://www.northlandscapes.com/
  • In-Depth: Send Receive SMS & Call with SIM800L GSM Module & Arduino
    Thu Jul 1 20:20:57 2021 - permalink -
    - - https://lastminuteengineers.com/sim800l-gsm-module-arduino-tutorial/
    tech
  • YouTube thumbnail
    Comment faire soi-même un déodorant écologique ? - YouTube
    2 cc huile de coco
    1 cc fécule de mais
    1 cc bicarbonate de soude alimentaire
    mélanger
    1 cc beurre de karité
    2 gouttes HE de lavande
    2 gouttes HE de palmarosa
    mélanger
    Thu Jun 24 17:37:20 2021 - permalink -
    - - https://www.youtube.com/watch?v=lEQ5IHMHVzE
  • networking - Citrix receiver 13.10 on Ubuntu 18.04.1 - Ask Ubuntu
    citrix ica
    $ cd /opt/Citrix/ICAClient/keystore/
    $ sudo rm -r cacerts
    $ sudo ln -s /etc/ssl/certs cacerts
    Thu Jun 17 11:20:10 2021 - permalink -
    - - https://askubuntu.com/questions/1064452/citrix-receiver-13-10-on-ubuntu-18-04-1/1069929#1069929
    tech
  • I2C Liquid Crystal Displays - Arduino Project Hub
    Thu Jun 3 18:22:55 2021 - permalink -
    - - https://create.arduino.cc/projecthub/arduino_uno_guy/i2c-liquid-crystal-displays-5b806c
    arduino tech
  • How to Use a Photoresistor (or Photocell) - Arduino Tutorial : 4 Steps (with Pictures) - Instructables
    Thu Jun 3 18:21:14 2021 - permalink -
    - - https://www.instructables.com/How-to-use-a-photoresistor-or-photocell-Arduino-Tu/
    arduino tech
  • Make an Arduino Temperature Sensor (Thermistor Tutorial)
    Thu Jun 3 18:20:30 2021 - permalink -
    - - https://www.circuitbasics.com/arduino-thermistor-temperature-sensor-tutorial/
    arduino tech
  • Vehicle Tracking System Based on GPS and GSM - Arduino Project Hub
    Thu Jun 3 18:15:04 2021 - permalink -
    - - https://create.arduino.cc/projecthub/muchika/vehicle-tracking-system-based-on-gps-and-gsm-57b814
    arduino tech
  • How to build a Raspberry Pi GPS Tracker | by onehitwonder | Medium
    Sun May 23 22:45:20 2021 - permalink -
    - - https://medium.com/@onehitwonder/how-to-build-a-raspberry-pi-gps-tracker-c5e63d456c84
    tech
  • Ubuntu 16.04 and ISPConfig 3.1 - stopping ClamAV
    lamAV requires quite a bit of resources to run in the background and this usually slows down the mail delivery. In the ISPConfig 3 (Under Perfect Server setup), clamAV is run within Amavis. Therefore, typical removal of clamAV commands will not remove it.

    When RAM is really low, Linux kills amavis and this will cause mail not being delivered. Therefore, if we run amavis to manage anti-virus and spam, consider a minimum of 2G or 4G RAM VM/Cloud servers.

    The steps to disable clamav and amavisd are:

    (1) edit postfix conf - note amavis uses a special port 10024 and 10026. Therefore, if you are not using these ports, consider closing them in your firewall settings.

    nano /etc/postfix/main.cf


    # content_filter = amavis:[127.0.0.1]:10024
    # receive_override_options = no_address_mappings

    (2) Under ISPConfig 3.1, comment additional 2 lines

    nano /etc/postfix/tag_as_foreign.re
    #/^/ FILTER amavis:[127.0.0.1]:10024
    nano /etc/postfix/tag_as_originating.re
    #/^/ FILTER amavis:[127.0.0.1]:10026

    Save changes and restart postfix


    /etc/init.d/postfix restart

    (3) stop and disable the services

    /etc/init.d/clamav-daemon stop
    /etc/init.d/clamav-freshclam stop
    /etc/init.d/amavis stop

    update-rc.d -f clamav-daemon remove
    update-rc.d -f clamav-freshclam remove
    update-rc.d -f amavis remove

    To restore the changes, do:

    update-rc.d clamav-daemon defaults
    update-rc.d clamav-freshclam defaults
    update-rc.d amavis defaults

    The services shall start in the next reboot

    (4) Under Ubuntu 16.04 and ISPConfig 3.1, also execute the following commands:

    systemctl disable clamav-daemon.socket
    systemctl disable clamav-daemon.service
    systemctl disable clamav-freshclam.service

    Note - The changes in postfix main.cf will get overwitten by an ispconfig software update when you select to "re-configure" services during update, so you should comment out the lines again after you install a ispconfig update.
    Thu Apr 22 23:17:49 2021 - permalink -
    - - https://kentechnote.blogspot.com/2017/01/ubuntu-1604-and-ispconfig-31-stopping.html
    tech
  • Terminal Calendar with khal
    Tue Apr 20 17:12:30 2021 - permalink -
    - - https://www.dj-bauer.de/terminal-calendar-with-khal-en.html
    tech
  • Liste des fichiers à avoir sur son site - Le Hollandais Volant
    Thu Apr 8 11:13:52 2021 - permalink -
    - - https://lehollandaisvolant.net/?d=2018/12/10/17/56/29-liste-des-fichiers-a-avoir-sur-son-site
    tech
  • swap
    What is swappiness and how do I change it?

        The swappiness parameter controls the tendency of the kernel to move processes out of physical memory and onto the swap disk. Because disks are much slower than RAM, this can lead to slower response times for system and applications if processes are too aggressively moved out of memory.

            swappiness can have a value of between 0 and 100

            swappiness=0 tells the kernel to avoid swapping processes out of physical memory for as long as possible. For Kernel version 3.5 and newer it disables swapiness.

            swappiness=100 tells the kernel to aggressively swap processes out of physical memory and move them to swap cache

        The default setting in Ubuntu is swappiness=60. Reducing the default value of swappiness will probably improve overall performance for a typical Ubuntu desktop installation. A value of swappiness=10 is recommended, but feel free to experiment. Note: Ubuntu server installations have different performance requirements to desktop systems, and the default value of 60 is likely more suitable.

        To check the swappiness value

        cat /proc/sys/vm/swappiness

        To change the swappiness value A temporary change (lost on reboot) with a swappiness value of 10 can be made with

        sudo sysctl vm.swappiness=10

        To make a change permanent, edit the configuration file with your favorite editor:

        gksudo gedit /etc/sysctl.conf

        Search for vm.swappiness and change its value as desired. If vm.swappiness does not exist, add it to the end of the file like so:

        vm.swappiness=10

        Save the file and reboot.
    Fri Mar 12 21:58:17 2021 - permalink -
    - - https://odea.fr/?Yommuw
    tech
  • 68747470733a2f2f6769746c61622e636f6d2f647774312f646f7466696c65732f7261772f6d61737465722f2e73637265656e73686f74732f646f7466696c657330362e706e67 (1920×1080)
    xmonad
    qtile
    Thu Oct 15 10:57:12 2020 - permalink -
    - - https://camo.githubusercontent.com/baa7aec8232ea7253923108c3046ca5513c6d79b/68747470733a2f2f6769746c61622e636f6d2f647774312f646f7466696c65732f7261772f6d61737465722f2e73637265656e73686f74732f646f7466696c657330362e706e67
    tech
  • tv7J2o4ZiSmLYwyBslBs_PLzKyzI8QUV5qdvHGfoAQn9r7pY4Hj5SmW27m3zUWeDtRSE8Cb5_5PQmkbavDfw7XbIL8EodIKZhilRdg=w1064-v0 (1064×962)
    material design
    Thu Sep 17 15:24:35 2020 - permalink -
    - - https://lh3.googleusercontent.com/tv7J2o4ZiSmLYwyBslBs_PLzKyzI8QUV5qdvHGfoAQn9r7pY4Hj5SmW27m3zUWeDtRSE8Cb5_5PQmkbavDfw7XbIL8EodIKZhilRdg=w1064-v0
  • BashPitfalls - Greg's Wiki
    bash
    Tue Sep 8 14:35:34 2020 - permalink -
    - - https://mywiki.wooledge.org/BashPitfalls
    tech
  • Disable and remove ClamAV | Howtoforge - Linux Howtos and Tutorials
    edit /etc/amavis/conf.d/50-user

    Comment out the following two lines:

    Code:

    @bypass_virus_checks_maps = (
       \%bypass_virus_checks, \@bypass_virus_checks_acl, \$bypass_virus_checks_re);

    Looks like this:

    Code:

    #@bypass_virus_checks_maps = (
    #   \%bypass_virus_checks, \@bypass_virus_checks_acl, \$bypass_virus_checks_re);

    @bypass_spam_checks_maps = (
       \%bypass_spam_checks, \@bypass_spam_checks_acl, \$bypass_spam_checks_re);

    Restart amavis:

    /etc/init.d/amavis restart

    Stop clamav:

    /etc/init.d/clamav-daemon stop
    /etc/init.d/clamav-freshclam stop

    Disable clamav from running on system boot:

    update-rc.d -f clamav-daemon remove
    update-rc.d -f clamav-freshclam remove
    Fri Jul 3 22:09:50 2020 - permalink -
    - - https://www.howtoforge.com/community/threads/disable-and-remove-clamav.44443/
    tech
  • Note: move ispconfig
    prepare the new server, make a new installation of the very same version of ISPConfig you have on the origin server;
        make sure you have the same php packages installed on the new server. You can generate a list on the origin server with
        dpkg --get-selections | grep ^php | awk '{print $1}' | xargs
        and paste the output to apt install on the destination;
        make a backup of the ispconfig database on origin. If you want you can change the IP (and eventually the hostname) with sed:
        sed -i 's/1\.2\.3\.4/5\.6\.7\.8/g' db-dbispconfig-2019-05-25.sql
        sed -i 's/old\.host\.name/new\.host\.name/g' db-dbispconfig-2019-05-25.sql
        And restore it on the destination with:
        cat db-dbispconfig-2019-05-25.sql | mysql -u root -p dbispconfig
        connect to the new server ispconfig panel and go to Tools > Resync, check the All services checkbox and press Start;
        rsync /var/www with:
        rsync -a --stats --progress --delete ORIGIN_SERVER:/var/www/* /var/www/
        rsync /var/vmail by adjusting the command above
        rsync /etc/letsencrypt
        rsync -a --stats --progress --delete ORIGIN_SERVER:/etc/letsencrypt/* /etc/letsencrypt/
        make a dump of all c* databases and restore them on the new server;
        if you want to retain the same ISPConfig panel certs copy /usr/local/ispconfig/interface/ssl/;
        move DNS and all related stuff to the new IP.
    Tue Jun 30 21:35:20 2020 - permalink -
    - - https://odea.fr/?t5G_xA
    tech
  • Mail-in-a-Box
    Wed Jun 17 23:05:04 2020 - permalink -
    - - https://mailinabox.email/
    tech
  • Tutorial - ISP Mail Tutorial (Caramel Edition)
    Wed Jun 17 23:04:47 2020 - permalink -
    - - https://123qwe.com/tutorial-debian-10/
    tech
  • Recherche par rebond - Recherche
    Sun Apr 12 11:44:08 2020 - permalink -
    - - https://bibliotheques.paris.fr/numerique/search.aspx?SC=ebook&QUERY=+Selections_exact:(%2226|_|Livre+audio+num%c3%a9rique%22)&QUERY_LABEL=Recherche%20par%20rebond&SEARCH_CONTEXT=4#/Search/(query:(FacetFilter:%7B%7D,ForceSearch:!f,Page:3,PageRange:3,QueryGuid:f30727ef-57f9-4688-a9bb-0ba94aa1c44f,QueryString:'Selections_exact:(%2226%7C_%7CLivre%20audio%20num%C3%A9rique%22)',ResultSize:20,ScenarioCode:ebook,ScenarioDisplayMode:display-standard,SearchContext:4,SearchLabel:'Recherche%20par%20rebond',SearchTerms:'Selections_exact%2026%20_%20Livre%20audio%20num%C3%A9rique',SortField:!n,SortOrder:0,TemplateParams:(Scenario:'',Scope:numerique,Size:!n,Source:'',Support:''),UseSpellChecking:!n))
  • Mondkopf - My year end’s list 2019
    Tue Apr 7 17:36:32 2020 - permalink -
    - - https://mondkopf.tumblr.com/post/189979976819/my-year-ends-list-2019
    music
  • Mondkopf - End year list 2018
    Tue Apr 7 17:35:45 2020 - permalink -
    - - https://mondkopf.tumblr.com/post/181246171614/end-year-list-2018
    music
  • Mondkopf - Music list 2017
    Tue Apr 7 17:35:25 2020 - permalink -
    - - https://mondkopf.tumblr.com/post/169502887214/music-list-2017
    music
  • Biodiversity Heritage Library
    Tue Feb 4 19:41:00 2020 - permalink -
    - - https://www.biodiversitylibrary.org/
  • Create A Custom System Tray Indicator For Your Tasks On Linux
    Wed Nov 6 10:58:12 2019 - permalink -
    - - https://fosspost.org/tutorials/custom-system-tray-icon-indicator-linux
    tech
  • Gamme - Honda 60-70's
    Thu Apr 25 15:33:40 2019 - permalink -
    - - https://www.honda60-70s.net/Gamme/gamme.html#1970
    moto
  • The Live Thriller - Enquête criminelle à vivre au cœur de Paris
    escape game
    Thu Apr 18 17:50:44 2019 - permalink -
    - - https://www.thelivethriller.com/
  • Tinkercad | Create 3D digital designs with online CAD
    3d print edit
    Tue Apr 16 10:33:16 2019 - permalink -
    - - https://www.tinkercad.com/
    3d
  • Thingiverse - Digital Designs for Physical Objects
    3d print
    Tue Apr 16 10:32:34 2019 - permalink -
    - - https://www.thingiverse.com/
    3d
  • Flameshot is the Linux Screenshot Tool I've Been Longing for - OMG! Ubuntu!
    Sat Apr 13 11:25:26 2019 - permalink -
    - - https://www.omgubuntu.co.uk/2018/01/flameshot-linux-screenshot-tool-annotation?amp;utm_medium=feed&utm_campaign=Feed%3A+d0od+%28OMG%21+Ubuntu%21%29
    tech
  • imgur.com thumbnail
    83Fslzb.gif (Image GIF, 640 × 360 pixels)
    Sat Apr 13 11:16:34 2019 - permalink -
    - - https://i.imgur.com/83Fslzb.gif
  • 54268211_2120631127972464_3165380464676438016_n.jpg (Image JPEG, 800 × 600 pixels)
    Sat Apr 13 11:12:12 2019 - permalink -
    - - https://scontent-cdg2-1.xx.fbcdn.net/v/t1.0-9/54268211_2120631127972464_3165380464676438016_n.jpg?_nc_cat=102&_nc_ht=scontent-cdg2-1.xx&oh=c5b87a4c3da552379d955bfb58a98f80&oe=5D4EFA16
    moto
  • Savez-vous combien de temps conserver vos papiers personnels ? | Le portail des ministères économiques et financiers
    Tue Apr 2 19:03:54 2019 - permalink -
    - - https://www.economie.gouv.fr/particuliers/delais-conservation-papiers-personnels
  • The ABCs of Particle Physics: A-F | symmetry magazine
    Wed Mar 6 23:26:08 2019 - permalink -
    - - https://www.symmetrymagazine.org/particle-physics-abcs/
    science
  • 53001477_2121230641290384_9132144126874091520_n.jpg (Image JPEG, 960 × 960 pixels)
    Tue Feb 26 21:35:50 2019 - permalink -
    - - https://scontent-frx5-1.xx.fbcdn.net/v/t1.0-9/53001477_2121230641290384_9132144126874091520_n.jpg?_nc_cat=108&_nc_ht=scontent-frx5-1.xx&oh=6cc36402167cd58cbf63162822ea4b47&oe=5D1D5BF9
    moto
  • MP3 Hypnose Gratuit
    Tue Nov 20 20:44:28 2018 - permalink -
    - - http://free-hypnosis-mp3.com/fr/c/sante#bien-sendormir
  • Le kéfir de fruits.. La boisson vivante | Une Toute Zen Blog Bien-Être • Conseils en Naturopathie • Recettes healthy à iG bas • Progammes Bien-Être et Photographe sur Annecy & Aix en Provence
    Tue Nov 20 20:36:42 2018 - permalink -
    - - http://www.unetoutezen.com/le-kefir-de-fruits-la-boisson-vivante/
  • Honda Prelude 1978, 1979, 1980, 1981, 1982, купе, 1 поколение, SN технические характеристики и комплектации
    Mon Nov 19 16:37:38 2018 - permalink -
    - - https://www.drom.ru/catalog/honda/prelude/g_1978_7665/
    auto
  • Sans Forgetica - RMIT
    Tue Oct 9 09:01:36 2018 - permalink -
    - - http://sansforgetica.rmit/
Links per page: 20 50 100
◄Older
page 1 / 13
Shaarli - The personal, minimalist, super-fast, no-database delicious clone by the Shaarli community - Help/documentation