Timer

This is a simple timer for whom are busy with downloading files all day long and they want to control everything automaticallyDownload

Installing Grub

1.insert Live CD2.sudo grub3.find /boot/grub/stage14.root "the result of previous"5.setup (hd0)6.quit
Tags: Linux

Upgrading Alsa

Installation :To do this, we must begin by determining our version of alsa as follows :cat /proc/asound/versionAdvanced Linux Sound Architecture Driver Version 1.0.20.To avoid problems during the upgrade of Alsa-utils, we need to stop it with the following command :sudo /etc/init.d/alsa-utils stop We must then install the necessary tools to... [Read More]
Tags: Linux

Compiling Kernel

make menuconfigmakemake modulesmake modules-install mkinitrd -o /boot/initrd.img-(...)make installupdate-grub
Tags: Linux