New pages
From Notes_Wiki
- 07:20, 6 May 2025 Mount Windows shared files using CIFS (hist | edit) [2,324 bytes] Kamal (talk | contribs) (Created page with "Home > Ubuntu > Ubuntu 22.04 > Mount Windows shared files using CIFS")
- 11:53, 4 May 2025 Rocky 9.x Encrypt LVM logical volume before filesystem setup (hist | edit) [1,851 bytes] Saurabh (talk | contribs) (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...")
- 06:01, 3 May 2025 Monitoring LVM Thin Volume Pool using Zabbix (hist | edit) [3,478 bytes] Kamal (talk | contribs) (Created page with "We can Monitor LVM Thin Volume Pool using Zabbix custom script")
- 09:34, 2 May 2025 Automating taking and deleting of Snapshots (hist | edit) [4,266 bytes] Kamal (talk | contribs) (Created page with " Home > Proxmox > Automating taking and deleting of Snapshots")
- 09:29, 2 May 2025 Creating Automating taking Snapshot and deletion of the same in Proxmox (hist | edit) [0 bytes] Kamal (talk | contribs) (Created page with "We can Automate taking snapshot and deleting them using '''cv4pve-autosnap''' tool cv4pve-autosnap is a lightweight automation tool designed for Proxmox VE environments to create and manage LVM-Thin and ZFS volume snapshots. It helps administrators implement automated, scheduled snapshot backups of virtual machines (VMs) and containers (CTs), offering a simple but effective mechanism for data protection and rollback.")
- 09:24, 2 May 2025 Automating taking Snapshot and deletion of the same in Proxmox (hist | edit) [526 bytes] Kamal (talk | contribs) (Created page with " Home > Proxmox > Creating Automating taking Snapshot and deletion of the same in Proxmox")
- 09:18, 2 May 2025 Proxmox (hist | edit) [84 bytes] Kamal (talk | contribs) (Created page with " Home > Hardware troubleshooting *Automating taking Snapshot and deletion of the same in Proxmox")
- 05:30, 6 April 2025 Rocky 9.x kalarm (hist | edit) [745 bytes] Saurabh (talk | contribs) (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 Ubuntu 22.04 (hist | edit) [198 bytes] Saurabh (talk | contribs) (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 Ubuntu 22.04 Set default boot kernel for grub (hist | edit) [836 bytes] Saurabh (talk | contribs) (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" #:</...")
- 09:26, 23 March 2025 Msty (hist | edit) [756 bytes] Saurabh (talk | contribs) (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 Perplexica (hist | edit) [2,556 bytes] Saurabh (talk | contribs) (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 N8n (hist | edit) [391 bytes] Saurabh (talk | contribs) (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 Pinokio (hist | edit) [476 bytes] Saurabh (talk | contribs) (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 Sgpt (hist | edit) [599 bytes] Saurabh (talk | contribs) (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 Self Operating Computer (hist | edit) [707 bytes] Saurabh (talk | contribs) (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 Open Interpreter (hist | edit) [568 bytes] Saurabh (talk | contribs) (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...")
- 08:20, 13 February 2025 Fortinet Firewall IDS configuration (hist | edit) [5,157 bytes] Darshan (talk | contribs) (Created page with "Home > Enterprise security devices or applications > Fortigate firewall > Fortinet Firewall IDS configuration == Configuration of IDS on FortiGate Firewall == This guide provides step-by-step instructions for configuring the Intrusion Detection System (IDS) on a FortiGate firewall to enhance network security by monitoring and logging suspicious activities. === Configure the Correct Time Zone === * Setting the correct time zone ensures ac...")
- 21:29, 6 February 2025 Commands for checking information and details on a Paloalto firewall (hist | edit) [2,213 bytes] Darshan (talk | contribs) (Created page with "Home > Enterprise security devices or applications > Paloalto firewall > Commands for checking information and details on a Paloalto firewall === Get System Status === '''Command:''' <pre> get system status </pre> '''Description:''' Displays the system status, including firmware version, security updates, hostname, serial number, and operational mode. === get system ha status === * '''Command:''' <pre> <code>get system ha status</code> </...")
- 21:25, 6 February 2025 Commands for checking information and details on a Fortinet firewall (hist | edit) [11,177 bytes] Darshan (talk | contribs) (Created page with "Home > Enterprise security devices or applications > Fortigate firewall > '''Creating Commands for checking information and details on a Fortinet firewall''' == FortiGate Diagnostic and System Commands == === Get System Performance Status === '''Command:''' <pre> get system performance status </pre> '''Description:''' Displays system performance statistics, including CPU usage, memory usage, and process details. === Get System HA Status === '''...")
- 08:26, 5 February 2025 ManageEngine Firewall Analyzer - Information & Features (hist | edit) [6,212 bytes] Darshan (talk | contribs) (Created page with "Home > Enterprise security devices or applications > Firewall Analyzer > '''ManageEngine Firewall Analyzer - information & Features''' = ManageEngine Firewall Analyzer = == Introduction == === What is Firewall Analyzer? === ManageEngine Firewall Analyzer is a web based tool for change management, configuration analysis, security audit of Firewall devices, bandwidth monitoring and security reporting. The software application analyzes the Firewall...")
- 08:19, 5 February 2025 ManageEngine Firewall Analyzer - User Guide & Features (hist | edit) [6,212 bytes] Darshan (talk | contribs) (Created page with "Home > Enterprise security devices or applications > Firewall Analyzer > '''ManageEngine Firewall Analyzer - information & Features|Information and Features''' = ManageEngine Firewall Analyzer = == Introduction == === What is Firewall Analyzer? === ManageEngine Firewall Analyzer is a web based tool for change management, configuration analysis, security audit of Firewall devices, bandwidth monitoring and security reporting. The software applicat...")