Jump to content

GardeningWithSilicon

Member
  • Posts

    37
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

GardeningWithSilicon's Achievements

  1. Here's a tutorial for how to disable smb1 on linux shares: https://www.cyberciti.biz/faq/how-to-configure-samba-to-use-smbv2-and-disable-smbv1-on-linux-or-unix/ The other thing you will need to do is create an account for the samba share credentials to use since windows does not allow anonymous login any more. OR, you can regedit windows so it will allow for anonymous login.
  2. Post the event viewer logs for the crashes.
  3. Hello. These kinds of projects are rarely easy and usually take a lot of time to get right. But, in my 15 minutes of research, I think it's doable. There are some questions that need answering first before you consider moving: 1. What features is she currently using? How important is each feature? Does any one feature absolutely have to be there? Are there any deal breakers if the feature isn't there? For example, email integration probably isn't as important as actually tracking customers. To figure this out, you will need to walk though the entire daylite app and decide what absolutely has to stay and what can be omitted. Once you have this feature list established, you can move to step 2. 2. Moving the data: this doesn't look to be impossible, but will require patience and effort. It looks like daylite allows exporting via CSV. This is good because CSV is pretty easy to import to most systems. Does your new system support CSV import? Can you export all the data you need from daylite to CSV? If not, how much manual recreation will there be? 3. Playing well with others: are there multiple users who use this CRM? Is there a server? If so, what will the new server look like? Where will it be hosted and who will maintain it? These are costs that will be ongoing. 4. Picking a new solution: This part is the hardest, but is informed by evaluating the previous questions. You need the ability to import directly from daylite or via CSV. Once the data is transferred, you will want the ability to export it if you choose to change CRMs again in the future. In the best case scenario you'll have multiple solutions providers to pick from. In reality, it will probably be a few that have most of the features you want. In evaluating an open source solution, you'll want to make sure there is both ongoing support available and a community which will help to support you and the application going forward. Research here is your best friend. EDIT: 5. User training. This is something that I did forget. You're going to have to train the users on the new system. This takes time and effort. There's probably more to consider that I am omitting. In any case, you need two things: 1. A use case study to figure out what the software is doing now. 2. A plan to move from the current solution to a new solution. Your mom should probably contact an MSP or a specialist if this dataset is of any size or importance.
  4. https://communities.vmware.com/blogs/Abhilash_hb/2013/08/25/clustering-using-sharing-of-vmdks-between-virtual-machines
  5. There is not enough info given by OP to answer the question. We don't know what his stack really requires. Everything up until now is speculation.
  6. There should be error logs on the ADC for her user. You can read more about the types of logs generated here: https://www.ultimatewindowssecurity.com/securitylog/book/page.aspx?spid=chapter4 As an aside: you could reimage or issue a new pc for her to use and decom the current one for now. This would rule out her machine being the source of the problem.
  7. You can build it in a docker container. Microsoft approved this pull request: https://github.com/microsoft/WSL2-Linux-Kernel/pull/9/commits/3644c56b57c2333be0d395b4575608ab744bf308#diff-78c3810a2141413c93a1f8aebed2eff4 which allows their version of the Linux kernel to be built in a docker container. For a more generalized build: https://github.com/moul/docker-kernel-builder
  8. https://github.com/RobLoach/net.lutris.Lutris.old I think this is what you need. Lutris is a front end for WINE, which allows LoL to run on Linux.
  9. If you didn't have logging enabled, and the VM doesn't host any web facing content, then it probably won't be useful. The thought was that perhaps you had someone issue some sort of poisoned web request to the web server - but that doesn't seem plausible now.
  10. There isn't enough information in that log to be useful. https://docs.nginx.com/nginx/admin-guide/monitoring/logging/ We need to see the requests here to see if there was a weird request.
  11. Do your server logs show anything weird? Second - how is your openvpn setup? Do you use keys only?
×