Linux administration consulting jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 linux administration consulting jobs found, pricing in USD

    I'm seeking an exam invigilator assist for an on-site exam in La Ceiba. We provide test administration services to test-takers worldwide. For this purpose, we look for professionals who we contact on an "as-needed" basis work at professional centers administering certifications. We provide complete training and assignments pay hourly for the entire scheduled time, even if the exam ends early. We have an assignment coming up where a test taker has been approved to have the exam read outloud to them. For this assignment, you are required to be present on-site, and read the exam content aloud to the test taker. The exam is taking place at a professional testing center in Ceiba, Costa Rica. Date: Wednesday, 24 April, 2024 Time: 7:30 am to 12:45 pm We provide full t...

    $50 / hr (Avg Bid)
    Local
    $50 / hr Avg Bid
    1 bids

    I'm looking for a computer engineer with strong expertise in Google technologies. Key Requirements: - Proficiency in Operating Systems and Technical Skills: You should be well-versed in various Operating Systems and t...challenges of the project. - Google Technology Proficiency: You must have a deep understanding and hands-on experience with Google technologies, products, and services. Ideal Skills and Experience: - Previous experience in software development, network security, or hardware design would be a plus. - Strong understanding and experience in using multiple operating systems, particularly Windows, Linux, and macOS. - Excellent problem-solving skills and the ability to work independently and in a team. - A proactive approach to learning and adapting to new technolo...

    $106 (Avg Bid)
    $106 Avg Bid
    10 bids

    I'm seeking an exam invigilator with at least a Bachelor's degree to administer an on-site exam in Bertrange, Luxembourg. This is a one-time gig with the potential for future opportunities. We provide test administration and accommodation solutions to test-takers nationwide. For this purpose, we look for professionals who we contact on an "as-needed" basis to see if they are available to assist test takers for their approved accommodations. We provide complete training and assignments pay hourly for the entire scheduled time, even if the exam ends early. We have a computer exam coming up where a test taker has been approved for a Reader and input assistance. For this assignment, you are required to be present on-site, sit with the test taker, and read the exam ...

    $22 - $25 / hr
    Local
    $22 - $25 / hr
    0 bids

    I urgently need an expert in Linux and Nginx who can help me: - Configure my Nginx server - Optimize server The ideal candidate should have: - Extensive experience with Nginx and Linux - Excellent troubleshooting and problem-solving Time is of the essence, so please get in touch if you can jump straight into action. Ubuntu Nginx

    $17 / hr (Avg Bid)
    $17 / hr Avg Bid
    12 bids

    ...nor tens of thousands, nor even thousands of websites each day. I plan to use your scripts on a relatively small scale of not more than one hundred websites each day. ******* TESTING ******* You must test your script on Linux Mint 21.3 Cinnamon Edition to ensure that it runs properly on Python 3.10.12, on the current stable version of Google Chrome, on Linux Mint 21.3 Cinnamon Edition. I do not care if your script runs on any other operating systems or any other browsers. If you typically use Microsoft Windows, please consider setting up a virtual machine to install Linux Mint 21.3 Cinnamon Edition so you can test your code properly. In particular, if I were to send you a bug report, I would not like to receive a reply from you like, “The script works 100...

    $97 (Avg Bid)
    $97 Avg Bid
    17 bids

    ...fine tuned for improved responsiveness, and a better customer experience. - Soften existing UI found within Communications: Modify the content being sent within email communications, with consistent interface populated with the appropriate details drawn from the App. - Admin Dashboard - surface additional details in the existing dashboard, that are already captured in the App, for better administration. The App does not have any e-commerce, it aligns customers with individuals within a geolocation to preform the task The ideal candidate should have significant experience in cross-platform app development, a strong grasp of Ul/UX design, and a proven track record in enhancing app performance. Please share examples of previous work and outline your approach to this project...

    $391 (Avg Bid)
    $391 Avg Bid
    61 bids

    As a client, I am in search of a skillful full-stack software developer. The task at hand involves improving an already existing project with freshly integrated functionalities. An overview of the project's main requirements include: * Integrating the application with Stripe for online payment * Creating Telegram and WhatsApp bots (API) * Incorporating existing text into the translation mod...effortless yet functional implementation. Also, the urgency of the tasks varies, with the addition of existing text to the translation module of React taking top priority. Your experience with APIs, Stripe integration, and React translation modules will be key to the success of this project. The project will take place in a controlled environment for monitoring and evaluation purposes. Working ...

    $274 (Avg Bid)
    $274 Avg Bid
    80 bids

    I'm looking for a professional who can help me increase the efficiency of my current operations. Key areas of focus: - **Process Excellence**: The intent is to optimize various facets of the operation to make it more streamlined and effective. Specific tasks include: - **Quality Control Optimization**: Ensuring that our product...defects. - **Order Fulfillment Enhancement**: Streamlining our order processing and fulfillment procedures to ensure quicker delivery times and improve overall customer satisfaction. The ideal candidate for this project should have a solid background in process improvement and a proven track record in optimizing quality control and order fulfillment processes. Experience with both operational consulting and performance metrics analysis would be h...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    10 bids

    ...with a user-friendly panel. - The application should have a user-friendly interface that is easy to navigate. - It should support live streaming capabilities in high quality. - A Video-on-demand library should be integrated to provide a variety of content for viewers. The panel should come with the following functionalities for user management: - User subscriptions management: allowing the administration of user accounts and subscriptions. - Multi-user access control: enabling different levels of access for various users. - User activity tracking: to monitor and analyze user engagement with the platform. Ideal candidates for this project should have experience in: - Developing Android applications, particularly in the field of IPTV. - Building user-friendly interfaces and ensu...

    $143 (Avg Bid)
    $143 Avg Bid
    19 bids

    I'm seeking for a skilled editor to polish my one-page sales paper aiming at promoting our consulting services to business professionals. Your task will be to make the text more compelling, persuasive and suited for a professional audience. The assignment involves but not limited to: - Identifying and ironing out any grammatical errors and typos. - Ensuring that the paper is persuasive, without sounding overly promotional. - Making sure the language, tone, and style are suitable for business professionals. Ideal Skills: - Exceptional editing and proofreading skills - Experience with promotional material development, ideally for consulting services - Understanding of professional and persuasive language - Ability to maintain the tone and style suitable for business pr...

    $17 (Avg Bid)
    $17 Avg Bid
    14 bids

    ...the pip3 and Python 3 Virtual Environment by running. - sudo apt install -y python3-pip python3-virtualenv 2. I then created and activated the Virtual Environment by running. - python3 -m venv projectsenv - source projectsenv/bin/activate 3. Then I installed opencv while inside the virtual environment - pip3 install opencv-contrib-python 4. After that I installed the depthai dependencies for Linux (still in the environment) - sudo wget -qO- | bash 5. Then I installed depthai (still in the environment) - python3 -m pip install depthai 6. Then I cloned the "depthai-python" git hub repository 7. Then I ran the install requirements (still in the environment) - python3 Finally, I tried to run the example code ColorCamera/rgb_preview

    $194 (Avg Bid)
    $194 Avg Bid
    10 bids

    ...the pip3 and Python 3 Virtual Environment by running. - sudo apt install -y python3-pip python3-virtualenv 2. I then created and activated the Virtual Environment by running. - python3 -m venv projectsenv - source projectsenv/bin/activate 3. Then I installed opencv while inside the virtual environment - pip3 install opencv-contrib-python 4. After that I installed the depthai dependencies for Linux (still in the environment) - sudo wget -qO- | bash 5. Then I installed depthai (still in the environment) - python3 -m pip install depthai 6. Then I cloned the "depthai-python" git hub repository 7. Then I ran the install requirements (still in the environment) - python3 Finally, I tried to run the example code ColorCamera/rgb_preview

    $54 / hr (Avg Bid)
    $54 / hr Avg Bid
    23 bids

    I need someone proficient in C# to help create a Remote Administration Tool (RAT). This tool will primarily offer remote desktop access. A user-friendly graphical user interface (GUI) is a must, with a clear and clean design that's simple to navigate. It should be tailored specifically for a Windows operating system. Ideal Skills: - Strong background in C# - Experience in creating GUI - Expertise in remote desktop functionalities Experience: - Developing RATs - Working with Windows OS - Designing intuitive GUIs

    $23 / hr (Avg Bid)
    $23 / hr Avg Bid
    54 bids

    I am in need of a skilled Linux and Bash Script expert to help me with my current project. Although I haven't specified exact tasks or goals, I am seeking assistance in the following areas: - Linux installation and configuration - Bash scripting and automation - Troubleshooting and debugging I expect the successful freelancer to have a deep understanding of Linux systems and be proficient in Bash scripting. Your past work and experience in similar projects will be valuable. Please detail how you can assist and your approach in your application. Thank you.

    $84 (Avg Bid)
    $84 Avg Bid
    8 bids

    Hi, I need assistance with installing a Public SSH key on my Linux server. The task focus on a single user who will need to access a specific folder located on the server. Key tasks to be completed include: - Enabling both write and read permissions for this user to that specific folder using its Public SSH Key authentification (without password). - The user should not have "execute" permissions or access to any other folders or areas. - Create a cron that will copy the content from this folder to another every 5min. The ideal freelancer for this job would have extensive understanding and experience with Linux command line, SSH configurations, permissions settings and security principles. Best regards.

    $128 (Avg Bid)
    $128 Avg Bid
    36 bids

    ... The user back office should provide easy access to personal data, token balance, transaction history, tasks performed, and direct referrals. Implementation of a personalized referral link for each user, allowing them to easily share the link to invite new users to the platform. 2. Backend e Lógica de Negócios: Development of a robust backend architecture to support the functionalities of administration and user back office. Implementation of business logic to calculate token appreciation based on survey responses and manage the referral and commissioning system. Payment management system to process transactions related to token purchases and referral commissions. 3. Integrações de Pagamento: Integration with APIs of conventional payment services to ...

    $2297 (Avg Bid)
    $2297 Avg Bid
    40 bids

    ...my project to the next level. The project requires multiple improvements. The project needs to be updated to the latest version of nodejs. I have included in the attachments the and to get an understanding of what will need to be done. Some packages are no longer maintained and alternatives will have to be found, updated or created. The project environment is set up for Linux so good if you have that setup already on your local machine. Please don't ask what the budget as it is already listed in this posting, your bid is the budget. No payout will be made until the project is complete. Key Responsibilities: - Adding new features to the existing framework - Implementing performance enhancements - Providing updates Ideal Skills: - Proficiency in Ember.js -

    $2234 (Avg Bid)
    $2234 Avg Bid
    147 bids

    ...app development, and website development. - Excellent communication and negotiation skills. - Ability to work independently and manage multiple tasks effectively. - Proven track record of meeting and exceeding sales targets. - Self-motivated and result-oriented. - Flexibility to work on a commission-based or freelance basis. **Preferred Qualifications:** - Bachelor's degree in Business Administration, Marketing, or related field. - Experience with marketing department, sales department, web development. - Knowledge of different sales techniques and strategies. - Ability to adapt to a fast-paced and dynamic work environment. **Benefits:** - Flexible work schedule. - Opportunity for unlimited earning potential based on sales performance. - Chance to work with a...

    $8 / hr (Avg Bid)
    $8 / hr Avg Bid
    6 bids

    I'm in need of an experienced professional who can help me with the writing and preparation of a Request for Quote (RFQ) to be submitted through the General Services Administration (GSA). Key Responsibilities: - Develop a comprehensive RFQ to solicit competitive quotes - Ensuring that the RFQ is tailored to select the most suitable supplier - Aligning the RFQ with GSA procurement regulations and guidelines - Creating a template for suppliers to provide an overview of capabilities and pricing The RFQ will be specifically for the procurement of Multiple Award Schedule (MAS) services including both technology solutions and professional services. It's crucial that the supplier I choose has the necessary expertise in government contracting and procurement, as well as a strong...

    $1081 (Avg Bid)
    $1081 Avg Bid
    27 bids

    More details: Is this project for business or personal use? Personal What information should successful freelancers include in their application? Past work How soon do you need your project completed? ASAP

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    7 bids

    ...software, app development, and website development. - Excellent communication and negotiation skills. - Ability to work independently and manage multiple tasks effectively. - Proven track record of meeting and exceeding sales targets. - Self-motivated and result-oriented. - Flexibility to work on a commission-based or freelance basis. **Preferred Qualifications:** - Bachelor's degree in Business Administration, Marketing, or related field. - Experience with CRM software for managing sales processes. - Knowledge of different sales techniques and strategies. - Ability to adapt to a fast-paced and dynamic work environment. **Benefits:** - Flexible work schedule. - Opportunity for unlimited earning potential based on sales performance. - Chance to work with a dynamic team and ...

    $752 (Avg Bid)
    $752 Avg Bid
    16 bids

    I am looking for a C programmer to develop a simple keylogger detector specifically for Windows and Linux operating systems. The primary use of this tool will be on my personal computer. Key Features and Tasks: - The detector should be capable of detecting and alerting keyloggers' presence on the computer. - The detector can have minimal ui. - the detector can only have manula scanning. Ideal Candidate: - Knowledgable in C programming with significant experience in system security programming. - Familiarity with keylogger behaviors and effective detection methods. - Prior experience in developing security software for Windows and Linux operating systems. The end goal of this project is to ensure my personal computer is fairly safe from keyloggers. Looking forward t...

    $11 (Avg Bid)
    $11 Avg Bid
    5 bids

    I need an experienced server administrator to assist me in setting up a domain remotely. he should have some experience with Digital Ocean and Linux server setups The ideal freelancer for this project should have experience in: - Setting up Linux servers, particularly on Digital Ocean - Proficiency in configuring and managing Ubuntu - Experience with Nginx web server software - Understanding of web hosting best practices and security measures - Strong troubleshooting skills in case of any issues. Please note that the server will be used for hosting a website, so it should be optimized for performance and security.

    $41 (Avg Bid)
    $41 Avg Bid
    14 bids

    I want a Linux Ubuntu 24.02 expert who knows multiple domain handling on the server. I already created a .conf file but respective subdomain is redirecting to another website than required.

    $17 (Avg Bid)
    $17 Avg Bid
    18 bids

    As the project owner, I am urgently seeking experienced PHP developers to enhance the capabilities of multiple open source projects. The exact projects requiring development haven't been specified, but the key components will include: Brief description: Members can also upload items (only to designated columns set by administrators). Assumption: The administration will set up a category column—Card Trading. Members who log in can upload related items to sell, but only to that column; they cannot upload to other columns. Let's break it down step by step: User Column: Modify the administrator's product management template. The administrator will set up a category, such as the Card Trading Market. Then, all items uploaded by users will be categorized under th...

    $45 (Avg Bid)
    $45 Avg Bid
    26 bids

    ...display an HTML page that contains an iframe and gif elements above it. Once the project is fully operational, I'll need it installed on a vanilla cPanel account, ill supply which runs on Linux Centos7 all changes made for the project will be committed back to github. Key responsibilities include: - Deploying the GitHub project on a vanilla cPanel account - Ensuring the project functions as intended - Implementing the minimalistic design requirements Ideal skills for this project include: - Proficient in PHP, HTML, and JavaScript - Experience working with GitHub projects - Familiar with cPanel deployment on Linux This project would be well-suited for a web developer with a strong background in full-stack development and deployment. If you feel confident in your abi...

    $144 (Avg Bid)
    $144 Avg Bid
    60 bids

    ...video, locate identify the different type of noises and their value and externalize this findings into a json file Key Requirements: - The script (OOP based) should be able to read a video in mp4, mkv, mov format. - The library used for reading the video is not fixed. You can choose from libraries like (e.g. OpenCV, PyAV, or MoviePy, but the solution should be compatible with both Windows and Linux (and mac) - The output should have details of the signal, the different type noises, the common ratios and finally the values ... - the frame number ... - the time position/time code ... - the data detected ...... - e.g. the sharpness and this should be outputed in a JSON file per video file. Ideal Skillset: - Proficiency in Python - Experience with video processing libraries (like...

    $260 (Avg Bid)
    $260 Avg Bid
    25 bids

    I'm looking for a seasoned business development executive who can help me sell my HR consulting service, focusing on Recruitment and Selection, to small and medium-sized businesses. The ideal individual will have: - Proven experience in B2B sales, especially within the HR sector - Excellent understanding of the HR requirements of small to medium-sized businesses - Specialized knowledge in different aspects of HR- Talent acquisition, policy making, compensation design, organizational development, career planning, L&D, PMS - Strong communication and negotiation skills Your primary responsibilities will be to: - Understand the unique selling propositions of our HR consulting service - Identify potential client segments among small and medium-sized businesses - Connec...

    $673 (Avg Bid)
    $673 Avg Bid
    1 bids

    ...systems. Ideal Skills and Experiences: - Past work on similar applications, especially in the healthcare sector - Basic functionalities such as user registration, appointment scheduling, and billing and payments - Creation of clean, intuitive, user-friendly graphic interfaces Despite not specifying the desired operating systems, experience in making software compatible with Windows, macOS, and Linux would be a definite plus. Get in touch with your CV, past work references, experience, and detailed project proposals if you feel this is the right project for you....

    $34 (Avg Bid)
    $34 Avg Bid
    21 bids

    I am in need of a well-versed Python expert to assist in managing a Linux server. This project is task oriented and requires specific skills including: • Working with server data analysis • Implementing web scraping techniques • Establishing automation processes The role also demands a comprehensive understanding of Linux operations and the ability to print headers. A background in server security, setting up database servers and performance optimization would be ideal, but the focus is primarily on Linux server management via Python. Proficiency in Python, Linux, server data analysis and web scraping are must-haves. Experience in automation and server management will highly be appreciated. Looking forward to your knowledgeable and expert assi...

    $133 (Avg Bid)
    $133 Avg Bid
    3 bids

    ...translated text is displayed on our frontend for the user to view. Requirements: Proven experience in building web proxy servers with a focus on passing text to the backend for translation. Strong proficiency in server-side programming languages. Familiarity with secure communication protocols. Experience with integrating web applications with backend translation services. OS - Latest Ubuntu / Linux Nice to Have: Previous experience with translation platforms or services. Knowledge of legal and ethical considerations related to web proxy servers. How to Apply: If you are interested in this project, please provide: Details of your experience in building web proxy servers and integrating with backend services. Examples of similar projects you have worked on. A brief overview ...

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    11 bids

    ...Federal Government's procurement directories. The role involves pinpointing vendors that provide accessibility services, such as video captioning and sign language interpretation, which are complementary to our consulting offerings. The specialist will evaluate these vendors to determine potential collaboration or contracting opportunities. Responsibilities: Access British Columbia and Federal Government procurement databases to extract a list of vendors offering specific accessibility services. Assess each vendor's service offerings to determine compatibility with our consulting goals, particularly in enhancing Deaf accessibility. Compile a comprehensive list of potential partner vendors, including detailed contact information and a strategic rationale for i...

    $85 (Avg Bid)
    $85 Avg Bid
    15 bids
    Troyia (Company Branding) 5 days left
    VERIFIED

    Hello, Our newly established company, Troyia, is seeking corporate identity and branding services that reflect both the information technology (IT) and defense industry consulting sectors. Like Adidas, which uses multiple active logos, we desire separate and iconic logo designs for each sector. Desired Designs: Logo Designs: Minimalist, iconic logos that represent each department. For example, for the defense industry, a minimalist logo design featuring a Trojan horse head with armor details. Both logos should resemble each other by about 90%. Business Card Designs: Professional business cards for both sectors, incorporating company information and the logo designs. Social Media Graphics: Suitable profile and cover images for Facebook, Instagram, Twitter, Reddit, and LinkedIn i...

    $355 (Avg Bid)
    $355 Avg Bid
    130 bids

    I'm seeking an experienced tech professional who can help build a Linux-based mailserver. This project requires knowledge on setting up large number of email accounts and managing manual IP rotation. Key Components would include: 1. Setting up a Linux-Based Mailserver - Your experience setting up mailservers on Linux OS will be important for this task. 2. Adding a Large Number of Email Accounts - I need the mailserver to cater to a large volume of email accounts. 3. Manual IP Rotation - I've opted for manual IP rotation, so your expertise in this area would be a major advantage. 4. Mailserver needs to be able to have an API for us to create mailboxes automatically. Operating systems experience, particularly Linux, and familiarity with the ins ...

    $17 / hr (Avg Bid)
    $17 / hr Avg Bid
    21 bids

    I'm in need of an adept creative professional who can brainstorm a catchy, two-word name for a Management System Consulting company based in India. The name should reflect the concept of Consulting, Management Systems and embody a westernized tone. Specifics I require: - A trendy and easy-to-pronounce name - .com domain availability for the suggested name - A basic logo concept would be advantageous but not mandatory Successful bidders should have a background in creative writing, branding and possibly graphic design. Proficiency in understanding western and Indian business culture is a plus!

    $23 (Avg Bid)
    Guaranteed
    $23
    131 entries

    Looking for an experienced DevOps Engineer to set up & document a 3-node HA Vault cluster (Linux Ubuntu) using Docker Compose (not Swarm, not k8s) with Consul as the storage backend (plus ensuring SSL/TLS self-renewing certs & snapshotted backups to an S3 bucket (on ) every time a new policy or secret added). You'll get sudo-level account access on all nodes which are already up and running on Contabo. You'll need to use the latest versions of Docker & Docker Compose. Your Experience + Multiple Docker-based Vault cluster deployments + Proficiency in Linux shell scripting and Docker Compose + Ability to document setup process clearly disaster recovery Summary acceptance criteria + I follow docs & rebuild cluster & recover existing backup + I r...

    $188 (Avg Bid)
    $188 Avg Bid
    18 bids

    I'm in need of a skilled professional to set up an OpenVPN server on a Linux machine. The main goal of this setup is to enable site-to-site connectivity in a secure manner. This project requires a unique approach to access control; this will be managed based on data stored in a MongoDB database. Key Responsibilities: - Configure an OpenVPN server on a Linux machine for site-to-site connectivity. - Implement routing based on MongoDB database records. Ideal Skills: - Proficient in Linux server setup and configuration. - Experience in OpenVPN server setup, particularly for site-to-site connectivity. - Familiarity with MongoDB, especially in integrating it with server configurations for access control. - Strong networking skills to ensure proper routing and connect...

    $154 (Avg Bid)
    $154 Avg Bid
    20 bids

    I'm looking for affordable floor plans for a dental clinic and pre-school. Despite not specifying the areas of my dental clinic, successful freelancers should consider standard dental clinic areas including reception, consulting rooms, and treatment rooms. Since I didn't supply the information, insight into your past work and detailed project proposals will greatly enhance your application. The total square footage for these designs would lead to significant consideration. Skills and Experience: -Ideal candidates will have experience in architectural design or interior design, specifically in healthcare or educational settings. -Understanding of dental clinic operations. -Excellent grasp of spatial planning and functionality. -Communicates effectively to understand pro...

    $111 (Avg Bid)
    $111 Avg Bid
    18 bids

    I need an experienced tech expert to install Putty on my Mac Book Air. The main aim of this installation revolves around executing commands remotely. Key requirements: - The successful freelancer must be conversant with setting up Putty with SSH forwarding. This configuration is fundamental to the task. - As I will be using Putty to connect solely to Linux servers, knowledge and understanding of Linux systems is vital for the chosen freelancer. Please bid if you have prior experience in similar setups. Your ability to finalize this operation promptly yet efficiently will be much appreciated.

    $14 (Avg Bid)
    $14 Avg Bid
    19 bids

    I'm seeking a developer to integrate our company's workflow with Office 365, specifically focusing on automation of task assignments. This integration aims to increase our team's productivity. Key Responsibilities: - Designing and implementing a system that seamlessly integrates with Office 365. - Automating task assignments using the platform's functionalities. - Ensuring s...integrates with Office 365. - Automating task assignments using the platform's functionalities. - Ensuring smooth and efficient workflow within our team. The Ideal Candidate Should Have: - Proven experience in Office 365 integration. - Strong understanding of task assignment automation. - Ability to design and implement a user-friendly system. - Excellent communication skills for updating a...

    $6 - $32
    Sealed
    $6 - $32
    5 bids

    I'm looking for someone currently living in Germany to provide me with information on various aspects related to the country. - I need guidance on local customs and traditions, immigration and visa requirements and housing and accommodation options in Germany. - I am interested in information from all over the country, but specifically in cities like Berl...accommodation options in Germany. - I am interested in information from all over the country, but specifically in cities like Berlin, Munich, and Hamburg. - I'd like to have a conversation that lasts between 30 minutes to 1 hour. Ideal Skills and Experience: - A good understanding of German culture, immigration laws, and housing options. - Strong communication skills. - Prior experience in consulting or advisory ro...

    $145 (Avg Bid)
    $145 Avg Bid
    44 bids

    I am in need of a networking expert proficient in Squid Proxy and Linux. The task involves creating a script that automatically turns a vps with a subnet into a residential proxy pool It's an ideal project for a developer who's well acquainted with Squid Proxy, understands network firewall setup, and has experience in dealing with Linux-based VPS. Running networking diagnostics would also come in handy as the task may involve troubleshooting any potential connectivity issues that may arise during setup.

    $583 (Avg Bid)
    $583 Avg Bid
    26 bids

    I need a proficient Linux systems administrator to help install and configure LibreNMS on my Linux system primarily for Network Monitoring. Key Requirements: - Install LibreNMS on a Linux platform - Configure LibreNMS for optimal Network Monitoring - Set up monitoring of Virtual Machines Important Skills: - Expertise in Linux system administration - Familiarity with LibreNMS and its Network Monitoring functionality - Experience with monitoring Virtual Machines.

    $45 (Avg Bid)
    Featured Urgent
    $45 Avg Bid
    6 bids

    ...skilled server administrator to help with the general maintenance and smooth operation of my Linux server (CPanel). Key Tasks: - Server Security: This is a top priority. I need the freelancer to ensure that the server is secure, and all necessary security measures are in place. - Monitoring and Backups: Regular monitoring of the server's performance and creating a backup plan. - Software Installations and Updates: Installing necessary software and ensuring that everything is up-to-date. - Migrations - Accounts setup and transfer - Reports: Providing regular reports on the server's health and performance. The ideal candidate should have: - Proficient experience with Linux server administration. - Strong background in server security. - Expertise in mo...

    $487 (Avg Bid)
    $487 Avg Bid
    110 bids

    I work in the Information Technology sector, seeking a professional who can reflect my skills in Software Development and Network Administration fitting for a Senior Level position. Ideal candidate: - Familiar with modern IT practices - Knowledge in Software Development and Network Administration - Experience in crafting resumes for senior roles - Understands how to make a resume stand out Your role: - Review my current resume - Highlight my skills in Software Development and Network Administration - Ensure my resume fits the requirements for a senior level position - Make recommendations for improvements where necessary

    $26 / hr (Avg Bid)
    $26 / hr Avg Bid
    29 bids

    ...is experienced in installing and configuring CKAN on a Linux operating system. Specifically, expertise is needed in the following areas: - CKAN installation on AWS Linux - CKAN , datastore and datapusher and other plugins configuration, focussed on data storage features - Provision of necessary documentation to guide me through maintenance Please note that while this project does not require ongoing post-installation support, the hired professional should ensure smooth functioning of the system and resolve any issues promptly during the initial setup. Ideal candidates should have: - Strong background in working with python and CKAN - Proven experience with configuring CKAN for data storage - Excellent troubleshooting skills in a Linux environment - Ability to t...

    $121 (Avg Bid)
    $121 Avg Bid
    17 bids

    I need a dynamic digital marketer who can effectively promote our online training programs and IT consulting services across Instagram, Facebook, and LinkedIn. My target audience primarily includes students, professionals, and small business owners. The main goals for this project are: - Increase brand awareness for our online training programs and IT consulting services - Create engaging and suitable content for our target audience - Generate substantial online visibility The ideal candidate should have: - Proven experience in digital marketing on the mentioned social media platforms - An understanding of how to tailor content and marketing strategies for our specific target audience - Ability to track, analyze, and respond to campaign performance data The ultimate object...

    $91 (Avg Bid)
    $91 Avg Bid
    40 bids

    ...preferably with recognized companies. Proficiency with various cybersecurity tools and programming languages. Expertise in identifying and mitigating risks, threats, and vulnerabilities. Technical Skills: Hands-on experience with Security Information and Event Management (SIEM) tools. Proficiency in Python, Linux, and SQL. Knowledge of CIA Triad, governance, risk analysis, compliance, and business continuity planning. Familiarity with Linux and Windows server configuration, Active Directory, network architecture, operations, and security. Experience in areas such as Wireshark, email security, wireless security, cryptography, port scanning, cloud security, and virtualization. Proficiency with tools like Splunk, Burp Suite, Metasp...

    $11 - $18 / hr
    Featured Sealed
    $11 - $18 / hr
    9 bids

    I am in need of a skilled Linux and Bash Script expert to help me with my current project. Although I haven't specified exact tasks or goals, I am seeking assistance in the following areas: - Linux installation and configuration - Bash scripting and automation - Troubleshooting and debugging I expect the successful freelancer to have a deep understanding of Linux systems and be proficient in Bash scripting. Your past work and experience in similar projects will be valuable. Please detail how you can assist and your approach in your application. Thank you.

    $78 (Avg Bid)
    $78 Avg Bid
    21 bids

    I'm looking for a highly experienced and strategic consultant/COO to help boost the efficiency of my start-up furniture factory. Key Responsibilities: - Advise on the best practices and strategies to increase production efficiency. - Suggest methods to enhance the ov...distribution, and supply chain. - Implement improvements to streamline our operations and cost-effective solutions. Skills and Experience: - Proven track record as a COO or consultant within the furniture or manufacturing industry. - Exceptional expertise in enhancing production efficiency. - Strong analytical skills to identify bottlenecks and offer solutions. - Excellent communication and consulting abilities. Please include detailed project proposals in your application. The project needs to be completed ...

    $8 / hr (Avg Bid)
    $8 / hr Avg Bid
    9 bids