User contributions for Saurabh
From Notes_Wiki
- 09:29, 23 March 2025 diff hist +781 m Overall list of useful AI tools current
- 09:26, 23 March 2025 diff hist +26 m Local system based AI tools current
- 09:26, 23 March 2025 diff hist +756 N 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..." current
- 09:21, 23 March 2025 diff hist +2,556 N 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..." current
- 09:02, 6 March 2025 diff hist +8 m CentOS 7.x create lightsail rsnapshot instance current
- 09:48, 2 March 2025 diff hist +9 m Local system based AI tools
- 09:48, 2 March 2025 diff hist +391 N 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" current
- 09:46, 2 March 2025 diff hist +158 m Overall list of useful AI tools
- 05:55, 2 March 2025 diff hist +3 m Get secret value from TOTP based QR code for saving in text format current
- 07:45, 26 February 2025 diff hist +1 m Ollama model feed-back current
- 07:45, 26 February 2025 diff hist +101 m Ollama model feed-back
- 06:12, 24 February 2025 diff hist +8 m Ollama installation current
- 05:55, 24 February 2025 diff hist +135 m Ollama installation
- 09:55, 23 February 2025 diff hist −213 m Ollama model feed-back
- 09:52, 23 February 2025 diff hist +82 m Overall list of useful AI tools
- 09:51, 23 February 2025 diff hist +13 m Local system based AI tools
- 09:51, 23 February 2025 diff hist +2,035 m Overall list of useful AI tools
- 09:44, 23 February 2025 diff hist +476 N 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" current
- 17:05, 22 February 2025 diff hist +474 m Overall list of useful AI tools
- 17:01, 22 February 2025 diff hist +10 m API access to AI tools current
- 17:00, 22 February 2025 diff hist +599 N 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..." current
- 16:42, 22 February 2025 diff hist +30 m API access to AI tools
- 16:42, 22 February 2025 diff hist +707 N 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> #..." current
- 16:31, 22 February 2025 diff hist +94 m Overall list of useful AI tools
- 16:15, 22 February 2025 diff hist +192 m Overall list of useful AI tools
- 13:14, 22 February 2025 diff hist +22 m Local system based AI tools
- 13:14, 22 February 2025 diff hist +568 N 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..." current
- 09:07, 4 February 2025 diff hist +27 m Rocky 9.x Desktop tools and applications current
- 09:07, 4 February 2025 diff hist +1,200 N 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..." current
- 12:53, 2 February 2025 diff hist +66 m API access to AI tools
- 12:52, 2 February 2025 diff hist +1,458 N 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..." current
- 12:49, 2 February 2025 diff hist +127 N Web based AI tools Created page with "Home > Web based AI tools *Overall list of useful AI tools Home > Web based AI tools" current
- 12:49, 2 February 2025 diff hist +4,237 N 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:37, 2 February 2025 diff hist +33 m Ollama current
- 12:36, 2 February 2025 diff hist +981 N 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..." current
- 12:33, 2 February 2025 diff hist +132 m Ollama model feed-back
- 12:31, 2 February 2025 diff hist +750 m PyGPT current
- 12:19, 2 February 2025 diff hist +542 N 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..." current
- 12:17, 2 February 2025 diff hist +538 m Thunder AI Thunderbird plugin based access to perplexity API current
- 12:16, 2 February 2025 diff hist +1,105 N 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:12, 2 February 2025 diff hist +34 m Rocky 9.x Package management current
- 12:11, 2 February 2025 diff hist +818 N 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..." current
- 12:09, 2 February 2025 diff hist +109 m Rocky 9.x Thunderbird current
- 12:09, 2 February 2025 diff hist +1,155 N 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..." current
- 12:07, 2 February 2025 diff hist +1,980 N 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..." current
- 06:26, 27 January 2025 diff hist +4 m Fortinet firewall CIS Hardening
- 06:26, 27 January 2025 diff hist +2 m Fortigate firewall
- 06:26, 27 January 2025 diff hist +45 N Fortinet firewall CIS Harding Saurabh moved page Fortinet firewall CIS Harding to Fortinet firewall CIS Hardening current Tag: New redirect
- 06:26, 27 January 2025 diff hist 0 m Fortinet firewall CIS Hardening Saurabh moved page Fortinet firewall CIS Harding to Fortinet firewall CIS Hardening
- 01:40, 20 January 2025 diff hist +62 m Ollama model feed-back