Download All AEM Logs with no SSH access - aem

I'm trying to find a way for our devs to be able to download all AEM logs via the Sling or some other means. They do not have SSH access, so can't just jump on the server and download them.
The closest I've found is using /system/console/status-slinglogs and clicking the Download as Zip button. The problem is it only zips up the last 3 days, where as we need all logged days.
Does anyone know of a way to increase the number of days it includes? Or is the another way to do this?
Thanks!
Matt

Related

Word is not opening any files! Anyone know what this could be?

I'm trying to open word documents and get greeted with this now. Any idea what it can be? Restarting my pc did not help! it is a surface book 2
If you have a paid version of MS Office, try to remove it through the control panel, and delete all related files with it. After that, use a clean installation and use your key again in order to have your MS Office package working again.
If this not work for you, respond here and we will find another solution.

vscode installer download taking so long

I want to download vscode installer. I'm trying to get the download file from this link https://code.visualstudio.com/download. However, the download is taking so long and I tried it several times with no success. I strongly believe i don't have any problem with connection since I had checked all my internet connection by downloading atom installer, watching youtube, uploading video & send it via email. Could anyone help me with these.
Is the link obsolete/change?
I'm located in SEA region, is there something to do with region (maybe cdn or something, i'm just guessing)
Thank you

How would I be able to make this possible with Powershell?

Basically what I want to do is locate a shared folder on the server (I'll be running this script from the domain controller), unshare it (so I make sure no user is still using files from there, to avoid issues), and then backup all the files from that folder into a .zip/.rar, then share the folder again. I been looking into how to automate this using powershell (I dont have much experience with it), I found this script (https://github.com/Seidlm/PowerShell-Backup-Script/blob/master/BackupScript.ps1) that im planning to modify, but I still not know how to unshare and share a folder with powershell or how to make it so that the script is automatically executed for example every day at 1:00 am or something like that, how would I be able to this? I dont want you guys to do my homework, if you could just point me in the right direction or link some documentation I would apreciate it.

Locate NetSuite Outlook integration plugin download link

We recently installed the Outlook bundle in NetSuite, however the link to actually download the addon for Outlook never displays. Any idea how to get this to show up?
The link should show up in the Settings portlet on your Home Screen.
Here are the direct links to the the download page and installer:
https://system.netsuite.com/app/external/xml/outlook/outlookv3download.nl
https://system.netsuite.com/core/media/media.nl?id=429&c=3563537&h=7c09acb0c6ba5104ac0d&_xt=.bin
You said:
We attempted using these links after confirming we followed all setup steps correctly and still failed to see the downloads. Unfortunately still ran into an issue with .Net & VB Tools during install. Perhaps there is an issue with Win10?
Did Netsuite move your data center? If so then the link would be:
https://system.na?.netsuite.com/app/external/xml/outlook/outlookv3download.nl
Replace the ? with your regional data center number. Worked for me.

Auto-upload on save

I'm delveloping a PHP web application on my local PC. Whenever I save a file it would be handy if Eclipse could upload the file to my web server via FTP. Is Eclipse able to do that?? I think Netbeans offers such an option. At the moment I do the upload manually which is very annoying...
Take a look at Eclipse Target Management (RSE). You can find a tutorial on getting started page.
A big downside is that the quality of RSE's error messages range from okay-if-ambiguous to downright horrible (IBM-style 3 chars + 4 digits with no text message) so it's best if you know whatever protocol you're using well enough to guess what the error is without really needing the message to explain it to you.
So, after a whole lot of tries, I finally found something that works!
What you need to install is Eclipse WebDAV and FTP Support. I have not found the eclipse update site, but this site has n archived version of it. This allows you to sychronize your code with an FTP site.
http://eclipse.jcraft.com/
Then, to Automatically Upload On Save, you can use my Auto Hot Keys Script at:
Eclipse Synchronize Hotkeys