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
16 results tagged fun_plug  ✕
Part II. The pkgsrc developer's guide https://www.netbsd.org/docs/pkgsrc/developers-guide.html
Tue Apr 21 16:49:15 2015 archive.org
QRCode
thumbnail

et enfin le développeur guide pour pkgsrc ;)

fun_plug pkgsrc pkg compile developer guide
how to use pkgsrc on solaris http://wiki.netbsd.org/pkgsrc/how_to_use_pkgsrc_on_solaris/
Tue Apr 21 16:48:42 2015 archive.org
QRCode
thumbnail

comment compiler pkgsrc from scratch ?

fun_plug pkg pkgsrc scratch compile
Chapter 10. Creating a new pkgsrc package from scratch https://www.netbsd.org/docs/pkgsrc/creating.html
Tue Apr 21 16:47:21 2015 archive.org
QRCode
thumbnail

Comment utiliser pkgsrc pour générer un paquet à partir des sources d'un logiciel.

cela va m'être utile pour fun_plug je pense...

fun_plug pkgsrc pkg source
configure: error: C preprocessor "/lib/cpp" fails sanity check http://kmaiti.blogspot.fr/2010/08/configure-error-c-preprocessor-libcpp.html
Mon Apr 20 15:59:38 2015 archive.org
QRCode
thumbnail

Lors de la compilation d'un paquet pour fun_plug j'ai eu cette erreur,
c'est un souci de header du noyau.

il faut donc ajouter ceux de votre version de noyau (uname -a)
slacker -i header

error: C preprocessor "/lib/cpp" fails sanity check

gcc header linux sanity check fun_plug
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
Cubieboard2 wheezy image - linux-sunxi.org http://linux-sunxi.org/Cubieboard2_wheezy_image
Tue Aug 13 21:05:35 2013 archive.org
QRCode
thumbnail

Je me suis acheté un cubieboard2 ET un disque dur SATA SSD...
je pense que je vais m'amuser avec tout ça...

est-ce que je test une distribution "tout en un" à la débian et/ou ubuntu ...
... ou est-ce que je compile fun_plug et j'installe mes paquets... (http://ffp.memiks.fr/pkg/) ??

je verrais... :x

pourquoi j'ai acheté le A20 ? je vais tester cette carte en autohébergement... voir ce que cela donne.

======
des liens:
http://linux-sunxi.org/Bootable_OS_images
http://www.cubieforums.com/index.php?topic=463.0
http://www.cubieforums.com/index.php/topic,362.0.html
http://www.cubieforums.com/index.php/topic,511.0.html
http://dl.linux-sunxi.org/users/hramrach/cubieboard2-linux3.3-SD-card-image/

NAS cubieboard a20 arm debian fun_plug
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
JSApp.US http://jsapp.us/
Wed Mar 21 18:42:54 2012 archive.org
QRCode
thumbnail

Une plateforme de test en ligne pour les applications NodeJS ;)

pas mal pour tester ses applis.
il faudra que j'en fasse un package pour fun_plug...

https://github.com/matthewfl/node-host

http://matthewfl.com/category/jsapp-us

NodeJS application platform engine fun_plug
DSM-G600, DNS-3xx and NSA-220 Hack Forum / DNS-320 Fan control script http://forum.dsmg600.info/viewtopic.php?id=6522
Thu Mar 1 18:52:10 2012 archive.org
QRCode
thumbnail

Discution interressante sur le remplacement du ventilateur du DNS 320 par un plus grand et plus silencieux.

Et aussi ici, tutoriel et source du fan control de fun_plug
http://nas-tweaks.net/85/installation-and-configuration-of-fanctl-for-fonz-fun_plug/
http://forum.dsmg600.info/t2800-another-controller.html
http://forum.dsmg600.info/viewtopic.php?id=6641

fan control dns 320 fun_plug
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
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn