Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 72
» Latest member: stewartshic
» Forum threads: 342
» Forum posts: 369

Full Statistics

Online Users
There are currently 9 online users.
» 0 Member(s) | 9 Guest(s)

Latest Threads
Test, just a XRumer 23 St...
Forum: Announcements
Last Post: XRumer23lip
09-25-2025, 01:01 AM
» Replies: 0
» Views: 30
Comment créer un sous-dom...
Forum: Cpanel
Last Post: XRumer23lip
10-28-2024, 04:29 AM
» Replies: 1
» Views: 1,189
Tutorial: Create an Onlin...
Forum: Ellohost
Last Post: mikox
08-03-2024, 07:46 AM
» Replies: 0
» Views: 288
Tutoriel : Créer un Site ...
Forum: Ellohost
Last Post: mikox
08-03-2024, 07:45 AM
» Replies: 0
» Views: 314
Tutorial: Create a Profes...
Forum: Ellohost
Last Post: mikox
08-03-2024, 07:13 AM
» Replies: 0
» Views: 220
Tutoriel : Créer un Site ...
Forum: Ellohost
Last Post: mikox
08-03-2024, 07:12 AM
» Replies: 0
» Views: 252
Slither.io - Become the L...
Forum: Others
Last Post: mikox
04-05-2024, 07:30 AM
» Replies: 0
» Views: 310
MooMoo.io - Build, Defend...
Forum: Others
Last Post: mikox
04-05-2024, 07:28 AM
» Replies: 0
» Views: 332
Smash Karts - The Ultimat...
Forum: Others
Last Post: mikox
04-05-2024, 07:26 AM
» Replies: 0
» Views: 712
Dream Chef - A Cooking Ad...
Forum: Others
Last Post: mikox
04-05-2024, 07:24 AM
» Replies: 0
» Views: 305

 
  How to Install the sed Command in Linux
Posted by: aaron - 09-06-2023, 11:06 AM - Forum: Others - No Replies

<!DOCTYPE html>
<html lang="en">
<head>
    <title>How to Install the sed Command in Linux</title>
</head>
<body>
    <h1>How to Install the sed Command in Linux</h1>
   
    <p>The sed package comes pre-built alongside most Linux distributions. However, if you don’t have it installed by default, follow these steps:</p>

    <ol>
        <li>Access SSH via your VPS and log in using the sudo account.</li>
        <li>Update the current system by typing this command:</li>
    </ol>

    <pre><code>sudo apt-get update</code></pre>

    <ol start="3">
        <li>Install the sed package by entering the following command:</li>
    </ol>

    <pre><code>sudo apt-get install sed</code></pre>

    <ol start="4">
        <li>Verify the version by running the command below:</li>
    </ol>

    <pre><code>sed --version</code></pre>

    <br><br>
    <a href="https://ellohost.com"><button style="padding: 10px 20px; background-color: blue; color: blue; border: none;">Join ellohost</button></a>
</body>
</html>

Print this item

  Comment effectuer la synchronisation de l'horloge sous CentOS 7
Posted by: aaron - 09-06-2023, 11:05 AM - Forum: Others - No Replies

<!DOCTYPE html>
<html lang="fr">
<head>
    <title>Comment effectuer la synchronisation de l'horloge sous CentOS 7</title>
</head>
<body>
    <h1>Comment effectuer la synchronisation de l'horloge sous CentOS 7</h1>
   
    <p>Le protocole de temps réseau (NTP) est un protocole Internet couramment utilisé pour synchroniser les horloges système de différents ordinateurs. La commande timedatectl peut configurer le fuseau horaire d'un système pour se synchroniser automatiquement avec un serveur distant en utilisant NTP.</p>

    <p>Pour activer cela, tout d'abord, nous devons avoir NTP installé sur le système. Si ce n'est pas encore installé sur votre appareil CentOS, vous pouvez le faire en installant Chrony :</p>

    <pre><code>yum install chrony</code></pre>

    <p>Pour démarrer la synchronisation avec un serveur NTP distant, utilisez la commande ci-dessous :</p>

    <pre><code>timedatectl set-ntp true</code></pre>

    <p>Si vous souhaitez revenir en arrière et annuler ces modifications, utilisez la commande ci-dessous. Cela désactivera la synchronisation de l'heure :</p>

    <pre><code>timedatectl set-ntp false</code></pre>

    <br><br>
    <a href="https://ellohost.com"><button style="padding: 10px 20px; background-color: blue; color: blue; border: none;">Rejoignez ellohost</button></a>
</body>
</html>

Print this item

  How to Perform Clock Synchronization on CentOS 7
Posted by: aaron - 09-06-2023, 11:03 AM - Forum: Others - No Replies

<!DOCTYPE html>
<html lang="en">
<head>
    <title>How to Perform Clock Synchronization on CentOS 7</title>
</head>
<body>
    <h1>How to Perform Clock Synchronization on CentOS 7</h1>
   
    <p>Network Time Protocol (NTP) is an internet protocol that is commonly used to synchronize system clocks on different computers. The timedatectl command can configure a system’s time zone to automatically sync with a remote server using NTP.</p>

    <p>To enable this, first, we should have NTP installed on the system. If you don’t have this installed on your CentOS device yet, you can do so by installing Chrony:</p>

    <pre><code>yum install chrony</code></pre>

    <p>In order to start synchronization with a remote NTP server, use the below command:</p>

    <pre><code>timedatectl set-ntp true</code></pre>

    <p>In case you want to revert these changes, use the below command. This will disable time synchronization:</p>

    <pre><code>timedatectl set-ntp false</code></pre>

    <br><br>
    <a href="https://ellohost.com"><button style="padding: 10px 20px; background-color: blue; color: blue; border: none;">Join ellohost</button></a>
</body>
</html>

Print this item

  How to Set the Hardware Clock in CentOS 7
Posted by: aaron - 09-06-2023, 11:02 AM - Forum: Others - No Replies

<!DOCTYPE html>
<html lang="en">
<head>
    <title>How to Set the Hardware Clock in CentOS 7</title>
</head>
<body>
    <h1>How to Set the Hardware Clock in CentOS 7</h1>
   
    <p>A hardware clock is different from the system clock which is managed by the Linux kernel. This is also referred to as the BIOS clock. The hardware clock is enabled once the system is shut down. Using Linux commands, you can set the hardware clock.</p>

    <p>To check if the hardware clock is set to the local time zone, use the following command:</p>

    <pre><code>timedatectl | grep local</code></pre>

    <p>This will give output as shown below, which means the hardware clock does not have a timezone specified:</p>

    <pre><code>RTC in local TZ: no</code></pre>

    <p>Next, you can set your hardware clock to the local time zone using the following command:</p>

    <pre><code>timedatectl set-local-rtc 1</code></pre>

    <br><br>
    <a href="https://ellohost.com"><button style="padding: 10px 20px; background-color: blue; color: blue; border: none;">Join ellohost</button></a>
</body>
</html>

Print this item

  Comment définir l'horloge matérielle dans CentOS 7
Posted by: aaron - 09-06-2023, 11:01 AM - Forum: Others - No Replies

<!DOCTYPE html>
<html>

<head>
</head>

<body>

    <h1>Comment définir l'horloge matérielle dans CentOS 7</h1>

    <p>Une horloge matérielle est différente de l'horloge système gérée par le noyau Linux. Cela est également appelé l'horloge du BIOS. L'horloge matérielle est activée une fois que le système est éteint. À l'aide de commandes Linux, vous pouvez définir l'horloge matérielle.</p>

    <p>Pour vérifier si l'horloge matérielle est définie sur le fuseau horaire local, utilisez la commande suivante :</p>

    <pre><code>timedatectl | grep local</code></pre>

    <p>Cela donnera une sortie comme indiqué ci-dessous, ce qui signifie que l'horloge matérielle n'a pas de fuseau horaire spécifié :</p>

    <pre><code>RTC in local TZ: no</code></pre>

    <p>Ensuite, vous pouvez définir votre horloge matérielle sur le fuseau horaire local à l'aide de la commande suivante :</p>

    <pre><code>timedatectl set-local-rtc 1</code></pre>

    <br><br>

    <a href="https://ellohost.com"><button style="padding: 10px 20px; background-color: blue; color: blue; border: none;">Rejoignez ellohost</button></a>

</body>

</html>

Print this item

  Comment définir le fuseau horaire dans CentOS 7
Posted by: aaron - 09-06-2023, 10:59 AM - Forum: Others - No Replies

<!DOCTYPE html>
<html>

<head>
</head>

<body>

    <h1>Comment définir le fuseau horaire dans CentOS 7</h1>

    <p>Une fois que vous avez la liste des fuseaux horaires, vous pouvez définir celui que vous préférez. Pour définir le fuseau horaire dans CentOS 7, vous pouvez utiliser :</p>

    <pre><code>timedatectl set-timezone America/Chicago</code></pre>

    <p>Vous pouvez remplacer le fuseau horaire en conséquence dans la commande ci-dessus. Ici, vous pouvez également définir une heure et une date spécifiques. Cela peut être fait en utilisant le format suivant :</p>

    <pre><code>timedatectl set-time 'AAAA-MM-JJ HH:MM:SS'</code></pre>

    <p>Par exemple, si vous souhaitez définir l'heure au 16 mars 2019 et l'heure actuelle à 09:20:00, vous pouvez utiliser :</p>

    <pre><code>timedatectl set-time '2019-03-16 09:20:00'</code></pre>

    <p>Après avoir apporté ces modifications, vous pouvez à nouveau vérifier les détails du fuseau horaire à l'aide de timedatectl.</p>

    <br><br>

    <a href="https://ellohost.com"><button style="padding: 10px 20px; background-color: blue; color: blue; border: none;">Rejoignez ellohost</button></a>

</body>

</html>

Print this item

  How to Set Timezone in CentOS 7
Posted by: aaron - 09-06-2023, 10:57 AM - Forum: Others - No Replies

<!DOCTYPE html>
<html>

<head>
</head>

<body>

    <h1>How to Set Timezone in CentOS 7</h1>

    <p>Once you have the list of timezones, you can set the one you prefer. To set the timezone in CentOS 7, you can use:</p>

    <pre><code>timedatectl set-timezone America/Chicago</code></pre>

    <p>You can replace the time zone accordingly in the command above. Over here, you can also set a specific time and date. This can be done using the below format:</p>

    <pre><code>timedatectl set-time 'YYYY-MM-DD HH:MM:SS'</code></pre>

    <p>For instance, if you want to set the time as Mar-16-2019 and the current time as 09:20:00, then you can use:</p>

    <pre><code>timedatectl set-time '2019-03-16 09:20:00'</code></pre>

    <p>After making these changes, you can again check the time zone details using timedatectl.</p>

    <br><br>

    <a href="https://ellohost.com"><button style="padding: 10px 20px; background-color: blue; color: blue; border: none;">Join ellohost</button></a>

</body>

</html>

Print this item

  Comment Lister les Fuseaux Horaires dans CentOS 7
Posted by: aaron - 09-06-2023, 10:52 AM - Forum: Others - No Replies

<!DOCTYPE html>
<html>

<head>
</head>

<body>

    <h1>Comment Lister les Fuseaux Horaires dans CentOS 7</h1>

    <p>Une fois que vous avez consulté votre fuseau horaire actuel, vous voudrez peut-être lister toutes les options de fuseaux horaires disponibles. La commande ci-dessous peut être utilisée pour lister toutes les options de fuseaux horaires :</p>

    <pre><code>timedatectl list-timezones</code></pre>

    <p>Vous obtiendrez une longue liste montrant tous les fuseaux horaires par ordre alphabétique. Vous pouvez affiner votre recherche en ajoutant des filtres en utilisant des motifs grep. Voici un exemple :</p>

    <pre><code>timedatectl list-timezones | grep Pacifique</code></pre>

    <br><br>

    <a href="https://ellohost.com"><button style="padding: 10px 20px; background-color: blue; color: blue; border: none;">Rejoignez ellohost</button></a>

</body>

</html>

Print this item

  How to List Timezones in CentOS 7
Posted by: aaron - 09-06-2023, 10:51 AM - Forum: Others - No Replies

<!DOCTYPE html>
<html>

<head>
</head>

<body>

    <h1>How to List Timezones in CentOS 7</h1>

    <p>Once you have viewed your current timezone, you might want to list all the available timezone options. The below command can be used to list all the timezone options:</p>

    <pre><code>timedatectl list-timezones</code></pre>

    <p>You’ll get a long list showing all the timezones in alphabetical order. You can refine your search by adding filters using grep patterns. One such example is as shown below:</p>

    <pre><code>timedatectl list-timezones | grep Pacific</code></pre>

    <br><br>

    <a href="https://ellohost.com"><button style="padding: 10px 20px; background-color: blue; color: blue; border: none;">Join ellohost</button></a>

</body>

</html>

Print this item

  Comment Vérifier le Fuseau Horaire Défini dans CentOS 7
Posted by: aaron - 09-06-2023, 10:50 AM - Forum: Others - No Replies

<!DOCTYPE html>
<html>

<head>
</head>

<body>

    <h1>Comment Vérifier le Fuseau Horaire Défini dans CentOS 7</h1>

    <p>Tout d'abord, nous devons accéder à notre serveur virtuel privé en utilisant SSH. Si vous avez des problèmes, consultez le tutoriel PuTTY !</p>

    <p>Vous pouvez vérifier votre fuseau horaire actuel en utilisant la commande date comme indiqué ci-dessous :</p>

    <pre><code>date</code></pre>

    <p>Cela affichera l'heure dans le format suivant :</p>

    <pre><code>Ven Mar 15 14:52:20 UTC 2019</code></pre>

    <p>Alternativement, vous pouvez utiliser la commande timedatectl. Cette commande permet de :</p>

    <ul>
        <li>Consulter les dates et les horodatages</li>
        <li>Modifier la date et l'heure</li>
        <li>Configurer un fuseau horaire pour le système</li>
        <li>Activer la synchronisation automatique de l'horloge en fonction d'un serveur distant</li>
    </ul>

    <p>La commande de base ressemble à ceci :</p>

    <pre><code>timedatectl</code></pre>

    <p>La sortie sera comme indiqué ci-dessous :</p>

    <pre><code>
Heure locale : Ven 2019-03-15 14:54:51 UTC
Heure universelle : Ven 2019-03-15 14:54:51 UTC
Heure RTC : n/a
Fuseau horaire : Hôte (UTC, +0000)
NTP activé : n/a
NTP synchronisé : oui
RTC dans le fuseau horaire local : non
DST active : n/a
</code></pre>

    <p>Cela contient des informations telles que l'heure locale, l'heure universelle et le fuseau horaire.</p>

    <br><br>

    <a href="https://ellohost.com"><button style="padding: 10px 20px; background-color: blue; color: blue; border: none;">Rejoignez ellohost</button></a>

</body>

</html>

Print this item