diff --git a/404.html b/404.html index 2e4d77f3..57839f35 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@ SNIGDHA OS - DOCS - + diff --git a/assets/js/0b7de297.9a7167d4.js b/assets/js/0b7de297.9a7167d4.js deleted file mode 100644 index b783f661..00000000 --- a/assets/js/0b7de297.9a7167d4.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[6793],{4083:(t,o,e)=>{e.r(o),e.d(o,{assets:()=>l,contentTitle:()=>u,default:()=>h,frontMatter:()=>s,metadata:()=>i,toc:()=>c});var n=e(4848),r=e(8453);const s={sidebar_position:2},u="Troubleshoot: Bluetooth",i={id:"troubleshoot/bluetooth",title:"Troubleshoot: Bluetooth",description:"",source:"@site/docs/troubleshoot/bluetooth.md",sourceDirName:"troubleshoot",slug:"/troubleshoot/bluetooth",permalink:"/documentation/troubleshoot/bluetooth",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/troubleshoot/bluetooth.md",tags:[],version:"current",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Troubleshoot: Wifi",permalink:"/documentation/troubleshoot/wifi"},next:{title:"Troubleshoot: Sound",permalink:"/documentation/troubleshoot/sound"}},l={},c=[];function a(t){const o={h1:"h1",...(0,r.R)(),...t.components};return(0,n.jsx)(o.h1,{id:"troubleshoot-bluetooth",children:"Troubleshoot: Bluetooth"})}function h(t={}){const{wrapper:o}={...(0,r.R)(),...t.components};return o?(0,n.jsx)(o,{...t,children:(0,n.jsx)(a,{...t})}):a(t)}},8453:(t,o,e)=>{e.d(o,{R:()=>u,x:()=>i});var n=e(6540);const r={},s=n.createContext(r);function u(t){const o=n.useContext(s);return n.useMemo((function(){return"function"==typeof t?t(o):{...o,...t}}),[o,t])}function i(t){let o;return o=t.disableParentContext?"function"==typeof t.components?t.components(r):t.components||r:u(t.components),n.createElement(s.Provider,{value:o},t.children)}}}]); \ No newline at end of file diff --git a/assets/js/0b7de297.f959a2ed.js b/assets/js/0b7de297.f959a2ed.js new file mode 100644 index 00000000..8c13e5d7 --- /dev/null +++ b/assets/js/0b7de297.f959a2ed.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[6793],{4083:(e,t,o)=>{o.r(t),o.d(t,{assets:()=>h,contentTitle:()=>i,default:()=>u,frontMatter:()=>r,metadata:()=>l,toc:()=>c});var s=o(4848),n=o(8453);const r={sidebar_position:2},i="Troubleshoot: Bluetooth",l={id:"troubleshoot/bluetooth",title:"Troubleshoot: Bluetooth",description:"Troubleshooting Bluetooth on Snigdha OS involves several steps. Here's the common practice:",source:"@site/docs/troubleshoot/bluetooth.md",sourceDirName:"troubleshoot",slug:"/troubleshoot/bluetooth",permalink:"/documentation/troubleshoot/bluetooth",draft:!1,unlisted:!1,editUrl:"https://github.com/Snigdha-OS/documentation/tree/master/docs/troubleshoot/bluetooth.md",tags:[],version:"current",sidebarPosition:2,frontMatter:{sidebar_position:2},sidebar:"tutorialSidebar",previous:{title:"Troubleshoot: Wifi",permalink:"/documentation/troubleshoot/wifi"},next:{title:"Troubleshoot: Sound",permalink:"/documentation/troubleshoot/sound"}},h={},c=[];function d(e){const t={a:"a",code:"code",h1:"h1",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",...(0,n.R)(),...e.components};return(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(t.h1,{id:"troubleshoot-bluetooth",children:"Troubleshoot: Bluetooth"}),"\n",(0,s.jsx)(t.p,{children:"Troubleshooting Bluetooth on Snigdha OS involves several steps. Here's the common practice:"}),"\n",(0,s.jsxs)(t.ol,{children:["\n",(0,s.jsxs)(t.li,{children:["\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.strong,{children:"Check Hardware Compatibility"}),": Ensure that your Bluetooth hardware is supported and recognized by the system."]}),"\n"]}),"\n",(0,s.jsxs)(t.li,{children:["\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.strong,{children:"Ensure Bluetooth is enabled"}),": Use the following command to check if Bluetooth is enabled:"]}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{children:"systemctl status bluetooth\n"})}),"\n",(0,s.jsx)(t.p,{children:"If it's not enabled, start the service using:"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{children:"sudo systemctl start bluetooth\n"})}),"\n",(0,s.jsx)(t.p,{children:"And enable it to start on boot:"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{children:"sudo systemctl enable bluetooth\n"})}),"\n"]}),"\n",(0,s.jsxs)(t.li,{children:["\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.strong,{children:"Update System"}),": Make sure your system and all packages are up-to-date:"]}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{children:"sudo pacman -Syu\n"})}),"\n",(0,s.jsx)(t.p,{children:"or,"}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{children:"update\n"})}),"\n"]}),"\n",(0,s.jsxs)(t.li,{children:["\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.strong,{children:"Check Bluetooth Service Status"}),": Verify that the Bluetooth service is running without errors:"]}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{children:"sudo systemctl status bluetooth\n"})}),"\n"]}),"\n",(0,s.jsxs)(t.li,{children:["\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.strong,{children:"Check for Device Recognition"}),": Ensure that your Bluetooth device is recognized by the system:"]}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{children:"bluetoothctl\n"})}),"\n",(0,s.jsxs)(t.p,{children:["Then, use the command ",(0,s.jsx)(t.code,{children:"list"})," to see if your device is listed."]}),"\n"]}),"\n",(0,s.jsxs)(t.li,{children:["\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.strong,{children:"Restart Bluetooth Service"}),": Sometimes restarting the Bluetooth service can resolve connectivity issues:"]}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{children:"sudo systemctl restart bluetooth\n"})}),"\n"]}),"\n",(0,s.jsxs)(t.li,{children:["\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.strong,{children:"Check for Interference"}),": Bluetooth signals can be interfered with by other wireless devices. Move the Bluetooth device closer to your computer and away from other wireless devices."]}),"\n"]}),"\n",(0,s.jsxs)(t.li,{children:["\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.strong,{children:"Check for Driver Issues"}),": Ensure that you have the necessary Bluetooth drivers installed. Most Linux distributions include drivers for common Bluetooth chipsets, but you may need to manually install additional drivers for less common chipsets."]}),"\n"]}),"\n",(0,s.jsxs)(t.li,{children:["\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.strong,{children:"Check Logs"}),": Review system logs for any errors related to Bluetooth:"]}),"\n"]}),"\n"]}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{children:"journalctl -u bluetooth\n"})}),"\n",(0,s.jsxs)(t.ol,{start:"11",children:["\n",(0,s.jsxs)(t.li,{children:["\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.strong,{children:"Reset Bluetooth"}),": Sometimes resetting the Bluetooth adapter can resolve issues:"]}),"\n",(0,s.jsx)(t.pre,{children:(0,s.jsx)(t.code,{children:"sudo rfkill block bluetooth\nsudo rfkill unblock bluetooth\n"})}),"\n"]}),"\n",(0,s.jsxs)(t.li,{children:["\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.strong,{children:"Pairing Devices"}),": If you're having trouble pairing devices, ensure that they are in pairing mode and follow the correct pairing procedure."]}),"\n"]}),"\n",(0,s.jsxs)(t.li,{children:["\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.strong,{children:"Check Bluetooth Configuration Files"}),": Verify that the configuration files for Bluetooth are correctly set up. You can find these in ",(0,s.jsx)(t.code,{children:"/etc/bluetooth/"}),"."]}),"\n"]}),"\n",(0,s.jsxs)(t.li,{children:["\n",(0,s.jsxs)(t.p,{children:[(0,s.jsx)(t.strong,{children:"Community Support"}),": If you're still having trouble, consider asking for help on ",(0,s.jsx)(t.a,{href:"https://forum.snigdhaos.org/",children:"Snigdha OS forums"}),", Reddit, or You can raise an issue on ",(0,s.jsx)(t.a,{href:"https://github.com/Snigdha-OS/snigdhaos-issues/issues",children:"Github"})]}),"\n"]}),"\n"]}),"\n",(0,s.jsx)(t.p,{children:"By following these steps and troubleshooting each potential issue methodically, you should be able to resolve most Bluetooth problems on Snigdha OS."})]})}function u(e={}){const{wrapper:t}={...(0,n.R)(),...e.components};return t?(0,s.jsx)(t,{...e,children:(0,s.jsx)(d,{...e})}):d(e)}},8453:(e,t,o)=>{o.d(t,{R:()=>i,x:()=>l});var s=o(6540);const n={},r=s.createContext(n);function i(e){const t=s.useContext(r);return s.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function l(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(n):e.components||n:i(e.components),s.createElement(r.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/935f2afb.d30ca138.js b/assets/js/935f2afb.0b643cfd.js similarity index 93% rename from assets/js/935f2afb.d30ca138.js rename to assets/js/935f2afb.0b643cfd.js index a5d79703..4f745aa5 100644 --- a/assets/js/935f2afb.d30ca138.js +++ b/assets/js/935f2afb.0b643cfd.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[8581],{5610:e=>{e.exports=JSON.parse('{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"tutorialSidebar":[{"type":"category","label":"Introduction","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Introduction","href":"/documentation/","docId":"introduction/introduction","unlisted":false},{"type":"link","label":"Inspiration","href":"/documentation/introduction/inspiration","docId":"introduction/inspiration","unlisted":false},{"type":"link","label":"Code Of Conduct","href":"/documentation/introduction/code_of_conduct","docId":"introduction/code_of_conduct","unlisted":false},{"type":"link","label":"Release Notes","href":"/documentation/introduction/release_notes","docId":"introduction/release_notes","unlisted":false},{"type":"link","label":"Reporting Bugs","href":"/documentation/introduction/reporting_bugs","docId":"introduction/reporting_bugs","unlisted":false},{"type":"link","label":"Frequently Asked","href":"/documentation/introduction/faqs","docId":"introduction/faqs","unlisted":false},{"type":"link","label":"Code Contribution Guidelines","href":"/documentation/introduction/contributing","docId":"introduction/contributing","unlisted":false}],"href":"/documentation/category/introduction"},{"type":"category","label":"Before Installation","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"System Requirements","href":"/documentation/before_installation/system_requirements","docId":"before_installation/system_requirements","unlisted":false},{"type":"link","label":"Important Notes","href":"/documentation/before_installation/imporatnt_notes","docId":"before_installation/imporatnt_notes","unlisted":false},{"type":"link","label":"Internet Connection","href":"/documentation/before_installation/internet_connection","docId":"before_installation/internet_connection","unlisted":false}],"href":"/documentation/category/before-installation"},{"type":"category","label":"Installation","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Download Snigdha OS","href":"/documentation/installation/download_snigdha_os","docId":"installation/download_snigdha_os","unlisted":false},{"type":"link","label":"Make Bootable USB","href":"/documentation/installation/making_bootable_usb","docId":"installation/making_bootable_usb","unlisted":false},{"type":"link","label":"Live Environment","href":"/documentation/installation/live_env","docId":"installation/live_env","unlisted":false},{"type":"link","label":"Offline Installation","href":"/documentation/installation/offline_install","docId":"installation/offline_install","unlisted":false},{"type":"link","label":"Online Installation","href":"/documentation/installation/online_install","docId":"installation/online_install","unlisted":false},{"type":"link","label":"Install Snigdha OS","href":"/documentation/installation/start_installation","docId":"installation/start_installation","unlisted":false},{"type":"link","label":"Virtualbox","href":"/documentation/installation/virtualbox_installation","docId":"installation/virtualbox_installation","unlisted":false}],"href":"/documentation/category/installation"},{"type":"category","label":"Post Installation","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Language","href":"/documentation/post_installation/language","docId":"post_installation/language","unlisted":false},{"type":"link","label":"Update Snigdha OS","href":"/documentation/post_installation/update","docId":"post_installation/update","unlisted":false},{"type":"link","label":"Customize Snigdha OS","href":"/documentation/post_installation/customization","docId":"post_installation/customization","unlisted":false},{"type":"link","label":"Install Packages","href":"/documentation/post_installation/install_packages","docId":"post_installation/install_packages","unlisted":false}],"href":"/documentation/category/post-installation"},{"type":"category","label":"User Guide","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Cheetsheet/Shortcuts","href":"/documentation/user_guide/cheetsheet","docId":"user_guide/cheetsheet","unlisted":false},{"type":"link","label":"Installing with AUR","href":"/documentation/user_guide/aur","docId":"user_guide/aur","unlisted":false}],"href":"/documentation/category/user-guide"},{"type":"category","label":"Troubleshoot","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Troubleshoot: Wifi","href":"/documentation/troubleshoot/wifi","docId":"troubleshoot/wifi","unlisted":false},{"type":"link","label":"Troubleshoot: Bluetooth","href":"/documentation/troubleshoot/bluetooth","docId":"troubleshoot/bluetooth","unlisted":false},{"type":"link","label":"Troubleshoot: Sound","href":"/documentation/troubleshoot/sound","docId":"troubleshoot/sound","unlisted":false},{"type":"link","label":"Troubleshoot: Display","href":"/documentation/troubleshoot/display","docId":"troubleshoot/display","unlisted":false}],"href":"/documentation/category/troubleshoot"},{"type":"category","label":"Packages","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Welcome","href":"/documentation/packages/snigdhaos_welcome","docId":"packages/snigdhaos_welcome","unlisted":false},{"type":"link","label":"Blackbox","href":"/documentation/packages/snigdhaos_blackbox","docId":"packages/snigdhaos_blackbox","unlisted":false}],"href":"/documentation/category/packages"},{"type":"category","label":"Developers Guide","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Build Snigdha OS","href":"/documentation/dev_guide/build_source","docId":"dev_guide/build_source","unlisted":false},{"type":"link","label":"PKGBUILD Template","href":"/documentation/dev_guide/pkgbuild","docId":"dev_guide/pkgbuild","unlisted":false},{"type":"link","label":"Generate GPG Key","href":"/documentation/dev_guide/gpg_key","docId":"dev_guide/gpg_key","unlisted":false},{"type":"link","label":"Upload & Deploy Packages","href":"/documentation/dev_guide/deploy_packages","docId":"dev_guide/deploy_packages","unlisted":false},{"type":"link","label":"Install Keyrings","href":"/documentation/dev_guide/install_keyring","docId":"dev_guide/install_keyring","unlisted":false},{"type":"link","label":"Writing Documentation","href":"/documentation/dev_guide/write","docId":"dev_guide/write","unlisted":false}],"href":"/documentation/category/developers-guide"},{"type":"category","label":"Tools","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Tool: DNS Enum","href":"/documentation/tools/dns","docId":"tools/dns","unlisted":false}],"href":"/documentation/category/tools"}]},"docs":{"before_installation/imporatnt_notes":{"id":"before_installation/imporatnt_notes","title":"Important Notes","description":"\ud83d\udccc We do not recommended you to install Snigdha OS via VM (\'Virtual Machine\' = virtual machine), as it is optimized for use on real hardware or physical machine.","sidebar":"tutorialSidebar"},"before_installation/internet_connection":{"id":"before_installation/internet_connection","title":"Internet Connection","description":"","sidebar":"tutorialSidebar"},"before_installation/system_requirements":{"id":"before_installation/system_requirements","title":"System Requirements","description":"Minimum Requirements","sidebar":"tutorialSidebar"},"dev_guide/build_source":{"id":"dev_guide/build_source","title":"Build Snigdha OS","description":"Overview","sidebar":"tutorialSidebar"},"dev_guide/deploy_packages":{"id":"dev_guide/deploy_packages","title":"Upload & Deploy Packages","description":"","sidebar":"tutorialSidebar"},"dev_guide/gpg_key":{"id":"dev_guide/gpg_key","title":"Generate GPG Key","description":"","sidebar":"tutorialSidebar"},"dev_guide/install_keyring":{"id":"dev_guide/install_keyring","title":"Install Keyrings","description":"","sidebar":"tutorialSidebar"},"dev_guide/pkgbuild":{"id":"dev_guide/pkgbuild","title":"PKGBUILD Template","description":"Snigdha OS has it\'s own PKGBUILD template for building packages. We follow the the template so that we can maintain the packages in a better way. If you are building packages for Snigdha OS, then it will be a good option to follow the PKGBUILD template.","sidebar":"tutorialSidebar"},"dev_guide/write":{"id":"dev_guide/write","title":"Writing Documentation","description":"Adding documentation can help countless future of Snigdha OS users. A few ideas of what to work on:","sidebar":"tutorialSidebar"},"installation/download_snigdha_os":{"id":"installation/download_snigdha_os","title":"Download Snigdha OS","description":"","sidebar":"tutorialSidebar"},"installation/live_env":{"id":"installation/live_env","title":"Live Environment","description":"","sidebar":"tutorialSidebar"},"installation/making_bootable_usb":{"id":"installation/making_bootable_usb","title":"Make Bootable USB","description":"","sidebar":"tutorialSidebar"},"installation/offline_install":{"id":"installation/offline_install","title":"Offline Installation","description":"","sidebar":"tutorialSidebar"},"installation/online_install":{"id":"installation/online_install","title":"Online Installation","description":"","sidebar":"tutorialSidebar"},"installation/start_installation":{"id":"installation/start_installation","title":"Install Snigdha OS","description":"","sidebar":"tutorialSidebar"},"installation/virtualbox_installation":{"id":"installation/virtualbox_installation","title":"Virtualbox","description":"","sidebar":"tutorialSidebar"},"introduction/code_of_conduct":{"id":"introduction/code_of_conduct","title":"Code Of Conduct","description":"A code of conduct outlines expected behavior and guidelines for individuals within a specific community, organization, or group.","sidebar":"tutorialSidebar"},"introduction/contributing":{"id":"introduction/contributing","title":"Code Contribution Guidelines","description":"Thank you for considering contributing to Snigdha OS! We welcome contributions from everyone.","sidebar":"tutorialSidebar"},"introduction/faqs":{"id":"introduction/faqs","title":"Frequently Asked","description":"Here are some frequently asked questions (FAQs) about Snigdha OS (penetration distribution):","sidebar":"tutorialSidebar"},"introduction/inspiration":{"id":"introduction/inspiration","title":"Inspiration","description":"","sidebar":"tutorialSidebar"},"introduction/introduction":{"id":"introduction/introduction","title":"Introduction","description":"Snigdha OS is a light-weight, Powerful & Optimized Operating System built for Normal Users & Penetration Testers.","sidebar":"tutorialSidebar"},"introduction/release_notes":{"id":"introduction/release_notes","title":"Release Notes","description":"","sidebar":"tutorialSidebar"},"introduction/reporting_bugs":{"id":"introduction/reporting_bugs","title":"Reporting Bugs","description":"If you discover a security vulnerability within Snigdha OS as well as any packages and tools, please follow our security policy so we can address it promptly.","sidebar":"tutorialSidebar"},"packages/snigdhaos_blackbox":{"id":"packages/snigdhaos_blackbox","title":"Blackbox","description":"","sidebar":"tutorialSidebar"},"packages/snigdhaos_welcome":{"id":"packages/snigdhaos_welcome","title":"Welcome","description":"","sidebar":"tutorialSidebar"},"post_installation/customization":{"id":"post_installation/customization","title":"Customize Snigdha OS","description":"","sidebar":"tutorialSidebar"},"post_installation/install_packages":{"id":"post_installation/install_packages","title":"Install Packages","description":"","sidebar":"tutorialSidebar"},"post_installation/language":{"id":"post_installation/language","title":"Language","description":"","sidebar":"tutorialSidebar"},"post_installation/update":{"id":"post_installation/update","title":"Update Snigdha OS","description":"","sidebar":"tutorialSidebar"},"tools/dns":{"id":"tools/dns","title":"Tool: DNS Enum","description":"","sidebar":"tutorialSidebar"},"troubleshoot/bluetooth":{"id":"troubleshoot/bluetooth","title":"Troubleshoot: Bluetooth","description":"","sidebar":"tutorialSidebar"},"troubleshoot/display":{"id":"troubleshoot/display","title":"Troubleshoot: Display","description":"","sidebar":"tutorialSidebar"},"troubleshoot/sound":{"id":"troubleshoot/sound","title":"Troubleshoot: Sound","description":"","sidebar":"tutorialSidebar"},"troubleshoot/wifi":{"id":"troubleshoot/wifi","title":"Troubleshoot: Wifi","description":"","sidebar":"tutorialSidebar"},"user_guide/aur":{"id":"user_guide/aur","title":"Installing with AUR","description":"","sidebar":"tutorialSidebar"},"user_guide/cheetsheet":{"id":"user_guide/cheetsheet","title":"Cheetsheet/Shortcuts","description":"","sidebar":"tutorialSidebar"}}}')}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocuments=self.webpackChunkdocuments||[]).push([[8581],{5610:e=>{e.exports=JSON.parse('{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"tutorialSidebar":[{"type":"category","label":"Introduction","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Introduction","href":"/documentation/","docId":"introduction/introduction","unlisted":false},{"type":"link","label":"Inspiration","href":"/documentation/introduction/inspiration","docId":"introduction/inspiration","unlisted":false},{"type":"link","label":"Code Of Conduct","href":"/documentation/introduction/code_of_conduct","docId":"introduction/code_of_conduct","unlisted":false},{"type":"link","label":"Release Notes","href":"/documentation/introduction/release_notes","docId":"introduction/release_notes","unlisted":false},{"type":"link","label":"Reporting Bugs","href":"/documentation/introduction/reporting_bugs","docId":"introduction/reporting_bugs","unlisted":false},{"type":"link","label":"Frequently Asked","href":"/documentation/introduction/faqs","docId":"introduction/faqs","unlisted":false},{"type":"link","label":"Code Contribution Guidelines","href":"/documentation/introduction/contributing","docId":"introduction/contributing","unlisted":false}],"href":"/documentation/category/introduction"},{"type":"category","label":"Before Installation","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"System Requirements","href":"/documentation/before_installation/system_requirements","docId":"before_installation/system_requirements","unlisted":false},{"type":"link","label":"Important Notes","href":"/documentation/before_installation/imporatnt_notes","docId":"before_installation/imporatnt_notes","unlisted":false},{"type":"link","label":"Internet Connection","href":"/documentation/before_installation/internet_connection","docId":"before_installation/internet_connection","unlisted":false}],"href":"/documentation/category/before-installation"},{"type":"category","label":"Installation","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Download Snigdha OS","href":"/documentation/installation/download_snigdha_os","docId":"installation/download_snigdha_os","unlisted":false},{"type":"link","label":"Make Bootable USB","href":"/documentation/installation/making_bootable_usb","docId":"installation/making_bootable_usb","unlisted":false},{"type":"link","label":"Live Environment","href":"/documentation/installation/live_env","docId":"installation/live_env","unlisted":false},{"type":"link","label":"Offline Installation","href":"/documentation/installation/offline_install","docId":"installation/offline_install","unlisted":false},{"type":"link","label":"Online Installation","href":"/documentation/installation/online_install","docId":"installation/online_install","unlisted":false},{"type":"link","label":"Install Snigdha OS","href":"/documentation/installation/start_installation","docId":"installation/start_installation","unlisted":false},{"type":"link","label":"Virtualbox","href":"/documentation/installation/virtualbox_installation","docId":"installation/virtualbox_installation","unlisted":false}],"href":"/documentation/category/installation"},{"type":"category","label":"Post Installation","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Language","href":"/documentation/post_installation/language","docId":"post_installation/language","unlisted":false},{"type":"link","label":"Update Snigdha OS","href":"/documentation/post_installation/update","docId":"post_installation/update","unlisted":false},{"type":"link","label":"Customize Snigdha OS","href":"/documentation/post_installation/customization","docId":"post_installation/customization","unlisted":false},{"type":"link","label":"Install Packages","href":"/documentation/post_installation/install_packages","docId":"post_installation/install_packages","unlisted":false}],"href":"/documentation/category/post-installation"},{"type":"category","label":"User Guide","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Cheetsheet/Shortcuts","href":"/documentation/user_guide/cheetsheet","docId":"user_guide/cheetsheet","unlisted":false},{"type":"link","label":"Installing with AUR","href":"/documentation/user_guide/aur","docId":"user_guide/aur","unlisted":false}],"href":"/documentation/category/user-guide"},{"type":"category","label":"Troubleshoot","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Troubleshoot: Wifi","href":"/documentation/troubleshoot/wifi","docId":"troubleshoot/wifi","unlisted":false},{"type":"link","label":"Troubleshoot: Bluetooth","href":"/documentation/troubleshoot/bluetooth","docId":"troubleshoot/bluetooth","unlisted":false},{"type":"link","label":"Troubleshoot: Sound","href":"/documentation/troubleshoot/sound","docId":"troubleshoot/sound","unlisted":false},{"type":"link","label":"Troubleshoot: Display","href":"/documentation/troubleshoot/display","docId":"troubleshoot/display","unlisted":false}],"href":"/documentation/category/troubleshoot"},{"type":"category","label":"Packages","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Welcome","href":"/documentation/packages/snigdhaos_welcome","docId":"packages/snigdhaos_welcome","unlisted":false},{"type":"link","label":"Blackbox","href":"/documentation/packages/snigdhaos_blackbox","docId":"packages/snigdhaos_blackbox","unlisted":false}],"href":"/documentation/category/packages"},{"type":"category","label":"Developers Guide","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Build Snigdha OS","href":"/documentation/dev_guide/build_source","docId":"dev_guide/build_source","unlisted":false},{"type":"link","label":"PKGBUILD Template","href":"/documentation/dev_guide/pkgbuild","docId":"dev_guide/pkgbuild","unlisted":false},{"type":"link","label":"Generate GPG Key","href":"/documentation/dev_guide/gpg_key","docId":"dev_guide/gpg_key","unlisted":false},{"type":"link","label":"Upload & Deploy Packages","href":"/documentation/dev_guide/deploy_packages","docId":"dev_guide/deploy_packages","unlisted":false},{"type":"link","label":"Install Keyrings","href":"/documentation/dev_guide/install_keyring","docId":"dev_guide/install_keyring","unlisted":false},{"type":"link","label":"Writing Documentation","href":"/documentation/dev_guide/write","docId":"dev_guide/write","unlisted":false}],"href":"/documentation/category/developers-guide"},{"type":"category","label":"Tools","collapsible":false,"collapsed":false,"items":[{"type":"link","label":"Tool: DNS Enum","href":"/documentation/tools/dns","docId":"tools/dns","unlisted":false}],"href":"/documentation/category/tools"}]},"docs":{"before_installation/imporatnt_notes":{"id":"before_installation/imporatnt_notes","title":"Important Notes","description":"\ud83d\udccc We do not recommended you to install Snigdha OS via VM (\'Virtual Machine\' = virtual machine), as it is optimized for use on real hardware or physical machine.","sidebar":"tutorialSidebar"},"before_installation/internet_connection":{"id":"before_installation/internet_connection","title":"Internet Connection","description":"","sidebar":"tutorialSidebar"},"before_installation/system_requirements":{"id":"before_installation/system_requirements","title":"System Requirements","description":"Minimum Requirements","sidebar":"tutorialSidebar"},"dev_guide/build_source":{"id":"dev_guide/build_source","title":"Build Snigdha OS","description":"Overview","sidebar":"tutorialSidebar"},"dev_guide/deploy_packages":{"id":"dev_guide/deploy_packages","title":"Upload & Deploy Packages","description":"","sidebar":"tutorialSidebar"},"dev_guide/gpg_key":{"id":"dev_guide/gpg_key","title":"Generate GPG Key","description":"","sidebar":"tutorialSidebar"},"dev_guide/install_keyring":{"id":"dev_guide/install_keyring","title":"Install Keyrings","description":"","sidebar":"tutorialSidebar"},"dev_guide/pkgbuild":{"id":"dev_guide/pkgbuild","title":"PKGBUILD Template","description":"Snigdha OS has it\'s own PKGBUILD template for building packages. We follow the the template so that we can maintain the packages in a better way. If you are building packages for Snigdha OS, then it will be a good option to follow the PKGBUILD template.","sidebar":"tutorialSidebar"},"dev_guide/write":{"id":"dev_guide/write","title":"Writing Documentation","description":"Adding documentation can help countless future of Snigdha OS users. A few ideas of what to work on:","sidebar":"tutorialSidebar"},"installation/download_snigdha_os":{"id":"installation/download_snigdha_os","title":"Download Snigdha OS","description":"","sidebar":"tutorialSidebar"},"installation/live_env":{"id":"installation/live_env","title":"Live Environment","description":"","sidebar":"tutorialSidebar"},"installation/making_bootable_usb":{"id":"installation/making_bootable_usb","title":"Make Bootable USB","description":"","sidebar":"tutorialSidebar"},"installation/offline_install":{"id":"installation/offline_install","title":"Offline Installation","description":"","sidebar":"tutorialSidebar"},"installation/online_install":{"id":"installation/online_install","title":"Online Installation","description":"","sidebar":"tutorialSidebar"},"installation/start_installation":{"id":"installation/start_installation","title":"Install Snigdha OS","description":"","sidebar":"tutorialSidebar"},"installation/virtualbox_installation":{"id":"installation/virtualbox_installation","title":"Virtualbox","description":"","sidebar":"tutorialSidebar"},"introduction/code_of_conduct":{"id":"introduction/code_of_conduct","title":"Code Of Conduct","description":"A code of conduct outlines expected behavior and guidelines for individuals within a specific community, organization, or group.","sidebar":"tutorialSidebar"},"introduction/contributing":{"id":"introduction/contributing","title":"Code Contribution Guidelines","description":"Thank you for considering contributing to Snigdha OS! We welcome contributions from everyone.","sidebar":"tutorialSidebar"},"introduction/faqs":{"id":"introduction/faqs","title":"Frequently Asked","description":"Here are some frequently asked questions (FAQs) about Snigdha OS (penetration distribution):","sidebar":"tutorialSidebar"},"introduction/inspiration":{"id":"introduction/inspiration","title":"Inspiration","description":"","sidebar":"tutorialSidebar"},"introduction/introduction":{"id":"introduction/introduction","title":"Introduction","description":"Snigdha OS is a light-weight, Powerful & Optimized Operating System built for Normal Users & Penetration Testers.","sidebar":"tutorialSidebar"},"introduction/release_notes":{"id":"introduction/release_notes","title":"Release Notes","description":"","sidebar":"tutorialSidebar"},"introduction/reporting_bugs":{"id":"introduction/reporting_bugs","title":"Reporting Bugs","description":"If you discover a security vulnerability within Snigdha OS as well as any packages and tools, please follow our security policy so we can address it promptly.","sidebar":"tutorialSidebar"},"packages/snigdhaos_blackbox":{"id":"packages/snigdhaos_blackbox","title":"Blackbox","description":"","sidebar":"tutorialSidebar"},"packages/snigdhaos_welcome":{"id":"packages/snigdhaos_welcome","title":"Welcome","description":"","sidebar":"tutorialSidebar"},"post_installation/customization":{"id":"post_installation/customization","title":"Customize Snigdha OS","description":"","sidebar":"tutorialSidebar"},"post_installation/install_packages":{"id":"post_installation/install_packages","title":"Install Packages","description":"","sidebar":"tutorialSidebar"},"post_installation/language":{"id":"post_installation/language","title":"Language","description":"","sidebar":"tutorialSidebar"},"post_installation/update":{"id":"post_installation/update","title":"Update Snigdha OS","description":"","sidebar":"tutorialSidebar"},"tools/dns":{"id":"tools/dns","title":"Tool: DNS Enum","description":"","sidebar":"tutorialSidebar"},"troubleshoot/bluetooth":{"id":"troubleshoot/bluetooth","title":"Troubleshoot: Bluetooth","description":"Troubleshooting Bluetooth on Snigdha OS involves several steps. Here\'s the common practice:","sidebar":"tutorialSidebar"},"troubleshoot/display":{"id":"troubleshoot/display","title":"Troubleshoot: Display","description":"","sidebar":"tutorialSidebar"},"troubleshoot/sound":{"id":"troubleshoot/sound","title":"Troubleshoot: Sound","description":"","sidebar":"tutorialSidebar"},"troubleshoot/wifi":{"id":"troubleshoot/wifi","title":"Troubleshoot: Wifi","description":"","sidebar":"tutorialSidebar"},"user_guide/aur":{"id":"user_guide/aur","title":"Installing with AUR","description":"","sidebar":"tutorialSidebar"},"user_guide/cheetsheet":{"id":"user_guide/cheetsheet","title":"Cheetsheet/Shortcuts","description":"","sidebar":"tutorialSidebar"}}}')}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.72102313.js b/assets/js/runtime~main.54a7900c.js similarity index 98% rename from assets/js/runtime~main.72102313.js rename to assets/js/runtime~main.54a7900c.js index 75213552..8c8db8a6 100644 --- a/assets/js/runtime~main.72102313.js +++ b/assets/js/runtime~main.54a7900c.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,c,d,f,b={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var c=t[e]={id:e,loaded:!1,exports:{}};return b[e].call(c.exports,c,c.exports,r),c.loaded=!0,c.exports}r.m=b,r.c=t,e=[],r.O=(a,c,d,f)=>{if(!c){var b=1/0;for(i=0;i=f)&&Object.keys(r.O).every((e=>r.O[e](c[o])))?c.splice(o--,1):(t=!1,f0&&e[i-1][2]>f;i--)e[i]=e[i-1];e[i]=[c,d,f]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,d){if(1&d&&(e=this(e)),8&d)return e;if("object"==typeof e&&e){if(4&d&&e.__esModule)return e;if(16&d&&"function"==typeof e.then)return e}var f=Object.create(null);r.r(f);var b={};a=a||[null,c({}),c([]),c(c)];for(var t=2&d&&e;"object"==typeof t&&!~a.indexOf(t);t=c(t))Object.getOwnPropertyNames(t).forEach((a=>b[a]=()=>e[a]));return b.default=()=>e,r.d(f,b),f},r.d=(e,a)=>{for(var c in a)r.o(a,c)&&!r.o(e,c)&&Object.defineProperty(e,c,{enumerable:!0,get:a[c]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,c)=>(r.f[c](e,a),a)),[])),r.u=e=>"assets/js/"+({58:"a193a73b",155:"21abdd8f",467:"36717f71",858:"0b3ceb4d",1255:"9096837d",1339:"e541c1c2",1703:"de6c38e6",1809:"34e267cb",1976:"c62485b9",2056:"ffa2682b",2246:"400546c3",2523:"9cb882f2",2711:"9e4087bc",2966:"f7a81d3a",3117:"b19634de",3236:"69817ecd",3244:"d68f1e45",3249:"ccc49370",3324:"14e72bca",3327:"9dcbbb0d",3459:"3f32b921",3527:"e89f4dea",3865:"1f9d4574",3925:"bbd9b434",4134:"393be207",4347:"e2e7c0ac",4434:"ccd1ff3c",4474:"eda3af29",4813:"6875c492",4893:"ec3de22d",4925:"7909fc73",5473:"404ec107",5564:"1c0d73a2",5634:"dc87ea58",5678:"24e7cd5a",5713:"b20c3152",5715:"556b5122",5766:"89ebda57",5890:"66ee5a7d",5990:"151aa183",6061:"1f391b9e",6183:"fbb85ca9",6213:"b85d3565",6227:"374f080d",6301:"5d63bb5c",6540:"96b21efb",6731:"b9c524af",6793:"0b7de297",6969:"14eb3368",7098:"a7bd4aaa",7152:"143ddb83",7220:"67391c37",7472:"814f3328",7590:"ad749202",7643:"a6aa9e1f",7904:"f7392c07",7979:"ce85b788",8121:"d773f089",8209:"01a85c17",8262:"ec4024f9",8401:"17896441",8581:"935f2afb",8731:"043e14d3",8752:"d79d4c97",8758:"1b1ff061",8989:"904c2b3c",9040:"9dc2651c",9048:"a94703ab",9250:"795cfaa5",9647:"5e95c892",9886:"06ee4edd"}[e]||e)+"."+{58:"d1c9f39e",155:"ea0fcf78",467:"9bad3c31",858:"857271d9",1255:"bb8a85dd",1339:"884d5b78",1703:"cb71688a",1809:"9f30acc8",1976:"b3c2536e",2056:"949d0eb0",2237:"90ca4f2e",2246:"be0ae073",2523:"201db3f0",2711:"d133e554",2966:"8e1f2edd",3117:"9d75f5de",3236:"34b76828",3244:"71f5219e",3249:"6b73572d",3324:"c482a08c",3327:"b76a89cd",3459:"ec677403",3527:"1122dbe0",3865:"74aa75c7",3925:"b4fee3b3",4134:"3b8bdcfd",4347:"736cea4c",4434:"7c104662",4474:"5b1127f6",4813:"e8f59502",4893:"4cbbe302",4925:"82b71b38",5473:"de148e32",5533:"b00002f8",5564:"b039b21b",5634:"1d607739",5678:"ef899640",5713:"33602213",5715:"01ee6a8d",5766:"8abb5dff",5890:"a9301b2e",5990:"416f7896",6061:"53a4929f",6183:"6ca03e8d",6213:"7e75723f",6227:"7104c2d4",6301:"e41f5f8a",6540:"afdc6461",6731:"fca5fbad",6793:"9a7167d4",6969:"635651a6",7098:"eb590b25",7152:"ed20c8ac",7220:"d7830958",7472:"5ced9f63",7590:"11c2a95e",7643:"cbd984ad",7904:"ff6ec501",7979:"eda88dc6",8121:"d6e1304c",8209:"aa048192",8262:"1793a2e5",8401:"3c043026",8581:"d30ca138",8731:"628200c5",8747:"9fab19a2",8752:"b501c0b4",8758:"c5ffb15e",8989:"603be750",9040:"e1fa1844",9048:"3ca769dc",9250:"ca7ed7a2",9647:"c173e196",9886:"69f7adc3"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),d={},f="documents:",r.l=(e,a,c,b)=>{if(d[e])d[e].push(a);else{var t,o;if(void 0!==c)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var f=d[e];if(delete d[e],t.parentNode&&t.parentNode.removeChild(t),f&&f.forEach((e=>e(c))),a)return a(c)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/documentation/",r.gca=function(e){return e={17896441:"8401",a193a73b:"58","21abdd8f":"155","36717f71":"467","0b3ceb4d":"858","9096837d":"1255",e541c1c2:"1339",de6c38e6:"1703","34e267cb":"1809",c62485b9:"1976",ffa2682b:"2056","400546c3":"2246","9cb882f2":"2523","9e4087bc":"2711",f7a81d3a:"2966",b19634de:"3117","69817ecd":"3236",d68f1e45:"3244",ccc49370:"3249","14e72bca":"3324","9dcbbb0d":"3327","3f32b921":"3459",e89f4dea:"3527","1f9d4574":"3865",bbd9b434:"3925","393be207":"4134",e2e7c0ac:"4347",ccd1ff3c:"4434",eda3af29:"4474","6875c492":"4813",ec3de22d:"4893","7909fc73":"4925","404ec107":"5473","1c0d73a2":"5564",dc87ea58:"5634","24e7cd5a":"5678",b20c3152:"5713","556b5122":"5715","89ebda57":"5766","66ee5a7d":"5890","151aa183":"5990","1f391b9e":"6061",fbb85ca9:"6183",b85d3565:"6213","374f080d":"6227","5d63bb5c":"6301","96b21efb":"6540",b9c524af:"6731","0b7de297":"6793","14eb3368":"6969",a7bd4aaa:"7098","143ddb83":"7152","67391c37":"7220","814f3328":"7472",ad749202:"7590",a6aa9e1f:"7643",f7392c07:"7904",ce85b788:"7979",d773f089:"8121","01a85c17":"8209",ec4024f9:"8262","935f2afb":"8581","043e14d3":"8731",d79d4c97:"8752","1b1ff061":"8758","904c2b3c":"8989","9dc2651c":"9040",a94703ab:"9048","795cfaa5":"9250","5e95c892":"9647","06ee4edd":"9886"}[e]||e,r.p+r.u(e)},(()=>{var e={5354:0,1869:0};r.f.j=(a,c)=>{var d=r.o(e,a)?e[a]:void 0;if(0!==d)if(d)c.push(d[2]);else if(/^(1869|5354)$/.test(a))e[a]=0;else{var f=new Promise(((c,f)=>d=e[a]=[c,f]));c.push(d[2]=f);var b=r.p+r.u(a),t=new Error;r.l(b,(c=>{if(r.o(e,a)&&(0!==(d=e[a])&&(e[a]=void 0),d)){var f=c&&("load"===c.type?"missing":c.type),b=c&&c.target&&c.target.src;t.message="Loading chunk "+a+" failed.\n("+f+": "+b+")",t.name="ChunkLoadError",t.type=f,t.request=b,d[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,c)=>{var d,f,b=c[0],t=c[1],o=c[2],n=0;if(b.some((a=>0!==e[a]))){for(d in t)r.o(t,d)&&(r.m[d]=t[d]);if(o)var i=o(r)}for(a&&a(c);n{"use strict";var e,a,c,d,f,b={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var c=t[e]={id:e,loaded:!1,exports:{}};return b[e].call(c.exports,c,c.exports,r),c.loaded=!0,c.exports}r.m=b,r.c=t,e=[],r.O=(a,c,d,f)=>{if(!c){var b=1/0;for(i=0;i=f)&&Object.keys(r.O).every((e=>r.O[e](c[o])))?c.splice(o--,1):(t=!1,f0&&e[i-1][2]>f;i--)e[i]=e[i-1];e[i]=[c,d,f]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},c=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,d){if(1&d&&(e=this(e)),8&d)return e;if("object"==typeof e&&e){if(4&d&&e.__esModule)return e;if(16&d&&"function"==typeof e.then)return e}var f=Object.create(null);r.r(f);var b={};a=a||[null,c({}),c([]),c(c)];for(var t=2&d&&e;"object"==typeof t&&!~a.indexOf(t);t=c(t))Object.getOwnPropertyNames(t).forEach((a=>b[a]=()=>e[a]));return b.default=()=>e,r.d(f,b),f},r.d=(e,a)=>{for(var c in a)r.o(a,c)&&!r.o(e,c)&&Object.defineProperty(e,c,{enumerable:!0,get:a[c]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,c)=>(r.f[c](e,a),a)),[])),r.u=e=>"assets/js/"+({58:"a193a73b",155:"21abdd8f",467:"36717f71",858:"0b3ceb4d",1255:"9096837d",1339:"e541c1c2",1703:"de6c38e6",1809:"34e267cb",1976:"c62485b9",2056:"ffa2682b",2246:"400546c3",2523:"9cb882f2",2711:"9e4087bc",2966:"f7a81d3a",3117:"b19634de",3236:"69817ecd",3244:"d68f1e45",3249:"ccc49370",3324:"14e72bca",3327:"9dcbbb0d",3459:"3f32b921",3527:"e89f4dea",3865:"1f9d4574",3925:"bbd9b434",4134:"393be207",4347:"e2e7c0ac",4434:"ccd1ff3c",4474:"eda3af29",4813:"6875c492",4893:"ec3de22d",4925:"7909fc73",5473:"404ec107",5564:"1c0d73a2",5634:"dc87ea58",5678:"24e7cd5a",5713:"b20c3152",5715:"556b5122",5766:"89ebda57",5890:"66ee5a7d",5990:"151aa183",6061:"1f391b9e",6183:"fbb85ca9",6213:"b85d3565",6227:"374f080d",6301:"5d63bb5c",6540:"96b21efb",6731:"b9c524af",6793:"0b7de297",6969:"14eb3368",7098:"a7bd4aaa",7152:"143ddb83",7220:"67391c37",7472:"814f3328",7590:"ad749202",7643:"a6aa9e1f",7904:"f7392c07",7979:"ce85b788",8121:"d773f089",8209:"01a85c17",8262:"ec4024f9",8401:"17896441",8581:"935f2afb",8731:"043e14d3",8752:"d79d4c97",8758:"1b1ff061",8989:"904c2b3c",9040:"9dc2651c",9048:"a94703ab",9250:"795cfaa5",9647:"5e95c892",9886:"06ee4edd"}[e]||e)+"."+{58:"d1c9f39e",155:"ea0fcf78",467:"9bad3c31",858:"857271d9",1255:"bb8a85dd",1339:"884d5b78",1703:"cb71688a",1809:"9f30acc8",1976:"b3c2536e",2056:"949d0eb0",2237:"90ca4f2e",2246:"be0ae073",2523:"201db3f0",2711:"d133e554",2966:"8e1f2edd",3117:"9d75f5de",3236:"34b76828",3244:"71f5219e",3249:"6b73572d",3324:"c482a08c",3327:"b76a89cd",3459:"ec677403",3527:"1122dbe0",3865:"74aa75c7",3925:"b4fee3b3",4134:"3b8bdcfd",4347:"736cea4c",4434:"7c104662",4474:"5b1127f6",4813:"e8f59502",4893:"4cbbe302",4925:"82b71b38",5473:"de148e32",5533:"b00002f8",5564:"b039b21b",5634:"1d607739",5678:"ef899640",5713:"33602213",5715:"01ee6a8d",5766:"8abb5dff",5890:"a9301b2e",5990:"416f7896",6061:"53a4929f",6183:"6ca03e8d",6213:"7e75723f",6227:"7104c2d4",6301:"e41f5f8a",6540:"afdc6461",6731:"fca5fbad",6793:"f959a2ed",6969:"635651a6",7098:"eb590b25",7152:"ed20c8ac",7220:"d7830958",7472:"5ced9f63",7590:"11c2a95e",7643:"cbd984ad",7904:"ff6ec501",7979:"eda88dc6",8121:"d6e1304c",8209:"aa048192",8262:"1793a2e5",8401:"3c043026",8581:"0b643cfd",8731:"628200c5",8747:"9fab19a2",8752:"b501c0b4",8758:"c5ffb15e",8989:"603be750",9040:"e1fa1844",9048:"3ca769dc",9250:"ca7ed7a2",9647:"c173e196",9886:"69f7adc3"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),d={},f="documents:",r.l=(e,a,c,b)=>{if(d[e])d[e].push(a);else{var t,o;if(void 0!==c)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var f=d[e];if(delete d[e],t.parentNode&&t.parentNode.removeChild(t),f&&f.forEach((e=>e(c))),a)return a(c)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/documentation/",r.gca=function(e){return e={17896441:"8401",a193a73b:"58","21abdd8f":"155","36717f71":"467","0b3ceb4d":"858","9096837d":"1255",e541c1c2:"1339",de6c38e6:"1703","34e267cb":"1809",c62485b9:"1976",ffa2682b:"2056","400546c3":"2246","9cb882f2":"2523","9e4087bc":"2711",f7a81d3a:"2966",b19634de:"3117","69817ecd":"3236",d68f1e45:"3244",ccc49370:"3249","14e72bca":"3324","9dcbbb0d":"3327","3f32b921":"3459",e89f4dea:"3527","1f9d4574":"3865",bbd9b434:"3925","393be207":"4134",e2e7c0ac:"4347",ccd1ff3c:"4434",eda3af29:"4474","6875c492":"4813",ec3de22d:"4893","7909fc73":"4925","404ec107":"5473","1c0d73a2":"5564",dc87ea58:"5634","24e7cd5a":"5678",b20c3152:"5713","556b5122":"5715","89ebda57":"5766","66ee5a7d":"5890","151aa183":"5990","1f391b9e":"6061",fbb85ca9:"6183",b85d3565:"6213","374f080d":"6227","5d63bb5c":"6301","96b21efb":"6540",b9c524af:"6731","0b7de297":"6793","14eb3368":"6969",a7bd4aaa:"7098","143ddb83":"7152","67391c37":"7220","814f3328":"7472",ad749202:"7590",a6aa9e1f:"7643",f7392c07:"7904",ce85b788:"7979",d773f089:"8121","01a85c17":"8209",ec4024f9:"8262","935f2afb":"8581","043e14d3":"8731",d79d4c97:"8752","1b1ff061":"8758","904c2b3c":"8989","9dc2651c":"9040",a94703ab:"9048","795cfaa5":"9250","5e95c892":"9647","06ee4edd":"9886"}[e]||e,r.p+r.u(e)},(()=>{var e={5354:0,1869:0};r.f.j=(a,c)=>{var d=r.o(e,a)?e[a]:void 0;if(0!==d)if(d)c.push(d[2]);else if(/^(1869|5354)$/.test(a))e[a]=0;else{var f=new Promise(((c,f)=>d=e[a]=[c,f]));c.push(d[2]=f);var b=r.p+r.u(a),t=new Error;r.l(b,(c=>{if(r.o(e,a)&&(0!==(d=e[a])&&(e[a]=void 0),d)){var f=c&&("load"===c.type?"missing":c.type),b=c&&c.target&&c.target.src;t.message="Loading chunk "+a+" failed.\n("+f+": "+b+")",t.name="ChunkLoadError",t.type=f,t.request=b,d[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,c)=>{var d,f,b=c[0],t=c[1],o=c[2],n=0;if(b.some((a=>0!==e[a]))){for(d in t)r.o(t,d)&&(r.m[d]=t[d]);if(o)var i=o(r)}for(a&&a(c);n Important Notes | SNIGDHA OS - DOCS - + diff --git a/before_installation/internet_connection.html b/before_installation/internet_connection.html index e8f80cf4..8c6f304c 100644 --- a/before_installation/internet_connection.html +++ b/before_installation/internet_connection.html @@ -5,7 +5,7 @@ Internet Connection | SNIGDHA OS - DOCS - + diff --git a/before_installation/system_requirements.html b/before_installation/system_requirements.html index 5fb40be3..a8c3ce3d 100644 --- a/before_installation/system_requirements.html +++ b/before_installation/system_requirements.html @@ -5,7 +5,7 @@ System Requirements | SNIGDHA OS - DOCS - + diff --git a/blog.html b/blog.html index fd2586f8..c2f8aa64 100644 --- a/blog.html +++ b/blog.html @@ -5,7 +5,7 @@ Blog | SNIGDHA OS - DOCS - + diff --git a/blog/archive.html b/blog/archive.html index 594362c2..fd9eb108 100644 --- a/blog/archive.html +++ b/blog/archive.html @@ -5,7 +5,7 @@ Archive | SNIGDHA OS - DOCS - + diff --git a/blog/effective_bug_report.html b/blog/effective_bug_report.html index e597a39c..d33eee14 100644 --- a/blog/effective_bug_report.html +++ b/blog/effective_bug_report.html @@ -5,7 +5,7 @@ Write Effective Bug Report | SNIGDHA OS - DOCS - + diff --git a/blog/tags.html b/blog/tags.html index 43b50c0c..334d771d 100644 --- a/blog/tags.html +++ b/blog/tags.html @@ -5,7 +5,7 @@ Tags | SNIGDHA OS - DOCS - + diff --git a/blog/tags/bug.html b/blog/tags/bug.html index f036fedd..0be02d45 100644 --- a/blog/tags/bug.html +++ b/blog/tags/bug.html @@ -5,7 +5,7 @@ One post tagged with "bug" | SNIGDHA OS - DOCS - + diff --git a/category/before-installation.html b/category/before-installation.html index 33382c86..83888df6 100644 --- a/category/before-installation.html +++ b/category/before-installation.html @@ -5,7 +5,7 @@ Before Installation | SNIGDHA OS - DOCS - + diff --git a/category/developers-guide.html b/category/developers-guide.html index 9110353c..668e9788 100644 --- a/category/developers-guide.html +++ b/category/developers-guide.html @@ -5,7 +5,7 @@ Developers Guide | SNIGDHA OS - DOCS - + diff --git a/category/installation.html b/category/installation.html index b6eeff21..0efa854b 100644 --- a/category/installation.html +++ b/category/installation.html @@ -5,7 +5,7 @@ Installation | SNIGDHA OS - DOCS - + diff --git a/category/introduction.html b/category/introduction.html index 453cc4fe..f545478f 100644 --- a/category/introduction.html +++ b/category/introduction.html @@ -5,7 +5,7 @@ Introduction | SNIGDHA OS - DOCS - + diff --git a/category/packages.html b/category/packages.html index ff0c20ca..8c8681e1 100644 --- a/category/packages.html +++ b/category/packages.html @@ -5,7 +5,7 @@ Packages | SNIGDHA OS - DOCS - + diff --git a/category/post-installation.html b/category/post-installation.html index f7c2a51a..a6b8ec9d 100644 --- a/category/post-installation.html +++ b/category/post-installation.html @@ -5,7 +5,7 @@ Post Installation | SNIGDHA OS - DOCS - + diff --git a/category/tools.html b/category/tools.html index 340a17c6..caa1e62f 100644 --- a/category/tools.html +++ b/category/tools.html @@ -5,7 +5,7 @@ Tools | SNIGDHA OS - DOCS - + diff --git a/category/troubleshoot.html b/category/troubleshoot.html index 251d826b..7f242dcd 100644 --- a/category/troubleshoot.html +++ b/category/troubleshoot.html @@ -5,10 +5,10 @@ Troubleshoot | SNIGDHA OS - DOCS - + - + \ No newline at end of file diff --git a/category/user-guide.html b/category/user-guide.html index 7169b315..85f9a512 100644 --- a/category/user-guide.html +++ b/category/user-guide.html @@ -5,7 +5,7 @@ User Guide | SNIGDHA OS - DOCS - + diff --git a/cookie-consent.html b/cookie-consent.html index de8fbe59..4b9f3a98 100644 --- a/cookie-consent.html +++ b/cookie-consent.html @@ -5,7 +5,7 @@ Cookie Consent Policy | SNIGDHA OS - DOCS - + diff --git a/dev_guide/build_source.html b/dev_guide/build_source.html index f20e0544..1214ce70 100644 --- a/dev_guide/build_source.html +++ b/dev_guide/build_source.html @@ -5,7 +5,7 @@ Build Snigdha OS | SNIGDHA OS - DOCS - + diff --git a/dev_guide/deploy_packages.html b/dev_guide/deploy_packages.html index 2c6973b9..d4284056 100644 --- a/dev_guide/deploy_packages.html +++ b/dev_guide/deploy_packages.html @@ -5,7 +5,7 @@ Upload & Deploy Packages | SNIGDHA OS - DOCS - + diff --git a/dev_guide/gpg_key.html b/dev_guide/gpg_key.html index c68e0b34..c2385f7b 100644 --- a/dev_guide/gpg_key.html +++ b/dev_guide/gpg_key.html @@ -5,7 +5,7 @@ Generate GPG Key | SNIGDHA OS - DOCS - + diff --git a/dev_guide/install_keyring.html b/dev_guide/install_keyring.html index 3362fc46..c4726a0f 100644 --- a/dev_guide/install_keyring.html +++ b/dev_guide/install_keyring.html @@ -5,7 +5,7 @@ Install Keyrings | SNIGDHA OS - DOCS - + diff --git a/dev_guide/pkgbuild.html b/dev_guide/pkgbuild.html index b5c171b2..1440f574 100644 --- a/dev_guide/pkgbuild.html +++ b/dev_guide/pkgbuild.html @@ -5,7 +5,7 @@ PKGBUILD Template | SNIGDHA OS - DOCS - + diff --git a/dev_guide/write.html b/dev_guide/write.html index 8ff20926..85e50204 100644 --- a/dev_guide/write.html +++ b/dev_guide/write.html @@ -5,7 +5,7 @@ Writing Documentation | SNIGDHA OS - DOCS - + diff --git a/index.html b/index.html index 0156419f..afcbe736 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Introduction | SNIGDHA OS - DOCS - + diff --git a/installation/download_snigdha_os.html b/installation/download_snigdha_os.html index d2ba8d83..375013bd 100644 --- a/installation/download_snigdha_os.html +++ b/installation/download_snigdha_os.html @@ -5,7 +5,7 @@ Download Snigdha OS | SNIGDHA OS - DOCS - + diff --git a/installation/live_env.html b/installation/live_env.html index 72e52db4..deeb43fc 100644 --- a/installation/live_env.html +++ b/installation/live_env.html @@ -5,7 +5,7 @@ Live Environment | SNIGDHA OS - DOCS - + diff --git a/installation/making_bootable_usb.html b/installation/making_bootable_usb.html index 153146e3..6dca46a5 100644 --- a/installation/making_bootable_usb.html +++ b/installation/making_bootable_usb.html @@ -5,7 +5,7 @@ Make Bootable USB | SNIGDHA OS - DOCS - + diff --git a/installation/offline_install.html b/installation/offline_install.html index e74fd20d..679391b0 100644 --- a/installation/offline_install.html +++ b/installation/offline_install.html @@ -5,7 +5,7 @@ Offline Installation | SNIGDHA OS - DOCS - + diff --git a/installation/online_install.html b/installation/online_install.html index 23bc4a91..15075567 100644 --- a/installation/online_install.html +++ b/installation/online_install.html @@ -5,7 +5,7 @@ Online Installation | SNIGDHA OS - DOCS - + diff --git a/installation/start_installation.html b/installation/start_installation.html index e9b983e9..3e55a4a7 100644 --- a/installation/start_installation.html +++ b/installation/start_installation.html @@ -5,7 +5,7 @@ Install Snigdha OS | SNIGDHA OS - DOCS - + diff --git a/installation/virtualbox_installation.html b/installation/virtualbox_installation.html index e9eacc86..1371108d 100644 --- a/installation/virtualbox_installation.html +++ b/installation/virtualbox_installation.html @@ -5,7 +5,7 @@ Virtualbox | SNIGDHA OS - DOCS - + diff --git a/introduction/code_of_conduct.html b/introduction/code_of_conduct.html index cf939fe0..b69fb3c8 100644 --- a/introduction/code_of_conduct.html +++ b/introduction/code_of_conduct.html @@ -5,7 +5,7 @@ Code Of Conduct | SNIGDHA OS - DOCS - + diff --git a/introduction/contributing.html b/introduction/contributing.html index a0cde6b4..0107e108 100644 --- a/introduction/contributing.html +++ b/introduction/contributing.html @@ -5,7 +5,7 @@ Code Contribution Guidelines | SNIGDHA OS - DOCS - + diff --git a/introduction/faqs.html b/introduction/faqs.html index 43aa6583..f5e4cd63 100644 --- a/introduction/faqs.html +++ b/introduction/faqs.html @@ -5,7 +5,7 @@ Frequently Asked | SNIGDHA OS - DOCS - + diff --git a/introduction/inspiration.html b/introduction/inspiration.html index cea876fa..adf35b05 100644 --- a/introduction/inspiration.html +++ b/introduction/inspiration.html @@ -5,7 +5,7 @@ Inspiration | SNIGDHA OS - DOCS - + diff --git a/introduction/release_notes.html b/introduction/release_notes.html index cfdaeb22..32bee630 100644 --- a/introduction/release_notes.html +++ b/introduction/release_notes.html @@ -5,7 +5,7 @@ Release Notes | SNIGDHA OS - DOCS - + diff --git a/introduction/reporting_bugs.html b/introduction/reporting_bugs.html index a5eddde1..42caf2ce 100644 --- a/introduction/reporting_bugs.html +++ b/introduction/reporting_bugs.html @@ -5,7 +5,7 @@ Reporting Bugs | SNIGDHA OS - DOCS - + diff --git a/markdown-page.html b/markdown-page.html index f330afc9..31f4c76a 100644 --- a/markdown-page.html +++ b/markdown-page.html @@ -5,7 +5,7 @@ Markdown page example | SNIGDHA OS - DOCS - + diff --git a/packages/snigdhaos_blackbox.html b/packages/snigdhaos_blackbox.html index 3a8d707b..ac24fcbf 100644 --- a/packages/snigdhaos_blackbox.html +++ b/packages/snigdhaos_blackbox.html @@ -5,7 +5,7 @@ Blackbox | SNIGDHA OS - DOCS - + diff --git a/packages/snigdhaos_welcome.html b/packages/snigdhaos_welcome.html index 9e02f5a4..792d979d 100644 --- a/packages/snigdhaos_welcome.html +++ b/packages/snigdhaos_welcome.html @@ -5,7 +5,7 @@ Welcome | SNIGDHA OS - DOCS - + diff --git a/post_installation/customization.html b/post_installation/customization.html index 04a40cf2..64809aad 100644 --- a/post_installation/customization.html +++ b/post_installation/customization.html @@ -5,7 +5,7 @@ Customize Snigdha OS | SNIGDHA OS - DOCS - + diff --git a/post_installation/install_packages.html b/post_installation/install_packages.html index 3b2f2c0f..ce7ee62c 100644 --- a/post_installation/install_packages.html +++ b/post_installation/install_packages.html @@ -5,7 +5,7 @@ Install Packages | SNIGDHA OS - DOCS - + diff --git a/post_installation/language.html b/post_installation/language.html index ef0abd90..46c63343 100644 --- a/post_installation/language.html +++ b/post_installation/language.html @@ -5,7 +5,7 @@ Language | SNIGDHA OS - DOCS - + diff --git a/post_installation/update.html b/post_installation/update.html index 0c8383ba..a7f16923 100644 --- a/post_installation/update.html +++ b/post_installation/update.html @@ -5,7 +5,7 @@ Update Snigdha OS | SNIGDHA OS - DOCS - + diff --git a/privacy_policy.html b/privacy_policy.html index fefa92b0..7d92f752 100644 --- a/privacy_policy.html +++ b/privacy_policy.html @@ -5,7 +5,7 @@ Privacy Policy | SNIGDHA OS - DOCS - + diff --git a/tools/dns.html b/tools/dns.html index 7e1af6b6..39d9016e 100644 --- a/tools/dns.html +++ b/tools/dns.html @@ -5,7 +5,7 @@ Tool: DNS Enum | SNIGDHA OS - DOCS - + diff --git a/troubleshoot/bluetooth.html b/troubleshoot/bluetooth.html index bb00382f..b5a9ad95 100644 --- a/troubleshoot/bluetooth.html +++ b/troubleshoot/bluetooth.html @@ -3,12 +3,71 @@ -Troubleshoot: Bluetooth | SNIGDHA OS - DOCS +Troubleshoot: Bluetooth | SNIGDHA OS - DOCS - + - +

Troubleshoot: Bluetooth

+

Troubleshooting Bluetooth on Snigdha OS involves several steps. Here's the common practice:

+
    +
  1. +

    Check Hardware Compatibility: Ensure that your Bluetooth hardware is supported and recognized by the system.

    +
  2. +
  3. +

    Ensure Bluetooth is enabled: Use the following command to check if Bluetooth is enabled:

    +
    systemctl status bluetooth
    +

    If it's not enabled, start the service using:

    +
    sudo systemctl start bluetooth
    +

    And enable it to start on boot:

    +
    sudo systemctl enable bluetooth
    +
  4. +
  5. +

    Update System: Make sure your system and all packages are up-to-date:

    +
    sudo pacman -Syu
    +

    or,

    +
    update
    +
  6. +
  7. +

    Check Bluetooth Service Status: Verify that the Bluetooth service is running without errors:

    +
    sudo systemctl status bluetooth
    +
  8. +
  9. +

    Check for Device Recognition: Ensure that your Bluetooth device is recognized by the system:

    +
    bluetoothctl
    +

    Then, use the command list to see if your device is listed.

    +
  10. +
  11. +

    Restart Bluetooth Service: Sometimes restarting the Bluetooth service can resolve connectivity issues:

    +
    sudo systemctl restart bluetooth
    +
  12. +
  13. +

    Check for Interference: Bluetooth signals can be interfered with by other wireless devices. Move the Bluetooth device closer to your computer and away from other wireless devices.

    +
  14. +
  15. +

    Check for Driver Issues: Ensure that you have the necessary Bluetooth drivers installed. Most Linux distributions include drivers for common Bluetooth chipsets, but you may need to manually install additional drivers for less common chipsets.

    +
  16. +
  17. +

    Check Logs: Review system logs for any errors related to Bluetooth:

    +
  18. +
+
journalctl -u bluetooth
+
    +
  1. +

    Reset Bluetooth: Sometimes resetting the Bluetooth adapter can resolve issues:

    +
    sudo rfkill block bluetooth
    sudo rfkill unblock bluetooth
    +
  2. +
  3. +

    Pairing Devices: If you're having trouble pairing devices, ensure that they are in pairing mode and follow the correct pairing procedure.

    +
  4. +
  5. +

    Check Bluetooth Configuration Files: Verify that the configuration files for Bluetooth are correctly set up. You can find these in /etc/bluetooth/.

    +
  6. +
  7. +

    Community Support: If you're still having trouble, consider asking for help on Snigdha OS forums, Reddit, or You can raise an issue on Github

    +
  8. +
+

By following these steps and troubleshooting each potential issue methodically, you should be able to resolve most Bluetooth problems on Snigdha OS.

\ No newline at end of file diff --git a/troubleshoot/display.html b/troubleshoot/display.html index 70536bde..7068c893 100644 --- a/troubleshoot/display.html +++ b/troubleshoot/display.html @@ -5,7 +5,7 @@ Troubleshoot: Display | SNIGDHA OS - DOCS - + diff --git a/troubleshoot/sound.html b/troubleshoot/sound.html index 0227237e..46432226 100644 --- a/troubleshoot/sound.html +++ b/troubleshoot/sound.html @@ -5,7 +5,7 @@ Troubleshoot: Sound | SNIGDHA OS - DOCS - + diff --git a/troubleshoot/wifi.html b/troubleshoot/wifi.html index f7b2930c..e23b6d4d 100644 --- a/troubleshoot/wifi.html +++ b/troubleshoot/wifi.html @@ -5,7 +5,7 @@ Troubleshoot: Wifi | SNIGDHA OS - DOCS - + diff --git a/user_guide/aur.html b/user_guide/aur.html index 53a2363b..5404e190 100644 --- a/user_guide/aur.html +++ b/user_guide/aur.html @@ -5,7 +5,7 @@ Installing with AUR | SNIGDHA OS - DOCS - + diff --git a/user_guide/cheetsheet.html b/user_guide/cheetsheet.html index 381f38ce..8a462a77 100644 --- a/user_guide/cheetsheet.html +++ b/user_guide/cheetsheet.html @@ -5,7 +5,7 @@ Cheetsheet/Shortcuts | SNIGDHA OS - DOCS - +