Jump to content
View in the app

A better way to browse. Learn more.

Forum Supreme-Elite

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies


/public/images/icons/ext4.png
Voici une astuce pour les administrateurs systèmes qui souhaitent empêcher la suppression d'un fichier ou d'un répertoire sous Linux. Il suffit d'utiliser la commande chattr, dédiée au changement d'attribut sur les systèmes de fichiers Ext2, Ext3 et Ext4.

/public/images/bd/os-couples.jpg

Voici quelques exemples d'utilisation. Pour lister les attributs d'un répertoire ou d'un fichier :

cd /tmp

touch fichier && mkdir rep

lsattr fichier

Empêcher la suppression ou le renommage d'un répertoire :

sudo chattr +i -R foldername

Et pour revenir en arrière :

sudo chattr -i -R foldername

Empêcher la suppression d'un fichier :

sudo chattr +i filename

Et pour revenir en arrière :

sudo chattr -i filename

A noter que vous pouvez aussi utiliser la commande lsattr pour voir les attributs positionnés.

Source



Empêcher la suppression d'un fichier ou d'un répertoire est un article original provenant de Tux-planet

Voir l'article complet

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.