New pages
From Notes_Wiki
- 06:38, 8 January 2025 Configure port-security on Dell switches (hist | edit) [760 bytes] Darshan (talk | contribs) (Created page with "Home > Switch configuration notes > Configure port-security on Dell switches We can configure Dell 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 Dell switches use below steps:''' ==Go to enable mode== <pre> enable </pre> ==Go to configure mode== <pre> configure terminal interface gi 1/0/__ </pre> ==Con...")
- 06:01, 8 January 2025 API access to AI tools (hist | edit) [231 bytes] Saurabh (talk | contribs) (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 PyGPT (hist | edit) [2,536 bytes] Saurabh (talk | contribs) (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 Ollama model feed-back (hist | edit) [1,422 bytes] Saurabh (talk | contribs) (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 Using Ollama with Thunderbird ThunderAI plugin (hist | edit) [1,267 bytes] Saurabh (talk | contribs) (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 Configure port-security on Cisco switches (hist | edit) [1,250 bytes] Saurabh (talk | contribs) (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 Ollama installation (hist | edit) [2,200 bytes] Saurabh (talk | contribs) (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 Ollama (hist | edit) [239 bytes] Saurabh (talk | contribs) (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 Local system based AI tools (hist | edit) [119 bytes] Saurabh (talk | contribs) (Created page with "Home > Local system based AI tools *Ollama *PyGPT Home > Local system based AI tools")
- 09:02, 8 December 2024 Take backup of all phone files via sftp (hist | edit) [991 bytes] Saurabh (talk | contribs) (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 Rocky 9.x Thunderbird (hist | edit) [485 bytes] Saurabh (talk | contribs) (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 Rocky 9.x Thunderbird plugins (hist | edit) [1,632 bytes] Saurabh (talk | contribs) (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:16, 11 November 2024 TP-Link switch configuring port-security to limit MAC IDs per port (hist | edit) [983 bytes] Saurabh (talk | contribs) (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...")