Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

It's that time of year again!

Uncategorized
40 1 53

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • Dear Mastodon,

    Uncategorized career cad plm pdm windows unix advice
    1
    0 Votes
    1 Posts
    10 Views
    Dear Mastodon,I am a mechanical engineer who is about to make a major #career change. I have received a job offer from an international company for an Application Engineer position. The role involves supporting #CAD (computer-aided design), #PLM (product lifecycle management), and #PDM (product data management) systems and their underlying infrastructure.As far as I know, most of the applications are #Windows-based, but there are likely some #Unix-like systems involved as well. I do not have formal system administration experience, so I am looking for guidance on which technologies I should focus on to make this transition as smooth as possible. Could you recommend useful books, technologies, or keywords to explore?For context, I have homelab-level experience with Linux, networking, SSL, reverse proxying, ZFS, Solaris zones, bhyve, and FreeBSD, and I have been using OpenBSD as my desktop operating system for years.Thank you in advance for any #advice or recommendations.TASKS AND RESPONSIBILITIES:- Implementation, configuration, and maintenance of software and systems related to the supported area in line with corporate requirements.- Installation, configuration, and maintenance of critical software systems, as well as providing expert-level support to end users.- Management of application-related changes, handling major upgrades, and the introduction and testing of new systems and developments.- Publishing and testing new releases.- System administration and monitoring to ensure the performance and proper operation of supported software and systems.- Troubleshooting and problem resolution, including the management of system updates and fixes.- Analysis of business requirements and implementation of related processes.- Support for project management, including the preparation of documentation and reports.- Communication with clients and business units to maintain synergy between business requirements and system solutions.
  • 0 Votes
    1 Posts
    3 Views
    Do you want to run a Linux or Unix/macOS program directly after some other process has ended? Use the pwait as follows:```pwait pid && new_app1```For example, for demo run sleep for 1200 and wait to end and then run the app2:```sleep 1200 &pwait pid_of_sleep_here && app2```See the `pwait` man page for more info as syntax changes slightly between Linux and BSD version. This is very handy utility and not well known to many:`man pwait`#unix #linux
  • 0 Votes
    2 Posts
    9 Views
    @PythonPeak video removed by the uploader.
  • 0 Votes
    1 Posts
    11 Views
    The mighty world of BSDPlaying with again smolBSD, a fantastic metaOS system that I talked about a few weeks ago.I'm a newbie, a greenhorn, when it comes to meta-operating systems built on top of NetBSD.I am very eager to learn by doing, making mistakes in the process, correcting and feel the warmth of the BSD community, who is happy to correct, esp when I show that I read the docs after making the mistakesThe journey is fantastic, the learning process is fun. microVM's are amazing. I've registered 11ms boot times on this small machine with a few CPU cores (and 40GB RAM). The fun is endless#programming #technology #BSD #netBSD #metaOS #microVM #networking #qemu #host #bmake #curl #sshd #Linux https://smolbsd.org/