Adsense Amazon

vendredi 2 novembre 2018

The new Daylight Linux website is now finish, you can visit it at : daylightlinux.ch 

Le site web de Daylight Linux a été complètement refait, vous pouvez le visiter ici : daylightlinux.ch



dimanche 28 janvier 2018

L'officiel PC Raspberry Pi N° 5 a sortit un article sur Daylight Linux !

L'officiel PC Raspberry Pi N° 5 a sortit un article sur Daylight Linux !


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 :