Ip cam port forwardingtrabajos
The script should extract the required data from Google Sheets and validate it to ensure compliance with API specifications, including mandatory fields, proper formats, and unique records. After validation, the script should automatically generate certificates based on predefined templates, adhering to file size limits and supported fo...should automatically generate certificates based on predefined templates, adhering to file size limits and supported formats like `.pdf` or `.png`. Finally, the script should upload the generated certificates and associated data to the designated API endpoints, handling errors effectively by addressing validation issues, managing duplicate records, and ensuring proper authentication using API keys and IP whitelisting as outlined in the provided docu...
I need a professional who can clean up my doorbell cam video. The footage is blurry due to poor resolution and I need it to be enhanced to a better quality. Ideal skills for this project include: - Video Editing - Audio/Visual Restoration - Familiarity with low-quality video enhancement techniques Please note, the goal is to enhance the overall quality of the video.
I'm in need of a voting system for my Metin2 servers, similar to or metin2pserver.net. Laravel is preferred for this development. Key Features: - User Registration and Login: Users should be able to create accounts and log in to participate in the voting process. - IP-based Vote Tracking: The system must be able to track votes based on IP addresses to ensure fairness and prevent abuse. - Vote Result Display: Real-time display of voting results is a must. - Admin Panel: An administrative panel to manage users, monitor votes, and oversee the entire voting system. - Vote History: A feature that allows users to see their own vote history and the results of past votes. - Notification System: Users receive notifications or emails about new votes, results, or important update...
Seeking a highly experienced product designer based in New York who specializes in creating 3D molds. The project involves designing a unique wolf-themed backpack with intricate detailing and features such as removable glowing eyes, adjustable straps, pockets, zippers, and a USB charging port. Need someone who can collaborate closely on the design and fabrication phases.
I'm looking for a skilled developer to create a VMware vCenter API in Nest.js. The API should support the following functionalities: Create/Suspend/Unsuspend/Terminate Server Boot/Reboot/Stop/Shutdown Server Manage OS Templates/map OS ISO Assign the VMs Assign the Ips Manage Ips Pool Server Information IP Management Remote Console Rebuild Server Manage Snapshots Manage ISO Stats Ideal Skills: - Proficiency in - Experience with VMware vCenter - API development expertise
...API keys. 2. API Functionality: • Provide RESTful APIs for client integration: gift card inventory, bulk order placement, transaction status, and refunds. • Real-time failover with multiple APIs (1 primary + 2-3 backups) and dynamic switching via health checks. • API key management, rate limiting, and sandbox environment for clients. 3. Security: • Secure APIs with OAuth2.0/JWT, HTTPS, and IP whitelisting. • Encrypt data at rest and in transit (AES-256, TLS). • Implement 2FA for admin access and regular data backups. 4. Analytics & Reporting: • Generate reports: sales, transactions, client API usage, and performance insights. • Real-time monitoring of APIs and error logs. 5. Tech Stack Suggestions: • Backend: Node....
I'm looking for a talented logo designer who can help me create a unique and impactful logo for my hardware tools shop, "AH & SONS". Key Requirements: - The logo should prominently feature the company name, "AH & SONS". - It should also include an icon related to hardware. Creativity is key; I want something that stands out but still conveys what we do. - The words in th...company name, so it should be designed in a way that draws attention to it. Ideal Skills and Experience: - Proven experience in logo design, particularly for companies in the hardware or tools industry. - Strong understanding of modern, classic, and minimalist design styles. - Excellent communication skills to understand my vision and translate it into a design. (I have attached a re...
I need an expert in VoIP and firewall configurations to help troubleshoot my Yeastar IP PBX system. Currently, I'm able to make internal calls without any issues, but I'm facing difficulties making and receiving calls from the internet. Key points: - The system is behind a hardware firewall. - I'm unsure if the firewall is configured correctly to allow SIP and RTP traffic. - I have not checked if my firewall has SIP ALG enabled. The ideal candidate should be experienced with Yeastar systems, have a deep understanding of VoIP protocols and firewall configurations, and be able to quickly diagnose and resolve these issues. Please include your relevant experience in your proposal. The firewall type being used is a fortinet hardware firewall.
...Amazon SES, DDNS, IP rotation, email list cleaning, and security measures. Below is a clear breakdown of the work involved: 1. DDNS Configuration * Set up DDNS on the Dell R740 server using No-IP with my domain. * Ensure the server is accessible despite a dynamic IP from your ISP. * Test the DDNS setup for reliability. 2. MailWizz SMTP Server Setup * Install and configure MailWizz on your server. * Create and configure the SMTP server to support email sending. * Set up bounce and complaint handling in MailWizz. 3. Amazon SES Integration * Create and verify an Amazon SES account. * only backup Amazon SES * Set up the domain for Amazon SES with SPF, DKIM, and DMARC records. * Request a sending limit of 200,000 emails per day. * Test Amazon SES integration with Ma...
We are looking for a skilled development team or individual to create an app similar to Superfone. The app will be a business communication solution designed to centralize and manage inbound and outbound calls for businesses with features like IVR, call recordin...managing user permissions. 9. Platform Compatibility: • Cross-platform mobile app (iOS and Android). • Web dashboard for admins and team members. 10. Security and Compliance: • End-to-end encryption for all calls and data. • Compliance with data protection regulations (e.g., GDPR, Indian Data Privacy Laws). 11. Additional Features • WhatsApp Business API integration for messaging. • SMS forwarding or notification features. Telephony Integration : any who give unlimited inbound/outbo...
...Amazon SES, DDNS, IP rotation, email list cleaning, and security measures. Below is a clear breakdown of the work involved: 1. DDNS Configuration • Set up DDNS on the Dell R740 server using No-IP with my domain. • Ensure the server is accessible despite a dynamic IP from your ISP. • Test the DDNS setup for reliability. 2. MailWizz SMTP Server Setup • Install and configure MailWizz on your server. • Create and configure the SMTP server to support email sending. • Set up bounce and complaint handling in MailWizz. 3. Amazon SES Integration • Create and verify an Amazon SES account. • only backup Amazon SES • Set up the domain for Amazon SES with SPF, DKIM, and DMARC records. • Request a sending limit of 200,000 em...
Por favor, regístrate o inicia sesión para ver los detalles.
...Logika frontend └── models/ └── # Model database Langkah Implementasi: 1. Inisialisasi Proyek: mkdir task-manager cd task-manager npm init -y npm install express mongoose body-parser 2. Buat Server (): const express = require('express'); const mongoose = require('mongoose'); const bodyParser = require('body-parser'); const app = express(); const PORT = 3000; ('mongodb://localhost:27017/taskDB', { useNewUrlParser: true }); const taskSchema = new ({ title: String, completed: Boolean, }); const Task = ('Task', taskSchema); (()); (('public')); // API Routes ('/api/tasks', async (req, res) => { const tasks = await (); (tasks);
Here are the requirements: I need a very simple basic app that runs always in the background even after being closed. I need this app for sending SMS messages...phone number with the specified text. Also, the app should then send a response back telling whether the message was sent or not. If possible, it should also tell whether the message was read by the recipient or not (it may send another request again to the remote server telling that msg was read by this "phone number"). I believe that IP of the phone in which app will be installed, will keep changing, therefore, you should also configure the app to send it's IP address to the remote server /report_ip endpoint after every few minutes. Overall, this is the gist of what I need automation. The app does...
I'm looking for an expert in Webmin to implement dynamic routing on my website. The site is loading in localhost but on webmin it is giving 404 error. I'm encountering 404 errors on my Contabo hosting while trying to load URLs from my React Gatsby project, which uses Deferred Static Generation (DSG). ...404 errors on my Contabo hosting while trying to load URLs from my React Gatsby project, which uses Deferred Static Generation (DSG). - The project is deployed via a deployment script that builds the project locally and copies the files. - While dynamic routing works perfectly on localhost, it fails on the host. - The server returns a 'Not Found' error from Apache/2.4.41 (Ubuntu) at *__***.com Port 443. I need a professional who can diagnose the issue, likely r...
The script should extract the required data from Google Sheets and validate it to ensure compliance with API specifications, including mandatory fields, proper formats, and unique records. After validation, the script should automatically generate certificates based on predefined templates, adhering to file size limits and supported fo...should automatically generate certificates based on predefined templates, adhering to file size limits and supported formats like `.pdf` or `.png`. Finally, the script should upload the generated certificates and associated data to the designated API endpoints, handling errors effectively by addressing validation issues, managing duplicate records, and ensuring proper authentication using API keys and IP whitelisting as outlined in the provided docu...
I'm encountering 404 errors on my Contabo hosting while trying to load URLs from my React Gatsby project, which uses Deferre...404 errors on my Contabo hosting while trying to load URLs from my React Gatsby project, which uses Deferred Static Generation (DSG). - The project is deployed via a deployment script that builds the project locally and copies the files. - While dynamic routing works perfectly on localhost, it fails on the host. - The server returns a 'Not Found' error from Apache/2.4.41 (Ubuntu) at *__***.com Port 443. I need a professional who can diagnose the issue, likely related to the deployment script, server configuration or gatsby react developer needed, and implement a fix. Experience with React Gatsby, Contabo hosting, and working with Apache ser...
I'm encountering 404 errors on my Contabo hosting while trying to load URLs from my React Gatsby project, which uses Deferre...404 errors on my Contabo hosting while trying to load URLs from my React Gatsby project, which uses Deferred Static Generation (DSG). - The project is deployed via a deployment script that builds the project locally and copies the files. - While dynamic routing works perfectly on localhost, it fails on the host. - The server returns a 'Not Found' error from Apache/2.4.41 (Ubuntu) at *__***.com Port 443. I need a professional who can diagnose the issue, likely related to the deployment script, server configuration or gatsby react developer needed, and implement a fix. Experience with React Gatsby, Contabo hosting, and working with Apache ser...
I need an expert in CNC programming to help create a mechanical part from steel using a CNC lathe. The component must be engineered with high precision. Ideal Skills: - CNC programming - Mechanical engineering - Precision machining - Proficiency in CAD/CAM software for designing and programming CNC lathe operations - Expertise in writing, modifying, and troubleshooting G-code for CNC machines Experience: - Prior work with steel - Creating mechanical components - High precision CNC lathe part programming The component must adhere to a tolerance of .001 inches. Specifications or drawings for the mechanical part will be provided later. The mechanical part is expected to be small scale. The freelancer should assist with creating the CAD design for the mechanical part. The type of st...
I've deployed a ReactJS frontend with a Django Rest API on Nginx. While everything works smoothly in Firefox, I'm running into a 403 Forbidden error when accessing the same setup via Chrome. I've already checked the browser console and confirmed that I'm getting the 403 Forbidden error in Chrome. I have made sur...configuration has been verified for potential issues. I have tried running Chrome in incognito mode. I have verified that CORS is properly configured across all platforms. Please provide a detailed explanation of the fix along with resolving the issue. The 403 error occurs on all instances of Chrome. Regarding the SSL/TLS settings: it seems that SSL is not installed and the website is being accessed using an IP address only. I have not altered any Chr...
...connections/uptime stream/restart stop buttons, mini popup jwplayer or hls player to show live stream - add stream, support multi source setup, select gpu , select profile for transcode, select output http stream/rtmp stream output - profiles for transcoding (attach to gpus) (all settings for best quality streaming (h264 / h265) - multi gpu support - create/userpass for watch http stream/rtmp streams /lock to ip not able to view from other ips. - show current connected connections by username/connected channels/country flag - show users/ online/offline / disable users/ kick connection user (disconnect all connections)/ban user - create stream bouqets /categorys, add streams to categories, user limit access to wach selected stream categories. - advanced export playlists mutli o...
Hello i have the hex rb750gr3 and i would like you to do he following setup it will run in router mode after the dsl modem router ETH1: connected internet gateway from dsl router modem ( is the modem and .. to be the mikrotik) ETH2: connected second future dsl router modem FOR LOAD BALANCING (to have extra speed) ...how much time they have been active and their total traffic without using the hotspot feature (server) with which we had problems in clients connections in other mikrotiks. you will have to write me the necessary commands to type in winbox terminal in order to program it thank you and export the settings of the mikrotik in here as a freelancer deliverable file because its the second time i port this as i hadn't make a backup thank you
I'm l...dashboard should monitor the Nexpose service and the port status of 15+ hosts. The specifics of the project include: - Displaying the service and port status in a table format for each host - Utilizing a color coding system of Yellow/Green for Warning/Up - Only indicating whether each host's port is open or closed, and service is running or the need for detailed error messages or performance metrics The dashboard needs to be able to refresh automatically and check the output from each server on a daily basis. Ideal skills and experience for the job include: - Extensive knowledge of and experience with Zabbix - Expertise in creating user-friendly and visually clear dashboards - Understanding of network monitoring and port status tracking...
Need 3 articles of 5 pages each, with correct citations and less than 10% plagiarism. Topics are - 1. Significance of IP Clauses in a fashion agreement: An analysis. 2. The interplay between M&A and IBC in India 3. The impact of RERA Act on the real estate sector in India: A critical Analysis Need this to be done by today EOD. Start your proposal with your name for me to know you have read the Job post. The assignments must be completed within today EOD.
I'm currently facing challenges with the configuration settings of my Siemens S7 PC access, specifically concerning the network settings. Key Focus: - Troubleshooting and correcting IP address configuration issues. Ideal Skills: - Extensive experience with Siemens S7 systems. - Expert knowledge in network configuration settings. - Strong problem-solving skills for technical issues. Your assistance in resolving these network configuration hurdles will be greatly appreciated.
...equipment such as Routers, Switches, and Firewalls to assist remote support teams. Troubleshoot and resolve networking issues, including wireless LAN, Ethernet configuration, and IP addressing. Perform system administration tasks, manage incidents/changes, and support applications on Windows platforms. Conduct basic network troubleshooting, including DHCP, DNS, and subnetting. Base Skill Set Required Proficiency in desktop/system administration, customer service, and technical troubleshooting. Hands-on experience with operating systems like iOS, Android, Windows, and Blackberry devices. Strong understanding of DHCP, DNS, IP addressing, and wireless LAN troubleshooting. Certifications in IT Infrastructure Library (ITIL) or Windows Server Administration are a plus. Ability t...
Job Opening: Sales Freight Specialist Qualifications Required: 1. Experience in Import Freight Sales: Proven track record in import freight sales. Ability to achieve sales targets and manage import clients effectively. 2. Proficiency in Agent Coordination (Overseas): Strong skills in communicating and coord...Able to work under pressure and meet tight deadlines. Work Location: (Provide your company’s location here) How to Apply: Submit your resume and other relevant documents to (company email). Alternatively, contact us at (phone number). Note: This position is ideal for individuals with relevant experience and a passion for achieving sales goals in the freight forwarding industry. Join us and grow with a leading freight forwarding company that strives to g...
I'm looking for a video ad that's approximately 1 minute long, suitable for both Instagram and YouTube, designed to promote a product. The video should be themed based on my link () and utilize a slideshow image GIPHY or a selfie cam style. Key Requirements: - Experience in creating engaging product promotion videos. - Ability to design content based on provided themes. - Proficiency in using GIPHY and creating selfie cam style videos. - Understanding of Instagram and YouTube video specifications and audience expectations. Your creativity and attention to detail will help craft a compelling video that captures attention and drives product interest. the Google Play App is #WATCHTOGETHER and you can group chat while watching full length YouTube music video Streamin...
...operations depend on agent applications (nydus-ex and nydus-ex-api) running on my server, connecting through port 2224. The message suggests checking my firewall settings to ensure this port isn't blocked, and verifying these applications are running. - Assistance Required: I need an expert who can help troubleshoot this issue. I haven’t made any changes to the server recently, and I am able to access other parts of the server without any problems. Ideal skills for this job would include: - Experience with Windows Server 2019 - Proficiency in troubleshooting Plesk panel issues - Knowledge of server dashboard operations and agent applications - Skills in firewall configuration and port management - Familiarity with nydus-ex and nydus-ex-api applications...
You need to solve the CORS issue and you need to make the website live and visible. The website has been uploaded but we are getting an error message. The frontend is running with port 80 and the backend is running with port 3000 The issue is when running the application from the server, the error is - CORS error on webpage which is not loading the elements updated.
Job Description: Goals: Increase the number of qualified leads interested in international freight forwarding services. Enhance brand awareness and credibility of our company. Key Responsibilities: 1. SEO & Content Marketing Perform keyword research, e.g., “Freight Forwarder Thailand to International.” Write 4-5 high-quality articles monthly to attract targeted leads. Optimize website for SEO (both On-page and Off-page SEO). 2. Ads Management (Google & LinkedIn Ads) Set up and manage Google Ads and LinkedIn Ads campaigns to generate leads. Analyze ad performance and improve ROI. 3. Email Marketing Use Zoho Campaigns or HubSpot CRM to create and send email marketing campaigns. Segment customers based on ...
...name (e.g., $DOGE) and click Shill. Their shilled token should be showed above, with current shills... etc. Each "shill" increases the token's count on the leaderboard. Leaderboard: Displays the most shilled tokens with ranks. Sorting options: "Most Shilled" and "Recently Added." Each leaderboard entry shows: Ticker name (e.g., $DOGE) Shill count Optional "Shill Again" button. Max 50 shills per IP. 2nd Feature: Website Creator Users can input token URL or token contract address. Click Generate Website to create a basic custom token page (something like but ours get API) Generated Website Features: Token name, logo, ticker, and basic stats pulled from APIs. Auto-generated sections for token description, social links, and marke...
Projeto: Desenvolvimento de um Servidor em Nuvem para Comunicação via Protocolo TCP/IP Objetivo Desenvolver um servidor em nuvem que se comunique com equipamentos por meio do protocolo TCP/IP, permitindo a troca de informações estruturadas e garantindo a integridade e armazenamento dos dados transmitidos. Requisitos Técnicos Comunicação TCP/IP O servidor deverá ser acessível através de um endereço IP e uma porta específica. Os equipamentos enviarão pacotes primários para o servidor. O servidor deverá processar o pacote primário, calcular e retornar o checksum ao equipamento para validar a comunicação. Após a validaç&atild...
...authentication methods. Mobile App: React Native or Flutter for cross-platform mobile applications. Cloud Infrastructure: AWS, Google Cloud, or Microsoft Azure for scalability, data security, and compute power. Key Integrations: Payment Gateway: Integration with popular payment processors (Stripe, PayPal, etc.) for businesses that need fraud detection in financial transactions. Geolocation Services: Use IP-based geolocation and GPS data to assess the user's physical location during login and transactions. Two-Factor Authentication (2FA): Integration with services like Twilio, Authy, or Google Authenticator for generating one-time passcodes (OTPs). External Threat Intelligence: Integration with services like Have I Been Pwned and Dark Web Intelligence Providers to detect comp...
... likes, dislikes) on expired posts. Test Cases: Automate test cases (e.g., user registration, posting, liking, browsing). Include scenarios like unauthorized access attempts and expired post interactions. Project Phases Phase A: Virtualized Environment Setup Install Node.js, MongoDB, and dependencies on a virtual machine. Deploy the project using GitHub and make endpoints accessible via the VM's IP. Provide documentation of the setup process, folder structure, and screenshots. Phase B: Authentication & Validation Implement user management with Node.js. Authenticate users using JWT for every API call. Add validation checks to sanitize and validate user inputs. Phase C: RESTful API Development Develop RESTful endpoints to support the required functionalities: Post creation...
I'm seeking an expert to assist in configuring my Cloud-based DNS for a proxy connection with unique ports and setting up my synology email service. Key Tasks Include: - DNS configuration for a proxy connection with unique ports - Email service setup including MX records, DKIM, etc. for synology - A records and CNAME records...Integration of SSL certificates for secure connections - Implementation of DNS Security Extensions (DNSSEC) Ideal candidates should have: - Extensive experience with DNS configuration, particularly with cloud-based services - Knowledge of A records and CNAME records - Familiarity with configuring synology email services - Experience in setting up proxy connections Setting up proxy to static IP with unique port assignments. The project should...
I'm looking for a skilled developer to create a VoIP virtual phone system just like The system should include: -Voice calling capabilities -Handling of international calls -Customizable user access levels - Feature to forward calls to another number based on customizable rules. - Support for voicemail with options to listen, download, an...The interface (must) be identical to with the tweets & perks i desire added Implement secure protocols to manage spoofing. Include multi-factor authentication to secure user access. Include integration with CRM systems. The spoofing feature should include advanced options like selecting from multiple predefined numbers. Evoice. Integrate with Evoice for CRM. Include only basic call forwarding rules based on time of day and caller ID.
...task-based reward system. The website should support user interactions such as task completion and tracking shorturl visits. Key Features: - User Interface should be sleek, simple, and uncluttered, embodying a modern and minimalist design style. - Users will earn points or badges for completing tasks. The system should be able to track task completion and shorturl visits. - Referal lists - One Ip One user account restrictions. - anti VPN , anti proxy and anti tor Ideal Skills: - wordpress Web development with a knack for minimalist design - Experience in creating interactive, user-friendly websites - Understanding of reward systems in web design - Ability to implement tracking for task completion and URL visits. The website should use phone number and Telegram for user auth...
I'm looking for a virtual assistant with a focus on email & social media outreach, specifically on Facebook, Instagram, and LinkedIn. Key Steps- 1. SCREEN RECORDING Youtube channel pages and putting face-cam footage on it. 2. ATTACHING the recordings to respective leads. 3. DMs to prospects on Ig, Fb & Ln. Target = Outreach to 20-30 prospects over all platforms daily. NOTE: Must be familiar with any editing software (can put basic cuts, join clips and overlay) All details will be explained post hire.. Rates are per month basis.
I have a critical issue with my WordPress website. Out of the blue, it started adding "/wp/" after the root URL. This problem affects the entire site, not just specific pages or the admin dashboard. Here's what you need to know: - I'm unable to share the host login. The host is limited to one whitelisted IP address. Therefore, you'll need to diagnose the issue using AnyDesk from my computer. - There have been no recent changes to the site. No new themes, updates, or changes in the dashboard or host. - I do have some custom plugins and code modifications on the site. Ideal skills and experience for the job: - Extensive troubleshooting experience with WordPress - Proficient in diagnosing WordPress issues remotely - Familiar with custom WordPress plugins and...
...verification with the subject company’s authorized representative, such as line of business, key executives' names, etc. • Take pictures of the subject company and its vicinity per Confirmis’ standard operating guidelines. • Provide observation about the company to gauge activeness, e.g., staff working at the premise, loading/unloading of goods, etc. REQUIREMENTS: • Must be living in (or nearby) Port Saeed, Deira, Dubai, City Avenue Building, UAE, Dubai • Has a camera or phone/tablet of quality with a camera, internet access • Must be available during business hours (9 AM - 4 PM) on working days Please see the attached file for the site visit guidelines. You are only required to deliver the pictures, video & observations and are not...
...similar CAD/CAM software using .NET SDK. - Implement relational database design and management. - Ensure application security, performance, and integration with manufacturing workflows. - Collaborate with UI/UX developer to implement design. - Automate design tasks and extend software functionality. Technical requirements - 3+ years of web application development experience. - Proficient in Python, Django or Flask, and C# with .NET SDK. - Experience with Azure cloud services and relational databases (PostgreSQL, MySQL). - Knowledge in RESTful API, version control (Git), frontend technologies, and Docker. - Familiarity with Autodesk Inventor API or equivalent and COM API integration. Please provide examples of your previous work, particularly projects involving CAD/...
Wordpress Website using Oxygen Builder. Requirement: Manage and link to page Sections. When a new page 'section' is created, enable the section ID to have a user-friendly name which is logged in a list for later reference. e.g. '<section id="section-260-27"> could appear in a...sections will appear as an option for use in menus. Any saved Section will need to be able to be reached from any link on any page or even from an external link. The interface for using this system must be clean and simple enough for non-expert users. The system must not fail if Wordpress or its plugins are updated. An example: From this page section: there is a button link to this page section:
After my Windows 11 updates, I need a program that presets specific network settings for my Ethernet LAN. This includes IP address configuration, DNS configuration, and default gateway settings, along with any other related settings. Ideal skills and experience for this job: - Proficient in Windows OS and its settings - Programming skills to develop the required software - Experience with networking, specifically Ethernet LAN settings - Ability to understand and implement DNS and IP configurations - Experience with accessing and modifying Windows Registry settings The program should include a user interface with simple controls for ease of use. Include firewall settings configurations for the Ethernet LAN. The program should feature a command line interface for ease of use...
The purpose of this project is to create a simple Peer-to-Peer (P2P) application that enables real-time chat and Voice over IP (VoIP) communication utilizing the UDP protocol in Java. This application will be based on to handle network communications, providing a foundational understanding of network programming, concurrency, and instant messaging and multimedia dataexchange between two peers. ANALYTICAL DETAILS IN DOCX, AND SIMPLE CODEBASE WILL BE SENT IN CHAT DEADLINE: 16/12/2024 BUDGET: $140 USD ?️ Technologies to be Used • Programming Language: Java • Libraries & Frameworks: – for networking – for audio capture and playback • Protocols: – UDP (User Datagram Protocol) for communication • Tools: - Eclipse for IDE – Maven...
I am using a CentOS server hosted on Hostinger, where the httpd service starts automatically and occupies port 80. However, I don't want httpd to hold this port. Every few days, I have to manually release port 80 by stopping httpd using commands. How can I permanently prevent httpd from occupying port 80?
...state a user should be able to log into the website, navigate pages, and load Crystal Reports using updated versions. A working example of this configuration prior to the server migration is available to reference if needed. We use strong security systems that tend to filter users on a VPN or cloud based jump box VMs so be truthful about your actual country of origin and provide your true external IP when asked. The freelancer will be expected to establish a connection over RDP or FTP and work unattended after the initial connection is established....
Perform an action for user accounts The webhooks should capture incoming SMS from forwarding service. The action should be to look at the user's account and preferences and send the query to receive a response from the user account with the proper answer. The project uses Python. The response should be in plain text format. Httpsmms The response should be triggered by any incoming SMS. Please use the following for forwarding SMS to webhooks: Httpsms. Account preferences and queries will be handled using a database. Suppabase. The database will use a predefined schema based on the client's specifications.
I'm experiencing critical issues with two MsSQL Servers running on Ubuntu. One server has a job that updates the other. Recently, the database on the second server has become i...in the log. The website that calls the database can't even find it. I need an expert to: - Diagnose why the database is behaving this way and implement a permanent fix. - Configure the servers so they are properly linked. - SEnsure the stored procedure on Server 1 updates Server 2. The servers were recently moved to a new environment, though the issues existed prior. Changes included IP alterations and the creation of new Sync Users. I'm looking for someone with deep knowledge of MsSQL Server and experience trouble-shooting and configuring databases on Ubuntu. The job must be c...
I need help automating an email forwarding task. Specifically, I need a freelancer to set up an email forwarding service for 1 email address. The automation involves forwarding emails with a defined subject, sent to a client and in copy to our business account to a different business account using the original client's address as sender. This project is for business use, and it's crucial that the freelancer has experience in email automation and can ensure the service is set up efficiently and securely. The setup should be compatible with