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: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...")
- 06:26, 27 January 2025 Saurabh talk contribs moved page Fortinet firewall CIS Harding to Fortinet firewall CIS Hardening
- 06:01, 8 January 2025 Saurabh talk contribs created page API access to AI tools (Created page with "Home > API access to AI tools *PyGPT *Thunder AI Thunderbird plugin based access to perplexity API *Aify Thunderbird plugin based access to OpenAI API Home > API access to AI tools")
- 06:01, 8 January 2025 Saurabh talk contribs created page PyGPT (Created page with "Home > API access to AI tools > PyGPT =About PyGPT= PyGPT is very good for locally making API requests to AI APIs especially openAI based so that we can do: * General text query * Internet search based query where we give some web link that AI tool needs to access * Voice based input or output * Attachment (PDF etc.) based search to get response based on attached files * Image based search (Vision) to ask AI to look at image and reply * Get outpu...")
- 05:31, 8 January 2025 Saurabh talk contribs created page Ollama model feed-back (Created page with "Home > Local system based AI tools > Ollama > Ollama model feed-back We can go to https://ollama.com/ and get information on large no. of models available include their parameter options 9B or 70B etc. and for each type of parameter option we can also see the size of model on the page. Based on the available memory on the system and advantages of particular model we can download it. The name through which can download the model is also writte...")
- 05:21, 8 January 2025 Saurabh talk contribs created page Using Ollama with Thunderbird ThunderAI plugin (Created page with "Home > Local system based AI tools > Ollama > Using Ollama with Thunderbird ThunderAI plugin We can use local ollama setup via Ollama installation in thunderbird to directly send queries to a particular model via thunderbird using: # Start thunderbird # Go to Tools -> "Addons and Themes" -> Extensions # Search for "ThunderAI" in "Fire more add-ons". # It should take you to page where there is link to Add to Thunderbird against ThunderAI p...")
- 05:01, 8 January 2025 Saurabh talk contribs created page Configure port-security on Cisco switches (Created page with "Home > Switch configuration notes > Configure port-security on Cisco switches We can configure Cisco switch for port-security so that only a limited no. of MAC addresses are allowed per port. This can prevent an unauthorized person from connecting to network. To configure port-security in Cisco switches use below steps: # Go to enable mode and interface where port-security should be configured: #:<pre> #:: Switch> enable #:: Switch #configure ter...")
- 04:51, 8 January 2025 Saurabh talk contribs created page Ollama installation (Created page with "Home > Local system based AI tools > Ollama > Ollama installation =Installing ollama on Rocky 9.x= To install Ollama on local system use following steps: # Download Ollama archive (.tgz) from the ollama site: #:<pre> #:: curl -L https://ollama.com/download/ollama-linux-amd64.tgz -o ollama-linux-amd64.tgz #:</pre> # Extract the ollama source and try to start ollama server on local machine:<source type="bash"> sudo tar -C /usr -xzf ollama-linux-a...")
- 04:38, 8 January 2025 Saurabh talk contribs created page Ollama (Created page with "Home > Local system based AI tools > Ollama *Ollama installation *Using Ollama with Thunderbird ThunderAI plugin *Ollama model feed-back Home > Local system based AI tools > Ollama")
- 04:37, 8 January 2025 Saurabh talk contribs created page Local system based AI tools (Created page with "Home > Local system based AI tools *Ollama *PyGPT Home > Local system based AI tools")
- 06:06, 31 December 2024 User account Rehaman talk contribs was created by Saurabh talk contribs
- 05:46, 31 December 2024 User account Ratikanta talk contribs was created by Saurabh talk contribs
- 05:45, 31 December 2024 User account Darshan talk contribs was created by Saurabh talk contribs
- 05:45, 31 December 2024 User account Nagaraj talk contribs was created by Saurabh talk contribs
- 09:02, 8 December 2024 Saurabh talk contribs created page Take backup of all phone files via sftp (Created page with "Home > Android > Take backup of all phone files via sftp If we take backup of phone via Samsung account or google account it is typically only application, settings, contacts, phone logs and messages. The biggest space consumer such as Whatsapp data, Phone photos and videos are not backed up. To backup entire phone storage recursively including Downloads, etc. '''via a Linux machine''' use: # Install "SFTP Server s0 v1" Android application on ph...")
- 12:21, 7 December 2024 Saurabh talk contribs created page Rocky 9.x Thunderbird (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > Thunderbird *Rocky 9.x Thunderbird plugins There are other Thunderbird articles at OpenSuse Leap 15 Thunderbird Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > Rocky 9.x Thunderbird|Thu...")
- 12:21, 7 December 2024 Saurabh talk contribs created page Rocky 9.x Thunderbird plugins (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > Thunderbird > Plugins =Rocky 9.x Thunderbird plugins= ==Useful plugins== ===Move messages or yourself=== Account names are account1, account2 etc. and not proper account names. Set required shortcuts via: Manage Extension -> Manage extension shortcuts Avoi...")
- 07:21, 11 November 2024 User account Prasad talk contribs was created by Saurabh talk contribs
- 07:19, 11 November 2024 User account Nageshwar talk contribs was created by Saurabh talk contribs
- 07:16, 11 November 2024 Saurabh talk contribs created page TP-Link switch configuring port-security to limit MAC IDs per port (Created page with "Home > Switch configuration notes > TP-Link switch configuring port-security to limit MAC IDs per port =TP-Link switch configuring port-security to limit MAC IDs per port= ==Configure port-security for limiting MAC IDs per port== To configure port-security on a TP-Link switch use at global configuration level enable per-port limit of 1 (or desired no) of MAC IDs: <source type="Bash"> mac address-table max-mac-count max-number 1 exceed-maxlearned e...")
- 07:41, 29 September 2024 Saurabh talk contribs created page CentOS 8.x Control Web panel Disable Excessive resource usage alerts from LFD (Created page with "Home > CentOS > CentOS 8.x > Email servers > Control Web panel > Disable Excessive resource usage alerts from LFD = Disabling High Resource Utilization Alerts for Specific Processes = This article explains how to disable or modify Login Failure Daemon (LFD) alerts for processes using excessive CPU time. Th...")
- 07:33, 29 September 2024 Saurabh talk contribs created page CentOS 8.x Control Web panel Disable emails for successful SSH from LFD (Created page with "Home > CentOS > CentOS 8.x > Email servers > Control Web panel > Disable emails for successful SSH from LFD = Disabling LFD Email Alerts for Successful SSH Logins = This guide explains how to disable email alerts from Login Failure Daemon (LFD) for successful SSH logins on servers configured with key-based authe...")
- 07:18, 29 September 2024 Saurabh talk contribs created page Rocky 9.x Troubleshooting boot issues (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > Troubleshooting boot issues *Rocky 9.x Rebuilding Initial Ramdisk (initrd/initramfs) to solve boot issue Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > Rocky 9.x Troubleshooting boot issues|Troubleshooting boot...")
- 07:18, 29 September 2024 Saurabh talk contribs created page Rocky 9.x Rebuilding Initial Ramdisk (initrd/initramfs) to solve boot issue (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > Troubleshooting boot issues > Rebuilding Initial Ramdisk (initrd/initramfs) = Rebuilding Initial Ramdisk (initrd/initramfs) in Rocky Linux 9.x = This article provides steps to rebuild the initial ramdisk (initrd/initram...")
- 07:09, 29 September 2024 Saurabh talk contribs created page Get secret value from TOTP based QR code for saving in text format (Created page with "Home > Online tools and utilities > Get secret value from TOTP based QR code for saving in text format = Converting TOTP QR Codes to Text Values = This article explains how to convert Time-based One-Time Password (TOTP) QR codes to their underlying text values using an online tool. This process is useful for sharing TOTP-based two-factor authentication (2FA) between multiple users or devices. == Introduction == TOTP is a common method for impl...")
- 07:57, 4 August 2024 Saurabh talk contribs created page Troubleshooting ram usage or out of memory issues with proxmox (Created page with "Home > Debian > Proxmox virtual environment > Troubleshooting ram usage or out of memory issues with proxmox If there is issue being faced related to RAM usage and if even worse some VMs are getting killed by OOM (Out of Memory) Killer then we can use following steps to investigate further. # Look at total memory allocated to VM and total physical memory. # Also look at whether balooning with minimum and maximum values has been enabled. # Do...")
- 07:35, 4 August 2024 Saurabh talk contribs created page Configure external syslog server on NSX manager for central logging or SIEM purposes (Created page with "Home > VMWare platform > VMWare NSX > Configure external syslog server on NSX manager for central logging or SIEM purposes Configuring syslog server on NSX requires doing SSH to cluster IP / NSX manager IP and using: <pre> set logging-server <syslog-server> proto udp level info </pre> Later we can validate settings via: <pre> get logging-servers </pre> After this we still need to go to Distributed firewall and for each firewall rule enable op...")
- 07:31, 4 August 2024 Saurabh talk contribs created page Renew NSX Manager certificates (Created page with "Home > VMWare platform > VMWare NSX > Renew NSX Manager certificates To renew NSX manager certificates use following steps: # Login into NSX manager or NSX manager cluster # Go to System -> Certificates -> CSR # Select one certificate at a time and enable self-sign for it for 825 days (More than this may not be acceptable by NSX manager UI). # '''After the self-signed certificates are renewed''' go to System -> Fabric -> Compute Managers # Edit...")
- 06:12, 4 August 2024 Saurabh talk contribs created page Install an additional CA certificate as trusted at the OS level in VMware Photon 4.0 OS (Created page with "Home > VMWare platform > VMWare Platform Miscellaneous > Install an additional CA certificate as trusted at the OS level in VMware Photon 4.0 OS To install an additional CA certificate as trusted at the OS level in VMware Photon 4.0 OS, you can follow these steps: # Obtain the CA Certificate: #: Ensure you have the CA certificate file (e.g., `mycertificate.pem`) that you want to add as a trusted certificate. # Copy the Certificate to the Appro...")
- 06:08, 4 August 2024 Saurabh talk contribs created page Delete millions of objects and terabytes of data from an AWS S3 bucket (Created page with "Home > Amazon web services > Delete millions of objects and terabytes of data from an AWS S3 bucket To delete millions of objects and terabytes of data from an AWS S3 bucket, the most efficient and recommended method is to use S3 Lifecycle configuration rules. Here's a detailed explanation of how to do this: # Use S3 Lifecycle Configuration: #:Setting up a lifecycle policy is the most effective way to delete large amounts of data from an S3 bucket...")
- 05:17, 10 April 2024 Saurabh talk contribs created page Rocky 9.x Ventoy (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > File system management > Rocky 9.x Ventoy It is better to use Ventoy to have multiple OS installers on a single USB in comparison to dd approach or Rufus or some live USB creator. For creating bootable USB via Ventoy use: # Go to https://www.ventoy.net/en/download.html and download Linux .tar.gz file...")
- 05:06, 10 April 2024 Saurabh talk contribs created page Rocky 9.x loginctl (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > Rocky 9.x systemd or systemctl > Rocky 9.x loginctl It is possible for user session to end abruptly and hence not visible in output of: <pre> w </pre> In such cases if they have existing loginctl / systemd session we can see such sessions via: <pre> loginctl list-sessions </pre> We can grep units related to listed session ID via: <...")
- 05:02, 10 April 2024 Saurabh talk contribs created page Rocky 9.x Debugging systemd issues (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > Rocky 9.x systemd or systemctl > Rocky 9.x Debugging systemd issues At times we may need to debug systemd if we dont know what is going on or especially if some command is running via systemd but we dont know which unit/service is responsible for running this command. In such cases enable debug option in systemd using: # Edit '<tt>/...")
- 04:55, 10 April 2024 Saurabh talk contribs created page Rocky 9.x journalctl options (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > System Administration > Rocky 9.x systemd or systemctl > Rocky 9.x journalctl options =Logs after current boot (-b)= We can use below to see logs post current boot: <pre> journalctl -b </pre> This can be useful if we want to debug some service which is not running eg mariadb / sshd etc. and we have tried to start it manually after current boot perhaps after...")