Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
14 results tagged ffp  ✕
uwchmod: Fix for a issue with the firmware of some D-Link Devices http://nas-tweaks.net/434/uwchmod-fix-for-a-issue-with-the-firmware-of-some-d-link-devices/
Thu Apr 16 20:52:33 2015 archive.org
QRCode
thumbnail

fun_plug: Un petit paquet qui permet de corriger un souci de changement des droits sur les clés USB que vous branché sur votre NAS DLINK

nas dlink ffp fun_plug
HDD-Installation of the fun_plug 0.7 on NAS-devices http://nas-tweaks.net/371/hdd-installation-of-the-fun_plug-0-7-on-nas-devices/
Thu Apr 16 20:51:56 2015 archive.org
QRCode
thumbnail

Comment installer fun_plug sur un nas ?

fun_plug ffp slacker nas install
ARM Options - Using the GNU Compiler Collection (GCC) https://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
Thu Dec 4 21:16:38 2014 archive.org
QRCode
thumbnail

Les options du compilateur GCC pour la plateforme de processeur ARM.

Très utile quand on veut compiler pour plusieurs processeurs à la fois ;)

fun_plug ffp gcc arm compile
PHP 5.5 - Les liens de Kevin Merigot http://mypersonnaldata.eu/shaarli/?s4k1Sg
Thu Jun 20 20:53:06 2013 archive.org
QRCode
thumbnail

Cool je vais faire un paquet pour ffp 0.7 ARM moi ;)

merci de l'info ;)

arf et pour les "builds" du jour c'est par ici:
http://snaps.php.net/

(parce qu'avec l'export github il vous faut d'origine plus de chose pour compiler, notamment BISON obligatoire).

php 5.5.0 ffp arm paquet
Git smart HTTP transport on lighttpd - toofishes.net http://www.toofishes.net/blog/git-smart-http-transport-lighttpd/
Thu Nov 15 00:20:51 2012 archive.org
QRCode
thumbnail

Je me suis inspiré de cet article afin de configurer le serveur lighthttpd présent sur mon NAS afin qu'il me permette de gérer mes GIT perso à distance ;)

voila ce qu'il faut ajouter pour fun_plug dans lighthttp.conf :

alias.url += ( "/git" => "/ffp/libexec/git-core/git-http-backend")

prevent a request to "/git" from causing a 500 error (no PATH_INFO)

url.rewrite-once = ( "^/git$" => "/git/" )
$HTTP["url"] =~ "^/git" {

turn on CGI unconditionally for this URL

    cgi.assign = ( "" => "" )
    setenv.add-environment = (
      "GIT_PROJECT_ROOT" => "/ffp/home/root/fun_plug",
      "GIT_HTTP_EXPORT_ALL" => ""
    )

}

ffp fun_plug git clone http lighthttp
Weboob - Installation http://weboob.org/install
Thu Nov 1 00:44:24 2012 archive.org
QRCode
thumbnail

Une petite application interagissant avec des sites web... en cli ou en gui.

peut etre celle ci devrait elle figurer au paquets ffp...

weboob ffp fun_plug
DSM-G600, DNS-3xx and NSA-220 Hack Forum http://forum.dsmg600.info/index.php
Thu Sep 20 22:52:35 2012 archive.org
QRCode
thumbnail

Un très bon forum par le créateur de fun plug sur lequel j'ai pris pas mal d'idée pour savoir compiler des modules pour mon NAS.

il faudra que je fasse un article et que j'ajoute un projet github avec mes sources...

fun_plug ffp github source copiler forum
Moving fonz’s fun_plug (ffp) to USB | shadowandy - my life stories http://www.shadowandy.net/2011/12/moving-fonzs-fun_plug-ffp-to-usb.htm
Mon Jul 23 17:49:06 2012 archive.org
QRCode
thumbnail

Comment lancer fun_plug depuis une clé USB et donc limiter le lancement du disque dur...

fun_plug ffp usb key start
Utilisation des commandes diff et patch sous Linux - Tux-planet http://www.tux-planet.fr/utilisation-des-commandes-diff-et-patch-sous-linux/
Thu Jul 12 22:44:33 2012 archive.org
QRCode
thumbnail

un article expliquant l'utilisation de diff et patch

très utile pour mes compilations de packages fun_plug ;)

ffp fun_plug diff patch utilisation
PHP :: Bug #48614 :: Loading "pdo_sqlite.so" fails: undefined symbol: sqlite3_libversion https://bugs.php.net/bug.php?id=48614&edit=1
Wed Jul 11 23:49:13 2012 archive.org
QRCode
thumbnail

Bon ben la compilation du module SQLlite3 dans php 5.3 et supérieur est cassé quand on utilise les librairies internes à PHP... :/

bouu je vais devoir recompiler mon module ffp... :/

ffp module php 5.4.4 sql lite 5.3
NodeJs - fun_plug - Installer npm - Memiks http://memiks.fr/article3/nodejs-fun-plug-installer-npm
Fri Feb 17 19:01:27 2012 archive.org
QRCode
thumbnail

Un petit article que j'ai écrit suite à la publication de mon package permettant d'avoir nodejs sur les NAS utilisant fun_plug ffp 0.7

Cet article explique comment installer npm et palier au manque du binaire /usr/bin/env et son replacement par /ffp/bin/env

fun_plug ffp nodejs npm nas
Build node.js on OpenEmbedded (natively, not cross-compiled, no bitbake) http://fastr.github.com/articles/Node.js-on-OpenEmbedded.html
Mon Feb 13 17:34:39 2012 archive.org
QRCode

Compiler NodeJS sur ARM...
http://forum.qnap.com/viewtopic.php?f=50&t=45603&sid=e6cfa1352daa0c00a2b3b345989dd4a0&start=15
http://old.nabble.com/Illegal-instruction-on-ARM-td33119914.html
http://stackoverflow.com/questions/6788768/cannot-build-node-on-sheevaplug-armv5t-with-debian-squeeze
http://www.wigwag.com/devblog/cross-compile-v8-target-arm/
http://code.google.com/p/go/issues/detail?id=2533
https://github.com/joyent/node/issues/2131#issuecomment-3208846
http://stackoverflow.com/questions/6788768/cannot-build-node-on-sheevaplug-armv5t-with-debian-squeeze
http://www.it-wars.com/article305/compiler-node-js-pour-arm-v5
http://www.it-wars.com/article181/
http://comments.gmane.org/gmane.comp.lang.javascript.v8.general/2870
http://comments.gmane.org/gmane.comp.lang.javascript.nodejs/15708
http://repo.or.cz/w/a2jmidid.git/commitdiff/1e746c65bb5fbd39dfa1de297abd1052ad00bd81
http://us.generation-nt.com/answer/bug-598704-lash-ftbfs-alpha-error-mcontext-t-has-no-member-named-gregs-help-200513411.html
http://codereview.chromium.org/3161009/diff/1/2

arm nodejs compile ffp
Fon Plug 0.7 est sorti !! http://ffp.inreto.de/ffp/0.7/
Tue Feb 7 22:32:54 2012 archive.org
QRCode
thumbnail

FFP 0.7 qui gére à la fois la plupart des paquets 0.5

  • qui gére l'EABI (je vais pouvoir compiler nodeJS !!)
  • qui est à jour avec GIT etc...

Bref que du bonheur, je vais le tester sur mon NAS moi ;)

http://dns323.kood.org/howto:ffp#version_0.7
http://forum.dsmg600.info/viewtopic.php?id=6958

ffp 0.7 eabi git arm
Installation de Transmission sur le NAS Dlink DNS 320 | TechBrunch http://www.techbrunch.fr/tutoriels/installation-de-transmission-sur-le-nas-dlink-dns-320/
Fri Jan 13 22:06:46 2012 archive.org
QRCode
thumbnail

après avoir installé ffp on peux installer par exemple transmission

dlink 320 transmission torrent ffp
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn