issue93:labo_linux_2
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
issue93:labo_linux_2 [2015/03/16 15:05] – auntiee | issue93:labo_linux_2 [2015/03/24 22:39] (Version actuelle) – [1] d52fr | ||
---|---|---|---|
Ligne 7: | Ligne 7: | ||
One of the things that attracted me to FreeBSD was the interesting collection of software in the ports system. Ports are essentially Makefiles that link to downloads (or on the CD/DVD) of source code. You make the software much the same way you do with a Linux distribution like Arch, Gentoo, or Slackware. Another great thing about FreeBSD is that it is available for a wide range of hardware platforms. FreeBSD 10.1-RELEASE (the current release at the time of this writing) ISOs are available for amd64, i386, ia64, powerpc, powerpc64, sparc64 and armv6 architectures. My recollection of FreeBSD was that it was blazingly fast. What I forgot was, like Gentoo, Arch, or Slackware, FreeBSD takes a bit of reading and tweaking to get going…** | One of the things that attracted me to FreeBSD was the interesting collection of software in the ports system. Ports are essentially Makefiles that link to downloads (or on the CD/DVD) of source code. You make the software much the same way you do with a Linux distribution like Arch, Gentoo, or Slackware. Another great thing about FreeBSD is that it is available for a wide range of hardware platforms. FreeBSD 10.1-RELEASE (the current release at the time of this writing) ISOs are available for amd64, i386, ia64, powerpc, powerpc64, sparc64 and armv6 architectures. My recollection of FreeBSD was that it was blazingly fast. What I forgot was, like Gentoo, Arch, or Slackware, FreeBSD takes a bit of reading and tweaking to get going…** | ||
+ | Quels sont les points communs entre Yahoo, Yandex.ru (plus grand que le moteur de recherche Google en Russie), la Playstation 4, pfSense, Hotmail et Netcraft ? À un moment ou un autre, ils ont tous fonctionné sous FreeBSD ou une branche de FreeBSD. Alors que Hotmail (outlook.com) est sur le serveur Windows depuis de nombreuses années, ceux d' | ||
+ | |||
+ | Il y a bien des années, moi aussi, j' | ||
+ | |||
+ | Une des choses qui m'a attiré à FreeBSD était l’intéressante collection de logiciels dans le système de ports. Les ports sont principalement des Makefiles qui relient à des téléchargements (ou à des CD/DVD) de code source. Vous réalisez le logiciel d'une façon proche de celle utilisée pour Arch, Gentoo ou Slackware. Une autre caractéristique remarquable de FreeBSD est qu'il est disponible pour un grand nombre de plateformes. Des ISO FreeBSD 10.1-RELEASE (la version courante au moment où j' | ||
===== 2 ===== | ===== 2 ===== | ||
Ligne 14: | Ligne 19: | ||
Once the install was finished, I found myself staring at every new Linux user’s nightmare: a command line prompt. For those looking for a desktop out-of-the box experience, PC-BSD is a good choice: http:// | Once the install was finished, I found myself staring at every new Linux user’s nightmare: a command line prompt. For those looking for a desktop out-of-the box experience, PC-BSD is a good choice: http:// | ||
+ | |||
+ | L' | ||
+ | |||
+ | Au total, l' | ||
+ | |||
+ | Une fois l' | ||
===== 3 ===== | ===== 3 ===== | ||
Ligne 36: | Ligne 47: | ||
Many more packages installed. This time I tried the startx command and voila a desktop (not XFCE but TWM… but still a desktop). Unfortunately, | Many more packages installed. This time I tried the startx command and voila a desktop (not XFCE but TWM… but still a desktop). Unfortunately, | ||
+ | |||
+ | Il est intéressant de noter que le manuel FreeBSD parle de sysinstall. Si vous utilisez FreeBSD 10.1, il se sert de bsdinstall à la place de sysinstall. En parcourant le dossier /sbin, j'ai trouvé un paquet appelé bsdconfig qui semble faire le même travail d' | ||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | Malheureusement, | ||
+ | |||
+ | pkg update | ||
+ | |||
+ | pkg upgrade | ||
+ | |||
+ | Les deux commandes ont fonctionné et cela a mis à jour les paquets disponibles pour le système à partir du Net. J'ai donc essayé : | ||
+ | |||
+ | pkg install xfce | ||
+ | |||
+ | Un tas de paquets et de dépendances s' | ||
+ | |||
+ | pkg install xorg | ||
+ | |||
+ | Et beaucoup plus de paquets installés. Cette fois-ci, j'ai essayé la commande startx et voilà, un bureau (pas XFCE, mais TWM..., mais un bureau quand même). Malheureusement, | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
===== 4 ===== | ===== 4 ===== | ||
Ligne 42: | Ligne 79: | ||
At this state in the game, I have FreeBSD running and can find and install new packages. Next month, I’ll report more on my experiences with the ports tree. Getting back into FreeBSD after a more than 10-year absence makes me appreciate how easy Ubuntu makes things for desktop users. And while it’s a bit like comparing apples and oranges, FreeBSD can be made to look and run the same desktop software that Linux can. I’m sure, with a bit more reading and work, it will all come back. Next month, Part 2 of Trying FreeBSD.** | At this state in the game, I have FreeBSD running and can find and install new packages. Next month, I’ll report more on my experiences with the ports tree. Getting back into FreeBSD after a more than 10-year absence makes me appreciate how easy Ubuntu makes things for desktop users. And while it’s a bit like comparing apples and oranges, FreeBSD can be made to look and run the same desktop software that Linux can. I’m sure, with a bit more reading and work, it will all come back. Next month, Part 2 of Trying FreeBSD.** | ||
+ | |||
+ | La commande pkg semble fonctionner de façon similaire aux recherches apt. pkg search <nom du paquet> cherche <nom du paquet> essentiellement de la même façon que apt-cache search peut être utilisé pour trouver des paquets sur un système basé sur Debian/ | ||
+ | |||
+ | À ce stade, J'ai réussi à faire fonctionner FreeBSD et je sais trouver et installer de nouveaux paquets. Le mois prochain je ferai un compte rendu détaillé de mes expériences avec l' |
issue93/labo_linux_2.1426514704.txt.gz · Dernière modification : 2015/03/16 15:05 de auntiee