Browse
···
Log in / Register

Linux Systems Engineer (USA)

Negotiable Salary

Trexquant Investment

Stamford, CT, USA

Favourites
Share

Description

We are looking for a proactive and detail-oriented Linux Systems Engineer to maintain, optimize, and support our Linux-based infrastructure. The ideal candidate will have hands-on experience with Linux systems administration, performance tuning, automation, and troubleshooting in a large-scale, production environment. Responsibilities Install, configure, and maintain Linux-based servers, and manage server health, ensure uptime, and perform regular patching and upgrades. Monitor system performance, troubleshoot issues, and implement performance tuning across Linux servers to ensure reliability and efficiency. Develop and maintain automation scripts (using Bash, Python, Ansible, etc.) to streamline deployment, monitoring, and configuration management. Design, implement, and test disaster recovery procedures to ensure system availability and data integrity. Provide tier-2 and tier-3 technical support for escalated incidents related to Linux systems. Collaborate with other teams to resolve complex system issues. Work closely with developers, network engineers, and other IT teams to deploy and maintain infrastructure for both on-premise and cloud environments. Requirements Background in a technical field (computer science, information systems, engineering etc) 3+ years of hands-on experience as a Linux Systems Engineer or Systems Administrator, in an enterprise environment. Strong knowledge of Linux internals and familiarity with enterprise Linux distros. Proficiency in automation tools such as Ansible. Experience writing shell scripts (Bash) or Python for task automation. Strong understanding of networking fundamentals and experience with network troubleshooting. Experience with central or distributed storage systems and good knowledge of file systems. Excellent troubleshooting and diagnostic skills with a systematic approach to resolving issues. Able to participate in a monthly on-call rotation with other team members to ensure round-the-clock support coverage Benefits Competitive salary plus bonus bonus based on individual and company performance Collaborative, Casual, and friendly work environment PPO Health, dental and vision insurance premiums fully covered for you and your dependents Pre-tax commuter benefits Weekly company meals Trexquant is an Equal Opportunity Employer

Source:  workable View original post

Location
Stamford, CT, USA
Show map

workable

You may also like

Craigslist
Remote Computer Programming/Website Development Position
Join a program designed for ambitious learners who want to begin a career in technology. If you’re interested in developing real-world coding expertise, completing professional projects, and preparing for entry-level developer jobs, this pathway is for you. This online program can be taken full- or part-time and includes nearly 900 hours of guided training with hands-on projects. You’ll gain proficiency in industry-standard programming languages, tools, and workflows—all while building a professional portfolio and resume that will help you secure Software Developer employment. 🖥️ Technology & Programming Fundamentals • Learn how computers, browsers, networks, and the internet connect • Build knowledge in algorithms, data structures, number systems, and security concepts • Practice Python coding, command line skills, and logical problem-solving 💻 Web & Front-End Development • Design websites with HTML5, CSS3, and Bootstrap • Create interactive front-ends with JavaScript, jQuery, and React.js • Use responsive and modern design frameworks 🗄️ Back-End & Database Development • Design and manage databases in SQL and SQL Server • Perform CRUD operations with relational databases • Build back-end systems using Python (Django) and C# (.NET Framework/Core) 🧑‍💻 Programming Languages & Tools • Master languages including C#, Python, JavaScript, HTML, CSS, SQL, and others • Apply Git, GitHub, Visual Studio, and Team Foundation Server • Follow industry workflows with professional coding practices 🧪 Capstone Projects • Complete two portfolio-ready projects (Python + C#) • Apply Agile, Scrum, and DevOps methods • Gain real-world debugging, teamwork, and collaboration experience 🧰 Career Preparation • Develop resumes, cover letters, and job applications with guidance • Sharpen whiteboarding and technical interviewing skills • Train for entry-level developer roles in software and web development 🚀 No prior background required. Remote-friendly program. Take your first step into technology today. 👉 Apply now: https://softwaredevpros.online/
7139 City View Dr, Salt Lake City, UT 84121, USA
$30/hour
Workable
Senior Data Scientist - Active Secret Clearance
Location: Washington, DC (Hybrid) Clearance Required: Active Secret Position Type: Full-Time We are seeking a highly skilled Senior Data Scientist to support enterprise data and analytics initiatives for our federal client. The ideal candidate will bring expertise in AI/ML development, advanced analytics, and automation to deliver mission-focused solutions. This role will involve providing technical leadership, developing predictive models, and collaborating with cross-functional teams to ensure analytics capabilities are scalable, secure, and aligned with enterprise objectives. Strong proficiency with Python, AI/ML frameworks, and RPA tools is required. Primary Responsibilities: Provide technical leadership on enterprise analytics and AI/ML solutions. Design, develop, and deploy machine learning models and predictive analytics. Utilize Python, Anaconda, and Jupyter notebooks for modeling and prototyping. Collaborate with Data Engineers to integrate models into scalable data pipelines. Support data governance activities including tagging, metadata management, and secure sharing. Develop RPA solutions to automate business processes. Evaluate and recommend analytics products to ensure mission alignment. Communicate findings through dashboards, data visualizations, and technical reports. Requirements Minimum Qualifications: Active Secret clearance (required at time of application). Bachelor’s or Master’s degree in Data Science, Computer Science, Mathematics, or a related field. 7+ years of professional experience in data science, AI/ML, and advanced analytics. Strong proficiency with Python, Anaconda, and Jupyter notebooks. Expertise in AI/ML frameworks such as TensorFlow, PyTorch, and Scikit-learn. Experience with RPA tools (UiPath, Automation Anywhere, or Python-based automation). Familiarity with Databricks, Apache Spark, and SQL. Excellent communication, documentation, and stakeholder engagement skills. Preferred Qualifications: Experience supporting federal or regulated environments. Knowledge of MLOps practices for deploying and managing ML models at scale. Background in data governance and enterprise metadata management. Eligibility: Must be legally authorized to work in the United States without employer sponsorship, now or in the future. Active Secret clearance required for this role. Benefits Salary: Competitive, commensurate with experience.
Washington, DC, USA
Negotiable Salary
Craigslist
LAMP Stack Junior Developer for OpenEMR
I run a software company that develops software for an open-source project called OpenEMR, an application that runs medical clinics, hospitals, and other medical organizations. I am looking for a part-time 20 hours per month junior developer to assist me and my company with completing tasks for OpenEMR. As time progresses this has the ability to turn into more hours. You would be a 1099 contractor for my company. More info about the project (this is the project you will be working on): https://www.open-emr.org/ Before the interview I need you to read the following document. In your cover letter please be able to demonstrate as much as possible what is contained in this document. You probably won't get 100% but please give it a solid try. Requirements for OpenEMR Development This document defines the minimum skills and tasks you must demonstrate to be considered ready for OpenEMR development. Review carefully and be prepared to show working examples for the interview. Core Competencies Using Git and standard source control workflows Understanding the OpenEMR database schema at a basic level Setting up multiple virtual hosts using LAMP (preferred), WAMP, or MAMP Configuring and troubleshooting Apache Virtual Host Setup Task Demonstrate your ability to set up a local sandbox by: Creating a new Apache virtual host Installing the latest community version of OpenEMR (use the most recent patch release) Cloning the OpenEMR GitHub repository outside of any vhost folder. (basically, not storing the git repo in the /var/www/ directory, but using an rsync script to update the vhost ) Setting up local instances for both: Master branch and most current stable patch release At minimum: Run OpenEMR v703v4 on a dedicated vhost Git and Source Control Best practices for managing a project with Git Why repositories must not be stored directly on Staging or Production vhosts What cherry-picking is and why it is useful How git reflog can help find a file’s history Xdebug Task Place a breakpoint in login.php at the line that includes globals.inc.php Step over into the next line and explain why globals.inc.php is critical Identify a variable or function from globals.inc.php that is used in login.php OpenEMR Schema Explain the purpose and stored data of these tables: patient_data form_encounter forms users users_secure list_options layout_options Write a query to return: patient first name, last name, PID, encounter number, and forms used in encounters within a specific date or date range Write a query to return: PID and encounter ids for a date range Identify which table/column records when a form has been deleted Identify the view in the OpenEMR interface that updates the list_options table Identify the view in the OpenEMR interface that updates the layout_options table Make a change using the OpenEMR interface and demonstrate the change in the raw data (phpMyAdmin view) Explain how layout_options and list_options are related to creating or updating layout based forms
2832 SE Salmon St, Portland, OR 97214, USA
$30-50/hour
Cookie
Cookie Settings
Our Apps
Download
Download on the
APP Store
Download
Get it on
Google Play
© 2025 Servanan International Pte. Ltd.