Install configure red5 windows 2003 server jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 install configure red5 windows 2003 server jobs found, pricing in USD

    I need a C++ program that can solve a system of equations arising from GPS location calculation. The program should run on Windows, and should have a command-line interface, reading input data from a file. Key requirements: - Develop a C++ program that can solve a system of equations. - The program should run on Windows. - It should be strictly command-line based, with no graphical user interface. - Input data for the program will be read from a file. Ideal skills and experience for this project would include: - Strong proficiency in C++ - Experience in solving complex mathematical problems - Knowledge in handling file input and command-line interfaces. Please provide a clear time estimate of how long it would take you to deliver the program. If you have experience in GP...

    $30 (Avg Bid)
    $30 Avg Bid
    5 bids

    ...Introduction: Join our team as a Data Engineer, where you'll have the opportunity to contribute to cutting-edge projects and drive significant advancements in data analysis and machine learning. We are looking for a highly skilled professional who thrives in a dynamic environment and is passionate about transforming large volumes of data into actionable insights. Responsibilities: Design, construct, install, test, and maintain highly scalable data management systems. Ensure systems meet business requirements and industry practices. Integrate up-and-coming data management and software engineering technologies into existing data structures. Develop set processes for data modeling, mining, and production. Employ a variety of languages and tools to marry systems together or tr...

    $22 / hr (Avg Bid)
    $22 / hr Avg Bid
    38 bids

    I'm seeking a Java expert to assist me in resolving runtime exceptions in a JavaFX program I'm trying to run on my Windows system. Key Tasks: - Identify the root cause of the runtime exceptions. - Provide a fix to the runtime exceptions so the program runs smoothly. Ideal Skills: - Proficient in Java programming. - Strong understanding of JavaFX. - Experience with debugging and resolving runtime errors in Java programs. - Knowledge of Windows operating system. I will provide all necessary code and error logs for your reference. Looking forward to your expertise in fixing this!

    $2 / hr (Avg Bid)
    $2 / hr Avg Bid
    5 bids

    Configure Google analytics events and goals to track the following: - Contact form submission (3 forms on site) - Video Play (Hosted on Vimeo, embedded in site) - Events for key page views, tab clicks, % of scroll -Create a report to determine the goals by UTM parameters and sources -Review any questions we may have on the implementation Website is Wordpress based, forms are made with the WP Bakery form builder. Start your bid with your favorite fruit to confirm you've read the details of this short project.

    $76 (Avg Bid)
    $76 Avg Bid
    18 bids

    As the client, I'm needing a proficient, detail-oriented developer to assist with the creation of a Custom Post Type (CPT) on my website. The purpose of the CPT is to organize and structure the website's content more effectively. The project will require: - Creation of a new CPT to enhance the website's functionality and structure. - Configuring undefined fields in the Advanced Custom Fields (ACF). This task would ideally suit a developer with experience in content organization, CPT, and ACF fields configuration. Please note: specific details on ACF field configuration and CPT display preferences have not been defined by the client. Potential candidates should be prepared to offer their professional advice in these areas.

    $139 (Avg Bid)
    $139 Avg Bid
    62 bids

    I need support in refining my existing algorithms. The aim is to enhance the accuracy of detecting parking lines within a Windows environment. Candidates demonstrate: - Deep understanding of C++ programming - Experience with parking spaces detection algorithms Your objective would include: - Fixing the issues related to the accurate detection of both parallel and angled parking lines. - A focus on increasing the overall accuracy of the algorithm Experience with computer vision and signal processing would be an asset.

    $34 (Avg Bid)
    $34 Avg Bid
    5 bids

    I'm seeking a skilled developer to create a VPN service that works seamlessly on Windows. Your task will revolve around its design, development and implementation, ensuring optimal functionality. Key Requirement: • Windows Compatibility: The VPN should be fully compatible with diverse Windows versions. Highlight Features: • Multi-location Switching: An essential feature of the VPN is the ability to switch between different server locations easily. Encryption Level: • A specific level of encryption hasn't been singled out for this VPN. This aspect can be negotiated during the development process. Ideal skills and experience: • Experience in VPN service creation and implementation • Knowledge of Windows software develo...

    $33 (Avg Bid)
    $33 Avg Bid
    5 bids

    I'm looking for a freelancer who can help me set up a VPN server on Google Cloud using Linux as the operating system and OpenVPN as the VPN protocol. We need an IPSec-ready end device on our side (or hosted somewhere), where the data traffic should terminate. The service will route all the data traffic through the tunnel. Need to have an US based breakout then. So, when we are receiving the traffic on one central address, and there we can do the breakout and the NATing into the world wide web on our side.

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

    I'm in urgent need of a Python Django developer to help me deploy my old website files on Namecheap. Here's a rundown of the tasks and requirements: - Deploying old website files on Namecheap: I need you to swiftly and effectively set up and configure the database for my project. - No new development or integrations: You won't be tasked with front-end or API work, just the deployment of the existing files. Your experience with Django and database setup are paramount. Time is of the essence, so I need a professional who can work efficiently and effectively.

    $10 (Avg Bid)
    $10 Avg Bid
    6 bids

    ...leorexbooster.com. The primary goal is to drive sales in the USA market by recruiting and managing a network of high-performing affiliates. Key Responsibilities: 1. Affiliate Program Strategy & Setup - Conduct market research to understand the affiliate landscape and identify potential partners - Fully define the affiliate program structure, commission rates, terms & conditions - Set up and configure the Upromote affiliate tracking platform integrated with our Shopify store 2. Affiliate Recruitment & Management - Develop an outreach plan to attract and onboard quality affiliates (influencers, bloggers, review sites etc.) - Create compelling affiliate marketing materials, banners, product data feeds etc. - Manage communications and provide guidance to affiliates on ...

    $417 (Avg Bid)
    $417 Avg Bid
    41 bids

    I'm looking for an expert in Linux administration who is specialized in server setup. My project requires: - Setting up a LAMP on a Ubuntu server with MariaDB. - Configuring the server to respond to a specific domain name, empty folder mapping. - FTP and account mapping to the webserver's folder. Necessary skills: Ubuntu, LAMP setup (Linux, Apache, MySQL, PHP), FTP setup. Experience in managing and setting up servers is a must. This are a very easy setup so maximum 2 hours. Please add the word "Light" in your quote so I now you are not a bot...

    $120 (Avg Bid)
    $120 Avg Bid
    42 bids

    ...my Django app. ########### server { server_name _; listen 18000; access_log /var/log/nginx/; error_log /var/log/nginx/; location / { try_files $uri u/proxy_to_app; } location u/proxy_to_app { #proxy_set_header X-Forwarded-Port $http_x_forwarded_port; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $host; proxy_set_header X-Real-Ip $remote_addr; proxy_redirect off; proxy_pass ; } } ########### There is a service I have that uses the same concept I'm trying to accomplish above, but I'm unable to make it work for my Django app. Working service config(different host): ########### upstream pppp_app_server { server fail_timeout=0;

    $45 (Avg Bid)
    $45 Avg Bid
    7 bids

    I am looking for someone who can create a custom Minecraft survival server for me. Here are my ideas: - A group system where the initial group is predefined but can be changed by me at any time. - Players start in a spawn world where they can read and accept the rules through a fun animation before being allowed to enter the game. - Players can explore the area, buy and sell items, with NPCs distributed throughout the game world. - An in-game menu that allows users to teleport to different positions. This menu should also allow players to visit other players, enter their protected homes, and interact with them. - Different worlds: spawn world, farm world, and build world. The farm world is regularly reset, while the build world also has a protected spawn. - The spawn world and buil...

    $148 (Avg Bid)
    $148 Avg Bid
    25 bids

    I am currently experiencing issues with my Moodle server database. Specifically, I'm encountering a persistent Cloudways error 524 and server timeouts. I am therefore looking for an expert with: - Deep knowledge in Moodle server databases who can troubleshoot and fix the error - Proficiency in server optimization to prevent future error occurrences and ensure seamless server performance - Familiarity with Cloudways would be a great plus, as I plan on reaching out to their support soon DO NOT put a Placeholder BID. Your role will involve diagnosing the issue, implementing a solution, and possibly optimizing the server to prevent this from reoccurring. Please confirm your relevant experience when bidding.

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

    I'm seeking a Minecraft expert to help me set up a survival mode Minecraft server. Key Project Details: - **Survival Mode Setup**: The primary focus of this project is to create a distinctive survival mode suitable for a smaller player base. - **Unique Items**: I will need engaging, custom, and unique items for players to discover and utilize in the game. - **Crate Rankups Integration**: I also want to include a crate rankups system to add a layer of progression and reward for players. Ideal Skills and Experience: - **Minecraft Server Administration**: Experience in setting up and maintaining Minecraft servers is a must. - **Plugin Development**: Proficiency in developing Minecraft plugins is highly desired, specifically for creating custom items and integrati...

    $24 / hr (Avg Bid)
    $24 / hr Avg Bid
    42 bids

    I am looking for a skilled professional who can help me set up an AWS server for the purpose of uploading and hosting entertainment videos. While the exact size and quantity of these video files is yet to be determined, experience with large-file handling and optimization will be highly beneficial. The ideal freelancer for this project would: - Have a deep understanding of AWS server setup and configuration - Be experienced in video uploading and hosting - Ideally have prior experience handling large media files - Show aptitude in ensuring smooth video performance and accessibility.

    $4 / hr (Avg Bid)
    $4 / hr Avg Bid
    19 bids

    I'm looking for a talented developer who can create a server for the old game Crossgate. The server should be accessible for casual gamers. Key Features: - Player Matchmaking: The server should facilitate the process of players finding and joining games. - In-game Chat Support: Implement a robust chat system to enhance player interaction. - Buy/Sell Special Items: Enable players to trade special in-game items. - Event Creation: Develop a feature that allows for the creation and management of in-game events. Ideal Skills and Experience: - Proficiency in server-side programming languages like Java, C++ or Python. - Previous experience in developing game servers and a solid understanding of networking protocols. - Familiarity with creating matchma...

    $1320 (Avg Bid)
    NDA
    $1320 Avg Bid
    6 bids

    I'm looking for a proficient SQL professional with notable expertise in SQL Server 2019. Key tasks will involve: - Query optimization - Database design - Data migration The ideal candidate should have a solid understanding of SQL Server tools and a proven track record in handling similar projects. Your previous experience and knowledge of SQL Server 2019 will be pivotal in this role. Your task will be primarily centered around maximizing the efficiency and effectiveness of the SQL Server. Preference will be given to professionals with certifications in SQL Server 2019 or related fields. Solid written and verbal communication skills are desirable.

    $14 (Avg Bid)
    $14 Avg Bid
    10 bids

    I need someone skilled in WordPress migration to move my old wordpress website to a new server. Ideal skills would certainly include WordPress expertise, familiarity with different hosting platforms, and a problem-solving approach to unforeseen challenges. Experience in crisis management would also be desirable as not all the necessary information is available at this stage.

    $4 / hr (Avg Bid)
    $4 / hr Avg Bid
    40 bids

    Please Sign Up or Login to see details.

    Featured Urgent Sealed NDA

    I have a readymade Android app that requires configuration and customization. This is a straightforward project that doesn't involve any codi...readymade Android app that requires configuration and customization. This is a straightforward project that doesn't involve any coding or content creation. Key Requirements: - Configure an existing Android app - Customize it for English language only - Ensure the app's primary content is in the form of radio Ideal Skills and Experience: - Experience in configuring and customizing Android apps - Knowledge of app localization and language settings - Understanding of radio-based content management Please note that this is not a full app development project; the app has already been created. Your role is to configure it...

    $39 (Avg Bid)
    $39 Avg Bid
    10 bids

    I need voice assistant software that operates on Windows. The tool should be able to interact with users through voice commands and assist in carrying out everyday tasks. My focus is to have a voice assistant that is both functional and easy to use, but I would be willing to work through the learning curve if needed. When the user opens the program, it should be possible to use it with/without an account. I will teach the program to do actions. It should be possible to memorize actions to send to another user by email as a computer file. I would change the names of buttons on settings. 7 days will be free to use it, but later it should be possible to use the program only after payment by card. Key Functionalities: - Set reminders: The voice assistant should be able to set reminders...

    $205 (Avg Bid)
    $205 Avg Bid
    15 bids

    *** Note what you bid is what the project should cost so bid carefully. I am looking for an experienced DNS specialist to help me migrate my DNS from a Plesk-hosted server to GoDaddy. In addition to the migration, DMARC and DKIM records for two of my domains need to be set up correctly. Tasks include: - Configure GoDaddy DNS settings for my two domains - Verify and add DMARC and DKIM records as required Strong knowledge of DNS configuration is crucial. You should be comfortable working with GoDaddy, Plesk, and setting up DMARC/DKIM records. Experience with local mail server management will also be beneficial for this job. Please bid with confidence, and I look forward to productive collaboration.

    $96 (Avg Bid)
    $96 Avg Bid
    38 bids

    I have a whm server with multiple wp blogs using wp automatic, a plug-in that has had multiple backdoors over the years, the plug-in is updated but the server probably has shell scripts or malware running

    $151 (Avg Bid)
    $151 Avg Bid
    32 bids

    I am envisioning a 3D design for an architectural project of mine. A hunting lodge that stands at approximately 6,000 square feet. The design must showcase a significant infusion of natural light via large windows, keeping in line with a rustic decor. Key Components: - Fireplace: An essential feature that needs to be detailed out is the fireplace. It should be prominent and blend well with the rest of the lodge. - Large Windows: I want a lot of natural light in the lodge, so designing large windows that harmonize with the building is necessary. - Rustic Decor: The overall architectural design should be rustic, capturing the true essence of a hunting lodge. As for the style, I've attached images that showcase what I'm aiming for. This is not just about...

    $1500 (Avg Bid)
    Featured Guaranteed
    $1500
    25 entries

    I'm looking for a freelancer who can help me install Mailwizz on a Windows system. Ideal Skills: - Proficient in Mailwizz installation - Experience with Windows operating system - Knowledge of email marketing best practices I will be handling the email server configuration myself, so the primary focus will be on the successful installation and setup of Mailwizz.

    $87 (Avg Bid)
    $87 Avg Bid
    8 bids

    As an ardent ent...design a sports simulation program that's capable of running on the Windows platform. The program should take statistical data for these three sporting disciplines to create an engaging and realistic gaming experience. Key Features Required: - Live Updated Statistics: Game should reflect current and up-to-the-minute stats of players. - Customizable Team Rosters: I want the ability to tweak team rosters as seen fit. - Realistic Gameplay Mechanics: The simulations should mirror the actual physics of the game as accurately as possible. The project is best suited for someone familiar with sports, particularly NBA, MLB, and UFC. Required skills include Programming, Statistical Analysis, and Game Design. Knowledge of Windows-based software development wi...

    $1140 (Avg Bid)
    $1140 Avg Bid
    11 bids

    ...installed (newest stable version). I have a RHEL subscription as well as a Plesk subscription. Here's what I would like support with doing: 1. Update RHEL 2. Install Cockpit, and test URL. Register server with Red Hat to get access to repo's 3. Install Plesk and test. 4. Using Plesk, build domain and subdomain setup 5. Add support in PHP for accessing MSSQL 6. Configure SFTP (SSH) access to Plesk to easily edit and manage files using PHPStorm 7. Upload content to subdomain and test 8. Test server for health 9. Configure Azure for backups I have actually done all of this, however each time I have had to delete the server and start over because of some issue with the MSSQL drivers and compatibility, that support doesn&...

    $347 (Avg Bid)
    $347 Avg Bid
    62 bids

    I'm looking to develop a remote desktop application that is usable on both Windows and Mac systems. The main features I require are screen sharing, file transfer, and remote control capabilities. Key Features: - Screen Sharing: This feature will allow users to share their screen with others, enabling real-time collaboration and communication. - File Transfer: A secure and efficient file transfer functionality is essential for this application. Users should be able to seamlessly exchange files between connected devices. - Remote Control: The application must provide a user-friendly remote control mechanism, allowing users to take control of a remote computer and perform tasks as if they were sitting in front of it. The application should be robust enough to handle 11 to 15 si...

    $92 (Avg Bid)
    $92 Avg Bid
    5 bids

    I have an existing Odoo 17 community installation and I'm looking for a freelancer who can install the Odoo Theme Prime V17 on it. If you already have the theme and are experienced in working with Odoo 17, this project is perfect for you. Key requirements and considerations: - Installation: I need the Theme Prime V17 installed on my existing Odoo 17 community platform. - Custom Modifications: I might require some custom modifications to the theme, but that's uncertain at the moment. Your expertise and advice on necessary modifications will be valued. - Business Area: The primary use of the theme will be for my Ecommerce operations. Ideal Skills and Experience: - In-depth knowledge of Odoo 17 community edition. - Prior experience with installing and customizing Odoo theme...

    $135 (Avg Bid)
    $135 Avg Bid
    24 bids

    I am looking for someone who can effectively install a simple server on Ubuntu and configure Wireguard / WG admin panel along with pihole. Your tasks will be; - Configuration of a fully accessible Wireguard WG admin panel - Setting up pihole on the server About 10/20 mins work depends Full access will be given Those who have prior experience in Linux server installation, Ubuntu system management and Wireguard configuration are highly desirable. An understanding of pihole configuration will be a plus. Complete details will be shared once I identify the right professional.

    $30 (Avg Bid)
    $30 Avg Bid
    15 bids

    I need an experienced developer to create a bot for many Ragnarok Game private server. Key requirements include: - Capabilities for farming, auto-levelling, and auto-looting; - Ability to use potions; - Selecting certain Mobs and Items. - and many more • Advanced character leveling • Detailed item farming • Skill automation Additional features essential for these bots to possess are: • Auto potion consumption: The bot should be able to intelligently consume potions whenever required • Mob detection and avoidance: Bots must have the ability to detect and evade mobs automatically The bots should be able to bypass Gepard anti hack I'm looking for detailed project proposals that clearly outline how you'd tackle these requirements. Experience with R...

    $375 (Avg Bid)
    $375 Avg Bid
    9 bids

    Buscamos incorporar especialista programador .net freelance con conocimientos en: c# .net, asp, sql server se valorará experiencia en: integraciones api, en back-end y front-end. Trabajo principalmente en remoto, para colaboración continuada en desarrollos propios de nuestra empresa, con un mínimo de 40 horas mensuales.

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

    Hi Dear my website is up and running on hostinger. Only need to make https available. It is on cloudpanel. Issue is looking around location ~ /.well-known { auth_basic off; allow all; } IF you have experience, before kindly ping me. When you fix it, I need complete steps for it.

    $15 (Avg Bid)
    $15 Avg Bid
    20 bids

    ...**Requirements:** 1. **Source Code Setup**: Proficiency in accessing and setting up SignalApp's source code from the designated repository. 2. **Redesign**: Customize the app's appearance, including UI elements, color schemes, and branding assets, to align with our organization's branding guidelines. 3. **Configuration**: Configure the app settings, such as server endpoints and authentication mechanisms, to seamlessly integrate with our infrastructure and the server backend. A cluster of servers for load bearing purposes have to be installed on dedicated servers. 4. **Testing**: Conduct thorough testing to ensure the functionality and performance of the redesigned app across various devices and platforms. 5. **Deployment**: Deploy the customized...

    $675 (Avg Bid)
    $675 Avg Bid
    72 bids

    ...into the tried and tested (pre-internet) organisational methods from the book Getting Things Done by David Allen so any insight or experience into this style of organisation system would be of high benefit. Training website Highly beneficial if you have a strong understanding of how Outlook displays and works in the windows desktop program/app, in the 365 web browser display and in iPhones and iPads (iOS) app. This is because outlook is accessed through all of these products and often emails are hard to find not just because of volume but also how the functions (especially search) of outlook work differently in different platforms....

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

    I'm looking for a freelancer proficient in C++, OpenCV, and Qt. The challenge is to seamlessly compile OpenCV 4.5 with GPU support in Qt Creator on a Windows operating system. I have a C++ program that utilizes the real-time object detection feature of YOLO for object recognition. Currently, it's straining the CPU (95-98%). Your task is to lower the CPU load and optimize the program's performance. Ideal skills and experience would include: - Strong C++ Programming - Experience with OpenCV, ideally OpenCV 4.5 - Proficiency. with Qt Creator - Familiarity with YOLO object detection - Experience in performance optimization of object recognition programs

    $28 (Avg Bid)
    $28 Avg Bid
    8 bids

    I'm looking for a skilled developer to create an ef...skilled developer to create an efficient FTP script that will allow me to upload files to a specific folder in cPanel. Key Requirements: - The script should be optimized for small files, as large file handling is not a priority. - It should be developed in a language suitable for FTP functionality. The script will be used to automate the process of uploading files to a specific folder on a cPanel server. The ideal developer should have experience in: - Building FTP scripts for file uploads - Working with cPanel and its file management system - Ensuring the script runs smoothly for smaller files Please include in your proposal your experience with similar projects and any relevant skills that make you the ideal candidate...

    $66 (Avg Bid)
    $66 Avg Bid
    54 bids

    We don't want our employees to see the phone numbers of customers on whatsapp and chat with them. We just want to restrict whatsapp usage to making calls only without visibility of the numbers. So best is that if the GUI of WhatsApp Desktop is not visible and we access it using another app. Either from browser or another windows app. Alternative is that we do this with android app

    $342 (Avg Bid)
    $342 Avg Bid
    6 bids

    ...looking for a skilled freelancer who can deploy the Nextcloud app on Azure-joined devices. The devices are operating on Windows 10 and macOS. The project involves deploying both versions of Nextcloud - as a WEB application and as a Native Desktop application. Here are the key points: - Deploying the Nextcloud app through Intune as a Win32 app. - Incorporating conditional access to the app via Multi-Factor Authentication (MFA). - so this also means if I disable a user, then the desktop app will ask them to sign in again or will not work Ideal Candidate: - Proficiency in Azure and Intune for app deployment. - Knowledge in configuring MFA. - Experience in working with Windows 10 and macOS. - Understanding of both Native Desktop and Web application deployment. I expect user...

    $29 (Avg Bid)
    $29 Avg Bid
    10 bids

    I am in urgent need of an expert who specializes in setting up and configuring Microsoft Azure tenants. The following deliverables are expected: • Migrate the application from tenant to  tenant. • Set up Virtual Machines operating with Windows Server, Ubuntu, and Red Hat Enterprise Linux • Arrange Storage accounts • Provide App Services The main purpose for the creation of this tenant will be to host infrastructure. Preference will be given to those who have vast experience in Microsoft Azure setups, cloud solutions, virtual machine configurations, and infrastructure management. Experience with the specified operating systems will be an added advantage. The project needs a swift turnaround, so those with immediate availability will be preferred.

    $72 (Avg Bid)
    $72 Avg Bid
    4 bids

    DotNet developers required for "'Errors removal and Improvement work in thenafter Host on server"'. Developers should also have knowledge about Merger of sourcecode and database of his done-work with other developer's done-work on GitHub. Website Address - User emailid- @gmail.c Password- kaspersky Errors removal and Improvement work which has to be done is explained in below link-

    $87 (Avg Bid)
    $87 Avg Bid
    9 bids

    I urgently need a qualified freelancer to install Red Hat Linux on my server. This will be specifically for running SAP applications. Key points to consider: - You should be experienced in setting up Red Hat Linux for server use - The installation must be completed as quickly as possible - ASAP This project needs immediate attention. The quicker you can get this done, the better. Bid with confidence if you are confident in your speed and skill set.

    $126 (Avg Bid)
    $126 Avg Bid
    13 bids

    I have a android application for my project but i have no experience how to install it and develop it with ARABIC language so i need some to help me Ideal Skills: • Previous experience in developing e-commerce applications • Expertise in creating user-friendly mobile interfaces • Proficiency in both Android and iOS application development Project Goals: • Develop an engaging, easy-to-use e-commerce platform • Ensure compatibility across numerous devices and operating systems • Attract and engage with a wide and diverse audience.

    $633 (Avg Bid)
    $633 Avg Bid
    159 bids

    I am in need of a skilled professional to assist me in setting up my almalinux 8 VPS and then installing cPanel on it. Specifically, I would like to have the following services installed and configured as part of the initial server setup: - Apache - MySQL - PHP It's essential for the freelancer to have experience in setting up VPS servers, particularly with a specialization in almalinux 8. You will also need to have a thorough understanding and experience with cPanel installation.

    $15 (Avg Bid)
    $15 Avg Bid
    19 bids

    I have an Angular app that requires hosting on an Azure Web App on Linux server. I am able to host the Angular dist folder on Web App windows server but getting error while doing on Linux server. Looking for someone who can help me out to host Angular dist files on Linux server while doing path mapping/mounting. This is few minutes task for those who has done similar task before.

    $14 (Avg Bid)
    $14 Avg Bid
    8 bids

    I need a Full Stack Developer comfortable with React, Sass, .NetCore, and SQL Server to work on my website, web application, and mobile/desktop app. The primary goal of this project is to develop a responsive, high quality website that also functions as a web application, with the potential for further expansion into mobile and desktop applications. We are looking forward to have a complete Computerized Maintenance Management System (CMMS) / Maintenance Work Order(MWO). A Complete Control Pannel on Web based asapplication along with the Mobile APP + Desktop APP. With the below added features.:- + It will have Website Fully responsive, Mobile APP, Control Pannel Application + It must fully SAAS Based means related to the SAAS Based all the screen to be designed and implemented +...

    $2130 (Avg Bid)
    $2130 Avg Bid
    144 bids

    As an Internet marketer, I'm looking for a specialist to further develop and fine tune a bulk cold email marketing software specifically for windows. Here are some requirements that I consider crucial: I assume the freelancer has substantial experience in advanced software development, particularly in email marketing software. Excellent understanding of Internet marketers' needs is also expected. Need to complete first version of software and can implement their thoughts/inputs as well to improve the software and its email inbox delivery. For next version we will pay as well also We pay monthly maintenance for the software.

    $401 (Avg Bid)
    $401 Avg Bid
    15 bids