LifeIsSimpleWhenYouLiveSimply

KnowledgeDiscoveryInData

Home Categories About Me My Invest
  • 10 Jun 2025

    Alfresco: Fix list users in admin tools

    Find share-config: $ find ~/tomcat/ | grep share-config $TOMCAT_DIR/webapps/share/WEB-INF/classes/alfresco/share-config.xml $TOMCAT_DIR/webapps/share/WEB-INF/classes/share-config.properties $TOMCAT_DIR/shared/classes/alfresco/web-extension/share-config-custom.xml Edit Edit share-config.xml and share-config-custom.xml: Set show-authorization-status to false. <!-- Default <show-authorization-status>true</show-authorization-status> --> <show-authorization-status>false</show-authorization-status>...

  • 23 May 2025

    Adding a LXC remote server to Incus Server

    Ccpy client.crt to LXC Transfer the client.crt from your user on the Incus server (look for it somewhere under ~/.config/incus/), then transfer it to the...

  • 30 Apr 2025

    Alfresco Installation in Ubuntu Using ZIP

    Alfresco installation in Ubuntu using ZIP Distribution Files 1.PostgreSQL Installation Installs and configures PostgreSQL, to be used as object-relational database system. Script: 01-install_postgres.sh 2.Java Installation...

  • 22 Apr 2025

    Galera Cluster Crash Recovery

    All Nodes Go Down Without a Proper Shutdown Procedure This scenario is possible in the case of a datacenter power failure or when hitting a...

  • 5 Nov 2024

    Odoo : Analytic Tags

    Odoo13 To enable analytic tags in Odoo, you can do the following: Go to the Settings Select Users & Companies Select Users Select Administators Select...

  • 1 Nov 2024

    LXC Copy : Perform an incremental copy

    lxc copy remote_name:source_name destination_name --refresh --mode push --refresh Perform an incremental copy Transfer modes (--mode): pull: Target server pulls the data from the source server...

  • 12 Oct 2024

    LXC image: Set alias

    No alias image $ lxc image list +-------+--------------+--------+-------------+--------+------------+-------------------------------+ | ALIAS | FINGERPRINT | PUBLIC | DESCRIPTION | ARCH | SIZE | UPLOAD DATE | +-------+--------------+--------+-------------+--------+------------+-------------------------------+...

  • 10 Oct 2024

    Odoo Views : Inline Edit

    Enable Inline see: <tree> <tree editable="1" edit="1"> <field name="date" /> <field name="project_id" required="1" /> ... <field name="user_id" invisible="1" /> </tree> Disable Inline see: <tree> <tree>...

This work is licensed under a Creative Commons CC0 1.0 Universal Public Domain Dedication If this page help you, you can give me a cup of coffee. Buy Me A Coffee kitcharoenp.github.io is maintained by Kitcharoen Poolperm.