All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 09:01, 10 August 2025 Saurabh talk contribs deleted page File:SVM configuration.png (Not needed)
- 09:01, 10 August 2025 Saurabh talk contribs deleted page File:Object storage svm creation.png (Not needed)
- 13:59, 27 July 2025 Saurabh talk contribs created page Qwen CLI (Created page with "Home > Local system based AI tools > Qwen CLI =Installation= Install (As root) using: <pre> npm install -g @qwen-code/qwen-code </pre> ==Usage== Download various qwen3 models from the ollama site. Then create '<tt>start_qwen.sh</tt>' with: <pre> export OPENAI_API_KEY="ollama_dummy_key" export OPENAI_BASE_URL="http://localhost:11434/v1" export OPENAI_MODEL="qwen3:4b" </pre> Make it executable with '<tt>chmod +x start_qwen.sh</tt>' Go to requir...")
- 13:50, 27 July 2025 Saurabh talk contribs created page Gemini CLI (Created page with "Home > Local system based AI tools > Gemini CLI =Installation= To install gemini CLI as root user use: <pre> npm install -g @google/gemini-cli </pre> Then get API key from https://aistudio.google.com/apikey Export obtained key using <pre> export GEMINI_API_KEY="” </pre> Then run gemini as a user from project specific folder to use Gemini CLI to write code It is able to write python code but not that great with erlang. It was able to give...")
- 13:49, 27 July 2025 Saurabh talk contribs created page Open Code Terminal (Created page with "Home > Local system based AI tools > Open Code Terminal =Installation - First option= First option is to install from https://opencode.ai/ via: <pre> curl -fsSL https://opencode.ai/install | bash </pre> Then configure using below and try login using grok-4 or some other supported API key <pre> opencode auth login </pre> This opens opencode UI where we can use /models to select Grok-4 =Install Open Code terminal - Alternate Option= To install...")
- 06:22, 18 July 2025 User account Kumar talk contribs was created by Saurabh talk contribs
- 12:24, 17 July 2025 User account Jamshad talk contribs was created by Saurabh talk contribs
- 03:10, 16 July 2025 Saurabh talk contribs created page Rocky 9.x gnucash (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > gnucash =Rocky 9.x gnucash= ==Installation== # Enable Additional Repositories - Some Perl modules are not packaged in EPEL or AppStream for Rocky Linux 9. You may need to enable the CRB (CodeReady Builder) repository, which contains many development and Perl module packages: #:<pre> #:: sudo dnf confi...")
- 04:54, 8 July 2025 Saurabh talk contribs created page New machine setup (Created page with "Home > Ubuntu > Server or Desktop administration > New machine setup * Setup laptop with Ubuntu for personal use Home > Ubuntu > Server or Desktop administration > New machine setup")
- 04:54, 8 July 2025 Saurabh talk contribs created page Setup laptop with Ubuntu for personal use (Created page with "Home > Ubuntu > Server or Desktop administration > New machine setup > Setup laptop with Ubuntu for personal use =Installed post OS= Steps not captured for wifi drivers and nvidia drivers installation =sudo config= Edit /etc/sudoers to have <pre> %admin ALL=(ALL) NOPASSWD:ALL %sudo ALL=(ALL:ALL) NOPASSWD:ALL </pre> =Install Office CA-Certificate in OS= Download CA certificate on Desktop and insta...")
- 04:44, 27 June 2025 User account Sivakumar talk contribs was created by Saurabh talk contribs
- 12:16, 5 June 2025 User account Rohith talk contribs was created by Saurabh talk contribs
- 11:09, 29 May 2025 User account Prithvi talk contribs was created by Saurabh talk contribs
- 10:06, 29 May 2025 User account Abhijith talk contribs was created by Saurabh talk contribs
- 09:55, 23 May 2025 User account Monesh talk contribs was created by Saurabh talk contribs
- 12:55, 21 May 2025 Saurabh talk contribs deleted page File:1.png (Not needed)
- 12:55, 21 May 2025 Saurabh talk contribs deleted page File:Img-1.png (Not needed)
- 12:55, 21 May 2025 Saurabh talk contribs deleted page File:Image-2.png (Not needed)
- 12:55, 21 May 2025 Saurabh talk contribs deleted page File:Image-4.png (Not needed)
- 12:55, 21 May 2025 Saurabh talk contribs deleted page File:New-js.png (Not needed)
- 12:55, 21 May 2025 Saurabh talk contribs deleted page File:Jar-rebuild.png (Not needed)
- 12:54, 21 May 2025 Saurabh talk contribs deleted page File:Img-2.png (Not needed)
- 12:35, 21 May 2025 User account Gopikiran talk contribs was created by Saurabh talk contribs
- 10:14, 21 May 2025 User account Ansil talk contribs was created by Saurabh talk contribs
- 08:20, 19 May 2025 User account Bhargava talk contribs was created by Saurabh talk contribs
- 10:58, 14 May 2025 User account Sunilvarma talk contribs was created by Saurabh talk contribs
- 05:18, 12 May 2025 User account Akshay talk contribs was created by Saurabh talk contribs
- 04:16, 12 May 2025 Saurabh talk contribs created page Rocky 9.x OBS Studio (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > OBS Studio =Rocky 9.x OBS Studio= ==Installation== We can use OBS Studio for complex audio and video editing. However, it can also be used for simple screen recording for building tutorials. For that we can install OBS studio using snap via: # Install Snap and OBS Studio via snap: <source type="bas...")
- 11:53, 4 May 2025 Saurabh talk contribs created page Rocky 9.x Encrypt LVM logical volume before filesystem setup (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > File system management > Encrypt LVM logical volume before filesystem setup =Encrypt LVM logical volume before filesystem setup= To configure encryption on an empty LVM logical volume in Rocky Linux 9.x after OS installation, follow these s...")
- 05:30, 6 April 2025 Saurabh talk contribs created page Rocky 9.x kalarm (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > Rocky 9.x kalarm =Rocky 9.x Kalarm= Kalarm can be installed via: <pre> dnf -y install kalarm </pre> If the main graphical desktop manager is Gnome then this is likely to download considerable KDE related packages and dependencies. After installation we can start KAlarm from graphical launcher / search option. After ad...")
- 03:49, 1 April 2025 Saurabh talk contribs created page Ubuntu 22.04 (Created page with "Home > Ubuntu > Ubuntu 22.04 *Ubuntu 22.04 Set default boot kernel for grub Home > Ubuntu > Ubuntu 22.04")
- 03:49, 1 April 2025 Saurabh talk contribs created page Ubuntu 22.04 Set default boot kernel for grub (Created page with "Home > Ubuntu > Ubuntu 22.04 > Set default boot kernel for grub To set default boot kernel for grub in Ubuntu 22.04 use: # Open /boot/grub/grub.cfg to check which menuentry should be booted by default #:<pre> #:: grep menuentry /boot/grub/grub.cfg #:</pre> # For selecting third option from "Advanced options for Ubuntu" submenu, edit /etc/default/grub file and set: #:<pre> #:: GRUB_DEFAULT="1>2" #:</...")
- 07:12, 31 March 2025 User account Kamal talk contribs was created by Saurabh talk contribs
- 09:26, 23 March 2025 Saurabh talk contribs created page Msty (Created page with "Home > Local system based AI tools > Msty To install Msty use following steps: # Download app image from https://msty.app/ # Install by doing "chmod +x" and running it # Choose "Integrate and Run" option in the AppImageLauncher application # In Msty better to configure remote ollama with http://localhost:11434/ instead of using local so that we dont have to redownload the models again and also so that the same in-memory cache works for other produc...")
- 09:21, 23 March 2025 Saurabh talk contribs created page Perplexica (Created page with "Home > Local system based AI tools > Perplexica To install Perplexica on Rocky Linux 9. machine use: # Ensure Ollama is installed as per https://www.sbarjatiya.com/notes_wiki/index.php/Ollama_installation #:<pre> #:: ollama pull nomic-embed-text:latest #:: ollama pull llama2:13b-chat #:</pre> # In /etc/systemd/system/ollama.service add one more environment condition: #:<pre> #:: Environment="OLLAMA_HOST=0.0.0.0" #:</pre> #: If you do this then re...")
- 09:48, 2 March 2025 Saurabh talk contribs created page N8n (Created page with "Home > Local system based AI tools > N8n To install N8n on local system we can use npn and install via root user using: <pre> npm install n8n -g </pre> Then we can start n8n service as root user via: <pre> n8n start </pre> Then open http://locahost:5678/ and create account to work with n8n workflows. Home > Local system based AI tools > N8n")
- 09:44, 23 February 2025 Saurabh talk contribs created page Pinokio (Created page with "Home > Local system based AI tools > Pinokio To download and install Pinokio on local system use: # Go to https://pinokio.computer/ # Download rpm file and install via dnf localinstall # Then run pinokio via graphical run options # During first run set a parent folder in location where you have enough space (at least 100GB+) Refer: - https://program.pinokio.computer/#/?id=linux Home > Local system based AI tools > Pinokio")
- 17:00, 22 February 2025 Saurabh talk contribs created page Sgpt (Created page with "Home > API access to AI tools > Sgpt To install sgpt on Rocky Linux 9.x use: # Download the rpm file from https://github.com/tbckr/sgpt/releases # Install using "dnf localinstall" # Get OpenAI API keys via https://platform.openai.com/api-keys # Configure key in .bashrc via as: #:<pre> #:: export OPENAI_API_KEY="<key>" #:</pre> # Open a new terminal and search with: #:<pre> #:: sgpt "mass of sun" #:: sgpt sh --execute "list all files in current dire...")
- 16:42, 22 February 2025 Saurabh talk contribs created page Self Operating Computer (Created page with "Home > API access to AI tools > Self Operating Computer To install Self Operating Computer on Rocky 9.x OS use: # As root user do: #:<pre> #:: dnf install python3-tkinter #:</pre> # Ensure enough space in ~/.local or redirect it to another location by symbolic link # Install self-operating-computer via pip as normal non-root user using: #:<pre> #:: pip install self-operating-computer #:</pre> # Run it first time via: #:<pre> #:: operate #:</pre> #...")
- 13:14, 22 February 2025 Saurabh talk contribs created page Open Interpreter (Created page with "Home > Local system based AI tools > Open Interpreter As a non-root / local user we can install interpreter via: <pre> pip install open-interpreter </pre> This install interpreter in ~/.local/bin path. Then if this is already in path we can run interpreter via: <pre> interpreter --local </pre> Ideally for this local Ollama should be setup with at least one model eg phi4 for it to work properly. Refer: * https://github.com/OpenInterpreter/o...")
- 09:07, 4 February 2025 Saurabh talk contribs created page Rocky 9.x Screenshots (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > Rocky 9.x Screenshots =Rocky 9.x Screenshots= ==Keyboard shortcuts== Keyboard Shortcuts (GNOME Desktop) for screenshots are as follows: ; Shift + PrtSc: Capture a selected region and save it to ~/Pictures or ~/. ; Ctrl + PrtSc: Copy the entire screen to the clipboard. ; Shift + Ctrl + PrtSc: Copy a selected region to th...")
- 12:52, 2 February 2025 Saurabh talk contribs created page Useful test cases to test accuracy and usefulness of AI tool (Created page with "Home > API access to AI tools > Useful test cases to test accuracy and usefulness of AI tool =Useful test cases to test accuracy and usefulness of AI tool= ==Time conversion== Please convert 09:00pm US Central Standard Time on 28th Dec 2024 to Indian Standard Time (IST). Please use CDT or CST whatever is applicable on 28th Dec 2024. OR Please help in converting 09:00pm US Central Standard Time to Indian Standard Time ; Optionally give hint f...")
- 12:49, 2 February 2025 Saurabh talk contribs created page Web based AI tools (Created page with "Home > Web based AI tools *Overall list of useful AI tools Home > Web based AI tools")
- 12:49, 2 February 2025 Saurabh talk contribs created page Overall list of useful AI tools (Created page with "Home > Web based AI tools > Overall list of useful AI tools =Overall list of useful AI tools= ;perplexity.ai - Perplexity : For very accurate answers especially pro version. It can also go online and look at latest information for answering. Integrate via ThunderAI to Thunderbird using Thunder AI Thunderbird plugin based access to perplexity API ; chat.openai.com - Chat GPT : Good for writing or creative tasks. Integrate via Aify to Thunde...")
- 12:36, 2 February 2025 Saurabh talk contribs created page Ollama GPU usage validation (Created page with "Home > Local system based AI tools > Ollama > Ollama GPU usage validation =Ollama GPU usage validation= # Verify `/etc/systemd/system/ollama.service` has below line: #:<pre> #:: Environment="OLLAMA_FLASH_ATTENTION=1" #:</pre> # Run below in one terminal to monitor GPU usage including processes using GPU #:<pre> #:: watch nvidia-smi #:</pre> # Run some model on second terminal such as: #:<pre> #:: ollama run deepseek-r1:8b #:</pre> # In nvidia-s...")
- 12:19, 2 February 2025 Saurabh talk contribs created page Aify Thunderbird plugin based access to OpenAI API (Created page with "Home > API access to AI tools > Aify Thunderbird plugin based access to OpenAI API =Aify Thunderbird plugin based access to OpenAI API= We can install Aify via https://addons.thunderbird.net/en-US/thunderbird/addon/aify/reviews/ It only works with ChatGPT with its API key. We cannot use that with local Ollama or other AI such as perplexity. Even in Aify we have option of custom prompts same as ThunderAI. Home > API access to...")
- 12:16, 2 February 2025 Saurabh talk contribs created page Thunder AI Thunderbird plugin based access to perplexity API (Created page with "Home > API access to AI tools > Thunder AI Thunderbird plugin based access to perplexity API =Thunder AI Thunderbird plugin based access to perplexity API= Thunder AI can work with perplexity, local ollama and even OpenAI based on settings selected. ==Installation== ThunderAI can be installed from https://addons.thunderbird.net/en-US/thunderbird/addon/thunderai/ This plugin is configurable with many options and custom prompts. Also its U...")
- 12:11, 2 February 2025 Saurabh talk contribs created page Rocky 9.x Opera installation (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > Package management > Rocky 9.x Opera installation =Rocky 9.x Opera installation= To install opera in Rocky 9.x OS use: # Following commands: <source type="bash"> sudo dnf check-update sudo dnf install dnf-utils sudo dnf config-manager --add-repo https://rpm.opera.com/rpm sudo rpm --import https://rpm.oper...")
- 12:09, 2 February 2025 Saurabh talk contribs created page Rocky 9.x Thunderbird solving corrupted global database issue (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > Thunderbird > Rocky 9.x Thunderbird solving corrupted global database issue =Rocky 9.x Thunderbird solving corrupted global database issue= If you get following in error logs: <pre> Corrupted Gloda Database: The database might be corrupted, causing indexing errors. </pre> Then we can solve this...")
- 12:07, 2 February 2025 Saurabh talk contribs created page Rocky 9.x Thunderbird error logging (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > Thunderbird > Rocky 9.x Thunderbird error logging =Rocky 9.x Thunderbird error logging= We can obtain logs from Thunderbird to help diagnose issues eg if there is some problem in moving emails between accounts. To enable and access logging in Thunderbird use: ==Enabling Logging== # Open Thund...")