Nginx cache in memoryemplois

Filtrer

Mes recherches récentes
Filtrer par :
Budget
à
à
à
Type
Compétences
Langues
    État du travail
    2,000 nginx cache in memory travaux trouvés au tarif de EUR

    As a project owner, I'm in need of a proficient backend developer chiefly for the deployment of a Python Django project. This includes: - Setting up server and database - Deploying the project using both Nginx reverse proxy and Apache - Enhancing backend performance The best candidate should offer rich experience in Python Django project deployment as well as server setup and optimization. There won't be any need for coordination with other teams or members. Hence, the ability to work independently is crucial. Please remember to include your relevant experience in your application.

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

    ...guide me through my college course on computer organization. This course covers a wide range of topics including permission models, system architecture, concurrency, virtual memory, cryptographic primitives, and TCP/IP networking. I need a tutor who can help me understand difficult concepts and prepare for exams. Key Requirements: - Should be knowledgeable in all the topics listed. - Ability to explain past exam solutions. - Experience tutoring in computer organization or related subjects. - Able to communicate via instant messaging for convenience. - help in exam preparation Here is a list of all the topics covered in this course Building and Introduction - Basics of .o, .a, .so files, dynamic/static linking, and makefiles. Accounts and Permissions...

    €113 (Avg Bid)
    €113 Offre moyenne
    9 offres

    We are currently in a basic project, to reactivate the LPG system in a city in the interior of São Paulo/Brazil. There is an existing Vent Stack on site. At this stage of the project, we need to validate, according to Brazilian technical standards and API521, that the system meets, as it was designed and installed in the 80s. To do so, the professional must take into account some data that we will provide below. Documents that the professional needs to generate: - Atmospheric Dispersion Study; - Calculation Memory - Vent Stack System - Process Data Sheet for Vent Stack System Equipment Existing process data (see attachment also): There would be 2 cases of typical relief for system sizing, which would be: 1 - Opening of the PSV for solar irradi...

    €1171 (Avg Bid)
    €1171 Offre moyenne
    13 offres

    I require a professional with expertise in Electrical Engineering or more fields to design schematic and PCB layout for a mini videoprojector, and a sferic case which I can print.   What I need for this PCB:
- Must be round
- Must have max 15 milimeters diameter (1,5 centimeters)
- The components used should be good quality
- Must have minimum memory capacity of 10 MB (I think 16MB it's more than sufficient)
- The memory must support pdf or text (pdf preferably, but text is also ok or worst case images)
- This minimalistic videoprojector must have an option to project this pdf/text/img in any way (like a normal projector on walls, it's ok if will be smaller projecting final image; or like kids toys, where you are looking into a magnifier and see i...

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

    I'm currently preparing for a Microprocessor exam focused predominantly on Assembly Language. I need an expert who can help...expert who can help me resolve issues, especially with the following key topics: - Data Types and Literals - Procedures and Macros - Assembly Language - Arithmetic and Logic Instructions - Memory Interface So, if you possess a good understanding of these areas, along with proficiency in diagnosing microprocessor issues, I would like to hear from you. Your role will not only be to help me understand these topics better but also aid me in applying them appropriately in an exam setting. Looking forward to your informed bids. Ideal skills and experience: - In-depth knowledge of Microprocessors - Expertise in Assembly La...

    €119 (Avg Bid)
    €119 Offre moyenne
    9 offres

    ...proficient DevOps developer who can skilfully set up a Linux-based Virtual Private Server (VPS) on Amazon Web Services (AWS). Configuring Nginx is also a key part of this project. and successfully run websocket code written in PHP Your responsibilities will cover: - Configuration of Nginx to ensure optimal performance Given that the expected daily user traffic is low (less than 10K users), the setup should be optimized for this range. Ideal Skills and Experience: - Extensive experience with VPS and Linux - Profound knowledge of Nginx configuration - Experience with handling low-traffic servers - Handling Ratchel web socket is iportent Your expertise in these areas will be invaluable to ensuring the seamless running and maintenance of the serve...

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

    I'm looking for a professional with experience in deploying Ruby on Rails 7 applications to an Ubuntu LTS 22 server using Capistrano, Puma, and Nginx. Key requirements include: - Deployment of an existing Ruby on Rails 7 application to the specified Ubuntu server - Configuring the deployment to be accessible via a specified domain - Setting up SSL for secure HTTPS access Skills and experience needed: - Proficiency in Ruby on Rails 7 - Strong experience with Capistrano, Puma, and Nginx - Familiarity with Ubuntu LTS 22 - Expertise in SSL configuration via Letsencrypt Please provide evidence of your past work in this area.

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

    ...SoC and additional peripherals, you'll need to carefully consider the connections and power requirements of each component. Here's a basic outline of how you might design such a schematic: 1. Rockchip RK3588: - Connect the RK3588 SoC to the necessary power supplies, clock signals, and peripherals according to its datasheet. 2. 4GB/8GB RAM: - Connect the RAM module(s) to the RK3588 SoC's memory interface, ensuring proper signal routing and power connections. 3. eMMC: - Connect the eMMC storage device to the appropriate interface on the RK3588 SoC, typically using MMC/SDIO or SPI interface. 4. NVMe M.2 SSD Port: - Provide the necessary connections for the NVMe M.2 SSD port, including PCIe lanes and power connections. 5. USB C Type Data + Power Connec...

    €320 (Avg Bid)
    €320 Offre moyenne
    7 offres

    ...actualizado sobre las últimas tendencias y tecnologías en administración de servidores Requisitos: > Experiencia demostrable en la administración de servidores VPS > Sólidos conocimientos de sistemas operativos Linux, como Ubuntu o CentOS > Conocimiento profundo de frameworks PHP como Laravel, CodeIgniter 4 y WordPress > Experiencia en la configuración y administración de servidores web como Apache o Nginx > Buenas habilidades de resolución de problemas y capacidad para trabajar de forma independiente > Excelentes habilidades de comunicación y capacidad para trabajar en equipo Ofrezco: > Un proyecto desafiante y gratificante > La oportunidad de trabajar con las últimas tecnolog&iacut...

    €8 / hr (Avg Bid)
    €8 / hr Offre moyenne
    24 offres
    C++ and casboost 3 jours left

    ...project to build a C++ dll to : 1) load Catboost model(x), return handler to manage this model later 2) Run predict model(x) (handler in parameters to seclect model1 or model2) 3) unload model(x) (handler in parameters to seclect model1 or model2) some help : //CODE FROM HELP ModelCalcerWrapper calcer(""); std::vector<float> floatFeatures(100); //std::vector<std::string> catFeatures = {"one", "two", "three"}; no need (only float inputs) std::cout << (floatFeatures, catFeatures) << std::endl; Two models have to be in memory at the same time, "" and "" My software using this dll: START: load model1 AND load model2.(return handlers) RUN:

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

    I need to add the GeoIP module to NGINX within my Docker environment. Specifically, I intend to block access to my server from specific countries. Key Tasks: - Incorporate the GeoIP module into NGINX within a Docker container - Configure the module to block access from specified countries Ideal Skills and Experience: - Proficient in working with NGINX - Experience with Docker and containerized environments - Familiar with GeoIP databases and modules - Prior experience in setting up access restrictions based on GeoIP data

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

    ... accuracy and performance are of utmost importance. Key Requirements: - The app must perform face scanning, comparison, and validation against data stored in a cloud-based service. Your experience interfacing with REST APIs is critical. - The face recognition process must have short processing time, a high recognition rate, and a small memory footprint. Regarding skills and experience, proficiency in mobile app development for both Android and iOS is mandatory. Please have a strong portfolio in face recognition technologies and cloud-based services. Understanding of REST APIs and performance optimization techniques is an asset. In your proposal, kindly provide: - An overview of how you plan to meet the project's requirements. - Examples of s...

    €1214 (Avg Bid)
    €1214 Offre moyenne
    10 offres

    ...for a skilled researcher in the field of cryptography, specifically focused on Oblivious Transfer (OT). Find all OT extension implementations and compare them for efficiency and security (sometimes the security assumptions are different hence the security levels are also different. Efficiency can be compared in terms of average memory usage and average time required to complete one OT/OTe of same size in different libraries). Key Requirements: - Strong background in cryptography - Proven experience in conducting research within this field - Ability to evaluate security and efficiency of cryptographic libraries - Familiarity with the implementation of OT in different environments, particularly within OT libraries. The primary goal of th...

    €82 (Avg Bid)
    €82 Offre moyenne
    8 offres

    We're looking for a programmer with experience of the STM8 MCU. We've already created a program that works well, but flash memory is limited to 8KB and we don't have enough space to store our entire program. The current size of the compiled code is 10 KB. We're looking for a programmer capable of compacting our specific code and libraries used. Our current software includes the following libraries: - WS2812 addressable RGB LEDs - I2C - PWM

    €226 (Avg Bid)
    €226 Offre moyenne
    22 offres

    I require a seasoned WordPress developer with expertise in plugins development for my LMS website. I'm having some troubles with the integration of Paid Membership Pro and LearnPress. You will ideally possess: • Exceptional skills in solving cache problems • Proven experience with integrating Paid Membership Pro and LearnPress In addition, you will need: • A strong understanding of specific design requirements. Details of design specifications will be provided upon project award. • Excellent coding skills and an understanding of best practices to ensure smooth, bug-free operation. • An eye for detail and the ability to work efficiently to meet deadlines. Please share examples of your previous plugin development work, especially ...

    €137 (Avg Bid)
    €137 Offre moyenne
    73 offres

    I have a android application which is powered by SpringBoot app. Springboot server is currently hosted on EC2. I'd like help to relocate this server to AWS Lambda , use AWS dynamoDB db instead of instance memory. The android app should talk to AWS lambda instead of EC2. Freelancers with previous experience in AWS, specifically AWS Lambda, SpringBoot, API Integration.

    €12 (Avg Bid)
    €12 Offre moyenne
    12 offres

    Hi Muhammad B., I would like to offer you my project for gzip on nginx.

    €16 (Avg Bid)
    €16 Offre moyenne
    1 offres
    NGINX Restart Issue on Linux S&#039;est terminé left

    I'm currently experiencing a problem with my Linux-based server - NGINX refuses to restart due to issues with the configuration file that I edited directly in the main file. I need a savvy Linux and NGINX expert to help diagnose and rectify this issue, ensuring that my server can restart successfully. Skills and Experience Needed: - Proficiency with Linux OS - Expertise in troubleshooting NGINX - Experience with configuration file management - Ability to effectively diagnose and fix server problems in a timely manner. Your task will be to identify the errors in the configuration file, correct them, and provide a brief explanation of what went wrong so that I can avoid similar issues in the future.

    €22 (Avg Bid)
    À la une Urgent
    €22 Offre moyenne
    8 offres

    I require a specialist in Grafana dashboards to assist me in visualizing captivating metrics related to CPU usage, memory usage, and network latency from Prometheus data sources. I intend to have these data displayed in the form of histograms, line charts, and heat maps, enabling easy interpretation and quick reference. Consequently, significant expertise in Grafana, proficient understanding of Prometheus as a data source, familiarity with performance metric analysis, and the ability to design unique and practical visualisations using histograms, line charts, and heat maps is paramount.

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

    ...of the site. Here are some key details about the site: Platform: WordPress Number of active plugins: 17 Security: Using Sucuri for site protection and cleanup Number of pages: Over 2000 Hosting: VPS at OVH RAM usage: 95% Note: The use of WP Rocket has been excluded due to past issues. Actions already taken to optimize the site: Image optimization with Imagify Implementation of lazy loading Cache setup (requiring revision) I expect the proposed freelancer to be able to: Offer concrete solutions to optimize loading speed, taking into account the current site configuration. Provide explanations of the changes made and how they contribute to performance improvement. Be capable of configuring dedicated servers if necessary. I am open to any recommendation or suggestion aimed at...

    €128 (Avg Bid)
    €128 Offre moyenne
    142 offres

    I am looking to add a cache busting feature to a website. I am receptive to paying for milestones or paying hourly if we end up communicating a lot while the work is done. The PHP site consists mostly of 1 mostly HTML page with a long list of links to a directory full of PDF and MP4 files. Sample code is attached. Each can be opened in a Fancybox Modal window. Sometimes the PDF/MP4 files are overwritten with a newer version with the same exact name. Of course browsers often use the cached version instead. The files are big enough where I want the browser to cache them, but only until they change - then the browser needs to grab the new version from the server. The apache and .htaccess expire headers haven't done what I need. I read that some codebases exist t...

    €23 / hr (Avg Bid)
    €23 / hr Offre moyenne
    90 offres

    Objective: We are seeking an individual or company skilled in neural networks and Keras to develop a predictive model. This model will forecast the occurrence of a phenomenon based on historical data. Requirements: Data Acquisition: Historical data required for training the model will be fetched via an API from our comprehensive database, which is updated multiple times weekly. Data Processing: All retrieved data will be processed to facilitate effective model training. This includes Exploratory Data Analysis (EDA) to identify impactful data, outlier detection for data quality, and feature engineering to determine the final model inputs. Model Development: Train two types of models using Deep Neural Network (DNN) and Long Short-Term Memory (LSTM) architectures: A classifica...

    €2234 (Avg Bid)
    €2234 Offre moyenne
    29 offres

    ...(Store A on apache) into a new one (Store B on nginx). Some technical components to be aware of include: - The new store runs on NGINX. - There seems to be difficulty with data deletion on Store B -- data remains somewhere in the database even when it appears deleted. In your role, you'd specifically be assisting with: - Accurate migration of specific data types - namely customer, affiliate, order, and product details from Store A to Store B. - Identifying and rectifying issues leading to a mismatch in referral ID numbers on Store B after data import. - Rectifying difficulties with data deletion on Store B post import. The ideal candidate will be proficient in WooCommerce, understand the intricacies of NGINX, and have a solid ba...

    €26 / hr (Avg Bid)
    €26 / hr Offre moyenne
    133 offres

    Saya sedang mengerjakan project server API menggunakan FastAPI dan saya perlu mengimplementasikan memory cache menggunakan memcache untuk komunikasi antara workers. Server ini memiliki sistem autoscaling dengan object Server yang saya ingin share diantara setiap workers dari FastAPI. Requirements: - Experience in Python - Experience in Multithreading / Multiprocessing - Memcache, redis, or any other in memory database

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

    ...provide extensive **Multi-tasking Capabilities** with a **Customizable Interface** for a tailored user experience. - Additionally, the file system must prioritize: * **File Searching and Indexing** for quick retrieval * **File Encryption and Security** to protect user data * **File Compression and Decompression** to optimize storage utilization **Ideal Skills and Experience:** - Proficiency in operating system development for PCs - Experience with implementing file management and security features - Familiarity with UX design for customization features - Knowledge of data compression algorithms and techniques Your expertise should enable users to manage, search, secure, and compress their files effortlessly. If you're detail-oriented and passionate about creating int...

    €127 (Avg Bid)
    €127 Offre moyenne
    6 offres

    I need a custom dashboard in Grafana that integrates various data sources and displays key metrics from my Squid proxy server. Key Requirements: - Data Sources: The dashboard needs to be able to integrate with Squid logs, server metrics, and network traffic data. - Metrics: The dashboard should display the following metrics: - Bandwidth Usage - Cache Hit Rate - Top Accessed Websites - Response Time Design: - I prefer a simple and minimalistic design for the dashboard. Ideal Skills: - Experience with Grafana and Squid proxy server - Data visualization and dashboard design - Understanding of network traffic analysis - Ability to integrate multiple data sources Please ensure the dashboard is user-friendly and provides a comprehensive overview of the Squid proxy se...

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

    I need an EXPERIENCED Javascript developer to write me a custom React fetching mechanism. Use the Tanstack library to write me a custom hook that can fetch data and cache it too. These features should be implemented: - Assume API call always returns an array of data. - I can pass a modifiedFrom query param which is just a string ISO date. 1. Fetch the data using the cached lastFetched date for that key/api call 2. Mutate the result in the stored cache and updated the lastFetched date in cache 3. Allow data to be cleared from cache after an x time

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

    I have captured a video of the recent eclipse, lasting for more than 5 minutes. For this project, I am looking for someone who can: - Fast-forward the vide...audio segment from the moment of the totality of the eclipse, with no modifications needed, and overlay this on the sped-up video. The candidate should have experience in video editing and sound design, specifically with time-lapse videos and audio overlay tasks. Knowledge of different video and audio formats is desirable for the successful adjustment and alignment of both elements. You should also have an eye for detail to ensure the audio moment perfectly syncs with the corresponding moment in the sped-up video. This requires precision and technical skills in video and audio editing software. Let's make t...

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

    I'm experiencing performance issues with 5 stored procedures in my SQL Server. These procedures are significantly slower than expected due to complex JOIN queries involving multiple tables. The project entails: - Diagnosing the cause of the slow performance. - Improving the efficiency and speed of these 5 stored procedures, aiming to achieve at least a 50% increase in speed. - Decreasing high memory usage of a sql server instance Ideal skills and qualifications: - Proficiency in SQL Server and complex JOIN operations. - Proven experience in SQL query optimization and performance improvement. - Understanding of advanced aspects of SQL Server performance tuning. - Excellent debugging and diagnostic skills. - Familiarity with procedures handling mu...

    €162 (Avg Bid)
    €162 Offre moyenne
    86 offres

    ...documentation for the LLM installation processes. Installation guidance will be provided upon project commencement. Work Arrangement: • The work will be carried out in person at my condo, within a dedicated floor for remote work where we can collaborate comfortably. This setup is ideal as I am keen to learn from the process. • Location: The job will require on-site work. The exact address will be provided upon selection. Laptop Specifications: • Model: Origin EVO15-S • Exterior Color: Gunmetal • Motherboard: EVO15-S • Display Type: 15.6” QHD 240Hz sRGB 100% • CPU: Intel Core i9 12900H • GPU: RTX 3080 • Memory: Corsair Vengeance 64GB Kit (2x32GB) DDR5 4800MT/s SODIMM • Operating System: MS...

    €38 / hr (Avg Bid)
    Local
    €38 / hr Offre moyenne
    3 offres

    ...specialized in developing large language models and implementing advanced techniques such as retrieval-augmented generation and reinforcement learning from human feedback. The main goal of this project is to create a sophisticated conversational AI and content generation tool. The scope of the work is to develop an LLM application using an open-LLM integrated with a Reinforcement Learning from Human Feedback (RLHF) mechanism to improve performance. The expected level of implementation is that one of a to Minimum Value Product. Since the LLM must be specialized on a specific industrial sector, it is necessary that it is trained on a set of additional documentation, for example using a RAG (Retrieval-Augmented Generation) mechanism. Consider that I have approximately 10,000 docum...

    €549 (Avg Bid)
    €549 Offre moyenne
    99 offres

    ...Ubuntu. I need the image building tutorial. 3. the Kernel congiuration should support PCIE and CXL.(I can provide the .config file) 4. Compile the linux kernel's CXL-related modules, and put it in the image. Try to load/insmod the .ko mannuallly. 4.1. 4.2. 4.3. 4.4. 5. Boot the image in QEMU, then insmod the .ko file. The .ko has to be installed successfully. The following is second part: 6. Support DAX. The /dev/dax0.0 should be created and supported. Write a test case to test the DAX. Multicore should be considered here. The third part: 7. Memory Pooling expriment design. (research oriented). If you proposal is accepted, I will double the payment. The project should be considered as three different parts. I will pay them step by step. The

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

    I am currently facing issues with my Pterodactyl panel on my Digital Ocean server. I need an experienced front-end developer to solve the following problems: - Login - An error message is displayed during the process. The specific error message I receive is "404 not found". ...Ocean server. I need an experienced front-end developer to solve the following problems: - Login - An error message is displayed during the process. The specific error message I receive is "404 not found". - Dashboard - It isn't loading properly. I only see a blank screen when attempting to load the dashboard. The ideal freelancer for this project should have substantial experience with nginx and the Pterodactyl panel. They should be comfortable with resolving errors...

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

    ...write a 3000 word research project that uses a primary media source - some photos of Palestine (that I will send you) and you have to explore this archival material using collective memory and palimpsestic memory and link it to the media examples of “5 Broken Cameras” and “Waltz with Bashir” (will send you mp4 versions of both these films) to discuss how it would affect both audience interpretation and memory processes at both the individual and social level. I will send you some example projects, the project guide, online articles that are revelant, the key reading (Nakba: Palestine, 1948, and the claims of memory) and recommended reading (The biggest prison on earth) and some notes I have taken. So basically you don’t have to d...

    €26 (Avg Bid)
    €26 Offre moyenne
    26 offres

    I'm looking for a skilled freelancer to install Nginx on my Almalinux 8 server to effectively balance UPD/DNS traffic between 2-3 backend servers. The main goal of the load balancing is to improve the performance of my network. Key Requirements: - Install Nginx on Almalinux 8 - Configure Nginx to balance UPD/DNS traffic between 2-3 backend servers - Ensure the system is set up for optimal performance Ideal Skills: - Strong experience with Almalinux 8 and Nginx - Proven track record of setting up effective load balancing systems - Understanding of network performance optimization - Ability to follow best practices in network security and system maintenance

    €99 (Avg Bid)
    À la une Urgent
    €99 Offre moyenne
    8 offres
    Pterodactyl Panel Error Resolution S&#039;est terminé left

    I am currently facing issues with my Pterodactyl panel on my Digital Ocean server. I need an experienced front-end developer to solve the following problems: - Login - An error message is displayed during the process. The specific error message I receive is "404 not found". ...Ocean server. I need an experienced front-end developer to solve the following problems: - Login - An error message is displayed during the process. The specific error message I receive is "404 not found". - Dashboard - It isn't loading properly. I only see a blank screen when attempting to load the dashboard. The ideal freelancer for this project should have substantial experience with nginx and the Pterodactyl panel. They should be comfortable with resolving errors...

    €10 (Avg Bid)
    €10 Offre moyenne
    7 offres

    I have a couple of two-page marketing pieces that were created internally and I require an experienced designer to raise the bar...Incorporating High-Quality Images: Your task extends to sourcing top-notch images that are related to our industry or stock photos. We also have a cache of pictures from our past projects and customer interactions that you can integrate. The right person for this job should have experience in graphics design as well as a firm understanding of brand identity. Knowledge of various design styles would be an asset since we don't have any particular style in mind. Being flexible and imaginative in your designs while still maintaining a professional outlook would be key. Additionally, any image sourcing or photo editing experienced...

    €348 (Avg Bid)
    €348 Offre moyenne
    66 offres

    I'm in need of an expert who can assist me with my computer and desktop, servers hardware, and networking. I'll need help with the following specifics: - Motherboard: I need someone to assist me in finding a motherboard that is compatible with the CPU and RAM I have in mind. We'll need to consider the socket type compatibility, number of RAM slots, and expansion slot options. - CPU: I'm looking for advice on a CPU with specific requirements. We'll need to consider processor speed, number of cores, and cache size. Please reach out if you have experience in this area and are confident in your ability to help me choose the right hardware for my project. I'm open to suggestions on specific makes and models, and I appr...

    €98 (Avg Bid)
    €98 Offre moyenne
    7 offres

    I need a sSharepoint expert to help me resolve a 'Page not loading' error on my Sharepoint site. The error is as ...to the server via Anydesk. If possible can you fix this asap tonight for me. Specific Tasks: - Investigate and identify the root cause of the 'Page not loading' issue - Develop and implement a solution to fix the error Ideal Skills and Experience: - Proficient in Sharepoint site development and customization - Extensive experience in troubleshooting and resolving Sharepoint errors - Strong problem-solving skills and attention to detail Please note that I have already tried basic troubleshooting steps like clearing browser cache and cookies. The successful candidate should be able to quickly diagnose the issue and provide a reliabl...

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

    Hi, I have one sample codes which work as voip client . it should run on ARM32 . and I have one rockchip rv1106 linux SBC (I can add memory and emmc size following your advise). this rv1106 has its SDK, I installed on virtual unbuntu 20.04,and buid SDK and its sample application codes ok, but when I integrate the voip sample code into sample application codes ,it has link error about GLIBC,etc ,similar outputs as this url: I tried to fix it myself ,and asked for help ,still not working .I guess rv1106 cross compiler tool shipped by chip provider is uclib (arm-rockchip830-linux-uclibcgnueabihf ) ,but the voip sample codes need glib. so I am thinking maybe we should use buildroot to build a new linux image

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

    Key tasks: - make varnish work with PLESK Ideal skills: - Proficient in Plesk for server management. - Extensive experience with m..to (cannot write it since all non system admins are responding) for seamless configuration. - Varnish expertise to optimize website performance. - Redis know-how for efficient data caching. Your expertise in these areas will be crucial to achieving the desired loading speed improvements and enhancing the overall user experience of my website.

    €23 / hr (Avg Bid)
    €23 / hr Offre moyenne
    65 offres
    Sharepoint Expert Needed -- 2 S&#039;est terminé left

    I need a sSharepoint expert to help me resolve a 'Page not loading' error on my Sharepoint site. The error is as foll...to the server via Anydesk. If possible can you fix this asap tonight for me. Specific Tasks: - Investigate and identify the root cause of the 'Page not loading' issue - Develop and implement a solution to fix the error Ideal Skills and Experience: - Proficient in Sharepoint site development and customization - Extensive experience in troubleshooting and resolving Sharepoint errors - Strong problem-solving skills and attention to detail Please note that I have already tried basic troubleshooting steps like clearing browser cache and cookies. The successful candidate should be able to quickly diagnose the issue and provide a rel...

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

    I'm encountering an "Allowed memory size exhausted" error in my PHP code and require assistance in resolving it. I will share the code with you so you can modify that and send us after making corrections. Requirements: - Proficiency in PHP programming - Understanding of memory allocation and management in PHP - Familiarity with server settings and access Specifics: - The error message: "Allowed memory size exhausted error" - Access to the server and its settings available - PHP version used: PHP 8 Please request the code via chat. Kindly mention in your bid that you've watched the video () so I can confirm. Please apply only if you possess the requisite skills and expertise to address this memory...

    €40 (Avg Bid)
    €40 Offre moyenne
    51 offres
    AWS DevOps Specialist for Nginx S&#039;est terminé left

    I need expert in nginx web server configuration and cloud flare Our setup We have react application running in docker. Backend running in python. From react , we connect python using http for API calls. Current state : Our application is accessible using ip address of the server with port . Problem : We tried using DNS to access our application. We use cloudflare SSL and configured in the server but we are not successful. We are getting "invalid host header" and error code 521. Earlier we were getting mixed content type error. Please note this is troubleshooting task if you really have the experience this can be fixedbin no time. At the end , we want https should work end to end.

    €13 / hr (Avg Bid)
    €13 / hr Offre moyenne
    46 offres
    MySQL Server Error Troubleshooting S&#039;est terminé left

    ...due to a power failure. This caused an error in storage or a memory error that led to corruption when the storage engine is writing data to the table. Attempting to fix it, I manipulated the LOGS files (transaction logs, etc.) and managed to connect to the database, query data, and export some of it, and the data was exported perfectly. That's why I know the data is intact. Unfortunately, I didn't think to export all the data because I thought the error had been fixed. However, the next day, the error returned, and I couldn't fix it. Here is a link that explains that it is a common problem in my situation: We are using, XAMPP, MYSQL and Maria DB in a Mac - What I need: * Troubleshooting

    €128 (Avg Bid)
    €128 Offre moyenne
    77 offres
    ARM pseudo code and cache simulator S&#039;est terminé left

    you will use a cache simulator to analyze the performance (hit rate) of three cache designs. You will do this in an analysis paper which should answer the following questions: How does the performance of a cache change with its associativity? (e.g. direct mapped vs n-way associative vs fully associative) How does the performance of a cache change with cache size? How does the performance change with replacement policy? How does the performance change with the line size? Important Information The format of the memory trace file is the following: The first field is “l” or “s” depending on whether the processor is loading from or storing to memory. You don't need to do anything differently for load or stor...

    €141 (Avg Bid)
    €141 Offre moyenne
    26 offres
    Translate Writing S&#039;est terminé left

    ...proposals, and marketing materials for various clients, ensuring clarity and accuracy in conveying key messages. - Provided localization services for multinational companies entering new markets, adapting their content to resonate with local audiences while maintaining brand consistency. 2. Legal Translation: - Translated legal documents such as contracts, agreements, and court transcripts, ensuring precision and adherence to legal terminology. - Collaborated with law firms to provide certified translations for official documents required for legal proceedings and international transactions. 3. Technical Translation: - Translated technical manuals, specifications, and engineering documents for companies in the manufacturing and IT sectors, ensuring clear communication of...

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

    ...video conversion. I've been getting an ‘out of memory’ error which has been causing major headaches. To set the scene, the videos I'm dealing with are low resolution and have short durations. I've customized the ffmpeg settings for the conversion process but it seems like my attempts are doing more harm than good. Here's where you come in. I need an expert to handle the optimization of the ffmpeg settings for the GPU. I am not looking for a quick fix and not necessarily to address the CUDA error right away, but primarily to set up a robust and efficient conversion system that will prevent such issues in the future. Ideal candidates should have: - Extensive experience with ffmpeg - Knowledge of GPU settings - Experience in ...

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