Navigation

    ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Lakshmana
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Lakshmana

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

      1
      0
      Votes
      1
      Posts
      178
      Views

      No one has replied

    • Ebook Convertor Help
      IT Discussion • • Lakshmana  

      5
      1
      Votes
      5
      Posts
      231
      Views

      This link solved my issue https://www.epubor.com/how-to-merge-multiple-epub-ebooks.html
    • Excel Automation
      IT Discussion • excel • • Lakshmana  

      1
      1
      Votes
      1
      Posts
      314
      Views

      No one has replied

    • Delete Location Option from Android Phone
      IT Discussion • • Lakshmana  

      13
      0
      Votes
      13
      Posts
      1273
      Views

      @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.
    • Firefox 52.7.3 (64 Bit) Search Engine Issue
      IT Discussion • firefox • • Lakshmana  

      5
      0
      Votes
      5
      Posts
      875
      Views

      @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.
    • Powershell Scheduler Issue in Windows 10
      IT Discussion • • Lakshmana  

      9
      0
      Votes
      9
      Posts
      625
      Views

      To create scheduled tasks with PowerShell look at this: https://blogs.technet.microsoft.com/heyscriptingguy/2015/01/13/use-powershell-to-create-scheduled-tasks/
    • Powershell Alpha in Ubuntu
      IT Discussion • • Lakshmana  

      10
      0
      Votes
      10
      Posts
      550
      Views

      @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.
    • Sent Mail from Excel Data to SMTP by Powershell
      IT Discussion • • Lakshmana  

      1
      0
      Votes
      1
      Posts
      258
      Views

      No one has replied

    • Creating a Android app
      Developer Discussion • linux android development • • Lakshmana  

      24
      0
      Votes
      24
      Posts
      1093
      Views

      Yes, always make the service first, any apps come last.
    • Ubuntu with Epson L380
      IT Discussion • • Lakshmana  

      44
      2
      Votes
      44
      Posts
      2994
      Views

      @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.
    • Python Cron on Windows 10
      IT Discussion • • Lakshmana  

      15
      0
      Votes
      15
      Posts
      2550
      Views

      @lakshmana said in Python Cron on Windows 10: @tim_g said in Python Cron on Windows 10: Open up an elevated PowerShell window: 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.
    • Extract Data from .csv file with Python
      IT Discussion • • Lakshmana  

      19
      0
      Votes
      19
      Posts
      3539
      Views

      @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.
    • User Addition Tab at Right Corner
      Reviews • • Lakshmana  

      3
      0
      Votes
      3
      Posts
      935
      Views

      Would be more interesting, I think, to see things like post count and other kinds of activity.
    • Raspberry Pi Zero W Bought for Testing
      IT Discussion • linux raspberry pi raspberry pi zero raspbian • • Lakshmana  

      11
      0
      Votes
      11
      Posts
      849
      Views

      M

      @travisdh1 bs=4k is read and writes up to bytes at a time. Spinning off of yours, this is how I write mine. sudo dd if=/home/user/Downloads/filename of=/dev/sdc bs=1M status=progress status=progress gives you a nice little progress output without having to pipe it into anything.
    • Linux Background Service
      IT Discussion • linux • • Lakshmana  

      7
      1
      Votes
      7
      Posts
      450
      Views

      Have you checked the logs to see what Snap activity there has been? Any idea when these first appeared?
    • Powershell Integration Help Needed
      IT Discussion • powershell • • Lakshmana  

      6
      2
      Votes
      6
      Posts
      766
      Views

      This sorted out clipboard | select skip -7| out-string
    • Mangolassi Access Issue
      Mango Happenings • • Lakshmana  

      14
      2
      Votes
      14
      Posts
      933
      Views

      See below what I have been experiencing from the last 4 versions of Mangolassi and then it resolves itself after refreshing multiple times: Error in the Console Log (Ignore the UBlock ones)
    • Powershell Filter Data and Copy Data to new .csv file
      IT Discussion • • Lakshmana  

      13
      0
      Votes
      13
      Posts
      1550
      Views

      @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
    • Mail Allignment Issue
      IT Discussion • • Lakshmana  

      13
      1
      Votes
      13
      Posts
      1138
      Views

      @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))
    • Task Scheduler not running when system is locked
      IT Discussion • • Lakshmana  

      18
      0
      Votes
      18
      Posts
      2005
      Views

      @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
    • Verify the Logid status
      IT Discussion • windows powershell active directory search-adaccount • • Lakshmana  

      35
      0
      Votes
      35
      Posts
      1536
      Views

      @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 ?
    • Remote Login for Windows
      IT Discussion • • Lakshmana  

      9
      0
      Votes
      9
      Posts
      403
      Views

      PSRemoting is another built in way.
    • Curl Issue
      IT Discussion • curl • • Lakshmana  

      7
      0
      Votes
      7
      Posts
      666
      Views

      The same issue Happened while using Curl -L URL.com Because of that I am going for Remote login
    • Outlook 2016 in Tree Format based on Subject
      IT Discussion • • Lakshmana  

      3
      0
      Votes
      3
      Posts
      372
      Views

      @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
    • Timeout in .sh file
      IT Discussion • • Lakshmana  

      50
      1
      Votes
      50
      Posts
      1635
      Views

      @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.
    • Centos 7.3 Wifi Issue
      IT Discussion • linux centos centos 7 wifi drivers centos 7.3 • • Lakshmana  

      26
      0
      Votes
      26
      Posts
      1503
      Views

      @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!
    • Mount Error in Centos 7.3
      IT Discussion • linux centos centos 7 filesystem ntfs centos 7.3 • • Lakshmana  

      7
      0
      Votes
      7
      Posts
      770
      Views

      @scottalanmiller Thanks Scott it worked
    • Centos 7.3 Installed
      IT Discussion • linux centos centos 7 kde centos 7.3 battery indicator • • Lakshmana  

      17
      0
      Votes
      17
      Posts
      1042
      Views

      @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 [[email protected] ~]# 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 [[email protected] ~]# 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 [[email protected] ~]# It's systemctl not sysctl. Two different things. Thanks
    • Bash Script to Convert .csv to .xlsx
      IT Discussion • • Lakshmana  

      9
      1
      Votes
      9
      Posts
      5966
      Views

      @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.
    • Happy Pongal 2018
      News • • Lakshmana  

      5
      2
      Votes
      5
      Posts
      362
      Views

      @scottalanmiller said in Happy Pongal 2018: So holiday until Wednesday? Today is 15/Jan/2018 where Cow Pongal but i am in Office