320 links
  • Sbgodin
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 3
46 results tagged hack x
  • Regarder Netflix sur un Raspberry Pi 4 - Framboise 314, le Raspberry Pi à la sauce française....
    Mon 22 Feb 2021 10:52:47 PM CET - permalink -
    QRCode
    - https://www.framboise314.fr/regarder-netflix-sur-un-raspberry-pi-4/
    fr hack info
  • DIGYCODE
    Hackers :
    signifie toute personne qui s’introduit de manière frauduleuse dans le système informatique d’autrui (pirate informatique) et commet des actes illicites réprimés par la loi.
    Mon 01 Jul 2019 08:21:48 PM CEST - permalink -
    QRCode
    - https://digycode.com/cgv
    fr hack info
  • 10^1400 (et des poussières) est illégal
    Des nombres illégaux, insultants et petits passés au crible.
    Fri 22 Feb 2019 05:08:33 PM CET - permalink -
    QRCode
    - https://framasphere.org/posts/2e61cf8018e60137ec712a0000053625
    fr hack info maths
  • BIP39 / Bitcoin : seed command line | graines ligne de commande
    EN: For #bitcoin seed paranoid (including #coldcard users), type this on your computer to get random seed of your own.
    FR: Pour les paranos du #bitcoin (y compris #coldcard), tapez ceci dans votre ordi pour obtenir un graine aléatoire à vous.

    echo "12 15 18 21 24? ";read N && echo "import mnemonic as m;print(m.Mnemonic('english').generate($N*32//3))"|python3
    Sun 17 Feb 2019 11:40:26 AM CET * - permalink -
    QRCode
    - https://shaarli.sbgodin.fr/?EWf_GA
    bitcoin en fr hack info
  • Attaque Sybil d'Electrum.
    « J’ai pu jeter un œil à un client #Electrum modifié. Celui-ci a pour but de voler les #bitcoins par #phishing. Les témoignages sur la plateforme de développement d’Electrum (Electrum Wallet Update lost all Bitcoin, hacked sending money from electrum, et autres) montrent le désarroi des utilisateurs qui s’estiment floués par l’application. »
    Fri 15 Feb 2019 02:12:44 PM CET * - permalink -
    QRCode
    - https://framasphere.org/posts/97e53ab013500137e9a32a0000053625
    fr hack info
  • Bloquer la prévisualisation automatique de #Netflix ?
    uBlock Origin
    www.netflix.com##.billboard-row
    Wed 14 Nov 2018 07:00:28 PM CET - permalink -
    QRCode
    - https://shaarli.sbgodin.fr/?FLmgEQ
    fr hack info
  • Linux script to emulate the Yubikey hmac-sha1
    The challenge-response mode of the Yubikey transforms a password into another one using the hmac-sha1 algorithm, with a (secret) key stored inside.
    This is the command line way, using openssl. The result is the same as that of yubikey-personalization-gui.

    #!/bin/sh
    echo -n "challenge: " ; read challenge
    echo -n "hexkey: " ; read hexkey
    echo
    echo $challenge
    echo -n "$challenge" | openssl dgst -sha1 -mac HMAC -macopt hexkey:$(echo "$hexkey" | tr -d ' ') | sed 's#^(stdin)= ##'
    Thu 08 Nov 2018 04:39:42 PM CET - permalink -
    QRCode
    - https://shaarli.sbgodin.fr/?E68-Rw
    en hack info yubikey
  • NCurses Disk Usage
    Binaire autonome pour ncdu, l'outil en ligne de commande indiquant la place occupée par les fichiers.
    Sat 20 Oct 2018 12:33:38 PM CEST - permalink -
    QRCode
    - https://dev.yorhel.nl/ncdu
    fr hack info
  • → Desactiver IPV6 sur Debian : La solution
    Plus d'information dans le lien, mais en résumé :

    «««
    sysctl -w net.ipv6.conf.all.disable_ipv6=1
    sysctl -w net.ipv6.conf.all.autoconf=0
    sysctl -w net.ipv6.conf.default.disable_ipv6=1
    sysctl -w net.ipv6.conf.default.autoconf=0

    + /etc/sysctl.conf
    + /etc/network/interfaces

    »»»
    Mon 25 Jun 2018 10:32:54 PM CEST - permalink -
    QRCode
    - https://www.memoinfo.fr/tutoriels-linux/desactiver-ipv6-sur-debian/
    fr hack info ipv6
  • Combien de carrés dans un quadrillage 10*10 ?
    Une/La réponse à la question posée par Science4All : « Soit un quadrillage de 10 points sur 10 points. Combien y a-t-il de carrés dont les sommets sont des points du quadrillage ? »

    Plutôt que d'aborder la question sous l'angle théorique, un programme a examiné toutes les solutions : 825.
    Fri 03 Nov 2017 12:10:16 AM CET - permalink -
    QRCode
    - https://blog.sbgodin.fr/article7/combien-de-carres-dans-un-quadrillage-10-10
    fr hack info
  • linux - How to know if a disk is an SSD or an HDD - Unix & Linux Stack Exchange
    Version terre-à-terre : cat /sys/block/sdX/queue/rotational
    Version col-cravate : lsblk -d -o name,rota
    Thu 02 Nov 2017 12:34:02 PM CET - permalink -
    QRCode
    - https://unix.stackexchange.com/questions/65595/how-to-know-if-a-disk-is-an-ssd-or-an-hdd#65602
    fr hack info
  • Asus Router - Hide SSID - Guest Networks? | SmallNetBuilder Forums
    To hide SSID broadcast on an Asus router. This setting is available on the main wifi network but not on the guest ones.

    Example, for wl0.1, the guest network 1 at 2.4 Ghz:
    nvram set wl0.1_closed=1
    nvram commit

    2.4 Ghz Radio
    wl0.1 ---> Guest Network 1
    wl0.2 ---> Guest Network 2
    wl0.3 ---> Guest Network 3

    5 Ghz Radio
    wl1.1 ---> Guest Network 1
    wl1.2 ---> Guest Network 2
    wl1.3 ---> Guest Network 3
    Fri 13 Oct 2017 09:17:34 PM CEST * - permalink -
    QRCode
    - https://www.snbforums.com/threads/hide-ssid-guest-networks.10704/
    en hack
  • htaccess: HTTP --> HTTPS + acme (Let's encrypt)
    # HTTP --> HTTPS
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge.*
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

    (EN) The .well-known/acme-challenge directory is used by ACME to ask for a Let's encrypt certificate. This won't work if the website redirects the directory into HTTPS.
    (FR) Le répertoire .well-known/acme-challenge est utilisé par ACME pour demander un certificat Let's encrypt. Ça ne marchera pas si le site web redirige le répertoire vers HTTPS.
    (EO) La dosierujo .well-known/acme-challenge uzantas de ACME por demandi atestilon Let's encrypt. Tio ne funkcios se la retejo alidirektas la dosierujon al HTTPS.
    Mon 27 Mar 2017 01:42:37 PM CEST - permalink -
    QRCode
    - https://shaarli.sbgodin.fr/?ojbKcQ
    en eo fr hack info
  • SHAdow.py - Sbgodin
    La collision Shattered expliquée en Python. L'attaque consiste en la fabrication de deux fichiers PDF produisant le même condensat SHA1, mais pouvant contenir n'importe quelle image. Ici, on applique le principe à deux simples programmes Python.
    Wed 08 Mar 2017 11:43:07 PM CET * - permalink -
    QRCode
    - http://blog.sbgodin.fr/article6/shadow-py
    fr hack info
  • GitHub - Sbgodin/freeMobileSms: Sends SMS using a Free Mobile feature
    Sends SMS using a Free Mobile feature. It uses URL like this one:
    wget -O- 'https://smsapi.free-mobile.fr/sendmsg?user=USER&pass=PASS&msg=ping
    Tue 07 Mar 2017 01:54:43 PM CET * - permalink -
    QRCode
    - https://github.com/Sbgodin/freeMobileSms
    en hack python
  • Convert a Mercurial Repository to Git - Stack Overflow
    To convert a Mercurial repository to git:

    mkdir myrepo
    cd myrepo
    git clone https://github.com/frej/fast-export .
    rm -rf .git .gitignore git init
    ./hg-fast-export.sh -r ../path/to/local/hg/repo
    git clean -f # remove fast-export files
    Tue 07 Mar 2017 10:45:16 AM CET * - permalink -
    QRCode
    - http://stackoverflow.com/questions/1389307/convert-a-mercurial-repository-to-git
    en git hack hg
  • Pourquoi choisir un ordiphone avec une batterie amovible ?
    « Dans un ordiphone, il y a deux ordinateurs en un. Le premier fait tourner les applis, l'interface graphique toute mimi, tout ça. L'autre, nommé baseband, est chargé de dialoguer avec le réseau GSM voire d'exécuter des ordres venant du réseau genre effacer à distance le contenu d'un téléphone volé. Ça veut dire que cet ordinateur obéit au réseau. Mieux que ça, cet ordinateur n'est pas forcément éteint quand l'utilisateur-rice fait le choix d'éteindre son ordiphone (...) »
    Tue 28 Feb 2017 05:39:40 PM CET - permalink -
    QRCode
    - http://shaarli.guiguishow.info/?suYfcw
    fr hack info
  • Pecresse Bertrand Baroin Wauquiez : prêts pour le deskpote ^^
    Ce qui suit est issu d'un commentaire suite à un article réservé aux abonnés.

    for i in 'pecresse' 'bertrand' 'baroin' 'wauquiez'
    do
      echo $i;whois $i'2017.fr' \
      |grep created
      sleep 1
    done

    pecresse
    created:     01/02/2017
    bertrand
    created:     31/01/2017
    baroin
    created:     27/01/2017
    wauquiez
    created:     31/01/2017
    Thu 02 Feb 2017 04:18:19 PM CET * - permalink -
    QRCode
    - https://www.mediapart.fr/journal/france/020217/le-micro-parti-de-francois-fillon-siphonne-les-dons-de-la-campagne/commentaires#comment-8012356
    fr hack info infos
  • PHP Warning: mysqli::mysqli(): Headers and client library minor version mismatch
    For Debian, replace 'php5-mysql' by 'php5-mysqlnd'. Restart the web server.
    Mon 23 Jan 2017 11:37:02 PM CET - permalink -
    QRCode
    - https://shaarli.sbgodin.fr/?vGTbRg
    en hack info
  • 14.04 - Why can't Firefox run local .swf files? - Ask Ubuntu
    (...) it's just a problem with Firefox not properly supporting a certain mime-type.

    Edit /usr/share/mime/packages/freedesktop.org.xml as root and replace the following:

    <mime-type type="application/vnd.adobe.flash.movie">

    With:

    <mime-type type="application/x-shockwave-flash">

    And then run:

    sudo update-mime-database /usr/share/mime
    Tue 01 Nov 2016 09:44:13 PM CET - permalink -
    QRCode
    - https://askubuntu.com/questions/478169/why-cant-firefox-run-local-swf-files
    en hack info
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation