thanks for this information, i wait for Raspbian 64 bits and i should testNotice tetard_canadien:
Raspberry Pi3 is released now and it is 64 bit!
Seems like a steal!
Search found 8 matches
- Wed Mar 02, 2016 7:53 am
- Forum: Raspberry Pi OS
- Topic: STICKY: Jessie (now defunct and replaced with Stretch) Q&A
- Replies: 396
- Views: 249568
Re: Jessie Q&A
- Sun Feb 21, 2016 5:52 pm
- Forum: Raspberry Pi OS
- Topic: STICKY: Jessie (now defunct and replaced with Stretch) Q&A
- Replies: 396
- Views: 249568
Re: Jessie Q&A
I suppose it's due to processor
ARM Raspberry versus AMD 64 pc
it's good ?
regards
ARM Raspberry versus AMD 64 pc
it's good ?
regards
- Sat Feb 20, 2016 8:58 pm
- Forum: Raspberry Pi OS
- Topic: STICKY: Jessie (now defunct and replaced with Stretch) Q&A
- Replies: 396
- Views: 249568
Re: Jessie Q&A
for information
" Kali 2.0, new 4.0 kernel, now based on Debian Jessie "
it's also Debian jessie release like raspbian. so why can't i install, i try to compile software without succes maybe i'm too novice
" Kali 2.0, new 4.0 kernel, now based on Debian Jessie "
it's also Debian jessie release like raspbian. so why can't i install, i try to compile software without succes maybe i'm too novice

- Sat Feb 20, 2016 2:30 pm
- Forum: Raspberry Pi OS
- Topic: STICKY: Jessie (now defunct and replaced with Stretch) Q&A
- Replies: 396
- Views: 249568
Re: Jessie Q&A
hello community for a school project i use p0f, (passive fingerprinting tool) for production, i use raspberry Model B Révision 2.0 512MB, (Sony), with Raspbian jessy, for test in lab, i work with computer and kali my problem on raspbian (linux raspberry 401017), - p0f is 2.0.8-2 (06-Sep-2006) - list...
- Fri Feb 19, 2016 7:57 pm
- Forum: Français
- Topic: Execution commande au démarrage de Raspbian.
- Replies: 13
- Views: 5045
Re: Execution commande au démarrage de Raspbian.
non pas d'espace après le point
pour le lancer depuis une fenêtre terminal je tapais ./script.py j'ai repris la même syntaxe dans rc.local et ça à fonctionné
sinon concernant la possibilité de modifier le lien cible pour pouvoir installer une autre version d'un package tu tenterais ?
pour le lancer depuis une fenêtre terminal je tapais ./script.py j'ai repris la même syntaxe dans rc.local et ça à fonctionné
sinon concernant la possibilité de modifier le lien cible pour pouvoir installer une autre version d'un package tu tenterais ?
- Fri Feb 19, 2016 6:55 pm
- Forum: Français
- Topic: Execution commande au démarrage de Raspbian.
- Replies: 13
- Views: 5045
Re: Execution commande au démarrage de Raspbian.
Bon un grand merci a vous ça fonctionne, le souci provenait d'un . manquant devant le /home.... la bonne syntaxe : sudo . /home/pi/Dcocuments/scan.py dernière question concernant le module p0f sur rasbpian la version est la 2.08 (debian raspbian) sur kali la version est la 3.08 (debian jessie) est c...
- Thu Feb 18, 2016 9:22 pm
- Forum: Français
- Topic: Execution commande au démarrage de Raspbian.
- Replies: 13
- Views: 5045
Re: Execution commande au démarrage de Raspbian.
Merci pour ces retours p0f, je n'ai pas regardé son noyau, je vais vérifier mais je pense à du bash. par contre ce que j'ai installé est p0f.py. je vais tenter les deux extensions plus d'infos sur le site : http://lcamtuf.coredump.cx/p0f3/ celui ci peut tourner en permanence, je vais donc ajouter &a...
- Thu Feb 18, 2016 3:56 pm
- Forum: Français
- Topic: Execution commande au démarrage de Raspbian.
- Replies: 13
- Views: 5045
Re: Execution commande au démarrage de Raspbian.
bonjour je suis probablement moins doué je n'y arrive pas, j'ai modifié le programme de cette façon #!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order ...