Mysql red hat linux mysqlemplois

Filtrer

Mes recherches récentes
Filtrer par :
Budget
à
à
à
Type
Compétences
Langues
    État du travail
    2,000 mysql red hat linux mysql travaux trouvés au tarif de EUR
    Update Linux Kernel Driver -- 2 S'est terminé left

    Update driver for MAXLINEAR XR17V35x (xr17v35x.c) in order to compile w/ recent kernel version (V6.6.21)

    €138 (Avg Bid)
    €138 Offre moyenne
    14 offres
    Trophy icon Need a logo for a media entertainment company S'est terminé left

    I need a logo for a media entertainment company. I want the letters to be bold. color preference: Red / black company name is "Cloutscan"

    €28 (Avg Bid)
    Garanti
    €28
    59 propositions

    Hintergrund: (PC-based) Wir sind ein dynamisches Pizzakurier-Unternehmen, das sich auf schnelle Lieferung und hervorragende Kundenbetreuung spezialisiert hat. Um unseren Service weiter zu verbessern und den Bestellprozess zu optimieren, suchen wir nach einem Softwareentwicklungspartner, der eine maßgeschneiderte Lösung mit Anruferkennung entwickeln kann. Projektziel: Das Ziel dieses Projekts ist die Entwicklung einer benutzerfreundlichen Software, die eingehende Anrufe automatisch erkennt, Kundeninformationen anzeigt und es unserem Personal ermöglicht, Bestellungen effizient und fehlerfrei aufzunehmen. Diese Software soll in unsere bestehenden Systeme integrierbar sein und eine nahtlose Kommunikation zwischen Kunden, Küche und Lieferpersonal gewähr...

    €1067 (Avg Bid)
    €1067 Offre moyenne
    14 offres
    Trophy icon Valhalla-Pressure-Washing Viking-Inspired Logo S'est terminé left

    I'm in need of a unique and eye-catching logo for my company, Valhalla Pressure Wash. I envision a design inspired by Viking or Nordic symbolism, being pressure washed. The colors should include red, with graphite gray and maybe blue as well. If you're bold with your designs and experienced in creating logos that are not just modern but speak to a specific cultural aesthetic, this project could be for you. I am open to other options needs to incorporate pressure washing Skills and experience required: -Logo design expertise -Ability to convey a Viking/Nordic aesthetic -Experience with color blending within design -An inventive mind to incorporate unique elements in the logo

    €282 (Avg Bid)
    À la une Garanti
    €282
    743 propositions
    Zeek/Bro Linux IDS Specialist S'est terminé left

    I am in need of a specialist who is proficient in Zeek/Bro Intrusion Detection Systems (IDS) specifically on the Linux platform. Key Tasks: - Conducting comprehensive Traffic Analysis - Effective Log Management - Developing customized scripts - Reviewing and Implementing rules effectively The primary goal of this project is to: - Enhance our network's security - Develop strategies for the detection and prevention of cyber attacks - Improve our incident response capabilities Ideal Skills: - Profound knowledge and experience with Zeek/Bro IDS and Linux are paramount. - Solid track record in traffic analysis and log management - Experience with script development - Proven ability to review and implement rules effectively. - Familiarity with Cybersecurity polic...

    €151 (Avg Bid)
    €151 Offre moyenne
    22 offres
    Configure Grafana / Percona PMM S'est terminé left

    I need a Grafana expert to help installing and configuring a Grafana instance on a VM: - Use the Percona PMM solution to setup a Grafana instance to monitor a MySQL instance - Setup SSL using automatically renewing Let's Encrypt certificates using DNS-01 challenge method - Configure the Grafana instance to allow SSO using Azure AD - Additionally install plugins to allow monitoring a Windows server and .NET application So basically you need knowledge about: - Grafana - Linux - Docker - Let's Encrypt - Azure AD - MySQL - Percona PMM Would need you to document and describe every step, so we can easily repeat on our production environment. Please let me know if you have knowledge about the mentioned subjects and how you would like to approach this project.

    €444 (Avg Bid)
    €444 Offre moyenne
    42 offres

    I'm seeking a professional who can leverage their marketing expertise to increase the watch hours on my YouTube channel. As a creat...Requirements: • Understand my content and target audience to optimise strategies. Prior experience with Entertainment-focused YouTube channels for adults is beneficial. • Develop and implement result-driven strategies to increase the watch hours. • Currently, my channel has between 1,000 and 4,000 watch hours. The mission is to exponentially increase this. • Use ethical methods. No bots or black-hat strategies. Skills and Experience • Proven track record in YouTube marketing, channel growth or a related field. • Exceptional understanding of YouTube Algorithms • Excellent understanding of the Entertainment Yo...

    €53 (Avg Bid)
    €53 Offre moyenne
    17 offres

    As the owner of an existing MySQL database, I'm currently experiencing issues related to oversized databases which needs to deleted not needed files. While I'm currently unsure about the exact number of records or rows. Ideal candidate for this project will have: - Deep expertise and experience with MySQL databases - Proven track record of mitigating issues related to large data volumes - Ability to potentially develop a sustainable, long-term solution to prevent future issues - Strong communication skills to guide me through the process Tasks would include: - Assessing the existing database and identifying the main areas causing high data volume - Implementing efficient strategies to optimize the database - Testing the database to ensure the issue is resolved ...

    €53 (Avg Bid)
    €53 Offre moyenne
    19 offres

    Task Description: As discussed, the task involves building a simple web page with grid-formatted data. The technology stack for this project is as follows: Frontend: Framework: React Markup Language: HTML Styling Language: CSS Backend: Framework: Node.js Database: MySQL The web page should consist of three pages, all linked and accessible by clicking on the grid. Below are the details for each page: Page 1: Store level Monthly Sales Sum Display monthly sales sum where stores are in the rows and months are in the columns. Page 2: Store-wise Highest Hierarchy2_id Product Sales Display product sales for each store based on the highest hierarchy2_id. Page 3: Store-Hierarchy Matrix Display counts of products sold with stores in rows and hierarchy levels in columns. Additional Requ...

    €27 (Avg Bid)
    €27 Offre moyenne
    14 offres

    I am looking for a skilled and experienced individual to help me with setting up an RTMP live streaming system on Ubuntu. What I need: * The successful ...The streaming will not require recording features or video on demand capabilities. * Though it was unspecified where the streaming will be targeted, we could be exploring diverse platforms such as websites, mobile apps, or even social media. Thus, expertise in various streaming platforms will be beneficial. Ideal Freelancer: * The ideal freelancer for this job will have a strong background in Linux, specifically Ubuntu, and have previously set up RTMP live streaming. * Please share previous experiences or project you have done that aligns with this requirement for assessment. Looking forward to connecting with experts in t...

    €52 (Avg Bid)
    €52 Offre moyenne
    5 offres

    We are seeking an experienced developer to configure data exchange between a Jetson Nano and another device via the CAN bus, utilizing the RS485 CAN HAT. Documentation and examples for the RS485 CAN HAT for the Jetson Nano are available here: Project Requirements: Data packets to be transmitted are split into frames of 8 bytes each, with the first 7 bytes of the frame encoded in ASCII. The last byte is an integer frame counter that does not convert to ASCII. A checksum is generated from the packet data and appended at the end of the packet using the following function: c Copy code uint16_t crc_chk_value(uint8_t *data, uint16_t size) { uint16_t crc = 0; while (size--) { crc ^= *data++; for (unsigned

    €478 (Avg Bid)
    €478 Offre moyenne
    20 offres

    I need an Excel wizard to refine my availability calendar. The Cal...Sheets-derived and ought to be fairly straightforward for a skilled Excel user. The tasks include: 1. Date Formatting: Revise the date format from its current mm/dd/yyyy to dd/mm/yy. Your expertise in Excel functions and formulae will be key to achieving this seamlessly. 2. Color Coding: Reconfigure the colour of booking designations based on the occupant. I want a color-coding system involving red, blue, green, pale blue and purple. Your keen eye for design and detail, as well as your understanding of conditional formatting, will enable you to implement this effectively. This engagement requires proficiency in MS Excel and Google Sheets. Familiarity with conditional formatting and date manipulation functions is...

    €21 (Avg Bid)
    €21 Offre moyenne
    23 offres
    Dynamic Web Application Development S'est terminé left

    I am seeking a skilled web developer to help create a dynamic web application. As I was unable to provide specific details about the exact nature of the web application I require, I am hoping to find a versatile developer who is capable of handling a wide array of tasks. Ideal Skills and Experience: • Expertise in HTML, CSS, JavaScript, MySQL • Experience in developing versatile web applications • Ability to quickly understand and implement new concepts Project Details: • I have not decided yet whether this would be an E-commerce, Social networking, or Information sharing web application • Key features might include User registration and login, Search functionality, Payment processing, although this could change as the project progresses Application Req...

    €204 (Avg Bid)
    €204 Offre moyenne
    81 offres

    I am in search of a skilled graphics designer adept in creatin...should have a portfolio of modern logo designs, previous experience in luxury branding, and proficiency in executing with distinct colors. Your understanding of fashion or high-end branding will be an added advantage. Let's create something memorable, classy and distinct. A logo similar to the one attached is needed. The brand name is "Imaginatio Vestis". It is required to remove the parts marked in red from the logo, and the background needs to be of a similar or identical blue shade. The logo must be created in full size for Instagram, a cover image for the website, and a full-page image for the website. Additionally, ensure that the logo follows the instructions of the image resolutions I uploaded, t...

    €23 (Avg Bid)
    €23 Offre moyenne
    80 offres

    My business requires a bold, vibrant and catchy logo that plays around with our company name or initials. The following details should guide your design process: - Style: The design should be vibrant and bold. A bit of creativity to make the logo pop is certainly welcome! - Colors: The logo should incorporate warm colors like red, orange or yellow. These colors should align with the vibrant theme. - Representation: Besides including the company's name or initials, the logo also needs to visually encapsulate the essence of our business. Ideal skills and experience for this project should include a strong background in graphic design, particularly in company branding, creativity, and a portfolio featuring bold, vibrant designs. Attention to detail and ability to understand and ...

    €13 (Avg Bid)
    €13 Offre moyenne
    29 offres
    Diseñar una planta renovables -- 3 S'est terminé left

    ...Adquisición de recursos (pendiente) Análisis de proveedores Adquisición de paneles y equipos Análisis de calidad y rendimiento 4. Construcción de la planta (pendiente) Preparación del terreno Construcción de cimientos y estructuras Instalación de paneles e inversores Conexiones eléctricas y pruebas 5. Pruebas y puesta en marcha (pendiente) Pruebas de rendimiento y calidad Pruebas de interconexión con la red Asegurar el correcto funcionamiento 6. Mantenimiento (pendiente) Plan de operación y mantenimiento Monitorización del rendimiento Estado actual: Los dos primeros puntos están completos. El tercer punto está completado pero necesita revisión por plagio. Tareas pendientes: Re...

    €7 / hr (Avg Bid)
    €7 / hr Offre moyenne
    1 offres

    Busco un expert@ en redes sociales para gestionar cualquiera de estas cuentas: Facebook, Instagram y/o YouTube. Busco expertos en cada red social, asi que no es necesario que puedas o sepas manejar las tres. El objetivo principal es crear contenido que genere clientes potenciales y conversiones. Responsabilidades: - Diseñar y producir materiales promocionales llamativos. (yo estare pasando mucho material del destino turistico) para que puedas trabajarlo mas a detalle. - Publicación regular de fotos y vídeos del destino - Compartir información y consejos sobre viajes, en formato foto y video (reels) El candidato ideal tendrá: - Experiencia demostrada en la generación y conversión de leads a través de los medios sociales -...

    €147 (Avg Bid)
    €147 Offre moyenne
    37 offres

    1) My website website information a) wordpress, a multi-language website built using polylang b) Theme: Elessi Theme ChildVersion: 1.0 2) My Requirements a) Modify Product Page style Goal: Simplify the product page for easier user navigation and operation. Reference: Click on the tab content within the red box to display the corresponding detailed content. Click again to exit the detailed content and return to the main product page interface. Current Situation: shows the current product page information on my website. Each tab content needs to be manually expanded, and the content is very long. Users need to scroll to the bottom to view it all. To view other tabs, users need to scroll up for a long time. b) Optimize Product Information Layout on Two Pages Problem:

    €120 (Avg Bid)
    €120 Offre moyenne
    33 offres

    I am looking for an experienced and knowledgeable developer as a support person for a GPS tracking platform jut like gpswox. This platform is being utilized to track a variety of devices such as cars, personal devices and fixed assets. Your job will include but not limited to: - Timely support and management of the platform. -Good knowledge of Linux is vital for this Support work. The ideal freelancer for this job would have: - Prior experience and a strong portfolio in GPS tracking platforms. - A deep understanding of real-time tracking, geo-fencing and history playback. - Familiarity with web-based platform and mobile App (ios and Android) development. - Potential skills in mobile app development for future system updates.

    €158 (Avg Bid)
    €158 Offre moyenne
    18 offres
    White Hat SEO Backlink Building S'est terminé left

    I'm in need of a proficient SEO expert to assist in building White Hat SEO backlinks targeted at improving my website's search engine rankings. Specifically, I am focusing on: - Branded keywords: Your experience in branded keyword targeting is essential. - News websites: We'll be working towards getting backlinks on reputable news websites, so prior experience in securing visibility in this landscape is pivotal. Your expertise in SEO tools, link-building strategies, and content marketing is highly desired. An understanding of my industry and familiarity with our branded keywords will increase our success rate and the impact of your work.

    €61 (Avg Bid)
    €61 Offre moyenne
    87 offres
    Trophy icon Wholesale Fence store Business card S'est terminé left

    I'm seeking a skilled graphic designer to create a business card for Wholesale Fence Store. The card should have a modern aesthetic with the inclusion of a different types of fences. The color scheme I prefer is red and black. A background in commercial material supply will be looked on favorably. Vinyl Fence, Aluminum Fence, Chain-link fence email, : Name Rich phone number : Ideal Skillset: * Proficiency in modern design * Experience in color theory * Experience designing for construction businesses * Creativity and originality in concept development Your portfolio demonstrating relevant skills and aesthetics will greatly help me in decision-making. Thank you.

    €38 (Avg Bid)
    Garanti
    €38
    1162 propositions

    I'm in need of a professional graphic designer to create a modern logo for my clothing merchant business. The expected color scheme should include red, blue, and green. Being the face of my brand, the logo should reflect sophistication and modern aesthetics. Key Requirements: - Proficiency in modern logo design - An understanding of color theory to effectively use red, blue, and green - Experience with major design tools such as Adobe Photoshop, Illustrator, etc. Unique Element: In a unique twist, I'd like a lotus incorporated into the design. The designer should be capable of creatively integrating this nature-inspired element. Ideal Skills and Experience: - Experience in logo and brand design - Strong portfolio showing creativity and variety - Professional un...

    €50 (Avg Bid)
    €50 Offre moyenne
    33 offres
    Server support professional S'est terminé left

    We are seeking a server support professional with 20+ years of extensive knowledge in configuring and maintaining servers and domains. Ideal skills and experiences: - Proven experience in server and domain management in PLESK, AWS SERVER, CLOUDFLARE, CONTABO - Expertise in both Windows and Linux server environments - Ability to provide services such as server configuration, server maintenance, and domain registration - Excellent problem-solving skills and commitment to tackling any server or domain issues This project is open-ended and could potentially require varied services. please mention in your bid what are your other strengths and why I should choose you over other freelancers?

    €109 (Avg Bid)
    €109 Offre moyenne
    35 offres
    Rocky Linux9 Migration ASAP S'est terminé left

    I urgently need a professional to assist me with the migration from Centos7 to Rocky Linux9. The tasks include: - Assessment of the current Centos7 setup - Thorough planning of the migration to Rocky Linux9 - Actual migration from Centos7 to Rocky Linux9 The whole project should be completed ASAP. Ideal Skills: - Extensive experience with migrating between different Linux distributions, especially from Centos7 to Rocky Linux9. - Good understanding of system architecture and server infrastructures. - Familiarity with Web Server Setup, Custom Scripts, and Database Systems might be needed, as there might be specific configurations or applications currently on Centos7 that need to be replicated on Rocky Linux9, although this will be confirmed during the assessment. - Strong proble...

    €22 / hr (Avg Bid)
    €22 / hr Offre moyenne
    10 offres

    ...on the latest level of seriousness for each state by showing through the colour, such as red=serious, orange=alert, green=healthy The website will serve crucial information to its users through: 1. Comprehensive product/service descriptions: Detailed narration about the selections on service provided that can be opts by user to help the society. 2. FAQ Section: Answers to common concerns and inquiries. This can be used to support for providing a chatbot function in the system that through text, the user can get the answer. I prefer a reliable CMS, preferably ASP.net with MySQL database for information management. As a programmer, you need to have good knowledge and experience in using asp.net and MySQL. I completed most of the structure of the website, but I need ...

    €473 (Avg Bid)
    €473 Offre moyenne
    35 offres

    I require a skilled professional comfortable with Linux system administration. A very important part of this project is the Installation of FFMPEG with CUDA support on an Almalinux 8 server, implemented on a 1080ti card. Key Requirements: - You must be comfortable with Linux server administration, specifically AlmaLinux 8. - You must be able to install the latest version of FFMPEG. - CUDA support on the FFMPEG must be duly enabled. - The main goal after installation is to achieve top-notch video encoding performance. - Professional experience or technical understanding of video encoding software and processes is a plus. - You must have prior experience or know-how dealing with Nvidia graphics cards, particularly the 1080ti model. I have root/administrator access to the s...

    €54 (Avg Bid)
    €54 Offre moyenne
    4 offres

    ...skilled web developer to build a comprehensive website that will function on a Linux server. Ideally, the website will be primarily VPS Hosting focused and seamlessly run on the Linux/Windows. Key Requirements: - Full website development expertise. - Proven experience in creating VPS Hosting websites. - Ability to establish both Graphical User Interface (GUI) and Command Line Interface (CLI) for the VPS. - Excellent problem-solving skills and knowledge of potential server issues with proactive strategies for minimising downtime. - Prior experience in working with VPS Hosting is a must. I'm expecting a clean, user-friendly, and robust website that can effectively handle high traffic and transactions. I already have a Linux/Windows Machine ready for hosting th...

    €84 (Avg Bid)
    €84 Offre moyenne
    6 offres
    Trophy icon Classic Cartoon Hoodie & Hat Design S'est terminé left

    ...design of a hoodie and a hat. We are a civil earthmoving company, so the design should take into account our logo and our industry, The winner will create a cool cartoon that has something to do with earthmoving equipment - excavators etc Key Project Requirements: - Ability to create lively and catchy classic cartoon-themed graphics. - Proven track record in clothing design, specifically hats and hoodies. - Experience in transforming abstract concepts into visual elements while maintaining brand consistency. - Exceptional attention to detail. Ideal skills: - Graphic Design - Fashion Design - Creativity in incorporating cartoon elements in designs - Expertise in branding and visual storytelling. I have a business logo which goes on all company assets. However for the hat...

    €90 (Avg Bid)
    Garanti
    €90
    128 propositions

    Looking for a full time VueJS + Laravel developer with at least 5 years of experience. - must have good English skills and opened to daily calls to discuss progress. - must work at least 40h work week for this project - must have a good time/work ratio, unreasonable slow developing will not lead to a good collaboration - must be very good with mysql, security login; - must work with tracking software for proof of work; Main work will be building a full vuejs + laravel project with login multiple user profiles etc from figma. NO COMPANIES, if you want to discuss more, message me.

    €12 / hr (Avg Bid)
    €12 / hr Offre moyenne
    100 offres

    I am looking for a person who will convert a poor quality JPG file into a CDR or AI file (curves). the logo includes a red sofa which is of poor quality and should be improved. you should also find the fonts from which the two inscriptions are created and include them in the project in curves. More details: What format would you like the converted file to be in? CDR (CorelDRAW) How would you like the red sofa in the logo to be improved? sharper details Do you have any specific fonts in mind for the inscriptions, or are you open to suggestions based on the existing style? Specific fonts are required

    €20 (Avg Bid)
    €20 Offre moyenne
    30 offres
    Trophy icon Contemporary Meme Coin Creation 3 jours left

    ...overcome obstacles along the way. Color Scheme: The color scheme could feature bold and vibrant colors to evoke a sense of energy and enthusiasm. Here are some color combinations that could work well: Gold and black: Gold symbolizes wealth and success, while black adds a touch of sophistication and elegance. Blue and white: Blue represents trust and stability, while white conveys purity and clarity. Red and silver: Purple signifies creativity and ambition, while silver adds a modern and futuristic touch. Background: The background of the token design could be clean and minimalist to ensure the focus remains on the logo and symbol. A gradient or pattern could be used to add visual interest without distracting from the main elements of the design. Overall, the token design shoul...

    €23 (Avg Bid)
    Garanti
    €23
    235 propositions

    As the client, I am requiring the expertise of a Django developer to build a Calendar Application with specified features. These include: Database : [ DB backend -Mysql ] Framework: [ Django Rest API ] 1. Event Scheduling: The app must enable users to conveniently schedule events. It should have: - Drag-and-drop functionality for simple event planning. - Customizable event categories for personalized user experience. - An option for scheduling recurring events for users with routine commitments. 2. Reminder Notifications: To enhance time management and productivity, the app must include a comprehensive reminder system that offers: - Email notifications, for timely event reminders. - Push notifications, for constant updates even when the app is closed. - Po...

    €606 (Avg Bid)
    €606 Offre moyenne
    89 offres
    Trophy icon Suburban Builders Logo Design S'est terminé left

    I'm seeking a skilled graphic designer to create a logo for my business, Suburban Builders. The logo should have a modern aesthetic with the inclusion of a red triangle incorporated with text. The color scheme I prefer is red and black. A background in creating logos for contractor businesses will be looked on favorably. Ideal Skillset: * Proficiency in modern logo design * Experience in color theory * Experience designing for construction businesses * Creativity and originality in concept development Your portfolio demonstrating relevant skills and aesthetics will greatly help me in decision-making. Thank you.

    €47 (Avg Bid)
    Garanti
    €47
    1340 propositions
    Corporate Banner Design Specialist S'est terminé left

    I am seeking a talented graphic designer specializing in corporate-style banner designs. My preferences are as follows: - The design style should skew more towards a corporate aesthetic. This should be clean, sophisticated, and unique. While maintaining a professionality, creativity shouldn't be compromised. - The color scheme for the banner should incorporate warm tones such as red, orange, and yellow. These shades should be used intelligently to evoke the right feelings and reactions from our target audience. - You need proficient skills in contemporary design software and a portfolio showcasing previous banner designs in a similar style would be greatly appreciated. If you can marry functionality with creative brilliance while respecting the corporate ethos, you're wh...

    €10 / hr (Avg Bid)
    €10 / hr Offre moyenne
    14 offres
    Trophy icon Efficient Logo Design for Organization B S'est terminé left

    I'm in need of a unique and polished logo design for my entity, Organization B. Key Aspects: - A portrayal of professionalism and reliability is paramount in the design. - The chosen colors should be the warm range, including variations of red and yellow. Demonstrated proficiency in graphic design and a portfolio showcasing prior work, particularly with warm colors, will greatly impact the success of your proposal to this project. Flyers, mockups and other forms of branding assets are a plus. Your capacity to interpret the message of a brand into a logo will also be evaluated. The Name of this Non Profit Organization is " Global Health Interactive Foundation" Certainly! Crafting a mission statement involves encapsulating the core purpose, scope, and values of an ...

    €47 (Avg Bid)
    Garanti
    €47
    424 propositions

    I'm in need of a server manager with intermediate-level cybersecurity and Linux experience to effectively monitor the security of my server. Key responsibilities include: - Ongoing security monitoring of the server and Wordpress websites - Threat identification and mitigation - Advise on potential security upgrades - Ensure the safety of sensitive information It is essential for potential freelancers to understand the Linux operating system thoroughly, and have a sound understanding of server cpanel and Vesta Cp. The ideal candidate should bring a proactive approach to identify and fix security weaknesses, offering consistent updates and reports on server security status. Be patient honest and always willing to go an extra mile for longterm work relationship

    €49 (Avg Bid)
    €49 Offre moyenne
    19 offres

    I urgently need an expert coder well-versed with Database Management System. The specific DBMS that will be used is not specified yet, so the ideal freelancer will be someone comfortable working with multiple types including MySQL, Oracle, SQL Server, PostgreSQL, MongoDB etc. Key requirements: - Extensive knowledge and experience in various Database Management Systems - Flexibility and adaptability to any DBMS - Ability to deliver high-quality work on a urgent timeline This project has a high level of priority, so I need someone who can start working immediately. I'm looking for a freelancer who can communicate effectively and complete the project ASAP. Your expertise in navigating different DBMS will be a significant factor in accomplishing this task.

    €6 - €49
    Scellé
    €6 - €49
    26 offres

    Need help on debugging my aws lambda code to read RDS (Aurora Mysql table) directly and also need use elasticache. More details: Which aspects of your AWS Lambda code would you like the freelancer to focus on? Debugging, Elasticache utilization What specific issues are you experiencing with your AWS Lambda code that need to be debugged? This question was skipped How soon do you need your project completed? ASAP

    €160 (Avg Bid)
    €160 Offre moyenne
    19 offres

    ...looking for an experienced animator who can design a simple yet informative graphical motion video. The video should effectively illustrate how partitioning works within the Linux operating system. Though the project is directed towards an audience with basic knowledge of Linux systems, it must be clear enough for even a novice to understand. To fully represent the concept within the video, the scope will be limited to the partitioning aspect of Linux file system. The successful freelancer for this project should have: - Strong skills in animation, preferably a background in educational content. - A solid understanding of Linux systems, particularly the concept of partitioning. - Ability to communicate complex tech concepts in a simple and engaging manner...

    €114 (Avg Bid)
    €114 Offre moyenne
    40 offres

    DONT BET IF YOU HAVE DELIVERY TIMES LONGER AS 1 HOUR AND CANT DO IT RIGHT NOW. THX I'm in need of a seasoned Linux professional, who is familiar especially with the OPNsense distro, to set up WireGuard on my system. You must be capable of configuring both the client and server aspects of WireGuard on OPNsense. my wireguard is working (at least i guess). the client is connected (rx = 0, rt = counting). i guess the firewall rules are the issue. goal: on the client the traffic for Internal should go over the VPN, all other traffic without vpn

    €110 (Avg Bid)
    €110 Offre moyenne
    11 offres

    I’m in need of an expert in server security with a specific focus on Linux and Apache error logs. High-Level Requirements: - Know Linux in detail - Check Apache Error Logs and Security logs - Should understand why server down some times or lags after a while Key Skills: - Proficient in Linux security tactics and solutions - Strong knowledge of Apache and experience in analyzing error logs Experience: Freelancers who have extensive experience and expertise in server security are encouraged to apply. As we're dealing with sophisticated systems, I prefer an individual with a high level of expertise. Past experience, particularly dealing with Linux and Apache, will be the cornerstone of your application. Your experience is key, so please highlight yo...

    €12 / hr (Avg Bid)
    €12 / hr Offre moyenne
    15 offres
    Sound Recording Web App S'est terminé left

    I'm looking for a skilled developer proficient in HTML, CSS, JavaScript, Node.js, Python, MySQL, and API interaction to deliver an efficient web application. Key Requirements: - Creation of a web app that enables sound recording. - A user dashboard allowing browsing of previous recording sessions. Special Features: - The capability to playback recorded sound. - On-dashboard search bar for easy access to recordings. - Each page will contain ( recording, transcript of the recording, summary of the transcript, showing deadlines in another box, integrate the deadlines into google calendar) - Enable sorting of recordings based on date or duration. - Download or share functionality for each individual recording. Ideal experience includes previous work on similar projects, a stron...

    €145 (Avg Bid)
    €145 Offre moyenne
    28 offres

    I'm seeking an adept illustrator who excels in producing realistic imagery. The project involves creating a unique image for my company, embodying highly specific elements: - The central figure should portray a red rooster, holding a chainsaw. - This should not look like a cartoon or any graphic illustration, but rather evoke an aspect of realism. - The rooster should express determination, becoming the primary emotional tone of the image. - The background should represent a tree that has been partially removed. Ideal skills and experience: - Proficiency in realistic illustration - Ability to convey emotion through artwork - Experience in scenery or background design Your creative take is much appreciated, however, the elements listed above are indispensable for the proje...

    €78 (Avg Bid)
    €78 Offre moyenne
    61 offres

    Necesito un diseñador de diagramas con experiencia que se especialice en la creación de diagramas de flujo, diagramas UML y diagramas de red. Los diagramas se utilizarán para varios propósitos, entre ellos: * Visualización de procesos * Diseño de sistemas. * Mapeo de estructuras de red. A pesar de la variedad de usos, me interesan principalmente las descripciones generales de alto nivel más que las especificaciones técnicas detalladas. Por tanto, un autónomo ideal tendría: * Experiencia en la creación de diagramas claros y comprensibles. * Capacidad para comprender y adaptarse a los diferentes requisitos del proyecto. * Capacidad para ofrecer resúmenes de alto nivel sin profundizar en detal...

    €55 (Avg Bid)
    €55 Offre moyenne
    18 offres
    Logo Design S'est terminé left

    Hi Md Mahedi, I need a new logo for my company and will pay you $200 if you think that is fair. I will im you the current logo. Colors: Red: #b50101 Roman Gray: #8f94a2

    €188 (Avg Bid)
    €188 Offre moyenne
    1 offres

    i want to make a headless synthesizer with my ARM board (similar to raspberry pi) the synthesizer will receive commands from usb midi keyboard and play some sounds i want to use soundfonts (fluidsynth) for the instruments for the effects i want to use LV2 plugins the effects are controlled by knobs on the midi controller i want to run only from commandline (no xwi...want to use soundfonts (fluidsynth) for the instruments for the effects i want to use LV2 plugins the effects are controlled by knobs on the midi controller i want to run only from commandline (no xwindows).. . everything should be controlled by python. can you help me with - the setup - the choice of the right components - making the python program pls tell me about your experience with linux synthesizers in...

    €16 / hr (Avg Bid)
    €16 / hr Offre moyenne
    19 offres

    I already have a program developed in HTML, PHP, MySQL and Javascript. I would like to remove the current access system and implement an access system with facial recognition. I need a form to record users (scanning their face) and a way to connect the already registered users (scanning their face)

    €358 (Avg Bid)
    €358 Offre moyenne
    31 offres
    Trophy icon Modern Minimalist Logo for A&Z PC Tronics S'est terminé left

    I require an experienced logo designer to create a modern and minimalist logo for my company, A&Z PC Tronics. Here are some essentials for the task: - Integrate the chosen colors red and silver into the design in a compelling and eye-catching way. - The aesthetic must be modern and minimalist, reflecting the forward-thinking and simplicity of our brand. - Experience in creating minimalist logos is essential. - Please provide portfolio examples of similar minimalist logo designs. Your creativity and flair in incorporating our brand into the minimalist aesthetic is paramount. Looking forward to seeing your innovative designs!

    €9 (Avg Bid)
    Garanti
    €9
    251 propositions
    DevOps Engineer S'est terminé left

    Require help in migrating a web application from Google Cloud to Azure. The application setup is relatively simple, comprising a web and a database server, built in .NET with a MySQL database. The scope of work includes: 1. Briefly assess the current GCP environment to understand any potential issue like resource utilization, cost optimization, security 2. Set up the Azure environment and services, preparing it for application code and database deployment 3. Migrate application code and database 4. Support with testing and production rollout

    €471 (Avg Bid)
    €471 Offre moyenne
    92 offres

    I have a website built using PHP, MySQL database, and uses session variables to create a shopping cart. The website was working fine for several years. The website recently stopped working with the following error in the logs: [20-Feb-2024 12:23:29 America/Chicago] PHP Warning: session_start(): open(/var/cpanel/php/sessions/ea-php82/sess_16fefd798faf4d71fac9c432ba1282cf, O_RDWR) failed: No such file or directory (2) in /home2/grco1/public_html/ on line 5 [20-Feb-2024 12:23:29 America/Chicago] PHP Warning: session_start(): Failed to read session data: files (path: /var/cpanel/php/sessions/ea-php82) in /home2/grco1/public_html/ on line 5 Your job will be to fix the problem. I am currently using PHP version 8.2 and I am using Cpanel and phpMyAdmin I’m using hostgator for

    €21 (Avg Bid)
    €21 Offre moyenne
    28 offres