Ssh port forwarding工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    2,000 ssh port forwarding 份搜到的工作,货币单位为 USD

    ...USB interface for external USB device; 8. Rotary encoder interface using two external interrupts to connect incremental rotary encoder; 9. Buzzer interface uses a PWM output to control the buzzer; 10. GPI O interface reserved at least 32 GPIO port for external device control, such as keyboard input, indicator output, three-state safety switch input, third gear selector switch input; basic drive requirements 1. Rotary encoder input drive knob Encoder drive requirements can determine the direction of encoder rotation, the current two GPIO port does not read to the upper directly by the driver to send the key value is to join the LINUX input event, the forward rotation send button Value 59, reverse rotation send key value 60, read from event0. 2. RS485 driver RS485...

    $2789 (Avg Bid)
    $2789 平均报价
    2 个竞标

    电商平台的后台管理系统 可以使用Java技术。SpringMVC框架,或SSH及其他。前端可以使用Bootstrap等。

    $832 (Avg Bid)
    $832 平均报价
    3 个竞标
    FTP ssh等验证软件 已经结束 left

    ssh 账号 密码 ftp 账号 密码 sftp 账号 密码 要求软件导入这种格式的账号,实现对网站的筛选,和判定网站是否存在,要求多线程速度要快,具体细节,与我洽谈。

    $188 (Avg Bid)
    $188 平均报价
    2 个竞标
    Server安全项目 已经结束 left

    我们有二台VPS服务器, Liunx server: ,和windows server: 209.40.110.120. 请注意我们没有其它的任何信息。 如果你或你的朋友能够找到漏洞通过RDP登陆到Windows server:, 或通过ssh连接到Linux server: 122.147.47.202. 他们中的一个, 如果你能够登陆, 请报价。 Thanks!

    $99 (Avg Bid)
    $99 平均报价
    3 个竞标

    1。要求精通网络编程,linux,了解ssh协议,对帐号密码进行比对 2。最好可以不通过libssh以加快速度,或者有什么其它建议欢迎探讨 程序分为主控和被控2部分: 1。主控运行在windows平台主要负责发布任务和收集结果。 2。被控运行在linux平台负责执行高并发匹配任务并将结果反馈给主控。 符合以上条件的在竞标!

    $1500 (Avg Bid)
    $1500 平均报价
    1 个竞标

    需求: 1。对现有的一款源代码进行重写成c++代码。 2。要求精通linux,了解ssh协议,http协议。有高并发经验 程序分为主控和被控2部分: 1。主控运行在windows平台主要负责发布任务和收集结果。 2。被控运行在linux平台负责执行高并发匹配任务并将结果反馈给主控。 符合以上条件的在竞标!

    $3858 (Avg Bid)
    $3858 平均报价
    6 个竞标
    Fix DNS configuration 6 天 left
    已验证

    ... (ns-2 not yet added in the .net zone). Server locations are AWS Oregon, Germany, and Germany, respectively, all on different AS. DNS services run on TCP and UDP ports of IPv4 and IPv6. The name servers are their own authoritative servers, so there are glue records in the .net zone, see attachment. I can send you the bind configuration files. Unfortunately, I cannot give you SSH access to the servers. If you need to add records to the servers for debugging purposes, I'm happy to do that. Can you help me?...

    $128 (Avg Bid)
    $128 平均报价
    16 个竞标

    ...experience with the QT framework - Excellent User Interface (UI) design skills - Knowledge in Python and 3D will be a plus The main function: 1: Windows platform, jointly developed by QT+python. 2: Communicate with hardware devices through serial port/Ethernet. 3: Support MODBUS-485, TCP, UDP and other communication protocols, with 1ms cycle response. 4: Support hardware parameter configuration, multi-channel data analysis, storage, data playback, and support real-time data curves at different communication rates. 5: Supports local and cloud dual storage. 6: Port a Python data analysis open source library (provided by us), which needs to display the analyzed data in the form of a 3D model. The main objective is to develop a user-friendly, robust and efficient desktop app...

    $2223 (Avg Bid)
    $2223 平均报价
    37 个竞标

    ...with python installing & setting up environments 3. Experienced in Linux Debian & LNMP server by SSH 4. You need to know on how to run python scripts on debian by ssh, and setup cron task on debian, and debugging etc Personality's Criteria : 1. No toxic working environment 2. Agile, Responsive, and Fast Delivery 3. Collaborative as a team 4. Responsible, Credible, Reliable and Integrity person 5. No agency, only direct hiring ------ I'm looking for a skilled DevOps professional who can help in maintaining my server code. As the DevOps server code maintainer for this project, you will be responsible for: - Server Configuration and Setup: Ensuring the smooth operation of our Linux Debian SSH server. - Code Deployment and Version Control: Managin...

    $29 (Avg Bid)
    $29 平均报价
    14 个竞标

    ...hydrometer needs to be available through a web interface. This online access will allow me to monitor multiple batteries from a central location, offering more convenience and control. Ideal Skills and Experience: - Experience in designing and developing electronic hydrometers or similar IoT devices. - Proficiency in interfacing such devices with microcontrollers. - Data should be passed to serial port of controller - Understanding of battery health and the importance of specific gravity measurements in lead acid batteries....

    $285 (Avg Bid)
    $285 平均报价
    4 个竞标

    ...post('/webhook', async (req, res) => { const userQuery = ; const response = await ({ model: 'text-davinci-003', prompt: userQuery, max_tokens: 150, }); const botResponse = [0].(); ({ fulfillmentText: botResponse, }); }); const PORT = || 5000; (PORT, () => { (`Server is running on port ${PORT}`); }); Setting Up: Create a Google Cloud Project: Enable the Dialogflow API. Create a Dialogflow Agent: Link it to your Google Cloud Project. Set Up Intents and Entities: Define actions Google Assistant should trigger. Deploy Webhook: Host your webhook on a reliable server. Conclusion: By integrating Google Assistant, Dialogflow

    $556 (Avg Bid)
    $556 平均报价
    24 个竞标

    We are seeking an experienced freelancer to set up a Node.js application on our web hosti...is running and accessible via the specified domain. - Verify and configure the necessary firewall and port settings to allow traffic on the required port (default 3000). - Provide documentation of the steps taken and any configurations made. Specifics: The script should listen on port 3000 and respond with a message "Fixed Response" for any request. Sample Script: const http = require('http'); const hostname = '0.0.0.0'; const port = 3000; const server = ((req, res) => { = 200; ('Content-Type', 'text/plain'); ('Fixed Responsen'); }); (port, hostname, () => { (`Server running at http:...

    $49 (Avg Bid)
    $49 平均报价
    35 个竞标
    QNX Remote Command Batch File 6 天 left
    已验证

    ...performs a specific set of tasks on a local W10/11computer. The tasks I need accomplished are: - Connect to the remote QNX computer via SSH (Secure Shell)( login/ password in config file.) -send some command (must be configurable - Run certain commands via batch file on windows 10/11 computer. (Configurable) - Run local bat comands on Windows computer (configurable) - Send key combinations on Windows computer (configurable) Managing errors if they occurs. Keep CMD open for manually entering other commands ( in feature can be automated as another project or add-on) Prior experience with batch file creation and QNX systems is necessary. Proficiency in SSH connections is also essential for this project. The ideal freelancer would be meticulous and able to effectively organi...

    $33 - $272
    加封
    $33 - $272
    10 个竞标

    I'm looking for a freelancer with specific experience in Vegavoip. The main task will be to ...specific experience in Vegavoip. The main task will be to set up a new Vegavoip system, ensuring it's up and running smoothly. The key features that are an absolute must for this system are call forwarding and call out capabilities. Ideal Skills and Experience: - Proven track record of setting up Vegavoip systems. This is essential for the successful completion of the project. - Familiarity with configuring VoIP providers. While the main focus is on Vegavoip, additional experience with VoIP provider configuration would be an advantage. - Strong understanding of essential features such as call forwarding and call out. The successful candidate will need to ensure these feat...

    $137 (Avg Bid)
    $137 平均报价
    14 个竞标

    ...small businesses - Strong understanding of inventory management and HRM - Able to propose and implement customizations as they are defined - Good communication skills to keep the project on track. "Description: It involves installing and configuring Dolibarr on two servers, one for testing and demo, the other productive. The TEST one will be installed on my domain, accessible by ftp, and ssh if necessary. The ""PROD"" will be installed on an intranet server of the client company, accessible I suppose by teamviewer or similar. The client is a waste recycling services company. The particular thing about this business is that there are various types of clients, Customer delivering waste to be proessed. Client who contracts waste management at ho...

    $2045 (Avg Bid)
    $2045 平均报价
    43 个竞标

    We are in the middle of migrating Django to a new server. - Both servers run Ubuntu 20.04, postgres 12, python2.7 - The Django Project is already transferred over - Nginx has been configured - Postgresql has been setup Our struggle is to get the actual application up and running again. Your job will be to: - help to perform a clean export of the postgres database on old server - ...already transferred over - Nginx has been configured - Postgresql has been setup Our struggle is to get the actual application up and running again. Your job will be to: - help to perform a clean export of the postgres database on old server - help to import the postgres database on the new server - ensure the Django application is coming back up smoothly The work will be done using shared tmate ssh...

    $33 (Avg Bid)
    $33 平均报价
    21 个竞标

    VM CREATION (1 VPS BIND) os CentOS 8 & 9 Stream MINIMAL Direct installation or converted from CentOS 8 Linux. (Recommended) panel add install:https://control-webpa...nginx server VARNICH APACH very important !!!!!snaphopt image creation just servers working (just os) (without admin panel)!!!I want to be able to do restores, for a new installation of another panel, if necessary.! !!! !! !!!!!! link to server add SSL ADD ALL PHP CGI AND FMP (latest 6 versions)PHP AVAILABLE FOR CUSTOMER FOR ALL SERVER ADD PHP VERSION 7.9 PACHT FMMPEG add latest version change SSH22 port verification example: ns1 . add IP.: add a Mac machine adds IP.: adds mac Example of adding HOSTENAME:

    $30 (Avg Bid)
    $30 平均报价
    9 个竞标

    I'm seeking a knowledgeable professional who can guide me through how to view HTTPS calls in Fiddler on Windows that have originated from an Android mobile application (running on either Bluestacks or Nox emulator) This may (or may not) need: - SSL unpinning - ProxyCap to route the traffic to fiddler port The session can be conducted remotely, either through detailed instructions or a shared screen conference call for a more interactive experience. Please demonstrate via a video/screen record that you are able to do this otherwise I won't respond. This should show you opening an app (not a browser) in Nox/Bluestacks and the HTTPS calls then being displayed in fiddler.

    $22 (Avg Bid)
    $22 平均报价
    7 个竞标

    I'm in need of a SOCKS Proxy server as my ISP has closed port 25, which is essential for email services. Key requirements: - Set up a SOCKS Proxy server: The server's primary function will be to support email services. - Implementation: The server should be configured to support my email client. - Security: Ensure the server is secure and reliable. Ideal skills and experience: - Proficient in setting up SOCKS proxies. - Expertise in configuring services for email clients. - Knowledge of network security standards. The project might involve more tasks depending on the specific needs of the proxy server.

    $27 / hr (Avg Bid)
    $27 / hr 平均报价
    19 个竞标

    ...configurations - Maximum amperage capacity of 100A - The ability to alter the BMS ampere capacity by adding or removing MOSFETs or any other relevant hardware as required - The BMS should include essential safety features such as: * Temperature monitoring * Short circuit protection * Cell balancing * Reverse polarity protection - The system should allow for charging and discharging through the same port I need this project to be completed within a month. Ideal skills and experience for this job include: - In-depth knowledge and experience in BMS design, particularly with LiFePO4 batteries - Proficiency in creating flexible BMS systems with variable ampere capacity - Extensive experience with temperature monitoring, short circuit protection, cell balancing, and revers...

    $301 (Avg Bid)
    $301 平均报价
    5 个竞标

    I'm looking for an expert to assist me in configuring email services for domains within my Cpanel. Requirements: - Configure email forwarding for each domain. - Setup SPF and DKIM records for enhanced email deliverability. The ideal freelancer for this project should have: - Extensive experience in Cpanel email setup for multiple domains. - Proficiency in configuring email forwarding. - Proven expertise in configuring SPF and DKIM records. Your successful completion of this project will ensure that all my domains have a reliable email service setup.

    $120 (Avg Bid)
    $120 平均报价
    7 个竞标

    Im going to start a marketing agency on telegram using multiple telegram accounts to forward customers personal group message to x amount of other groups. Installing a subscription based plan with certain amount of groups to choose from. It needs a user panel with a GU...messages - ability to see from which group account got kicked - ability to see which account got banned - ability to forward message with buttons - ability to change groups whilst running (in case i find a group inactive) - ability to let it run and account logged in 24/7 to the bit - adding subscription plan to choose from when entering customer id - ability to showcase to the customers that im forwarding to the groups without revealing to much of my stuff - multiple telegram accounts has to forward messages at the...

    $498 (Avg Bid)
    $498 平均报价
    41 个竞标

    ...determine whether bots are verified. ————requirements -Install SSL/TSL certificates -Set up automatic backups (once a day) -Encrypt data ->Database, disk, backup data, email, file system....., etc. ->Use LUKS, etc... -Transport layer security -Connecting domains -Setting up and activating servers -Installing the control panel -Installing the Server Management Panel -Setting Up a Firewall -Harden SSH security -Install fail2ban and -Install log monitoring and analysis tools -Manage file and directory permissions -Install an intrusion detection system (IDS) -Manage encryption keys and set their complexity -Setting up iptables/rate limiting -Automatic security patching -rootkit hunter/clam av/lynis -open vas/nmap/modsecurity -bastellie linux/chkrootk...

    $23 (Avg Bid)
    $23 平均报价
    34 个竞标

    Please include the word "mouse" to ensure your submission is read. I have a Joomla site that I need to port over to WordPress, and I'd like to get a unique design for the new site. Key Requirements: - Porting Joomla site to WordPress: I need an experienced developer who can smoothly and completely move the content, structure, and functionalities of my existing Joomla site to WordPress. - Design: I will be working on building the User Experience, All I need is the data in a structured format using ACF. Your Responsibilities: - Migrate all the existing content from Joomla to WordPress staging site. This includes pages, posts, images, videos, and any other relevant content. Skills and Experience: - Proficiency in Joomla and WordPress: You should have a strong backg...

    $13 / hr (Avg Bid)
    $13 / hr 平均报价
    75 个竞标

    I'm struggling to SSH into my EC2 instance after attaching a new volume to it. The instance itself is running on Linux. Key aspects of the project include: - Diagnosing the SSH issue post attaching the new volume - Fixing the issue to re-establish SSH connectivity - Ensuring the new volume is correctly integrated with the EC2 instance and is fully functional Ideal freelancer: - Proficient in working with Amazon Web Services (AWS) and EC2 instances - Experienced in troubleshooting SSH connectivity issues especially in Linux environments - Skilled in diagnosing and resolving system disk and volume related problems Your ability to understand and resolve this issue promptly is highly appreciated.

    $33 (Avg Bid)
    $33 平均报价
    45 个竞标

    ...both Windows 10 and 11 to download documents via either email or browser links. Project description: Set up Win10/11 so that the download starts comfortably when you click on an FTP URL link on a website (various browsers) or in mail clients (e.g. Thunderbird). After setting it up once, it should no longer be necessary to enter the FTP access data again. The FTP server expects Explicit SSL/TLS (port 21). The link/URL typically has the following structure: ftp://ftp_username[at] Either the user should be asked where he wants to save the download file, or it is permanently saved in the settings. Ideally, well-known applications are used for file transfer, such as WinSCP, FileZilla or MS File Downloader. Your own suggestions are welcome. 1. Milestone: Setup as

    $194 (Avg Bid)
    $194 平均报价
    20 个竞标

    I have migrated my website to Amazon AWS EC2 Site has been migrated using duplicator plugin for wordpress successfully The migrated site can be opened by setting IP on your computer with hostname (if you do not set t...setting IP on your computer with hostname (if you do not set the IP in hosts file you will go to the live site that is not giving any problem) Once you go to (after setting the virtual host IP on your computer) you can see that only homepage opens other links are returning a 404 error. That is the problem that needs a solution I can give you SSH access to the linux on AWS I have tried all solutions from google but nothing is working .So only an expert should bid payment only of issue is solved

    $19 (Avg Bid)
    $19 平均报价
    14 个竞标

    VM CREATION (1 VPS BIND) os CentOS 8 & 9 Stream MINIMAL Direct installation or converted from CentOS 8 Linux. (Recommended) panel add install:https://control-webpa...nginx server VARNICH APACH very important !!!!!snaphopt image creation just servers working (just os) (without admin panel)!!!I want to be able to do restores, for a new installation of another panel, if necessary.! !!! !! !!!!!! link to server add SSL ADD ALL PHP CGI AND FMP (latest 6 versions)PHP AVAILABLE FOR CUSTOMER FOR ALL SERVER ADD PHP VERSION 7.9 PACHT FMMPEG add latest version change SSH22 port verification example: ns1 . add IP.: add a Mac machine adds IP.: adds mac Example of adding HOSTENAME:

    $67 (Avg Bid)
    $67 平均报价
    14 个竞标

    ...a remote PC management and control system, a bit similar to TeamViewer or Ammy, but with a few specific features. The project involves: - **Functionalities**: The system should be able to provide the standard functionalities of a remote desktop application, including file transfer, chat, and remote desktop control. This way, I can seamlessly manage the connected PCs without needing to use port forwarding. - **Programming Languages**: The application should be written using C++ and C#. - **OS Support**: The application should be designed to run on Windows only. I'm particularly interested in having the source code once the project is complete. This project is suitable for an individual with proficiency in C++ and C#, as well as a strong background in developing ...

    $400 (Avg Bid)
    $400 平均报价
    23 个竞标

    ...two very small speakers. The sound file would be a siren with an intermittent horn. I can compose the sound file myself and load it onto the Arduino. There should be a separate potentiometer to control the sound volume. It would be nice if the battery could last an hour or so on a full charge. Once installed into the fire truck, the battery should be able to be recharged through the onboard USB port so as not to have to remove it from the fire truck. Obviously, this would all have to be very small. I have measured the width of the Arduino MKR Zero (about 1") and it should fit within the fire truck no problem. There is limited space above the board for the battery, motor and speakers. Skills and Experience Required: - Expertise in Arduino circuitry and programming. - Past e...

    $512 (Avg Bid)
    $512 平均报价
    26 个竞标

    I'm in urgent need of a skilled freelancer who can help me set up a system to remotely control a headless Windows virtual machine using graphical applications. The virtual machine will specifically be running WhatsApp Desktop. Key project components: - Setting up a Windows virtual machine - Configuring it to run WhatsApp Desktop - Implementing a system for remote control Ideal Skills: - Proficiency in Windows OS - Experience with virtual machines, particularly setting up headless ones - Knowledge of remote access software - Previous experience setting up and using WhatsApp Desktop This project has a tight deadline, and I need someone who can start immediately and complete the task ASAP. The successful freelancer will have excellent communication skills and be able to provide timel...

    $79 (Avg Bid)
    $79 平均报价
    14 个竞标

    I'm in need of a script that can load a list of proxies/ IPs and establish a rotating SSH tunnel connection through these proxies. The purpose of this is to maintain anonymity. Key Requirements: - The script should be designed for Windows OS and in exe or bat extension - It needs to handle failed connections by moving on to the next proxy in the list immediately - The script should interact with an OpenSSH server installed on my personal computer Ideal Skills: - Proficiency in scripting for Windows environments - Experience with creating and managing SSH tunnels - Understanding of proxy management and error handling The primary goal of this script is to ensure a seamless, rotating connection through proxies for anonymity. The ability to move on to the next proxy if th...

    $94 (Avg Bid)
    $94 平均报价
    6 个竞标

    I need someone experienced in setting up Google Workspace with secondary domain purchased from Square Space. Here are some key details: - This emails and domains are secondary for marketing purpose - I have a list of 17 email addresses - I would like these domains to be redirected to feufo.com. ...purchased from Square Space. Here are some key details: - This emails and domains are secondary for marketing purpose - I have a list of 17 email addresses - I would like these domains to be redirected to feufo.com. Ideal skills and experience for the job: - Proficiency in Google Workspace setup and configuration. - Familiarity with managing domains from Square Space. - Understanding of email forwarding rules and configurations. Please, let me know if you require any additional in...

    $28 (Avg Bid)
    $28 平均报价
    6 个竞标

    ...need to transfer includes User data, Product data, Transaction data, and Orders. Our main goal here is to ensure seamless and secure transfer of information between our systems and the third-party site. This will involve: - Extracting Name and contact information, Purchase history and preferences, Order details and status, getting order results and writing them into our local database, then forwarding this information to the Customer's request. - Ensuring the data transfer is efficient, accurate and secure. - Managing API calls effectively with ASP.NET and Angular. Ideal candidates for this project should have: - Proficiency in ASP.NET and Angular - Experience with API development and Integration - Strong Data transfer management skills - Excellent understanding of secu...

    $598 (Avg Bid)
    保密协议
    $598 平均报价
    43 个竞标

    I am looking for a skilled Civil Engineer to certify a drawing for a service door that is to be installed on the side of my garage in North Port, FL. - The garage is primarily constructed of concrete, and the door will be integrated into this structure. - The project is currently at the planning stage, and the certification is required to ensure compliance with relevant building codes and regulations. Ideal candidates for this project will have: - A background in civil engineering, with experience in structural elements of buildings. - Familiarity with construction codes and regulations in North Port, FL. - A detail-oriented approach to ensure that the drawing meets all necessary standards.

    $412 (Avg Bid)
    $412 平均报价
    37 个竞标

    ...Booting Grml from DVD 1. Click Actions > Restart. 2. Click Yes. 3. Click Actions > Open remote console. The remote console opens. Wait until the boot process is complete. 4. Press Enter. Setting the password for the root user and starting the SSH service 1. To set a password for the root user in Grml, enter the command below. The password will be required later for external access. root@grml ~ # passwd 2. Enter the new password and repeat it. 3. To start the SSH service and enable external access, enter the following command: root@grml ~ # /etc/init.d/ssh start Display information on existing data carriers and determine root partition 1. To display information on all disks, enter the following command: root@grml ~ # fdisk -l 2. Determine the root partition. ...

    $31 (Avg Bid)
    $31 平均报价
    34 个竞标

    ...I've reinstalled Windows XP and all relevant software on the PC. However, I'm facing difficulty getting the petrol pump controller to communicate with the local MSQL database. Key Points: - The PC is running on Windows XP. - The petrol pump controller uses a serial port for communication. - The issue lies in configuring the connection between the petrol pump controller and the MSQL database. Requirements: - You'd need to have a strong grip on database management, particularly with MSQL. - Proficiency in networking and serial port communication is a must. - Experience with Windows XP is preferred. - Troubleshooting skills and experience in resolving connectivity issues will be highly valued. The ideal candidate for this project will be able to quickly ide...

    $141 (Avg Bid)
    $141 平均报价
    14 个竞标

    ### Scope of Work for ChatMate Plugin Development #### Visio...**Integrations:** - Internal: Dialogflow Messenger, Google Analytics - External: API Management & Billing Software, ChatGPT Turbo 4, Klaviyo, HubSpot - E-commerce: WooCommerce Integration 3. **Additional Functionalities: - Personalized product recommendations based on past data and customer demographics - Email-based customer ticketing system - Live chat option forwarding #### User Interface Customization Simple 2 chat profiles with customizable bot icon & logo option This structured format helps ensure clarity and thoroughness in capturing all aspects of your ChatMate plugin development scope. Feel free to adjust or expand based on further insights or specific requ...

    $347 (Avg Bid)
    $347 平均报价
    26 个竞标

    ...Development of the SIP Client: Implement a SIP client that can be integrated as a plugin into the Milestone software using the provided SDK. Ensure the compatibility of the SIP client with current and future versions of the Milestone software. SIP Client Configuration: Add a user interface in Milestone to configure the SIP client. Configuration parameters should include: SIP server address. Connection port. Username. Password. Additional options such as preferred audio codec and NAT options. Call Automation: Implement the functionality to automatically answer calls. Ensure that when the call is answered, it is automatically recorded in the Milestone system. Integration and Testing: Integrate the SIP client as a plugin into the Milestone environment ensuring smooth and uninter...

    $21 / hr (Avg Bid)
    $21 / hr 平均报价
    15 个竞标

    This might be a very very small thing to help me with I am seeking help from a professional who is proficient in configuring an Asus router. The router is set up at my residence and I am currently experiencing a few issues with its advanced settings, particularly with port forwarding and QoS. Key responsibilities include: - Diagnosing current configuration problems. - Implementing effective port forwarding solutions. - Enhancing the Quality of Service (QoS) settings for optimized network performance. I need someone that has prior experience with Asus routers and can address these issues swiftly and efficiently. Please provide details of your relevant experience in your bid. My configuration currently works as: ISP - ISP's router - switch- PC What I wou...

    $25 (Avg Bid)
    $25 平均报价
    2 个竞标
    Tour Guide Needed 18 小时 left
    已验证

    I'm looking for a tour guide fluent in English to conduct walking tours in below cities: Suwon Incheon Maseru Nouadhibou Port Said Haiphong Tallahassee Delft

    $25 - $50 / hr
    本地
    $25 - $50 / hr
    0 个竞标
    Trophy icon Photo edit 已经结束 left

    I need to get the port rates photos edited and corp in different proportions/ratios. Photos are in raw and I need them exported in gif and edited in color, contrast, and balance accordingly so they all have the same look. Also need to get the background cut off. I normally do it in LR but I don't have the time now.. There are 190 photos

    $32 (Avg Bid)
    加保
    $32
    46 项参赛作品

    I need an experienced and creative Python developer to create a desktop application for me. Key Requirements: - The main purpose of the application should be automation - On clicking a button it has to go green and ssh tunnel has to be established to another server . Then On clicking that button again it has to go red and ssh tunnel has to be disconnected . - Code should on mac flawlessly .

    $25 (Avg Bid)
    $25 平均报价
    14 个竞标

    I need a Java program I have an IP Segment Eg The program must scan the List of IP Addresses available using ping/any other method The program must scan all IP address for the open Ports each one is accepting packet request. I want a java program to create multiple different types of requests to the IP address on the specified port. The program should create the request to respond to some other IP. The goal of the program is to test the capacity of the IP address with Maximum requests it can handle.

    $131 (Avg Bid)
    $131 平均报价
    2 个竞标

    ...same router), like UPnP or even better a custom method, possibly simple but reliable. 3. All the clients that have sent a message to the server should be registered in a simple IP list. Then every message from one client should be automatically re-sent over Wi-Fi/UDP to all registered IP-s. 4. Additionally the component should handle low-level basic RX and TX interfacing over one UART and one I2C port. 5. The target HW environment will be Raspberry Pi Zero 2W with Linux. The sending and receiving code should execute possibly in the background in order to allow to use the host Linux platform to perform other processing in parallel. 6. The component should be 2-way and use simple circular queues to buffer RX and TX messages. I have attached a draft, base class Qued with a ver...

    $552 (Avg Bid)
    $552 平均报价
    25 个竞标

    Hi Freelancers, I have too many domains and email addresses, like 5. I need you to start a Google Workspace account for me, and then make sure all the forwarding of messages and traffic is going to my new website. This is not an assignment being posted by someone that does not know how to do this. I know what to do, but I want you to do it in half a day instead of me putting it off. I'll give you my GoDaddy access, and you can walk me through whatever else needs to be done. This is why it is being bidded at such a low rate, $40. Thank you.

    $31 (Avg Bid)
    $31 平均报价
    28 个竞标

    ...with the expansion of a container port in Myanmar. The primary objective for this project is to enhance the security of the port, and to increase its overall capacity. Key Tasks: - The main task for this project is to add additional docking bays to the port. The new bays should be designed to accommodate containers of different sizes, and be easily accessible for cargo ships. - The existing security systems and procedures will need to be reviewed and upgraded to ensure they are in line with international standards. Skills and Experience: - A background in civil engineering or port development would be highly beneficial for this role. - Experience with port security systems, and a strong understanding of the necessary criteria for enhancing securit...

    $16 (Avg Bid)
    $16 平均报价
    8 个竞标

    We have a Problem to update our shop. We got in the SSH Terminal the following Error: ! Warning: Failed to load plugins. Message: An exception occurred in the driver: could not find driver !! PHP Fatal error: Class ShopwareCoreMigrationV6_5Migration1694426018AddEntityIndexToStateMachineHistory contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (ShopwareCoreFrameworkMigrationMigrationStep::updateDestructive) in /var/www/vhosts/***-****.de/httpdocs/vendor/shopware/core/Migration/V6_5/ on line 13

    $68 (Avg Bid)
    $68 平均报价
    24 个竞标

    I am seeking a skilled developer with solid experience in both Git and SSH to create a custom SSH protocol remote helper, a CLI to be invoked as git-remote-custom by git when commands are given to a remote url that looks like "custom::git@github:me/myrepo" To be writen as a shell script or in Golang Please note that this project does not involve specific security requirements. However, any additional measures you can suggest or implement to ensure the safety of git commands over SSH will be highly valued.

    $207 (Avg Bid)
    $207 平均报价
    12 个竞标

    I've described the issue here: I have a streamlit app running on a specific port. I'd like to have setup a reverse proxy using apache. You will not be given ssh access to the server. I'll send you the apache config and then you can suggest changes. Thank you!

    $105 (Avg Bid)
    $105 平均报价
    16 个竞标