Wordpress apache memory işler

Filtre

Son aramalarım
Şuna göre filtrele:
Bütçe
ile
ile
ile
Tür
Beceri
Diller
    İş Durumu
    2,000 wordpress apache memory iş bulundu, ücretlendirmeleri EUR

    i was starting project: on a fresh Ubuntu 22.04. The instalation progress was running fine, but the project does not get LetsEncrypt cert. I´m not familiar enough with LetsEncrypt and the issue with the apache files below(the error message on docker compose up start): proxy | waiting for Let's Encrypt certificates for phpmyadmin | Considering dependency authn_core for auth_digest: phpmyadmin | Module authn_core already enabled phpmyadmin | Module auth_digest already enabled phpmyadmin | Considering dependency setenvif for ssl: phpmyadmin | Module setenvif already enabled phpmyadmin | Considering dependency mime for ssl: phpmyadmin | Module mime already enabled phpmyadmin

    €29 (Avg Bid)
    €29 Ortalama Teklif
    5 teklifler

    I'm looking for an experienced Database Developer who is familiar with reducing SQL memory usage. Being available on short notice is also a must. This person needs to be highly experienced, knowledgeable and reliable when it comes to database development. The successful candidate must also need to have strong technical expertise and problem-solving skills. The developer should have knowledge of database management system concepts, implementation and usage as well as data flow and storage techniques. The successful candidate will be able to identify and resolve issues related to database functions, query optimization, indexing and dealing with database constraints. The developer should have at least 5 years of experience in developing software applications and have in-depth kn...

    €264 (Avg Bid)
    €264 Ortalama Teklif
    10 teklifler

    Task 1: Mô tả: Sử dụng DruidOperater (hoặc 1 Operator khác chuyên để kết nối với Apache Druid) trong Apache Airflow để nhập dữ liệu (ingest data) vào Apache Druid Ngân sách: 100k-200k (VND) Task 2: hướng dẫn cách thêm 1 cột dữ liệu trong Apache Druid database Ngân sách: 100k-200k (VND)

    €7 (Avg Bid)
    €7 Ortalama Teklif
    1 teklifler

    MS Office files are loaded into memory from an MS Office add-in; specifically Outlook and the attachments. When a file is loaded into memory, read it, and save it to disk. Example: a file is loaded into a byte array. Many APIs, etc., accept byte arrays. So, if a file is loaded into memory, theoretically, if another application were watching / listening, it could read these bytes and save the file. and also referenced in the above: and specifically mentions reading another process' memory. Imagine a file gets loaded into a byte array in its entirety. This

    €45 / hr (Avg Bid)
    €45 / hr Ortalama Teklif
    13 teklifler
    Engineering Bitti left

    ...software for Design schematic, footprint and PCB. I'm also can create BOM file, Gerber and Component searching. I'm also can provide project schedule, schematics, footprint and design review. As my strong background and qualification of Electronic Engineer, Certified PCB Designer and Process Engineer of PCB Assembly, I have deal with experience of Automotive, Audio Video System, Mother Board, Memory and Smart phone. I have a solid understanding of Electronics Engineering, PCB Design, Engineering Drawing, Coding and Programming. Furthermore, I'm creative and has a passion for making things better. I'm open to ideas and constructive criticism, and I'm seeking the opportunity as a talented engineer to contribute to the engineering project. If you need thes...

    €67 (Avg Bid)
    €67 Ortalama Teklif
    14 teklifler

    We are looking for an experienced Server Administrator with in-depth knowledge of managing cloud servers and web servers. The candidate should be able to effectively to achieve scalability, high availability and other benefits of cloud infrastructure. As a Server Administrator, it is important to have comprehensive knowledge of configuring and managing Apache, Nginx or other web server technologies. The candidate should also be able to consider web server security aspects, including SSL/TLS certificate management, protection against application and database-level attacks, as well as a strong understanding of OWASP Top 10 threats and how to avoid them. Experience in optimizing web servers for the requirements of Web3 applications is required, particularly in regards to multimedia c...

    €24 / hr (Avg Bid)
    €24 / hr Ortalama Teklif
    24 teklifler

    CPU AMD Ryzen 9 3900X Memory 128GB DDR4 Operating System Linux Ubuntu 18.04 - 64Bits I am looking for someone who can and has the experience to install a cryptocurrency mining server with multi coins See the attached file mining pool server, like this

    €629 (Avg Bid)
    €629 Ortalama Teklif
    13 teklifler

    ...experience in end to ETL/ELT, data transformation. Candidate should have the following skillsets in AWS, Azure and GCP. Candidates having experience in any of the cloud platforms can also apply Only candidates who can work in US timezone (EST/CST) apply AWS services such as Glue, Lambda, Athena, S3, SNS, Kinesis, Data-Pipelines, Pyspark, etc. Kafka/Kafka Connect, Spark, Flink or AWS Kinesis Apache Nifi Dataflow Kubernetes AWS Data Pipeline Snowflake GCP tools - GCS, GKE, BigQuery, Cloud SQL, Cloud Connector Golang Airflow Typescript Data: DBT, Fivetran, Redshift, PostgreSQL Infra: GitHub, Bazel, Docker Azure Data Factory Azure Databricks DAX MDX Terraform Visualization tools knowledge - Data Studio, Amplitude, Tableau Languages - Scala, Python, SQL Azure Sy...

    €6 / hr (Avg Bid)
    €6 / hr Ortalama Teklif
    3 teklifler

    ...becomes green. So the only data that each sender sends (through its buttons) to the receiver are 2 things: 1) its id number so as the receiver knows which sender sends the message 2) the actual message which will be just the word "GREEN" (if A is pressed on sender's side) or "RED" (if B is pressed on sender's side) I want all data coming from all senders (their last state) to be stored in the memory of ESP32 receiver (perhaphs in array format) and from there to be stored in a database. So: 1) when the wamp server is disconnected, the senders to keep sending their data to the receiver which will store them into this array, and when the wamp server is back (connected) the last data/state to be stored on it. (Meanwhile of a wamp server disconnect...

    €39 (Avg Bid)
    €39 Ortalama Teklif
    5 teklifler

    I have a server , i need to add location rules to allow /api to be allowed using http, rest all calls should use https. and block ip level access for both http and https

    €35 (Avg Bid)
    €35 Ortalama Teklif
    4 teklifler
    apache error Bitti left

    I am having an issue with an Internal Server Error related to my Apache server. I have already tried restarting the server, and it has not resolved the issue, so now I am looking for someone to help me diagnose and solve the problem. I do not need help troubleshooting the problem, but I am open to any suggestions or advice that may help resolve the issue. Thanks for your time!

    €26 (Avg Bid)
    €26 Ortalama Teklif
    26 teklifler

    Implement a PIPE simulator. You are going to complete the C code in files through a GitHub repository I will provide . The goal is to pass all test cases in the GitHub repo. You are required to implement five functions that emulate five stages for your PIPE- simulator: • fetch instr(): Fetch stage (including PC update actions). • decode instr(): Decode stage. • execute instr(): Execute stage. • memory instr(): Memory stage. • wback instr(): Write-back stage. The fields of the pipeline registers are defined in include/pipe/instr_pipeline.h in several struct types *_instr_impl_t and pipe_reg_t. The “clocking” of these registers is handled for you in src/base/proc.c. When implementing the combinational logic for a pipeline stage, you will be...

    €108 (Avg Bid)
    €108 Ortalama Teklif
    9 teklifler

    I have an existing Symfony Sulu CMS backup made of 3 files : master-git + assets medias + MySQL dump of the website. I need you to setup/install again the website from this backup. There is a VPS ready to use. You'll choose between 2 options: 1. you finish/patch the current installation (based on LEMP / Nginx -- but many things to patch) 2. you start again from scratch using Apache and the dump files I'll only accept someone with real experience in Sulu. I'll only accept to work with awarding project, no work with accepting the project. I'm ready to hire right now, let's go.

    €27 (Avg Bid)
    €27 Ortalama Teklif
    4 teklifler

    ...PIPE simulator. You are going to complete the C code in files through a GitHub repository I will provide . The goal is to pass all test cases in the GitHub repo. You are required to implement five functions that emulate five stages for your PIPE- simulator: • fetch instr(): Fetch stage (including PC update actions). • decode instr(): Decode stage. • execute instr(): Execute stage. • memory instr(): Memory stage. • wback instr(): Write-back stage. The fields of the pipeline registers are defined in include/pipe/instr_pipeline.h in several struct types *_instr_impl_t and pipe_reg_t. The “clocking” of these registers is handled for you in src/base/proc.c. When implementing the combinational logic for a pipeline stage, you will be passe...

    €136 (Avg Bid)
    €136 Ortalama Teklif
    12 teklifler

    Hi, I'm looking for an experienced psychology expert to help me with a research paper. You have 1 day and 5 hours to complete it. The paper should be on the topic of cognitive psychology, spatial memory in rats( details will be sent via inbox) and should be written in APA 7th edition style. You will need to find 8 references in regards to the topic, 2 will be be provided. All that's needed for you to write: ABSTRACT, INTRO, LIT REVIEW, METHODOLOGY, AND DISCUSSION. I will personally do the results and other parts of the research paper. I would like it to be 8 pages. Expertise in the field of psychology is a must-have; experience a plus. The budget for this project is $60. If interested, please let me know so we can discuss further details. Thank you!

    €75 (Avg Bid)
    €75 Ortalama Teklif
    74 teklifler

    ...not accept if you will not be able to finish You will write a professional research paper consisting of no more than 10 pages. You will need to find 8 references, two will be included through text. So we are supposed to write a research paper on spatial memory on albino sprague dawley rats, specifically working memory error and reference memory error. For your lit review you would look for articles that speak to spatial memory in animals and then narrow that down to mice and if possible it can also be narrowed to working or reference memory, 2 articles will be sent once accepted. For your methods section you are writing what was given to us on the slides (room size, trial criterion, cage size etc etc) will send once accepted. For your results it�...

    €169 (Avg Bid)
    €169 Ortalama Teklif
    10 teklifler

    You will write a professional research paper consisting of no more than 10 pages. You will need to find 8 references, two will be included. So we are supossed to write a research paper on spatial memory on albino sprague dawley rats, specifically working memory error and reference memory error. For your lit review you would look for articles that speak to spatial memory in animals and then narrow that down to mice and if possible it can also be narrowed to working or reference memory (sir gave us 2 articles on ourvle) will send these once accepted. For your methods section you are writing what was given to us on the slides (room size, trial criterion, cage size etc etc) will send once accepted. It’s due tomorrow at 10pm. For your results it'...

    €60 (Avg Bid)
    €60 Ortalama Teklif
    49 teklifler

    I am looking for a freelancer to develop a data flow solution for transferring data from a Kafka topic to an MSSQL server. The source of the data will be the Kafka topic and the target database will be MSSQL. I intend to use Apache Flink as the middleware in implementing this data flow solution. The Freelancer must have prior expertise in working with Kafka, Apache Flink, and MSSQL. The project will also require knowledge of implementing data pipelines. The Freelancer should also be able to analyze the data as well as set up tests and monitor performance. This will be a complex project requiring expertise in all the components involved, and thus an experienced Freelancer is a must. If interested, let me know. Regards, Soumen Mob/WA: +91 9007310248

    €11 / hr (Avg Bid)
    €11 / hr Ortalama Teklif
    3 teklifler

    ...suggested by Google. GTM Tags an Triggers are configured GTM runs with Docker, Apache 2, website (Magento 2) uses varnish cache Docker: docker run -d --name gtm-vorschau -p :8080 -e CONTAINER_CONFIG='XXXXX' -e RUN_AS_PREVIEW_SERVER='true' :stable docker run -d --name gtm -p :8080 -e CONTAINER_CONFIG='XXXXX' -e PREVIEW_SERVER_URL='' :stable Apache 2 - GTM Live Server results: = 200 = 400 Bad Request = 500 Internal Server Error Apache 2 - GTM Preview Server is working: = 200

    €168 (Avg Bid)
    €168 Ortalama Teklif
    12 teklifler

    I would like someone to deploy on a deep learning servers aws ubuntu server on Ec2 the where cuda is alrwady installed I would like to run the file Knowing that tbere is a memory pb so using perhaps a docker container to solve the problem. Using this trained dataset : CUDA out of memory. Tried to allocate 200.00 MiB (GPU 0; 14.62 GiB total capacity; 13.77 GiB already allocated; 163.94 MiB free; 13.97 GiB reserved in total by

    €102 (Avg Bid)
    €102 Ortalama Teklif
    9 teklifler

    I am looking for an experienced Laravel API developer to build and optimize a caching system for my API. Security is essential. The task is given below: 1. We will give you a live score API. 2. You need to fetch and store the API in our server on redies memory 3. We will build the same API with the same score api response model on our own username and password. 4. we will add a time interval for fetching the API from the score API server. this is it I don't need a specific version of Laravel to be used, so the developer can choose the best one to use for this project. Thank you!

    €164 (Avg Bid)
    €164 Ortalama Teklif
    31 teklifler

    Have an internal web page that is visible on the local WAMP server. The url is (internal use only). When we try to access from any computer other than the WAMP (localhost machine). We get permission denied. Goal is to allow this web site visibility at local computer in our building (*not public internet). The WAMP machine is a Windows 10 Pro and the WAMP version WAMP is 64 bit Apache v 2.4.54 PHP v 8.0.26

    €38 / hr (Avg Bid)
    €38 / hr Ortalama Teklif
    18 teklifler

    We have some production server running Apache2 web server with arund 100 virtual host per server. We want to be able to monitor the workload generated by each single virtual host in order to identify it a specific customer it is geneating too much load. We need help in order to properly configure apache and to activate monitoring tools so that we can achieve this goal. Wou'll NOT get access to production server so we need instruction on what to do. Thank you

    €176 (Avg Bid)
    €176 Ortalama Teklif
    17 teklifler

    ...16GB / Memory Type: DDR4 / Speed: 2133 / Error Correction: ECC / Size: 16GB / Memory Type: DDR4 / Speed: 2133 / Error Correction: ECC / Size: 16GB / Memory Type: DDR4 / Speed: 2133 / Error Correction: ECC / Size: 16GB / Memory Type: DDR4 / Speed: 2133 / Error Correction: ECC / Size: 16GB / Memory Type: DDR4 / Speed: 2400 / Error Correction: ECC / Size: 16GB / Memory Type: DDR4 / Speed: 2400 / Error Correction: ECC / Size: 16GB / Memory Type: DDR4 / Speed: 2400 / Error Correction: ECC / Size: 16GB / Memory Type: DDR4 / Speed: 2400 / Error Correction: ECC / Size: 16GB / Memory Type: DDR4 / Speed: 2133 / Error Correction: ECC / Size: 16GB / Memory Type: DDR4 / Speed: 2133 / Error Correction: ECC / Size: 16GB / Memory...

    €119 (Avg Bid)
    €119 Ortalama Teklif
    41 teklifler

    ...be provided by us. When the GUI opens up it will detect no. of boards installed inside. If its 1 board, GUI will show 16 buttons. If 2 cards found then 32 Buttons & so on upto 6 cards & 96 buttons -Editable fields : The button names will be editable by user. By default buttons will be named as 1,2,3 up to 96 (Hard code). User can change this no. to name at run time. These names will be stored in memory. -Company Name or Logo : This can be changed in the SD card images using DWIN software by us. Developer will inform how to change it. These soft buttons can be operated in the following ways: (i) Switch on/off All relays with one single button (ii) Switch on Single/ Multiple/selective relays by selecting individually (iii) Selective relays can be clubbed under a group. Wh...

    €141 (Avg Bid)
    €141 Ortalama Teklif
    1 teklifler

    Hello! I have a WordPress receiving an attack like brute force that show (998 requests currently being processed,..) in Apache server status We are in need of assistance in ensuring the website remains stable and functioning properly. to stop the attack

    €134 (Avg Bid)
    €134 Ortalama Teklif
    58 teklifler

    Overview: Show PDF, JPEG and PNG files from a server, grouped by day Design concept: Functionality: - Screen 1: User types provided name and password. Load files through WebDAV for that user (details below). Go to Screen 3 on success. On failure, show an error message "Invalid Login". . "Kein Zugangscode" -> popup (Screen 2...quality and include any code and instructions needed to generate parts of the code. - The apps should adhere to the rules of the Apple App Store and the Google Play Store, so that they can be published as is. - To the extent allowed by law, all the rights to the code and assets shall be transferred to the hiring party. Open-source code can be used only if it has a permissive license (e.g. MIT, BSD, Apache).

    €549 (Avg Bid)
    €549 Ortalama Teklif
    88 teklifler

    Looking for an expert developer to create a platform using Apache Fineract as a middle ground software platform for online lenders and financiers. As an online lender or financier, it is important to have a streamlined process that allows for easy communication and collaboration between different entities. Your role as a developer will be to create a platform that acts as a bridge between a BaaS (Bank as a Service) and online bank loan brokers such as or or . The platform should facilitate smooth communication, data sharing, and transaction management between these parties. The ideal candidate should have experience with Apache Fineract and be familiar with the unique challenges associated with developing a platform for the online lending and financing

    €4090 (Avg Bid)
    €4090 Ortalama Teklif
    32 teklifler

    my client had a nodejs application running on a docker image, we migrated to a new server and need to use the same application but without docker. The application is running now, but need help to connect it to the web server I am a developer.. so please don't waste our time if you are not super good with nodejs.. you need to understa...running on a docker image, we migrated to a new server and need to use the same application but without docker. The application is running now, but need help to connect it to the web server I am a developer.. so please don't waste our time if you are not super good with nodejs.. you need to understand how the app work and what functions is there to be able to link it correctly. we are using apache server the work will be done through a...

    €204 (Avg Bid)
    €204 Ortalama Teklif
    30 teklifler

    my client had a nodejs application running on a docker image, we migrated to a new server and need to use the same application but without docker. The application is running now, but need help to connect it to the web server I am a developer.. so please don't waste our time if you are not super good with nodejs.. you need to underst...running on a docker image, we migrated to a new server and need to use the same application but without docker. The application is running now, but need help to connect it to the web server I am a developer.. so please don't waste our time if you are not super good with nodejs.. you need to understand how the app work and what functions is there to be able to link it correctly. we are using apache server the work will be done through an...

    €92 (Avg Bid)
    €92 Ortalama Teklif
    24 teklifler

    ...dynamic team. The ideal candidate will have a strong background in Spring Boot, Apache Kafka, and Restful API, and will be responsible for developing and maintaining our backend systems. Responsibilities: - Design, develop, and maintain backend systems using Spring Boot framework - Implement and maintain Apache Kafka for data streaming and messaging - Develop and maintain RESTful API endpoints for integration with front-end systems - Collaborate with front-end developers and product owner to ensure seamless integration of systems - Troubleshoot and resolve technical issues in a timely manner - Participate in code reviews, design discussions, and team meetings Requirements: - Hands-on experience with Apache Kafka - Experience developing RESTful APIs using Java an...

    €13 / hr (Avg Bid)
    €13 / hr Ortalama Teklif
    62 teklifler

    ...Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Apache/2.4.41 (Ubuntu) Server at localhost Port 80 And I also get an Apache error in /var/log/apache2/: [Mon Mar 27 18:44:09.655215 2023] [core:error] [pid 36688] [client ::1:34450] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. I need som...

    €22 (Avg Bid)
    €22 Ortalama Teklif
    18 teklifler

    Hello...device model name (simple .txt file), USB device should be accessible under windows to read these text reports from them. Parameters which program MUST obtain and list: 1. laptop information - model - serial number - date of production - installed windows version and licence key (programmed into mainboard) 2. Processor model 3. GPU model (if two - list both) 4. RAM memory information - total installed memory - count of memory slots (avaiable/used) 5. HDD info - manufacturer - type (hdd/ssd/m2/pci) - capacity - slots (avaiable/used) - hours worked - number of launches 6. screen resolution 7. battery information - number of chambers - default capacity - current capacity (% of health) 8. communication info (if it is avaiable then list it with it's mod...

    €155 (Avg Bid)
    €155 Ortalama Teklif
    10 teklifler

    My project entails the development of an E-Food Ordering System PHP Website with JavaScript and Bootstrap, and will make use of a MySQL Database. For hosting, I will need an Apache server. Additionally, I need a database system integrated into the website, so I will also be using a MySQL Database. The E- food Ordering System is a new system that replaces the current manual and phone-based process for ordering and picking up food from the restaurant. The system will evolve over time and will eventually connect to Internet ordering services for several local restaurants, as well as credit and debit card authorization services. Kindly First Check attached files for more details.

    €218 (Avg Bid)
    €218 Ortalama Teklif
    36 teklifler

    I need to implement MPCC for dynamic performance of SPMSM. The hardware setup is ready To implement MPCC for a Surface Mount Permanent Magnet Synchronous Motor (SPMS), the following steps can be taken: Develop a model of the SPMSM: This involves deriving a mathematical model that describes the dynamics of the SPMSM. The model ...the SPMSM to predict the future behavior of the system and generate optimal control inputs. The algorithm should be designed to handle the constraints and nonlinearities of the system. Implement the MPC algorithm on the TMS320F28335: The MPC algorithm can be implemented on the TMS320F28335 using Code Composer Studio. The algorithm should be optimized for the TMS320F28335's processing speed and memory constraints. The reference paper is attached for ...

    €112 (Avg Bid)
    €112 Ortalama Teklif
    1 teklifler

    HTTPD fails to start: Starting httpd: [Sun Mar 26 11:43:34 2023] [warn] module ssl_module is already loaded, skipping (99)Cannot assign requested address: make_sock: could not bind to address no listening sockets available, shutting down I need your help to make it run again as it forwards request to 3 apache tomcat webservers running on the same host.

    €22 (Avg Bid)
    €22 Ortalama Teklif
    11 teklifler

    This task aims to automate the storage of a picture-capturing system. This should be a tool/program that allows the system to store and organise data. The data will be collected by a robot and should be uploaded automatically to a cloud repository. Also, the data will be stored in the internal memory of the robot's computer. For that goal, once the memory has reached a certain level of its capacity, the system should automatically clear the storage.

    €166 (Avg Bid)
    €166 Ortalama Teklif
    15 teklifler

    I need help with Perl (HTML::Mason) for 3 existing websites. These are very old websites and my old hosting company ceased operations. I have a copy of all files on the old server, including the mysql database. Furthermore, I already have access to a web server, so I just need help configuring it. I need Perl and all required modules working so the websites run correctly. Som...operations. I have a copy of all files on the old server, including the mysql database. Furthermore, I already have access to a web server, so I just need help configuring it. I need Perl and all required modules working so the websites run correctly. Some sections of the sites also use PHP. I tried to do it myself, but the websites time out. I believe it is a Perl module issue or some setting in the Apache c...

    €124 (Avg Bid)
    €124 Ortalama Teklif
    26 teklifler

    In this project, you need to implement a simple cache simulator that takes as an input the configurations of the cache to simulate, such as: size, associativity and replacement policy. When you run you simulator, you need to additionally provide the path of the trace file that includes the memory accesses. Your simulator will parse the trace file, which looks like: R 0x2356257 W 0x257777 Each line consists of two parts, the operation type (read or write) and byte address in hexadecimal. After reading each line, the simulator will simulate the impact of that access on the cache state,e.g., the LRU state of the accessed set and the current valid blocks in the set. Your simulator needs to maintain information such as hits, misses and other useful statistics throughout the whole run. In...

    €51 (Avg Bid)
    €51 Ortalama Teklif
    17 teklifler

    #Phenomenon Browser crashes when repeatedly displaying the Canvas detail view screen and its list. #Application A simple application for reproduction has already been developed. SPA created with OutSystems Platform() I expect that the browser crashes due to memory leaks; the larger the image file to be drawn in Canvas, the faster the browser crashes. Please investigate the cause of this browser crash.

    €617 (Avg Bid)
    €617 Ortalama Teklif
    29 teklifler
    BrightWits Bitti left

    Looking for skilled programmers to help develop an interactive e-learning platform for children aged 4 to 6 years old. The platform will include a range of interactive worksheets, typing exercises, vocabulary-building tools, and memory games to help prepare children for their academic journey. We are seeking experienced programmers who can work independently and are proficient in programming languages such as HTML, CSS, JavaScript, and Python. Familiarity with e-learning platforms and gamification is a plus. If you are passionate about creating impactful e-learning experiences and have a strong portfolio of past work, we want to hear from you. Please send us your resume and portfolio of relevant work examples.

    €1695 (Avg Bid)
    Gizlilik Anlaşması
    €1695 Ortalama Teklif
    36 teklifler

    Looking for an expert in setting up Apache superset instance with Redis db configured and working. ONLY EXPERTS PLEASE.

    €16 / hr (Avg Bid)
    €16 / hr Ortalama Teklif
    10 teklifler

    We need to deploy a MedusaJS store to our Apache Ubuntu 22 server: - MedusaJS backend - MedusaJS admin - MedusaJS storefront And we need to connect server with our domain and instal letsencrypt SSL. We provide server access over ssh

    €149 (Avg Bid)
    €149 Ortalama Teklif
    11 teklifler

    Lütfen detayları görmek için Kaydolun ya da Giriş Yapın.

    Mühürlü Gizlilik Anlaşması

    ...itself admin access. * There won’t be notifications or GUI, When it runs the command, it will be done in the background. * I will deploy on client PC manually with the 2 files, will read and install itself to the proper location, also copy the entire tools folder, make itself a service, set admin permission by double clicking on the file. * Store script in memory * Use minimal memory – small footprint Files: ToolsCCleaner ToolsVirusScan ========================== ============================ : [Path] [Install Path] C:hireageekmaintenance [Frequency] (Checks server for changes in text file update) 4 = 4hrs 12 = 12 hrs 24 = 24 hrs

    €57 (Avg Bid)
    €57 Ortalama Teklif
    10 teklifler

    ...they’ve travelled to before (e.g., On Google Maps or any other kind of map, the places which have been travelled to can show a different colour or have a special mark). Application Idea The purposes of the app can be included: 1. Personal record-keeping: Some people like to keep track of where they have been for their own personal reference or to look back on their travels later in life. 2. Memory preservation: Recording the places visited can help preserve memories of the sights, sounds, and experiences encountered during the trip. (Cloud tech can be used here. Save photos/videos in the (google) cloud.) 3. Planning future trips: Keeping track of the places visited can help in planning future trips by providing a reference for places that have already been explor...

    €663 (Avg Bid)
    €663 Ortalama Teklif
    5 teklifler

    Optimization of Apache Optimization of Mysql Email Settings

    €56 (Avg Bid)
    €56 Ortalama Teklif
    1 teklifler