Adsense Amazon

jeudi 14 septembre 2017

Nouveau nom de domain pour Daylight Linux : daylightlinux.ch


Daylight Linux is now available at : daylightlinux.ch
Daylight Linux est maintenant disponible à l'adresse : daylightlinux.ch

jeudi 27 juillet 2017


Daylight Linux Version 2 ¦ PC 64 Bit Live ¦ Raspberry Pi 3 


Daylight Linux Version 2 est maintenant disponible pour ordinateurs 64 bit et Raspberry Pi 3 !

Voici la présentation de mon nouveau système d'exploitation pour ordinateurs 64 bit et Raspberry Pi 3 : Daylight Linux V2

Vous pouvez télécharger Daylight Linux V2 pour le tester à cette adresse :

http://daylight.hamdygital.xyz




Daylight Linux Version 2 ¦ PC 64 Bit Live ¦ Raspberry Pi 3

Daylight Linux Version 2 is now available for 64-bit computers and Raspberry Pi 3!

Here is the presentation of my new operating system for 64-bit and Raspberry Pi 3: Daylight Linux V2

You can download Daylight Linux V2 to test it at this address:

http://daylight.hamdygital.xyz

dimanche 21 mai 2017

Tutoriel Raspberry Pi | Raspbian avec Fluxbox Desktop | Ultra Lighweight | HD Français




Cette vidéo présente Raspbian avec le bureau Fluxbox.
Fluxbox est un gestionnaire de fenêtres pour le système X Window.


This video presents Raspbian with the Fluxbox desktop.
Fluxbox is a window manager for the X Window System.

dimanche 14 mai 2017

Tutoriel Raspberry Pi | Présentation de Daylight linux V1 pour Raspberry Pi | HD Français



Tutoriel Raspberry Pi | Présentation de Daylight linux V1 pour Raspberry Pi | HD Français 


Dans cette vidéo je vous présente la version de Daylight Linux V1 pour Raspberry Pi.



Download Daylight Linux  V1 pour Raspberry Pi :

http://daylight.hamdygital.xyz

Daylight Linux V1 est aussi disponible pour Raspberry Pi 2 et 3 pour Berryboot :

http://berryboot.alexgoldcheidt.com/images/



In this video I present the version of Daylight Linux V1 for Raspberry Pi.


Download Daylight Linux V1 for Raspberry Pi:

http://daylight.hamdygital.xyz

Daylight Linux V1 is also available for Raspberry Pi 2 and 3 for Berryboot:

http://berryboot.alexgoldcheidt.com/images/

samedi 13 mai 2017

samedi 6 mai 2017

Daylight Linux

http://daylight.hamdygital.xyz/

Voici le site web de mon nouveau système d'exploitation Daylight Linux.
N'hésitez pas à le télécharger et à le tester.

lundi 1 mai 2017

Tutoriel GNU/Linux | Test de l'interface Mate sur Raspbian | Raspberry pi | HD Français




Tutoriel GNU/Linux | Test de l'interface Mate sur Raspbian | Raspberry pi | HD Français

Dans cette vidéo je teste l'installation de l'interface de bureau Mate sur Raspbian (Raspberry pi 3)



GNU / Linux Tutorial | Testing the Mate interface on Raspbian | Raspberry pi | HD French

In this video I test the installation of the Mate desktop interface on Raspbian (Raspberry pi 3) (French with english translation)

dimanche 23 avril 2017

Tutoriel GNU/Linux | The Yocto Project | build an embedded Linux distribution | HD Français





Je vous présente dans cette vidéo le projet GNU/Linux Yocto. Le projet Yocto permet de créer votre propre linux embarqué pour tout ordinateurs ou Raspberry Pi, Beaglbone etc...

Le site web du Yocto Project :

https://www.yoctoproject.org/

Le projet Yocto créé dans la vidéo :

http://www.yoctoproject.org/docs/2.2.1/yocto-project-qs/yocto-project-qs.html

Voici comment créer une image yocto pour virtualbox :

http://twoerner.blogspot.ch/2013/12/using-oeyocto-to-create-vms.html

Pour toutes questions le chanel IRC #yocto sur le serveur freenode

Les commandes bitbake :

https://community.nxp.com/docs/DOC-94953

Yocto project Smart package manager :

https://www.yoctoproject.org/blogs/khem/2013/get-smart-smart-package-manager

Voici quelques exemples de modifications du fichier conf/local.conf

Dans le fichier /conf/local.conf


Choix de la machine cible :


     MACHINE ?= "qemuarm"
     MACHINE ?= "qemumips"
     MACHINE ?= "qemuppc"
     MACHINE ?= "qemux86"
     MACHINE ?= "qemux86-64"
     MACHINE ?= "genericx86"
     MACHINE ?= "genericx86-64"
     MACHINE ?= "beaglebone"
     MACHINE ?= "mpc8315e-rdb"
     MACHINE ?= "edgerouter"


Décomenter celle de votre choix


Cloner deux git yocto sur la même branche :


git clone git://git.yoctoproject.org/poky -b morty

git clone git://git.openembedded.org/meta-openembedded -b morty



Afficher les layers pour ajouter des applications ou des fonctions :


bitbake-layers show-layers


Ajouter la gestion des paquets :


IMAGE_FEATURES += "package-management"



Ajouter Wayland weston :


 CORE_IMAGE_EXTRA_INSTALL += "wayland weston"



Ajouter une application :


IMAGE_INSTALL_append = " package"


Il faut aussi ajouter le layer qui contient l'application




I present in this video the project GNU / Linux Yocto. The Yocto project allows you to create your own embedded linux for any computer or Raspberry Pi, Beaglbone etc ...

The Yocto Project website:

https://www.yoctoproject.org/

The Yocto project created in the video:

http://www.yoctoproject.org/docs/2.2.1/yocto-project-qs/yocto-project-qs.html

Here's how to create a yocto image for virtualbox:

http://twoerner.blogspot.ch/2013/12/using-oeyocto-to-create-vms.html

For any questions the #yocto IRC channel on the freenode server

The bitbake commands:

https://community.nxp.com/docs/DOC-94953

Yocto project Smart package manager :

https://www.yoctoproject.org/blogs/khem/2013/get-smart-smart-package-manager

Here are some examples of changes to the conf / local.conf file

In the file /conf/local.conf

Choice of the target computer :

     MACHINE ?= "qemuarm"
     MACHINE ?= "qemumips"
     MACHINE ?= "qemuppc"
     MACHINE ?= "qemux86"
     MACHINE ?= "qemux86-64"
     MACHINE ?= "genericx86"
     MACHINE ?= "genericx86-64"
     MACHINE ?= "beaglebone"
     MACHINE ?= "mpc8315e-rdb"
     MACHINE ?= "edgerouter"

Uncoment your choice.

Clone two git yocto on the same branch :

git clone git://git.yoctoproject.org/poky -b morty

git clone git://git.openembedded.org/meta-openembedded -b morty

Show layers to add applications or functions:

bitbake-layers show-layers

Add Package Management:


IMAGE_FEATURES += "package-management"

Add Wayland weston :

CORE_IMAGE_EXTRA_INSTALL += "wayland weston"

Add a software :

IMAGE_INSTALL_append = " package"

You must also add the layer that contains the application




dimanche 16 avril 2017

LFS ! Linux From Scratch ! Build your own linux distro ! Français HD



Le projet Linux From Scratch est un document (livre) relatant les diverses étapes pour créer un système Linux. Le projet en publie régulièrement des versions stables. Une version de développement du livre est mise à jour régulièrement. Le livre a à l'origine été écrit en Anglais mais a été traduit dans d'autres langues comme le Français, l'Italien ou l'Allemand.

Le principe en tant que tel est très simple. En partant d'une distribution Linux existante (orientée développement) ou du Live CD LFS (Le LiveCD ne peut pas être utilisé pour construire une LFS 7.0 ou version ultérieure), l'utilisateur compile tous les programmes sources essentiels dans une partition distincte, en utilisant les outils de compilation de la distribution hôte. Cela constitue un environnement de départ pour la construction du noyau Linux à personnaliser. Puis, il se place dans la dite partition, et recompile tous les programmes, un à un, mais avec les outils de compilation produits à l'étape précédente.

Le résultat est un système très rapide, optimisé et entièrement personnalisé car l'utilisateur n'installera que les logiciels dont il a besoin alors que sur d'autres distributions GNU/Linux, l'utilisateur ne choisit pas ses logiciels et installe par conséquent des logiciels dont il n'aura pas forcément besoin.

samedi 8 avril 2017

GNU/Linux Peach Pi | Ubuntu xfce + Raspberry Pi + Mac OS X Design = Peach Pi | HD Français

GNU/Linux Peach Pi | Ubuntu xfce + Raspberry Pi + Mac OS X Design = Peach Pi | HD Français




Peach OSI est une distribution Linux basée sur Ubuntu avec le bureau Xfce personnalisé pour ressembler à l'interface utilisateur OS X de Apple. Les versions suivent les branches de soutien à long terme (LTS) d'Ubuntu. En plus d'une édition de bureau standard, le projet fournit également des versions plus spécialisées pour les netbooks, les ordinateurs portables, Raspberry Pi, les systèmes de cinéma maison, ainsi qu'une conception personnalisée conçue pour les enfants.

User et password de Peach OS sur Raspberry :
peachuser/peachuser

Site web officiel de Peach OSI :

https://peachosi.com/

Téléchargement de Peach OSI pour Raspberry Pi :

https://peachosi.com/Doors/DonateDownloadPageFluid.html#Pi

Cherchez la section Raspberry Pi dans la page

Divers information sur Peach OSI :

https://distrowatch.com/table.php?distribution=peachosi

samedi 1 avril 2017

Linux FedBerry | Fedora Remix pour Raspberry Pi | Fedora 25 LXQT | HD Français



FedBerry est un remix de Fedora clé en main pour Raspberry Pi. Dans cette vidéo je vous présente la version 25 avec l’interface graphique léger LXQT.


FedBerry is a turnkey Fedora remix for Raspberry Pi. In this video I present version 25 with the lightweight LXQT GUI.

 
Site web de Fedberry :


Download FedBerry :



Le wiki des commandes de Fedora :


Comment installer un programme dans Fedora :




Comment mettre à jour Fedora :


L’environnement LXQT, celui choisi dans la vidéo :

vendredi 24 mars 2017

Retrogaming | Sega Mega Drive + Raspberry Pi + Recalbox = Console MegaPi



A vendre : un Raspberry Pi 3 à un super prix
https://www.amazon.fr/Raspberry-Pi-Carte-M%C3%A8re-Model/dp/B01CD5VC92/ref=as_sl_pc_tf_til?tag=hamdygital-21&linkCode=w00&linkId=&creativeASIN=B01CD5VC92

A vendre : Kit complet,  Raspberry Pi 3 Complete Starter Kit--EU Plug Edition
https://www.amazon.fr/Vilros-Raspberry-Pi-Complete-Starter/dp/B01DC6MKAQ/ref=as_sl_pc_tf_til?tag=hamdygital-21&linkCode=w00&linkId=&creativeASIN=B01DC6MKAQ

Voici la vidéo de la fabrication de ma console MegaPi, Une Sega Mega Drive avec un Raspberry Pi 3 installé avec Recalbox. Un dongle bluetooth USB est installé sur le Raspberry Pi pour jouer sans fil avec la manette de la Playstation 3.

samedi 18 mars 2017

Tuto | Présentation de Devuan GNU/Linux Mate sur Raspberry Pi | Debian - SystemD init | Français HD





Devuan GNU/Linux pour Raspberry Pi

Devuan GNU/Linux un fork de Debian sans SystemD init

Devian est né d'une controverse sur la décision d'utiliser le système comme système d'init par défaut pour Debian. La position officielle de Debian sur systemd est pleine de revendications que d'autres ont démystifiées. Les lecteurs intéressés peuvent continuer à discuter de ce sujet brûlant dans The systemd controversy. Cependant, nous vous encourageons à garder votre tête fraîche et votre voix civile. À Devuan, nous sommes plus intéressés à les programmer mal que de regarder en arrière. (Français avec traduction anglaise).

Devuan GNU / Linux for Raspberry Pi

Devuan GNU / Linux a Debian fork without SystemD init

Devuan was born out of a controversy over the decision to use systemd as the default init system for Debian. The official Debian position on systemd is full of claims that others have debunked. Interested readers can continue discussing this hot topic in The systemd controversy. However we encourage you to keep your head cool and your voice civil. At Devuan we’re more interested in programming them wrong than looking back. (French with english translation).



vendredi 10 mars 2017

Tuto | Installation et présentation de Linux Xubuntu sur Raspberry Pi | Ubuntu xfce | Français HD



A vendre un Raspberry Pi 3 à un très bon prix :
https://www.amazon.fr/Raspberry-Pi-Carte-M%C3%A8re-Model/dp/B01CD5VC92/ref=as_sl_pc_tf_til?tag=hamdygital-21&linkCode=w00&linkId=&creativeASIN=B01CD5VC92

A vendre un kit complet Raspberry Pi 3 avec prise EU :
https://www.amazon.fr/Vilros-Raspberry-Pi-Complete-Starter/dp/B01DC6MKAQ/ref=as_sl_pc_tf_til?tag=hamdygital-21&linkCode=w00&linkId=&creativeASIN=B01DC6MKAQ

Xubuntu est un système d'exploitation libre de type GNU/Linux. C'est un projet issu de la Fondation Ubuntu utilisant l'environnement de bureau graphique Xfce à la place d'Unity. Le projet Xubuntu est une distribution Linux dérivée de Ubuntu, car tous deux partagent exactement la même base, des logiciels communs (Synaptic), les mêmes dépôts APT, le même nom de code et le même cycle de développement. Cette vidéo présente la version Xubuntu pour Raspberry Pi ainsi que son installation.

Xubuntu is a free operating system of GNU / Linux type. This is a project from the Ubuntu Foundation using the Xfce desktop environment instead of Unity. The Xubuntu project is a Linux distribution derived from Ubuntu, because they both share exactly the same database, common software (Synaptic), the same APT repositories, the same code name and the same development cycle. This video presents the Xubuntu version for Raspberry Pi and its installation. (french with english translation).

Download Xubuntu pour Raspberry Pi :
https://ubuntu-pi-flavour-maker.org/download/

Sites officiels de Xubuntu :
https://doc.ubuntu-fr.org/xubuntu
https://xubuntu.org/
xubuntu.fr/

Xubuntu Wikipedia:
https://fr.wikipedia.org/wiki/Xubuntu

Utorrent pour télécharger Xubuntu :
http://www.utorrent.com/intl/fr/

Etcher pour flasher la carte SD :
https://etcher.io/

SDFormatter pour formater votre carte SD:
https://www.sdcard.org/downloads/formatter_4/