Catégorie : Centos

  • Problèmes de boot sur Centos : logs

    Articles : https://unix.stackexchange.com/questions/159221/how-do-i-display-log-messages-from-previous-boots-under-centos-7 https://www.thegeeksearch.com/troubleshooting-booting-issues-in-centos-rhel-7-and-8/ https://www.vultr.com/docs/troubleshooting-centos-boot-problems/

  • Connaître le nom de son bureau

    Taper dans un terminal : echo « ${XDG_CURRENT_DESKTOP} »

  • Installer LAMP sur Centos 7

    Cf. : http://www.krizna.com/centos/install-lamp-server-centos-7/ et http://www.cyberciti.biz/faq/howto-install-linux-apache-mariadb-php-lamp-stack-on-centos7-rhel7/

  • Install tor in Centos 7

    Create repo file : #vi /etc/yum.repos.d/torproject.repo Paste and save :     [tor] name=Tor repo enabled=1 baseurl=http://deb.torproject.org/torproject.org/rpm/el/7/$basearch/ gpgcheck=1 gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc   [tor-source] name=Tor source repo enabled=1 autorefresh=0 baseurl=http://deb.torproject.org/torproject.org/rpm/el/7/SRPMS gpgcheck=1 gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.asc Important : If you have epel.repo enabled in your system, then open that file( /etc/yum.repos.d/epel.repo) and edit it to add the following line to it. Exclude=tor…

  • Emplacement des repositories dans Centos

    /etc/yum.repos.d/