User contributions for Saurabh
From Notes_Wiki
- 14:32, 4 May 2025 diff hist +186 m Rocky 9.x Encrypt LVM logical volume before filesystem setup current
- 11:59, 4 May 2025 diff hist +304 m Rocky 9.x Configure new laptop for personal use current
- 11:53, 4 May 2025 diff hist +66 m Rocky 9.x file system management current
- 11:53, 4 May 2025 diff hist +1,665 N 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:56, 1 May 2025 diff hist +1,153 m Securing organizations IT infrastructure from modern threats current
- 05:30, 6 April 2025 diff hist +22 m Rocky 9.x Desktop tools and applications current
- 05:30, 6 April 2025 diff hist +745 N 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..." current
- 03:49, 1 April 2025 diff hist +17 m Ubuntu current
- 03:49, 1 April 2025 diff hist +156 N 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 diff hist +836 N 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" #:</..." current
- 07:40, 30 March 2025 diff hist +196 m Overall list of useful AI tools current
- 09:29, 23 March 2025 diff hist +781 m Overall list of useful AI tools
- 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
- 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