ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Lakshmana
    3. Posts
    • Profile
    • Following 66
    • Followers 3
    • Topics 313
    • Posts 1,763
    • Best 206
    • Controversial 9
    • Groups 0

    Posts made by Lakshmana

    • Django & Oauth through Database

      I need to create a Django Webapp which needs to be authenticated with the users email id available in one of the database which i will create. The user email id may or may not be gmail or other emails such as yahoo.com. That email users only need to fill the form after authenticating. Is is possible to do so?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Check_MK Monitoring tool

      @scottalanmiller said in Check_MK Monitoring tool:

      @Lakshmana sorry, never used that tool.

      Whether the Zabbix have that feature to send the slack notification ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Azure AD vs MAC Authentication Vs Active Directory Authentication

      @scottalanmiller said in Azure AD vs MAC Authentication Vs Active Directory Authentication:

      @Lakshmana said in Azure AD vs MAC Authentication Vs Active Directory Authentication:

      The normal On-Premise Active Directory will have the good features to Federation or SSO login to the SaaS applications ?

      That depends 100% on the SaaS application in question and what SSO you want to tie to.

      Yes its available but cannot work as expected with the windows clients. The local account will be created for the new users while onboarding happens. This information got from the Microsoft support person. They said it will not suport for the mobile account to be created

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Check_MK Monitoring tool

      Hi All,

      I am trying to install and create a slack notification through Check_mk monitoring tool.Anyone have tried already with this monitoring tool to send their slack notification to your slack channel with the alerts from the network devices or from servers ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Azure AD vs MAC Authentication Vs Active Directory Authentication

      Hi All,

      I am back after a long time.I have been to the new office with the new environment.Here the team uses more SAS applications.The org wants to move to the AzureAD but the MAC users will not have more support on this Azure AD.Whether the Jamf server is the only solution to have the MAC users to authenticate the users ?

      If we move to the AzureAD the user needs to be created locally to make the users login for the first time to the office laptop ?

      The normal On-Premise Active Directory will have the good features to Federation or SSO login to the SaaS applications ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Slack app with Jumpcloud API integration

      Hi All,

      I am trying to create a Slack App which needs to unlock the user account,reset the password and check their asset information through a button which do this from Jumpcloud.
      Whenever the user got locked they need to unlock their account from their end without IT team intervention and the unlock my account button needs to unlock the user through Jumpcloud API.Is it possible to do so ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Kindle not detecting in AntiX Linux

      Hi Team,
      To go with the Light Weight OS i am using AntiX Linux which is good in performance for me as of now.The same laptop installed with Zorin OS and ubuntu 18.04 which detected and automounted the Kindle device.When i have installed AntiX Linux the OS is not detecting the Kindle Device

      Tried Calibre which also fails in mounting.Help needed to access or mount my Kindle in AntiX Linux.

      Tried :
      Installed MTP,Checked Mount location nothing is showing.

      Output for reference:

      root@shiva:~# dme
      dmenu dmenu_path dmenu_run dmenu_run_hlwm dmesg
      root@shiva:~# dmesg | grep Kindle
      [ 719.666905] scsi 6:0:0:0: Direct-Access Kindle Internal Storage 0310 PQ: 0 ANSI: 2

      root@shiva:~# lsusb
      Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
      Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
      Bus 001 Device 004: ID 04f2:b3aa Chicony Electronics Co., Ltd
      Bus 001 Device 003: ID 0489:e062 Foxconn / Hon Hai
      Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
      Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
      Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
      Bus 003 Device 002: ID 1949:0004 Lab126, Inc. Amazon Kindle 3/4/Paperwhite
      Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

      shiva@shiva:~$ uname -r
      4.9.146-antix.1-amd64-smp

      Packages installed for tried to mount

      root@shiva:~# sudo apt-get install libmtp-common
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      libmtp-common is already the newest version (1.1.13-1).
      libmtp-common set to manually installed.
      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
      root@shiva:~# sudo apt-get install python=pymtp
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      E: Version 'pymtp' for 'python' was not found
      root@shiva:~# sudo apt-get install python-pymtp
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      Recommended packages:
      python-id3
      The following NEW packages will be installed:
      python-pymtp
      0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
      Need to get 13.0 kB of archives.
      After this operation, 64.5 kB of additional disk space will be used.
      Get:1 http://mirror.0x.sg/debian stretch/main amd64 python-pymtp all 0.0.6-1.1 [13.0 kB]
      Fetched 13.0 kB in 0s (14.9 kB/s)
      Selecting previously unselected package python-pymtp.
      (Reading database ... 182534 files and directories currently installed.)
      Preparing to unpack .../python-pymtp_0.0.6-1.1_all.deb ...
      Unpacking python-pymtp (0.0.6-1.1) ...
      Setting up python-pymtp (0.0.6-1.1) ...
      root@shiva:~# sudo apt-get install mtp-tools
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      mtp-tools is already the newest version (1.1.13-1).
      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
      root@shiva:~# sudo apt-get install libmtp9
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      libmtp9 is already the newest version (1.1.13-1).
      libmtp9 set to manually installed.
      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
      root@shiva:~# sudo apt-get install libmtp-doc
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      The following NEW packages will be installed:
      libmtp-doc
      0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
      Need to get 375 kB of archives.
      After this operation, 3,542 kB of additional disk space will be used.
      Get:1 http://mirror.0x.sg/debian stretch/main amd64 libmtp-doc all 1.1.13-1 [375 kB]
      Fetched 375 kB in 3s (115 kB/s)
      Selecting previously unselected package libmtp-doc.
      (Reading database ... 182548 files and directories currently installed.)
      Preparing to unpack .../libmtp-doc_1.1.13-1_all.deb ...
      Unpacking libmtp-doc (1.1.13-1) ...
      Processing triggers for man-db (2.7.6.1-2) ...
      Setting up libmtp-doc (1.1.13-1) ...
      root@shiva:~# sudo apt-get install libmtp-dev
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      The following additional packages will be installed:
      libusb-1.0-0-dev
      Recommended packages:
      libusb-1.0-doc
      The following NEW packages will be installed:
      libmtp-dev libusb-1.0-0-dev
      0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
      Need to get 123 kB of archives.
      After this operation, 384 kB of additional disk space will be used.
      Do you want to continue? [Y/n] y
      Get:1 http://mirror.0x.sg/debian stretch/main amd64 libusb-1.0-0-dev amd64 2:1.0.21-1 [72.7 kB]
      Get:2 http://mirror.0x.sg/debian stretch/main amd64 libmtp-dev amd64 1.1.13-1 [50.6 kB]
      Fetched 123 kB in 0s (156 kB/s)
      Selecting previously unselected package libusb-1.0-0-dev:amd64.
      (Reading database ... 182764 files and directories currently installed.)
      Preparing to unpack .../libusb-1.0-0-dev_2%3a1.0.21-1_amd64.deb ...
      Unpacking libusb-1.0-0-dev:amd64 (2:1.0.21-1) ...
      Selecting previously unselected package libmtp-dev:amd64.
      Preparing to unpack .../libmtp-dev_1.1.13-1_amd64.deb ...
      Unpacking libmtp-dev:amd64 (1.1.13-1) ...
      Setting up libusb-1.0-0-dev:amd64 (2:1.0.21-1) ...
      Setting up libmtp-dev:amd64 (1.1.13-1) ...
      root@shiva:~# sudo apt-get install libmtp-dbg
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      The following NEW packages will be installed:
      libmtp-dbg
      0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
      Need to get 291 kB of archives.
      After this operation, 328 kB of additional disk space will be used.
      Get:1 http://mirror.0x.sg/debian stretch/main amd64 libmtp-dbg amd64 1.1.13-1 [291 kB]
      Fetched 291 kB in 1s (166 kB/s)
      Selecting previously unselected package libmtp-dbg:amd64.
      (Reading database ... 182781 files and directories currently installed.)
      Preparing to unpack .../libmtp-dbg_1.1.13-1_amd64.deb ...
      Unpacking libmtp-dbg:amd64 (1.1.13-1) ...
      Setting up libmtp-dbg:amd64 (1.1.13-1) ...
      root@shiva:~# sudo apt-get install libmtp-common
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      libmtp-common is already the newest version (1.1.13-1).
      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
      root@shiva:~# gmtp
      Detect: No raw devices found.

      CAlibre Error when tried from terminal
      root@shiva:~# calibre
      DBusExport: Failed to connect to DBUS session bus, with error: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally with the following error: dbus-launch: /opt/calibre/lib/libdbus-1.so.3: version `LIBDBUS_PRIVATE_1.10.26' not found (required by dbus-launch)

      Traceback (most recent call last):
      File "site-packages/calibre/gui2/notify.py", line 171, in get_notifier
      File "site-packages/calibre/gui2/notify.py", line 88, in get_dbus_notifier
      File "site-packages/dbus/_dbus.py", line 211, in new
      File "site-packages/dbus/_dbus.py", line 100, in new
      File "site-packages/dbus/bus.py", line 122, in new
      DBusException: org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally with the following error: dbus-launch: /opt/calibre/lib/libdbus-1.so.3: version `LIBDBUS_PRIVATE_1.10.26' not found (required by dbus-launch)

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Ebook Convertor Help

      This link solved my issue
      https://www.epubor.com/how-to-merge-multiple-epub-ebooks.html

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Ebook Convertor Help

      @IRJ Yes I have tried https://www.ofoct.com/merge-epub-files to merge but the size of the file should not be 50 Mb.So i will try the above links

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Ebook Convertor Help

      This is another long time.I am in need of help for the Ebook conversion.I have a Kindle device which support .mobi files.The files are more in .epub format which does not supports in the kindle.So I have downloaded Calibre and tried converting these epub into .mobi format but the books are not coming with the correct data which was present in the .epub

      OS : Zorin OS
      Software User : Calibre for Ebook Conversion
      Request : Convert .epub into .mobi files to work in my kindle
      Help : Any person using any other software to convert the books ?If so please provide the details

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Microsoft Teams Free

      For what purpose its used ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Anybody use Teleseed Bot for Telegram?

      @scottalanmiller New Done

      posted in Water Closet
      LakshmanaL
      Lakshmana
    • RE: Anybody use Teleseed Bot for Telegram?

      @jaredbusch May i know the Telegram group details to be joined there ?

      posted in Water Closet
      LakshmanaL
      Lakshmana
    • RE: Delete Location Option from Android Phone

      @manxam
      Thanks for the suggestion.But i am not interested to be tracked from the Google or from internet.so i am in need to delete that location option.I am not hurted with your post but searching the things at the neck deep gives some thrill without escape from the scenario

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Delete Location Option from Android Phone

      I have rooted the phone when i restart the root status is not coming to the phone.I checked for the permanent root but there is an image file is there but i dont that will delete all the data from my phone.

      Youtube Video

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Excel Automation

      I having a Excel file with some data.The sheet1 and sheet2 are there.The sheet2 have data and sheet1 have the formula to filter the data.I have done the formula upto 502 numbers the data which i have is 10 number after 10 all the values are zero i need to get only the value which is not having the value zero in it.How to make a new excel file to copy only the data which is not having the value Zero in it.

      This can be done in Powershell or Python ?

      posted in IT Discussion excel
      LakshmanaL
      Lakshmana
    • RE: Delete Location Option from Android Phone

      I need to delete the location option from my phone

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Delete Location Option from Android Phone

      I am interested to delete the Location Tracker option.Is that possible to do in all Android phones in any way.As i have saw in internet that only deleting the location history.I need to delete Location option itself Is that possible ?

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • RE: Firefox 52.7.3 (64 Bit) Search Engine Issue

      Thanks I will update now

      posted in IT Discussion
      LakshmanaL
      Lakshmana
    • Firefox 52.7.3 (64 Bit) Search Engine Issue

      Whenever I am typing in the Firefox new version which is going to search.com.I have changed the Default Search Engine to Google but after that also its not working.
      Then changed to about:config keyword.URL which is locked and created a new string also but when I search anything i need to visit google.com and then need to type the searching keyword.

      keyword.enabled is true only

      posted in IT Discussion firefox
      LakshmanaL
      Lakshmana
    • 1 / 1