Ubuntu configs jobs
Install PhpMyAdmin on my VPS server with Nginx to access in https:mydomain/phpmyadmin
ATTENTION: YOUR BID ON THIS PROJECT IS YOUR FINAL BID. YOU CANNOT ASK FOR MORE MONEY. PLEASE DO NOT WASTE MY TIME. I have an application written in PHP using MySQL on ubuntu 20.04 LTS that now needs to be deployed on Windows Server 2019 with PHP and MySQL. The tables and data were copied from the ubuntu machine to the Windows machine and successfully imported using PHPMyAdmin. However, the PHP programs were also copied from the ubuntu machine to the Windows Server 2019 machine (as is, without modification), but they do NOT work. The PHP programs do not work on Windows Server 2019 due to some differences in the syntax of the way MySQL is called by PHP on Windows, that is different from the way it is called in Linux. I need someone who works with PHP and MySQL on Wind...
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
As an experienced engineering team we are looking to expand our Haproxy capacity to handle high volumes of traffic in a cost-effective manner. We are expecting a large amount of traffic and do not require a dedicated server since Haproxy is an efficient traffic handler. Additionally, we need our system to be enabled with HTTP protocols. Server : Ubuntu Maybe Problem is -haproxy/nginx open files -thread limit in kernel I cant handle more than 4-10k connections. I can share you the server details for you to check and make a clean install for you. Looking for someone professional.
I am looking for an experienced freelancer who can create a safe and reliable mining pool for Kaspa. I have already set up a VPS and domain, and the operating system is Ubuntu 18.04 - 20.04 will be installed if necessary. I would like the mining pool to have a similar design and functionality as or , with a simple and clear system. The mining pool should have the following features: User-friendly interface for miners Secure payment system Mining statistics and monitoring DDOS protection Automatic payout system SSL certificate My budget for this project is $600 USD. If you have experience in creating mining pools and can deliver a high-quality product within my budget and timeline, please submit your proposal with relevant experience and portfolio. Thank
Our website hosted on AWS EC2 () Ubuntu OS but it is not working on AWS and showing error 502 Bad Gateway error. It's IP address linked with Cloudflare DNS records. Bellow Features is not working - Signup not working - Login not working - Find accountant Search not working - Blog Not working - Top location and Top Services is not working on homepage - Many other pages not working that linked with database About Application______ Server Name on AWS: NGINX Used Language: NodeJS, EJS, MongoDB Don't have MongoDB account detail. We took backup and run with node but application not workng on localhost, showing errors.
> EXPERIENCED DEVOPS ONLY <- PLEASE: This is for an EXPERIENCED DEVOPS engineer, not a graphic designer or a coder of php or XXXX etc... The job does NOT mean installing Jenkins and Gitea, that is already done. The job means you are making compilations work, adding tests, adding nomenclature/code language checks etc. You do not need to be a unity coder or a fluter, android or any coder, but I accept if you do not know howto do the job. Gitea receives code and then the code should be checked though running Jenkins and do tests and then compile it. Details: It is 1. Flutter, here the compilation works. we test for linter errors and semantic errors currently. Furhter testing should be implemented. a) testing code so it is correct and no problems. b) setup so it is compiling from a i...
Install SSL certicate on Ubuntu 20.04 server by taking remote control of my laptop. I've put the files in /etc/ssl/CSR_2023.
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
...Endpoint Structure: /api/pools /api/blocks /api/payments /api/miners /api/stats /api/miners/<miner-wallet-address> /api/miners/<miner-wallet-address>/payments /api/miners/<miner-wallet-address>/stats Info: Reference for Stratum servers: Language: No restriction DB: PostgreSQL Linux Version: Ubuntu 20.04 LTS Similar works for reference: Kaspa Pools for Reference: Alternative Solution: Add Kaspa Coin in Miningcore - will provide stratum, payment and end point API Miningcore is an open-source backend for pool mining. Add coin example: https://github.
I am seeking an experienced freelancer to create a secure and reliable mining pool for Kaspa, Dynex, Ergo, Monero, and Litecoin. I have already set up a VPS and domain, and the operating system is Ubuntu 18.04, which can be upgraded to 20.04 if necessary. The mining pool should have a user-friendly interface and a clear system, similar to , , or The mining pool should possess the following features: A user-friendly interface for miners A secure payment system Mining statistics and monitoring DDOS protection An automatic payout system An SSL certificate My budget for this project is $600 USD, but I am willing to negotiate. If you have experience in creating mining pools and can deliver a high-quality product within my budget and
Setup my own OpenVPN server on Linux Ubuntu and have a bunch of Android and Windows clients that work great via an OVPN file I generate. I am trying to get it working on a Linksys router I installed DD-WRT on it. I can connect but cannot get any data working. Ping fails. Disable VPN and works fine. Can someone please tell me what I am doing wrong? Thank you The OVPN file that works: client dev tun proto udp remote [IP ADDRESS] 1194 resolv-retry infinite nobind persist-key persist-tun remote-cert-tls server auth SHA512 cipher AES-256-CBC ignore-unknown-option block-outside-dns verb 3 <ca> -----BEGIN CERTIFICATE----- [ca redacted] -----END CERTIFICATE----- </ca> <cert> -----BEGIN CERTIFICATE----- [cert redacted] -----END CERTIFICATE----- </cert> <key> -...
- The project is to partially replace one part of open source code with another suggested code. - The code should be runnable in Ubuntu 20.04 @Linux using NVIDIA RTX A6000 (GPU). - The preferred condition of result is as Docker image. - The details are provided in the attached file.
...the background hidden from the user. The program will need to use LicenseSpring application for licensing, and the completed backup must be compressed with a universal password. The iPhone backup must be encrypted in able to capture all of the information on the device. The program is a prompt-based step-by-step process with prompts and buttons: Built to operate on either Open-source software Ubuntu, Linux, or MS Windows 10 pro • Program should run automatically once the device is turned on or if needed after logon • Be able to handle all interactions from the user on a touchscreen • The program should be able to use work with a Key-Based system like LicenseSpring and have to be connected to the internet to access the serial number at first use • Use the...
Looking for someone to install the latest curl impersonate on Ubuntu vps
I am using ubuntu 20.04 LTS. I need to test an application on an internal server that is not connected to the internet. Normally I would test it with a domain, like , but now I will be using localhost. So normally I would enter and would receive A/AB/ABC/ABCD/index.html. But now I want to be able to enter http://localhost/A/AB/ABC/ABCD/ and I want the server to give the information I entered to index.php. So again would receive A/AB/ABC/ABCD/ but now from localhost. I have configured everything but it is not working. My .htaccess file contains: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ $1 [QSA,L] /etc/apache2/ contains: <Directory /var/www>
i have my c++ project that using imgui with some fonts and configs that got loaded from the disk so basically my app sometimes have to destroy the imgui context and create new one i need to save my fonts and config data at the first init so i can load them quicker when i do re init for the imgui again save them to memory buffer and load them if the new context created
Hello, I am looking for a people who can help me with installing the GUI on the ubuntu VPS and make it enable for me to access it via XDRP. It would be bonus if you have experience with hostwinds hosting service.
I have tried everything (using online instructions) to get tight or tiger vnc to work properly on Ubuntu 20.04 - 22.04. No luck. I want to be able to do this successfully.
...merging via git * Understanding of Azure Dev Ops and Pipeline * Integration experience with RESTful services * Experience writing modular, scalable code and implementation of microservices * Experience and knowledge of Typescript Must be available for 40 hours plus Must start at 3 pm NZT Nice to have: * Knowledge of Azure Dev Ops, Board, Repos, Pipeline and Test Manager * Advance knowledge for Ubuntu and CentOS * Advance knowledge for Nginx * Ability to lead a team of developers * Ability to review and refactor code * Ownership of project Objectives of this Role * Work across the entire stack, building highly scalable distributed solutions that enable positive user experiences and measurable business growth. * Collaborate with a global team of developers to design end-to...
i need reactjs expert who can setup my code on ubuntu server
i have a spare computer and i need someone to help me setup my home server to host my own website they can use any open source platform they want i prefer portainer docker ubuntu 22:04 nginx and cloudflare tunnel This job will be performed online through anydesk
Linux Ubuntu PENTEST Expert. Need to have a pentest in our own NW environment.
I have a NodeJs code that has the following lines: const websocketURL = "ws://"; const provider = new (websocketURL); const predictionAbi = require('./abis/'); const oracleAbi = require('./abis/'); const contractABI = require('./'); const p_contract = new (configs._router, predictionAbi, provider); ("StartRound", async (epoch) => { // Do something }); The code crashes with a timeout exception. Help me find another web socket URL that can work.
I have a NodeJs code that has the following lines: const websocketURL = "ws://"; const provider = new (websocketURL); const predictionAbi = require('./abis/'); const oracleAbi = require('./abis/'); const contractABI = require('./'); const p_contract = new (configs._router, predictionAbi, provider); ("StartRound", async (epoch) => { // Do something }); The code crashes with a timeout exception. Help me find another web socket URL that can work.
i need devops who can setup and install my script on ubuntu
i need reactjs expert who can setup my code on ubuntu server
I am in need of a freelancer to help me with a project of migrating from my existing OpenProject Bitnami to OpenProject on Ubuntu. I am using Ubuntu 20.04 and will require help in setting up the new OpenProject installation. The successful freelancer will need to be knowledgeable in OpenProject and proficient in database migration for this project. I am looking for an experienced, reliable, and self-motivated individual who is able to provide quality work that meets my expectations. If you think you have the necessary experience to complete this project successfully, then I look forward to hearing from you. Thank you!
I am looking for an experienced freelancer to help upgrade our Linux server to the newest version, 20.0.4 and Cyberpanel to the latest version. Our system currently runs Ubuntu, which we are confident has all the necessary hardware requirements for the upgrade. Please ensure cyberpanel and its websites are running the latest recommended version of PHP and SQL for wordpress purposes. This project requires someone with expertise and experience in Linux and Cyberpanel upgrades. If you believe you have the skillset and qualifications to successfully complete this project, please reach out and we can discuss further details. Thank you for your interest. Please post upgrade and ensure current wordpress websites are running as expected Only 3 websites hosted on the current cyberpanel ins...
5$ fixed need git expert who knows ubuntu command as well working in command line but not with PHP. getting this error Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists $cmd = "cd .. && git fetch origin && git reset --hard origin/main"; $output = array(); exec($cmd, $output); print_r($output);
We have started with a working Yocto Dunfell release from NXP that provides a limited OS. We have a layer from other manufacturers that permits building a Ubuntu-like release in Yocto, but are having trouble getting this layer to work with the NXP Dunfell.
We have a selenium script which has to run on machines with GUI. We have a LINUX VM with Amazon which does not have gui. We need someone to. 1. Install gui and provide VNC access 2. Install python with ssl and selenium 3. Modify 3 small parts of the script as there has been a slight website change. We will then test the script together. I have tried to do it myself and I came across iss...which does not have gui. We need someone to. 1. Install gui and provide VNC access 2. Install python with ssl and selenium 3. Modify 3 small parts of the script as there has been a slight website change. We will then test the script together. I have tried to do it myself and I came across issues with SSL and issues with opening chrome from a root account You can choose if you want Centos or Ub...
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
Hello everyone, I'm looking to hire a freelancer who has knowledge in Evilginx2, JavaScript, and PHP. I will provide an installed Evilginx on an Ubuntu server linked with a domain name, ready to use, along with a demo login and password. Skills: I'm looking for someone capable of adding more steps to the phishlet. If you have experience with Evilginx2, JavaScript, and PHP, please let me know. Thank you!"
OpenNMS Horizon 31 running in Ubuntu 22.04 Microsoft SQL 2022 running in Windows Server 2016 We want to monitor SQL server's performance e.g. Processor Time, Waiting Tasks, Database I/O,Batch Requests We can provide anydesk for you to remote config the systems.
I cannot see and upload images on Magento 2.4.6 on Ubuntu 22.04, even create folders to put new images. I sent and example where I tried to upload an image
I am looking for an experienced IT professional to optimize my Ubuntu 18.04 system for an existing business. This will involve performance optimization to increase the speed of the system and make it more efficient. However, I do not need any assistance with hardware or software related issues as part of this project. So if you have experience with optimizing Linux systems, please do not hesitate to bid on my project. Thank you for your time and I look forward to working with you!
We require someone familiar with CPanel, WHM, Ubuntu, and PHP configuration experience to configure the correctly configure a server and domain instance. Once of the problems is email is spooling in the Mail Queue Manager and not being delivered to the remote server. This task may include the necessity to edit server and CPanel settings in: PHP 8.1.17 Ubuntu v20.04.5 PHP mail Exim CPanel & WHM DNS (in CPanel and on Server)
Looking for server and database expert who has experience with mobile, pc, tv app.
Looking for server and database expert who has experience with mobile, pc, tv app.
Take remote control of my laptop (Windows 10) and connect to a remote server running Ubuntu 20.04 LTS. Message from data centre where server is racked: "We've checked this and the server is connected, but the ethernet port for uplink is not showing any activity LEDs. The IPMI port does show activity LEDs, so the server should be reachable."
Linux Ubuntu Expert - to compromise a machine in our own network using open ports . this is purely for education purpose. please contact me .
I am looking for a skilled software developer to create a Get and Post application for Linux or Windows operating systems with a hybrid Graphical User Interface (GUI) and Command Line Interface (CLI). The primary purpose of this application is to receive and post text d...have extensive knowledge and experience working with Linux?windows and Hybrid GUI/CLI programming. They must also be able to develop a complex, secure application that will perform the tasks required in a timely and efficient manner. If you believe that you have the skills to build this application, please apply and we can discuss the project in more detail. The current test environment runs on an ubuntu 20 platform. So far we were able to complete a small test in a small controlled environment but we need a better...
Install Magento 2.4.6 and Wordpress 6.1 on Ubuntu 22.04 on NGINX
Dears, We have Linux ubuntu machine, need an exploitation within network using open ports and known ip. We know the target ip and ports etc. Important: This is only for education and learning purpose and its in our own network and i need to achieve it as a student.
I need some code written for Godot and code written in Javascript to read and write from a json file. The Javascript code will run from a web browser to read and write a settings file which the Godot software will access when running. Both the Godot and web interface will need to be able to read and write to multiple json files. The code should be generically written and well co...Javascript code will run from a web browser to read and write a settings file which the Godot software will access when running. Both the Godot and web interface will need to be able to read and write to multiple json files. The code should be generically written and well commented so I can adapt it to my requirements. I will need to see proof of operation of the code which will be used in an ubuntu en...
I am looking for assistance with untangling firewall static routes configurations. I have a VLAN network which requires the creation of default static routes, and the details of these routes will be provided by me (the client). An experienced freelancer is needed to ensure that these static routes are properly configured. Please ensure that you are thoroughly familiar with this type of configuration and have previous experience with such projects. Flexibility and reliability are essential qualities that I expect from any contractor I choose. If you are interested in this project and have the relevant experience, I encourage you to bid on this project. Thank you. If you are not UNTANGLE Expert dont contact
We have an old program written in VB from the 1980's that takes in data on a daily basis and outputs files. The old VB program source files are 477kb in size and it opens and runs in Visual Studio 2022. It is currently a GUI program we want to convert to an automated background process that runs in ubuntu linux environment. Would like to sign a NDA as its proprietary program. Thanks. Erik