Sitemap » C

  • Cache for owncloud
    Making ownCloud Faster Through Caching July 15, 2015 Some operations an ownCloud server executes take a lot of time
  • Cyrus Part V: Creating and Deleting a User Mailbox in Cyrus IMAP
    How Do I Create a New Mailbox Connect to the the Cyrus administrative console: cyradm -user cyrus [hostname] [port] Create the mailbox: cm user.[new_mailbox] Repeat the
  • Configure FirewallD to allow bridged virtual machine network access ( QEMU/KVM )
    firewall-cmd --permanent --direct --passthrough ipv4 -I FORWARD -i bridge0 -j ACCEPT firewall-cmd --permanent --direct --passthrough ipv4 -I FORWARD -o bridge0 -j ACCEPT firewall-cmd --reload Mehr Informationen unter: https://superuser.com/questions/990855/configure-firewalld-to-allow-bridged-virtual-machine-network-access
  • Calibre 4.23 with python3 and DeDRM
    Nimm erste Version für calibre 5. Solte 7.1.0 sein   Edit this line: DeDRM_tools/DeDRM_plugin/__init__.py Line 132 in 76a47e0   minimum_calibre_version = (5, 0, 0) # Python 3.   change (5, 0, 0) to
  • Cython < 3
    Entweder: BuildRequires: %{python_module Cython0} besser: BuildRequires: %{python_module Cython &gt;= 0.29 with %python-Cython &lt; 3}
  • Configuring proxy on docker
    1. Create a systemd drop-in directory for the docker service:   $ sudo mkdir -p /etc/systemd/system/docker.service.d 2. Create a file named /etc/systemd/system/docker.service.d/http-proxy.conf that adds the HTTP_PROXY and