New pages
Jump to navigation
Jump to search
- 17:02, 13 March 2026 Enable Hibernate Button (hist | edit) [373 bytes] MkWikiEnSysOp (talk | contribs) (+Ubuntu Cinnamon)
- 17:33, 12 March 2026 Debian Upgrades (hist | edit) [647 bytes] MkWikiEnSysOp (talk | contribs) (Initial version covering upgrades from Debian 9/Stretch until 13/Trixie)
- 22:57, 23 January 2026 Manual Ollama Installation (hist | edit) [553 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 2026 Debian Upgrade Bookworm To Trixie (hist | edit) [915 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")