Guides & Tutorials

Technology tutorials, technology guides and more

sysutils/dmidecode has to be installed.

Run command in terminal:

dmidecode -t memory

This creates an archive that does the following:

rsync (Everyone seems to like -z, but it is much slower by our opinion)

  • a: archive mode - rescursive, preserves owner, preserves permissions, preserves modification times, preserves group, copies symlinks as symlinks, preserves device files.
  • H: preserves hard-links
  • A: preserves ACLs
  • X: preserves extended attributes
  • x: don't cross file-system boundaries
  • v: increase verbosity
  • --numeric-ds: don't map uid/gid values by user/group name
  • --delete: delete extraneous files from dest dirs (differential clean-up during sync)
  • --progress: show progress during transfer
  • The component com_users handles the tasks of adding users, login/logout, activating/deactivating of users, pasword reset tasks. We would like to show you how to add a Joomla user from external page.

    There are two ways you can add users externally:

    1. Create an html form with correct fields and submit it the correct Joomla url so that Joomla handles the registration, or
    2. If you want to do it in your custom method, you need to create both the html form and the and the script that will add the user to the Joomla.