All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Fundamental Ramen. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:09, 13 August 2026 Tacoball talk contribs created page LLM/hf (Created page with "{| class="wikitable" ! Purpose || Command |- | cache management || <syntaxhighlight lang="bash"> hf cache list hf cache rm <model id> hf cache prune </syntaxhighlight> |- | fix WiFi problem || <syntaxhighlight lang="bash"> HF_XET_FIXED_DOWNLOAD_CONCURRENCY=10 hf download "unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF" --include "*UD-Q4_K_XL*" HF_XET_FIXED_DOWNLOAD_CONCURRENCY=10 hf download "unsloth/Devstral-Small-2-24B-Instruct-2512-GGUF" --include "*UD-Q4_K_XL*" </syntaxhi...")
- 09:03, 13 August 2026 Tacoball talk contribs deleted page LLM/prompt for coding (content was: "== Spec to Code == === Autogen migration from mermaid chart in a markdown file === * Result: not entirely reliable * Agent: AnythingLLM * Model: Gemma 4 E4B '''Prompt''' <pre> Please read docs/SCHEMA.md, and generate DDL. This DDL must satisfy the following rules: - with "COMMENT ON" syntax for each table - with "COMMENT ON" syntax for each column - with "ADD CONSTRAINT...", and the only contributor was "Tacoball" (talk))
- 06:14, 6 August 2026 Tacoball talk contribs deleted page Windows (content was: "* Windows/Allow TCP ports always", and the only contributor was "Tacoball" (talk))
- 06:14, 6 August 2026 Tacoball talk contribs deleted page Windows/Allow TCP ports always (content was: "https://answers.microsoft.com/en-us/windows/forum/all/enablingdisabling-tcp-ports-on-my-connections/57d87a50-ca0e-4d5f-b626-ec08dd219fdd On the start screen type Firewall, click Windows Firewall. On the Windows Firewall page, click Advanced settings (You will find this on the left hand side of the Window). Under Windows Firewall with Advanced Security, select...", and the only contributor was "Tacoball" (talk))
- 06:13, 6 August 2026 Tacoball talk contribs deleted page Port Trunking (content was: "* Balance ALB * Balance RR * LACP * MPIO * https://doc.dpdk.org/dts/test_plans/ * http://d-scholarship.pitt.edu/7672/1/GuptaSumedha_16Apr_2010.pdf * http://matthewkwilliams.com/index.php/2015/04/07/swarming-raspberry-pi-of-network-bondage/", and the only contributor was "Tacoball" (talk))
- 06:12, 6 August 2026 Tacoball talk contribs deleted page NAS (content was: "== Synology == == QNAP == {| class="wikitable" ! Purpose || Approach |- | docker-compose || Use '''docker compose''' instead |- | git || ⚠️ not convenient |- | VM || ⚠️ not stable enough |}", and the only contributor was "Tacoball" (talk))
- 06:12, 6 August 2026 Tacoball talk contribs deleted page Wine (content was: "<source lang="bash"> wineboot wine "C:\windows\system32\cmd.exe" </source>", and the only contributor was "Tacoball" (talk))
- 06:10, 6 August 2026 Tacoball talk contribs created page LLM/Intel Pro Arc B70/2026-08-08 (Created page with "See: https://docs.vllm.ai/en/v0.6.2/getting_started/xpu-installation.html")
- 08:01, 5 August 2026 Tacoball talk contribs created page Axe (Created page with "= system_prompt & skills & files = = config = == global == == project ==")
- 02:15, 30 July 2026 Tacoball talk contribs created page GCP (Created page with "== Important Functions == {| class="wikitable" ! SSH Key | # Menu at top left side 三 # Compute Engine # Settings # Metadata |}")
- 09:48, 28 July 2026 Tacoball talk contribs moved page LLM/Coding to LLM/prompt for coding without leaving a redirect
- 08:02, 28 July 2026 Tacoball talk contribs created page LLM/Coding (Created page with "== Autogen up migration from mermaid == == Autogen up migration to down migration ==")
- 08:01, 28 July 2026 Tacoball talk contribs deleted page LLM/Agent can do and cannot do (content was: "== Can do == {| class="wikitable" ! Prompt ! Model ! Task |- | | | |} == Cannot do == {| class="wikitable" ! Prompt ! Model ! Task |- | | | |}", and the only contributor was "Tacoball" (talk))
- 07:59, 28 July 2026 Tacoball talk contribs created page Go/migrate (Created page with "== Best practice == === up === === down === === create === == DSN Problem ==")
- 04:14, 27 July 2026 Tacoball talk contribs created page LLM/Agent can do and cannot do (Created page with "== Can do == == Cannot do ==")
- 14:31, 21 July 2026 Tacoball talk contribs created page LLM/jrswab axe (Created page with "== What's that? == Official Site: https://github.com/jrswab/axe == Installation (PowerShell 7) == === Install === <syntaxhighlight lang="bash"> Set config dir first for NAS auto backup. </syntaxhighlight> <syntaxhighlight lang="bash"> go install github.com/jrswab/axe@latest axe config init </syntaxhighlight> === Set VSCode as Editor for axe === Set environment variable '''EDITOR''' as %USERPROFILE%\AppData\Local\Programs\Microsoft VS Code\Code.exe Reopen PowerSh...")
- 16:18, 16 July 2026 Tacoball talk contribs created page Hardware Issue (Created page with "== rtw89 WiFi problem ==")
- 16:03, 12 July 2026 Tacoball talk contribs created page LLM/Intel Pro Arc B70/2026-07-13 (Created page with "== Install on Ubuntu 26.04 == === Install driver === <syntaxhighlight lang="bash"> # install ppa (the most important) sudo add-apt-repository -y ppa:kobuk-team/intel-graphics sudo apt update sudo apt install -y intel-opencl-icd libze-intel-gpu1 intel-media-va-driver-non-free clinfo intel-gsc # check again sudo clinfo </syntaxhighlight> === Install OpenVINO archive === <syntaxhighlight lang="bash"> sudo mkdir /opt/intel curl -L https://storage.openvinotoolkit.org/rep...")
- 13:56, 12 July 2026 Tacoball talk contribs created page LLM/Intel Pro Arc B70/2026-07-12 (Created page with " # install ppa (the most important) sudo add-apt-repository -y ppa:kobuk-team/intel-graphics sudo apt update sudo apt install -y intel-opencl-icd libze-intel-gpu1 intel-media-va-driver-non-free clinfo intel-gsc")
- 03:57, 9 July 2026 Tacoball talk contribs created page LLM/Ryzen AI 7 350/2026-07-09 (Created page with "= Install lemonade from PPA =")
- 03:55, 9 July 2026 Tacoball talk contribs created page LLM/Ryzen AI 7 350 (Created page with "== Lemonade ==")
- 07:14, 20 June 2026 Tacoball talk contribs created page LLM/Intel Pro Arc B70/2026-06-20 (Created page with "<syntaxhighlight lang="bash"> sudo apy install git </syntaxhighlight>")
- 07:00, 20 June 2026 Tacoball talk contribs created page LLM/Intel Pro Arc B70/2026-06-18 (Created page with "== Install Ubuntu 24.04.04 Desktop == <syntaxhighlight lang="bash"> sudo apt update sudo apt install openssh-server </syntaxhighlight> == Check B70 connection == <syntaxhighlight lang="bash"> # Check eGPU connection boltctl list # Check hardware dectection sudo dmesg | grep -i 'xe ' # Check pci devices lspci | grep -i 'vga\|display' # Check card detail (sudo is required) sudo lspci -vvv -s 05:00.0 # Check linux device & owner/group ls -l /dev/dri </syntaxhighlight...")
- 08:42, 18 June 2026 Tacoball talk contribs created page LLM/Intel Pro Arc B70 (Created page with "Test")
- 08:23, 18 June 2026 Tacoball talk contribs created page LLM (Created page with "= Build environment =")
- 06:17, 12 November 2025 Tacoball talk contribs created page Gcloud (Created page with "= Install Google Cloud = = SSH Login =")
- 01:33, 12 November 2025 Tacoball talk contribs created page NAS (Created page with "== Synology == == QNAP ==")
- 11:30, 28 May 2025 Tacoball talk contribs created page Go/gvm (Created page with "https://github.com/moovweb/gvm <syntaxhighlight lang="bash"> # before use gvm install sudo apt-get install build-essential # install go gcm install 1.23 </syntaxhighlight>")
- 10:26, 27 May 2025 Tacoball talk contribs created page Windows/Allow TCP ports always (Created page with "https://answers.microsoft.com/en-us/windows/forum/all/enablingdisabling-tcp-ports-on-my-connections/57d87a50-ca0e-4d5f-b626-ec08dd219fdd")
- 10:25, 27 May 2025 Tacoball talk contribs created page Windows (Created page with "* Windows/Allow TCP ports always")
- 01:50, 26 May 2025 Tacoball talk contribs created page Go/Fiber (Created page with "= Body = <syntaxhighlignt lang="go"> c.Body() </syntaxhighlight>")
- 02:16, 22 May 2025 Tacoball talk contribs created page Go/Quick Start (Created page with "= Create a module = = Run =")
- 02:10, 22 May 2025 Tacoball talk contribs created page Go (Created page with "{| class="wikitable" ! ! ! |- | | | |}")
- 15:19, 18 April 2025 Tacoball talk contribs created page PHP/Authencate by NAS (Created page with "<?php require_once 'vendor/autoload.php'; <syntaxhighlight lang="php"> use Dapphp\Radius\Radius; $username = '...'; $password = '...'; $host = '...'; $secret = '...'; $client = new Radius(); $client->setDebug(true); $client->setServer($host) ->setSecret($secret); $client->setMSChapPassword($password); $authenticated = $client->accessRequest($username); if ($authenticated === false) { echo sprintf( "Access-Request failed with error %d (%s).\n",...")
- 02:53, 11 April 2025 Tacoball talk contribs deleted page PHP/Homebrew (content was: "= Install php-imap on macOS Mojave = <source lang="bash"> brew tap kabel/php-ext brew install php@71-imap </source>", and the only contributor was "Tacoball" (talk))
- 02:39, 11 April 2025 Tacoball talk contribs created page PHP/Composer (Created page with "<syntaxhighlight lang="bash"> </syntaxhighlight>")
- 07:39, 8 April 2025 Tacoball talk contribs created page Migration (Created page with "= Table = = Column = <ref>[https://mariadb.com/kb/en/alter-table/ MariaDB ALTER TABLE]</ref> <references/>")
- 02:07, 20 February 2024 Tacoball talk contribs deleted page OpenCL (content was: "= Allocate Memory = * global scope * local scope", and the only contributor was "Tacoball" (talk))
- 07:21, 18 June 2020 Tacoball talk contribs deleted page AsiaYo (content was: "== Exam 1 == <quickgv name="queue" theme="warm"> rankdir=TB; A [label="Load Balancer"]; A -> {B0 C0 D0}; subgraph cluster_node0...", and the only contributor was "Tacoball" (talk))
- 09:04, 25 March 2019 Tacoball talk contribs moved page Python/wxPython/Layout to Python/wxPython/Sizer without leaving a redirect
- 07:08, 20 March 2019 Tacoball talk contribs moved page Python/wxPython/Frame to Python/wxPython/Window without leaving a redirect
- 02:53, 11 March 2019 Tacoball talk contribs changed visibility of 10 revisions on page Useful Commands/MacOS only: content hidden, edit summary hidden and username hidden (Inappropriate comment or personal information)
- 02:52, 11 March 2019 Tacoball talk contribs changed visibility of 30 revisions on page Useful Commands: content hidden, edit summary hidden and username hidden (Inappropriate comment or personal information)
- 02:51, 11 March 2019 Tacoball talk contribs changed visibility of 10 revisions on page Useful Commands/MacOS only: content unhidden, edit summary unhidden and username unhidden
- 02:51, 11 March 2019 Tacoball talk contribs changed visibility of 10 revisions on page Useful Commands/MacOS only: content hidden, edit summary hidden and username hidden (Inappropriate comment or personal information)
- 02:48, 11 March 2019 Tacoball talk contribs changed visibility of 50 revisions on page Test QuickGV: content hidden, edit summary hidden and username hidden (Inappropriate comment or personal information)