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

      Mangolassi Access Issue

      Watching Ignoring Scheduled Pinned Locked Moved Mango Happenings
      14
      2 Votes
      14 Posts
      1k Views
      dbeatoD

      See below what I have been experiencing from the last 4 versions of Mangolassi and then it resolves itself after refreshing multiple times:
      0_1521341585116_Peek 2018-03-17 22-50.gif

      Error in the Console Log (Ignore the UBlock ones)
      0_1521341617172_DeepinScreenshot_select-area_20180317225111.png

    • LakshmanaL

      Powershell Filter Data and Copy Data to new .csv file

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      13
      0 Votes
      13 Posts
      3k Views
      LakshmanaL

      @stess i get error as "Warning: one or more headers were not specified. Defaults names starting with H have been used in place of any missing headers"

      there is no data copied here to. csv

    • LakshmanaL

      Mail Allignment Issue

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      13
      1 Votes
      13 Posts
      2k Views
      LakshmanaL

      @stess
      @scottalanmiller
      I got one script for copying the excel sheet content to the mail body which have issue in it.The issue where the table is not copying to body only contents are copied to the mail body without table.Help needed

      $email = "[email protected]" $smtpServer = "mail.somecompany.com" $ForEmail = @() ###################################### #Create and get my Excel Obj $x1 = New-Object -comobject Excel.Application $UserWorkBook = $x1.Workbooks.Open("C:\temp\bluenose.xlsx") #Select first Sheet $UserWorksheet = $UserWorkBook.Worksheets.Item(1) $UserWorksheet.activate() #Copy the part of the sheet I want in the Email $rgeSource=$UserWorksheet.range("A1","E20") $rgeSource.Copy() | out-null $Results = Get-Clipboard foreach ($Result in $Results) { $ForEmail += "$Result<br>" } ###################################### $msg = new-object Net.Mail.MailMessage $smtp = new-object Net.Mail.SmtpClient($smtpServer) $msg.From = "[email protected]" $msg.To.Add($email) $msg.Subject = "Excel Pasted" $msg.IsBodyHtml = $True $msg.Body = "Here is the contents of the excel file<br> <br> $ForEmail <br> " $smtp.Send($msg)](![image url](image url))
    • LakshmanaL

      Task Scheduler not running when system is locked

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      18
      0 Votes
      18 Posts
      4k Views
      LakshmanaL

      @black3dynamite said in Task Scheduler not running when system is locked:

      NT AUTHORITY\SYSTEM

      NT AUTHORITY \SYSTEM is not working and Trigger is set for Daily at 05:50 PM
      When clicking on Run with highest privieges i am getting the same error which was mentioned already

    • LakshmanaL

      Verify the Logid status

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion active directory windows powershell search-adaccount
      35
      0 Votes
      35 Posts
      3k Views
      LakshmanaL

      @lakshmana The above helps me and its working but i need the output of that file to be append at the same .csv file which is not working.How to do that ?

    • LakshmanaL

      Remote Login for Windows

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      9
      0 Votes
      9 Posts
      532 Views
      thwrT

      PSRemoting is another built in way.

    • LakshmanaL

      Curl Issue

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion curl
      7
      0 Votes
      7 Posts
      2k Views
      LakshmanaL

      The same issue Happened while using

      Curl -L URL.com

      Because of that I am going for Remote login

    • LakshmanaL

      Outlook 2016 in Tree Format based on Subject

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      3
      0 Votes
      3 Posts
      483 Views
      LakshmanaL

      @net-runner said in Outlook 2016 in Tree Format based on Subject:

      Is the "View email messages by conversation" not what you are looking for? It's not exactly the subject-based grouping (meaning everything that has the same subject goes to a single tree) but very similar to it:
      https://support.office.com/en-us/article/view-email-messages-by-conversation-0eeec76c-f59b-4834-98e6-05cfdfa9fb07

      Thank you so much this is the one I have searched fotr

    • LakshmanaL

      Timeout in .sh file

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      50
      1 Votes
      50 Posts
      3k Views
      scottalanmillerS

      @lakshmana said in Timeout in .sh file:

      @thwr Hereafter i should not update any doubts in this post only Right !!!!

      If you are getting the file, but are now looking to parse it, that should be a new thread, yes.

    • LakshmanaL

      Centos 7.3 Wifi Issue

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux wifi centos centos 7 centos 7.3 drivers
      26
      0 Votes
      26 Posts
      3k Views
      scottalanmillerS

      @lakshmana said in Centos 7.3 Wifi Issue:

      @scottalanmiller said in Centos 7.3 Wifi Issue:

      @lakshmana said in Centos 7.3 Wifi Issue:

      @scottalanmiller Installed Ubuntu now

      But OLD Ubuntu, that is expected to have lots of issues because it is not up to date, right?

      Yes Now WiFi Detected will go with KVM and then Centos will run it

      Great!

    • LakshmanaL

      Mount Error in Centos 7.3

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux centos centos 7 centos 7.3 ntfs filesystem
      7
      0 Votes
      7 Posts
      1k Views
      LakshmanaL

      @scottalanmiller Thanks Scott it worked

    • LakshmanaL

      Centos 7.3 Installed

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos centos 7 centos 7.3 battery indicator linux kde
      17
      0 Votes
      17 Posts
      2k Views
      LakshmanaL

      @stacksofplates said in Centos 7.3 Installed:

      @lakshmana said in Centos 7.3 Installed:

      @scottalanmiller said in Centos 7.3 Installed:

      @stacksofplates said in Centos 7.3 Installed:

      @lakshmana said in Centos 7.3 Installed:

      @stacksofplates for acpi "command not found" is the error

      You'll have to install it.

      yum install acpi

      The package has one more letter in the name. Should be this...

      yum install acpid

      Then you can fire it up like this...

      systemctl start acpid systemctl enable acpid

      Installation done but error comes
      [root@localhost ~]# sysctl start acpid
      sysctl: cannot stat /proc/sys/start: No such file or directory
      sysctl: cannot stat /proc/sys/acpid: No such file or directory
      [root@localhost ~]# sysctl enable acpid
      sysctl: cannot stat /proc/sys/enable: No such file or directory
      sysctl: cannot stat /proc/sys/acpid: No such file or directory
      [root@localhost ~]#

      It's systemctl not sysctl. Two different things.

      Thanks

    • LakshmanaL

      Bash Script to Convert .csv to .xlsx

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      9
      1 Votes
      9 Posts
      9k Views
      scottalanmillerS

      @lakshmana said in Bash Script to Convert .csv to .xlsx:

      @scottalanmiller mv test.csv test.xlsx will helps to convert the .csv files?

      No, simply renaming a file won't convert it, it's just renaming it. On Linux, the file extension doesn't even tell us the intent of a file, let alone alter the file itself.

    • LakshmanaL

      Happy Pongal 2018

      Watching Ignoring Scheduled Pinned Locked Moved News
      5
      2 Votes
      5 Posts
      466 Views
      LakshmanaL

      @scottalanmiller said in Happy Pongal 2018:

      So holiday until Wednesday?

      Today is 15/Jan/2018 where Cow Pongal but i am in Office

    • LakshmanaL

      CPU Flaw old news now renewed

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

      VBSCript Issues

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      6
      0 Votes
      6 Posts
      719 Views
      dafyreD

      @lakshmana said in VBSCript Issues:

      objWorkbook2.Worksheets(“Sheet1”).Range(“A1”).PasteSpecial Paste =xlValues

      There should be a Colon after the Paste and before the = sign....

      Paste:=xlValues ?

    • LakshmanaL

      Robocopy only .csv

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      11
      0 Votes
      11 Posts
      3k Views
      Mike DavisM

      @lakshmana Just paste your exact commands and the exact error.

    • LakshmanaL

      Locate and Delete only .csv from the machine

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      3
      0 Votes
      3 Posts
      418 Views
      black3dynamiteB

      PowerShell 5.1: Remove-Item
      https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/remove-item?view=powershell-5.1

      PowerShell 5.1: Copy-Item
      https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/copy-item?view=powershell-5.1

    • LakshmanaL

      .vbs to mention the default or current user

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      2
      0 Votes
      2 Posts
      315 Views
      LakshmanaL

      Verifying this link https://social.technet.microsoft.com/Forums/en-US/1b8b424b-6514-462c-b605-240dc05621fe/use-the-userprofile-variable-within-a-vbscript?forum=ITCG

    • LakshmanaL

      2nd Time visit to Sabarimala

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion
      7
      1 Votes
      7 Posts
      731 Views
      LakshmanaL

      0_1515351022308_IMG_20180104_075134.jpg 0_1515351042818_IMG_20180104_075128.jpg 0_1515351068705_IMG_20180104_080621.jpg

      Good Darshan this year

    • 1 / 1