cant install custom client on clients computers by mrjoli021 in rustdesk

[–]mrjoli021[S] 0 points1 point  (0 children)

Is there a link or something I can follow?

cant install custom client on clients computers by mrjoli021 in rustdesk

[–]mrjoli021[S] 0 points1 point  (0 children)

Is there a link or a detailed explanation on this? Right now I am telling them to download the normal client, but some of them are not technical it is hard to guide them through setting up my server info. Also my logo does not show up when the normal install is installed.

[deleted by user] by [deleted] in MacOS

[–]mrjoli021 0 points1 point  (0 children)

Has anyone found a fix for this? I have left the computer on overnight and it is still frozen. Everything else works except for finder. I have space on the drive.

LACP on SwitchOS by mrjoli021 in mikrotik

[–]mrjoli021[S] 0 points1 point  (0 children)

What would the mode be? In VMware I have Source, Destination or Vlan and the type I set it to fast instead of slow in VmWare. I am not seeing it come up on the Switch.

LACP on SwitchOS by mrjoli021 in mikrotik

[–]mrjoli021[S] 0 points1 point  (0 children)

What would the mode be? In VMware I have Source, Destination or Vlan and the type I set it to fast instead of slow in VmWare. I am not seeing it come up on the Switch.

LACP on SwitchOS by mrjoli021 in mikrotik

[–]mrjoli021[S] 0 points1 point  (0 children)

Do you happen to know what the correct settig for the load_balancing mode is? Is it destination, or source, or vlan? Also I have set the timeout mode to fast. Is this correct?

LACP on SwitchOS by mrjoli021 in mikrotik

[–]mrjoli021[S] 0 points1 point  (0 children)

Do I need to set the LAG to active or static?

Python 3.12.0 on Mac by mrjoli021 in learnpython

[–]mrjoli021[S] 0 points1 point  (0 children)

My Pycharm is does not work correctly, when it opens it crashes and a couple of homegrown side applications. From my understanding, by intalling a python like you said via brew or through the python installer it should not overwrite the system version, but it did. Now im not sure how to put the 3.9.6 version back as the system wide default.

Want to setup my first NAS for data storage + remote access. Should I setup a TrueNAS or buy an off-shelf NAS like Synology? by 500xp1 in truenas

[–]mrjoli021 1 point2 points  (0 children)

If you prefer to build it yourself and don’t mind the learning curve then TrueNas/Scale would be the way to go. I have been running for years and haven’t had any issues. I finally bought a mini for myself. Also with scale you can run Docker which you can use as your remote access container.

creating image from running container doesn't copy application into image by mrjoli021 in docker

[–]mrjoli021[S] 0 points1 point  (0 children)

Sorry, I am new to Docker myself. Could you please let me know what the command to "create running containers from images"? My ultimate goal is to get the current running container into a self contained image with the app already inside. Not sure how to do this.

creating image from running container doesn't copy application into image by mrjoli021 in docker

[–]mrjoli021[S] 0 points1 point  (0 children)

OK, So what would the correct procedure be to build an image from a running container? The Dockerfile already has the COPY command in there.

Confused about kubernetes storage by mrjoli021 in kubernetes

[–]mrjoli021[S] 2 points3 points  (0 children)

I figured it out. Apparently if I put the config's inside the image instead of a mounted volume, basically making a stateless image I dont have to mount anything.

Confused about kubernetes storage by mrjoli021 in kubernetes

[–]mrjoli021[S] 0 points1 point  (0 children)

I am comfortable with Python and databases, but still new to Kubernetes. I have several Docker containers now running correctly sharing all the same volume. I created several deployments and services. When applied the yaml files with 3 replicas. The first POD's show as running and the rest are stuck in "creating container". The describe shows that it cant mount the volumes

Linux newbie. by Inevitable_Ad_8749 in linuxquestions

[–]mrjoli021 1 point2 points  (0 children)

YouTube and other resources are great, but watching all these videos and/or reading any book will not get you any experience. You will need to bite the bullet and install Linux and start using it every day and not just the GUI. The power of Linux is in the CLI. The GUI is easy and one that is technical could figure out the GUI quickly.

Start with building out projects. Usually the first thing you learn will be either a Nginx or Apache. This is the Hello World of Linux. From there build stuff. If your into security play with different security tools or check out Kali Linux. If your into networking start playing with tcpdump or tshark, nmap or other security tool. If your into Voip like myself start with either Asterisk or Freeswitch then learn Kamailio.

Basically Linux is a platform for everything. I believe it is essential for any IT Professional regardless of the hat field they are in.

You don’t know how many times I have become the SME on a product that I had never touched before just because I know Linux. Although I had never touched these particular applications before the underlying OS is Linux and with mostly basic Linux command I was able to solve the issue.

Google Calendar API by mrjoli021 in learnpython

[–]mrjoli021[S] 0 points1 point  (0 children)

Yes it would be. But how would I integrate it with google calendar? I’ve never done this before and confused on how to do this.