
Advanced search
Other articles (67)
-
List of compatible distributions
26 April 2011, byThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Selection of projects using MediaSPIP
2 May 2011, byThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Automated installation script of MediaSPIP
25 April 2011, byTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
On other websites (9368)
-
Android screenshot raw data conversion
30 June 2014, by user3607576I’m trying to take screenshots of an Android rooted device. I managed to access the framebuffer and get the raw data. Now I have to use the ffmpeg command to convert it to a png format, like so:
ffmpeg -vcodec rawvideo -f rawvideo -pix_fmt rgb32 -s 240x320 -i fb0 -f image2 -vcodec png image%d.png
My question is, where is the output png image? Where is it saved? -
Revision 2326f9e727d47eccee4f729514a41d192661f490: Essai de décorateur sur les Itérateurs. * Utiliser un décorateur pour ...
21 December 2010, by Matthieu Marcillaud — LogEssai de décorateur sur les Itérateurs. * Utiliser un décorateur pour appeler les itérateurs. Cela permet d’utiliser quelques itérateurs existants dans PHP tel que GlobIterator? ou DirectoryIterator? en utilisant le connecteur «iter» dans les boucles en question. Le critère : args argument1, (...)
-
Revision 8c12ba3294a9c9e983f6133d71133aaf7742d04d: Doctype HTML5 sur l’espace privé En l’absence d’opposition suite à la ...
11 December 2010, by davux — LogDoctype HTML5 sur l’espace privé En l’absence d’opposition suite à la proposition[1] faite sur spip-dev, le DOCTYPE de l’espace privé passe à . La question de la validité (mais qui ne semblait gêner que moi de toute façon donc ça va) n’en est pas vraiment une, car : - Avec l’ancien DOCTYPE, le code (...)