background preloader

Linux

Facebook Twitter

Admin topics

Notifications sous X. Top 10 Best Cheat Sheets and Tutorials for Linux / UNIX Commands. Cheat sheet act as a reference tool which provides cut and paste kind of commands to complete a specific task.

Top 10 Best Cheat Sheets and Tutorials for Linux / UNIX Commands

I often recommend following set of best cheat sheets to students and IT professionals. Demandeur d’emploi ? OpenClassrooms est gratuit en France. Annoncée par le président François Hollande le 17 avril 2015, cette mesure gouvernementale a pris effet.

Demandeur d’emploi ? OpenClassrooms est gratuit en France

Au total, ce sont plus de 1 000 cours en ligne auxquels auront accès les demandeurs d’emploi notamment dans les domaines du numérique et de la culture digitale : code informatique, création numérique, big data, webmarketing, entrepreneuriat. L’initiative - remarquable - est entièrement financée par OpenClassrooms. « Nous nous sentons bien sûr très concernés par la préparation des futures générations au numérique. Il faut également que nous puissions apporter des solutions à grande échelle et auprès de ceux qui en ont le plus besoin pour faire concilier l’offre et la demande d’emplois » précise Pierre Dubuc, cofondateur d’OpenClassrooms. Qui est éligible ? Use GNURoot to install a GNU/Linux distribution on your Android device. How many times have you been on the go and discovered that you needed to pull off some Linux-fu, but the only piece of tech you had was an Android device?

Use GNURoot to install a GNU/Linux distribution on your Android device

Imagine if you were able to fire up a Linux command prompt on that device and make use of apt-get to install whatever command line tool you needed. Wget? No problem. Traceroute? Yes. Before we get going, I should warn you that this isn't like installing a full-blown Linux distribution on Android. Let's get this baby up and running and see what it has to offer. Installation Fortunately, you do not need root to install GnuRoot. Défendons le droit des framboises314 : Les droits Linux sur le Raspberry Pi. Encore un article sur les droits Linux ?

Défendons le droit des framboises314 : Les droits Linux sur le Raspberry Pi

Pffff j’en ai déjà lu plein et franchement…. Allez essayez quand même de lire celui-ci, j’ai essayé de faire au plus simple ! En particulier vous trouverez TOUS les droits résumés en un seul tableau (à la fin de l’article). Alors, vous me suivez ? … Formez vous à GNU/Linux. Create a "mountable" disk image in GNU/Linux. In this article I will explain how to create a file that works like a USB drive -- without the "physical" side of a USB disk.

Create a "mountable" disk image in GNU/Linux

The advantage of making such a file is that you can make it encrypted; as a result, nobody will ever be able to see what's in it unless they know the passphrase. As a first step, simply create a file that acts as a plain, un-encrypted container of information. First of all, create an empty file: fallocate -l 512M image.iso This will simply create an empty 512Mb file.

The next step, is to turn this file into a "virtual disk" by adding a file system to it; doing so is really simple: This will prompt you the question: "image.iso is not a block special device. Full Circle Magazine FR. The Original Magazine of the Linux Community.

Outils pour Linux

Free GNU/Linux operating systems. Open Source, Open Standards. Interactive Vim tutorial. Linux Base d'administration pour le superutilisateur - Exposé. Adaptation de Rute User's Tutoriel and Exposition de Paul Sheer. Tips for Linux Explorers.

Nick Farina - Git Is Simpler Than You Think. It was about one year ago that we switched to Git.

Nick Farina - Git Is Simpler Than You Think

Previously, we used Subversion, through the Mac app Versions, which (rightly) holds an Apple Design Award. I made the executive decision to leave our comfy world of Versions because it seemed clear that Git was winning the Internet. There was much grumbling from my teammates, who were busy enough doing actual work thank you very much. But I pressed forward. We signed up for accounts on Github. It might as well have printed PC LOAD LETTER. “Not currently on any branch?!” Maintenance Required Git is not a Prius. By now we all know how to drive Git. Did you know the top result for “git tutorial” is this manpage on kernel.org? So instead let’s pull over, open the hood up, and poke around. The Basics We’ll run through some basic commands to make a repository for our examples: Now we have a git repository with one file and one commit, that is to say, one “version”.

~/mysite$ echo "<center>Cats are cute.

Ubuntu

Commandlines. Distributions. CPU frequency scaling. CPU frequency scaling enables the operating system to scale the CPU frequency up or down in order to save power.

CPU frequency scaling

CPU frequencies can be scaled automatically depending on the system load, in response to ACPI events, or manually by userspace programs. CPU frequency scaling is implemented in Linux kernel, the infrastructure is called cpufreq. Since kernel 3.4 the necessary modules are loaded automatically and the recommended ondemand governor is enabled by default. However, userspace tools like cpupower, acpid, Laptop Mode Tools, or GUI tools provided for your desktop environment, may still be used for advanced configuration. Userspace tools thermald thermaldAUR is a Linux daemon used to prevent the overheating of platforms. By default, it monitors CPU temperature using available CPU digital temperature sensors and maintains CPU temperature under control, before HW takes aggressive correction action.