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

    Topics

    • LakshmanaL

      Django & Oauth through Database

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      2
      0 Votes
      2 Posts
      214 Views
      scottalanmillerS

      @Lakshmana I don't understand the details here.

    • LakshmanaL

      Check_MK Monitoring tool

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      3
      1 Votes
      3 Posts
      279 Views
      LakshmanaL

      @scottalanmiller said in Check_MK Monitoring tool:

      @Lakshmana sorry, never used that tool.

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

    • LakshmanaL

      Azure AD vs MAC Authentication Vs Active Directory Authentication

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      6
      0 Votes
      6 Posts
      422 Views
      DashrenderD

      so along these lines, does there exist any cloud (SAAS really) solution provide a, from box open, ability for central user authentication?

      I'm guessing not.
      With Windows we have AutoPilot that can have a OOBE that directly attaches it to Azure AD.

      But for Mac, Linux OSes, maybe chrome OS, you'd have to have an admin setup the device first, likely add software/agent, then those devices could use Azure AD.

      Of course Google has their own solution for Chrome OS, though I have no idea if they have agents for Windows/mac/Linux OSes to do the same?

    • LakshmanaL

      Slack app with Jumpcloud API integration

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      1
      0 Votes
      1 Posts
      156 Views
      No one has replied
    • LakshmanaL

      Kindle not detecting in AntiX Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      1
      0 Votes
      1 Posts
      418 Views
      No one has replied
    • LakshmanaL

      Ebook Convertor Help

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      5
      1 Votes
      5 Posts
      691 Views
      LakshmanaL

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

    • LakshmanaL

      Excel Automation

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion excel
      1
      1 Votes
      1 Posts
      596 Views
      No one has replied
    • LakshmanaL

      Delete Location Option from Android Phone

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      13
      0 Votes
      13 Posts
      2k Views
      IRJI

      @iroal said in Delete Location Option from Android Phone:

      @irj

      I've rooted several phones and I don't need to make a Full Wipe, just Cache and Dalvik partitions.

      It used to be that way for me, but I have had to flash images on several recent models.

    • LakshmanaL

      Firefox 52.7.3 (64 Bit) Search Engine Issue

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion firefox
      5
      0 Votes
      5 Posts
      1k Views
      dbeatoD

      @black3dynamite said in Firefox 52.7.3(64 Bit)Search Engine Issue:

      You might be using the Firefox Extended Support Release (ESR) version.

      That's my thought as well.

    • LakshmanaL

      Powershell Scheduler Issue in Windows 10

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      9
      0 Votes
      9 Posts
      936 Views
      dbeatoD

      To create scheduled tasks with PowerShell look at this:

      https://blogs.technet.microsoft.com/heyscriptingguy/2015/01/13/use-powershell-to-create-scheduled-tasks/

    • LakshmanaL

      Powershell Alpha in Ubuntu

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      10
      0 Votes
      10 Posts
      895 Views
      black3dynamiteB

      @dbeato said in Powershell Alpha in Ubuntu:

      @lakshmana said in Powershell Alpha in Ubuntu:

      @scottalanmiller said in Powershell Alpha in Ubuntu:

      I use powerShell on Linux regularly. But nothing with AD.

      Whether we can check the locked users from the AD ?

      Take a look below:

      https://powershell.org/forums/topic/activedirectory-for-powershell-on-linux/

      https://www.reddit.com/r/PowerShell/comments/7ttrad/linux_powershell_what_does_it_take_to_run_ad/

      So far it is not possible.

      Enter-PSSession doesn’t even work.

    • LakshmanaL

      Sent Mail from Excel Data to SMTP by Powershell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      1
      0 Votes
      1 Posts
      346 Views
      No one has replied
    • LakshmanaL

      Creating a Android app

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion android linux development
      24
      0 Votes
      24 Posts
      3k Views
      scottalanmillerS

      Yes, always make the service first, any apps come last.

    • LakshmanaL

      Ubuntu with Epson L380

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      44
      2 Votes
      44 Posts
      5k Views
      scottalanmillerS

      @lakshmana said in Ubuntu with Epson L380:

      @dbeato said in Ubuntu with Epson L380:

      See more issues with 16.04 and this model
      https://askubuntu.com/questions/962996/installing-epson-l380-problems

      I have downloaded the drivers and reinstalled too which is not working.Will try to upgrade today

      Okay. There is about a 30% chance that that will fix it. Not great, but well worth trying.

      It’ll take a bit I’m sure to download.

    • LakshmanaL

      Python Cron on Windows 10

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      15
      0 Votes
      15 Posts
      4k Views
      travisdh1T

      @lakshmana said in Python Cron on Windows 10:

      @tim_g said in Python Cron on Windows 10:

      Open up an elevated PowerShell window:
      0_1521728868688_d719266a-deff-4865-a4c4-87fcb6b47528-image.png Enter the following command in PowerShell (it's a single line): Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

      Now I have installed the Cygwin but the cron service or cron.exe is not opening

      When I have tried to open the pycron-0.91-win32.2.zip which have the Cron.exe but the cron command prompt opens and the file cannot be editable with the timings

      Wha? It's Cygwin....

      Step 1: Open Cygwin
      Step 2: crontab -e

      That's it. You can't run most of the .exe files included in cygwin as if it's an actual program, it must be run from cygwin like you would in a BASH shell.

    • LakshmanaL

      Extract Data from .csv file with Python

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      19
      0 Votes
      19 Posts
      5k Views
      RomoR

      @lakshmana said in Extract Data from .csv file with Python:

      @romo said in Extract Data from .csv file with Python:

      pip install pandas

      raise DistutilsError("Setup script exited with %s" % (v.args[0],))
      distutils.errors.DistutilsError: Setup script exited with error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

      Some of the dependencies when installing it with pip are required to be compiled that is why for beginners it is just better to use either Anaconda or miniconda, especially for a Windows install.

    • LakshmanaL

      User Addition Tab at Right Corner

      Watching Ignoring Scheduled Pinned Locked Moved Reviews
      3
      0 Votes
      3 Posts
      1k Views
      StrongBadS

      Would be more interesting, I think, to see things like post count and other kinds of activity.

    • LakshmanaL

      Raspberry Pi Zero W Bought for Testing

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux raspbian raspberry pi raspberry pi zero
      13
      0 Votes
      13 Posts
      2k Views
      travisdh1T

      @Sawyer said in Raspberry Pi Zero W Bought for Testing:

      I ordered Raspberry Pi zero W from https://robu.in/product/raspberry-pi-zero-w-with-raspberry-pi-zero-w-accessories-kit/.
      What exactly does the NOOBS Software do?

      NOOBS sets up your choice of OS for you. It's not needed, but is handy if you don't have another computer to setup an OS.

      Also, if you have these sorts of questions in the future, just make a new thread.

    • LakshmanaL

      Linux Background Service

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux
      7
      1 Votes
      7 Posts
      592 Views
      StrongBadS

      Have you checked the logs to see what Snap activity there has been? Any idea when these first appeared?

    • LakshmanaL

      Powershell Integration Help Needed

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell
      6
      2 Votes
      6 Posts
      918 Views
      LakshmanaL

      This sorted out

      clipboard | select skip -7| out-string

    • 1
    • 2
    • 3
    • 4
    • 5
    • 15
    • 16
    • 1 / 16