New pages

Jump to navigation Jump to search
New pages
Hide registered users | Show bots | Hide redirects
  • 22:57, 23 January 2026Manual Ollama Installation (hist | edit) ‎[532 bytes]MkWikiEnSysOp (talk | contribs) (Created page with "Tested on Debian 13 Main reference: [https://docs.ollama.com/linux Linux - Ollama - Manual installation] Since I don't want to pollute my system with software whose origin is not the operating system's package repository, I install Ollama to "/opt" rather than "/bin". # Download and Install Its necessary to install some packages: apt install zstd curl -y Then let's download Ollama: curl -fsSL https://ollama.com/download/ollama-linux-amd64.tar.zst Unpack the arc...")
  • 21:04, 18 January 2026Debian Upgrade Bookworm To Trixie (hist | edit) ‎[469 bytes]MkWikiEnSysOp (talk | contribs) (Created page with "== Web Application Using PHP and MariaDB == After upgrade, PHP would not work any more. Installation of package <code>libapache2-mod-php8.4</code> was required. Then the MariaDB (formerly MySQL) database could not be accessed which could be solved by installing <code>php8.4-mysql</code>. apt -y install libapache2-mod-php8.4 php8.4-mysql Category:Linux")
  • 15:58, 23 November 2025Debian Archive (hist | edit) ‎[2,300 bytes]MkWikiEnSysOp (talk | contribs) (Described Debian Archive with examples of /etc/apt/sources.list for 7, 8, 9 and 10)