Search Results for "proxy setup script" - Page 3

111 projects for "proxy setup script" with 1 filter applied:

  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI Studio. Switch between models without switching platforms.
    Start Free
  • 1
    Web Server Installer

    Web Server Installer

    Install an Apache Web Server with PHP and MySQL on Linux

    With this Bash Script, you can install an Apache Web Server with PHP and MySQL easily! The Script will install the following packages: * Apache * Php * MySql * XCache * Fail2ban The Script can configure: * Time Zone * Php Time Zone * Apache Module Proxy * Apache Module ProxyHttp * Apache Module Rewrite * Apache Module Expires * Apache Module Deflate Also, the Script can install the following packages: * SSH * Ntp * Screen * Lynx * Vim * Htop * Unzip
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    AirChat

    AirChat

    Free Communications For Everyone

    AirChat is a proof-of-concept communication system that works without the internet or cellular networks, using audio over radio links to move messages between nodes. It couples a lightweight packet format with asymmetric keys to enable addressed delivery, optional end-to-end encryption, and anonymous broadcast when encryption is disabled. The software talks to modem software such as FLDigi via XML-RPC, letting one machine handle radio I/O while others run the AirChat service, and it can also...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    PHP 2 Way Webcam Video Chat

    PHP 2 Way Webcam Video Chat

    1 on 1 Webcam Videochat Script with P2P Support

    This is a web based instant 1 on 1 private online video conferencing solution. It's a solution for conducting easy to setup face to face meetings without leaving your office or home. It's the easiest and most cost-effective way to meet somebody and discuss one on one, to make a video call just by providing a private room access link.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    PHP Webcam Video Recorder

    PHP Webcam Video Recorder

    Setup web based cam video recording with any php script or cms.

    The VideoWhisper Video Recorder allows site users to record webcam videos easily from website pages, including high definition recordings. This can be use on various sites to implement online features like: + video sharing, on demand video content + video messaging, video email + video content on member profiles, video teasers, video questionnaires + video comments for online posts and items, video discussions, video forums Video Recorder application key features + 100% web based...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    Odometer

    Odometer

    Smoothly transitions numbers with ease. #hubspot-open-source

    Odometer is a lightweight JavaScript and CSS library for animating numbers with a smooth rolling effect, similar to a car’s odometer. It provides a visually engaging way to display counters, statistics, or values that update dynamically in dashboards and web apps. The library requires minimal setup—just drop in the script and apply the class to an element, then update the number to trigger the animation. It supports multiple themes and styles, all implemented with CSS so they are easy to customize. The animation is GPU-accelerated and designed to be smooth even for rapid updates. Odometer is often used in marketing sites, financial dashboards, and gamified interfaces where numeric feedback benefits from a touch of motion and polish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Outpost

    Outpost

    A first defense of web application security

    It rejects/redirects the user agent that are known to be with bad intention, such as sql injection payload from sqlmap, scanners and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    UDP Chat

    Network text chat (instant message) app requiring zero configuration

    Text chat between computers on the same Local Area Network, requiring absolutely no setup or configuration. No server preparation or IP address information is required. Just start the program on any connected machine. Because this script uses UDP, anyone who runs it on a local network will automatically receive messages broadcast by others on the same network. A separate server program and/or connection(s) to specific IP addresses are NOT required.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Proxyp

    Proxyp

    Multithreaded Proxy Enumeration Utility

    Proxyp is a small multithreaded Perl script written to enumerate latency, port numbers, server names, & geolocations of proxy IP addresses. This script started as a way to speed up use of proxychains, which is why I've added an append option for resulting live IP addresses to be placed at the end of a file if need be. Requires IP::Country module and root/administrator privileges.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Travian VN Clone script T3 - 2013
    VN Travian Clone, maded by various people, it has some bugs, but its relatively the best avaliable T3 clone. You have to setup and use! There is a reference readme in the package, but you will need to figure it out! The README file is in the package or here in SF unfer Files menu
    Downloads: 0 This Week
    Last Update:
    See Project
  • Push Code. Get a Production URL. Done. Icon
    Push Code. Get a Production URL. Done.

    Cloud Run deploys any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try Cloud Run Free
  • 10
    A backup script written in Ruby, Making incremental backups using rsync and hardlinks. It is a simple ruby script, with configurations in the start of the script, making it very hackable for sys admins. This also means that there is now running deamon/service, if it should run automaticly, your must setup a cron job. Se the Wiki for more details about features and requirements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    env2

    Convert environment variables between scripting languages

    A unix perl script to convert environment variables between scripting languages. For example, convert csh setup script to bash or the other way around. Supports bash, csh, ksh, modulecmd, perl, plist, sh, tclsh, tcsh, vim, yaml, and zsh. Complements http://modules.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Java HTTP REST interface

    Base for HTTP-REST Java application

    Simplified multithreaded Java HTTP server able to interpret GET/POST requests. Example dummy app included. It uses Apache2 as a proxy for AJAX calls and jQuery code as a client. ------- Requirements: For the Java HTTP server: - J2SE (SDK for compilation) For the exampe web app: - Apache2 with mod_rewrite and mod_proxy Client-side for the web app: - www browser supporting JS with jQuery --- Setup: - run Server.class from Java server files (java Server) in a terminal/console - unpack example app files under/within your apache2 document root file structure - open index.html (with a www browser, from a www server) - observe terminal output
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    HTTP Anti Flood/DoS Security Module

    HTTP Anti Flood/DoS Security Module

    Detect Flooder IPs, Reduce Attack Surface against HTTP Flood Attacks

    ...You can test module here: http://www.iosec.org/test.php (demo) Watch the Proof of Concept video: http://goo.gl/dSiAL Hakin9 IT Security Magazine Article about IOSEC http://goo.gl/aQM4Di (different format -> http://goo.gl/JKMUPN) IJNSA Article at http://goo.gl/LLxRdX WP Plugin Page http://goo.gl/nF5nD CHANGES v.1.8.2 - Iptables Auto Ban Bash Script Included - Token Access via Implicit Deny - Reverse Proxy Support - reCAPTCHA Support Do you want more features? Check for third party addons http://sf.net/projects/iosecaddons Gökhan Muharremoğlu
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14

    WhitewallManager

    Whitelist manager

    WhitewallManager is a whitelist manager. It aims to be a web based administration tool for administrators using a default-deny approach to the security of the network they are responsible for. Default-deny is a superior model for network security as compared to default-allow, which is how the security model of most local area networks is modeled. Default-deny disallows all but access granted to resources which you specifically allow. The advantage to this is that any new resources which...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Efficent WEB UI for wget utility written in python(twisted) . It's work without any web server. Script consists of a SINGLE file
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    In just one clic (no setup) this Java Applet based solution allows you to run VNC Server / VNC Viewer through an HTTP AES encrypted tunnel. As it is full HTTP, there is no proxy or firewall setup needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ANts P2P
    ANts P2P realizes a third generation P2P net. It protects your privacy while you are connected and makes you not trackable, hiding your identity (ip) and crypting everything you are sending/receiving from others.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    This script can purge your content from nginx proxy cache. More info on site http://linux-sysadmin.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    With the "xix" library, GATE functionality is available in XQuery (via an MXQuery extension). OpenCalais invocation is supported, too. -- Source code at http://sgv-jenkins-01.ethz.ch/job/xixlib/ws/-- "Show project details" for instruction
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Free Simple Shop
    Free Simple Shop is shopping cart software that is available as a free download. Our aim with Free Simple Shop is to create e-commerce software capable of powering large online shops while still being very easy to use and maintain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Free Simple Blog
    Free Simple Blog is online journal software. Keeping in touch with friends, family, and/or clients is important. Free Simple Blog makes it easy to do with journal capabilities, photo sharing, content pages, email notifications, and RSS feeds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Free Simple CMS
    Free Simple CMS is content management software (CMS). Designing websites with Free Simple CMS is easy. You can use our template generator or choose a pre-made template. Integrating Free Simple CMS into an existing design is also very easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SSSR (setup smb server) Script para gerar arquivo de configuração do samba (smb.conf). <<*>><<*>> SSSR (setup smb server) script to generate configuration file for samba (smb.conf).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    FreePHPShoppingCartSoftware
    FreePHPShoppingCartSoftware is free shopping cart software powered by PHP scripting and a MySQL database. The software is released under the GPL license. The software is feature loaded, very easy to install, simple to customize, and a breeze to use!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Simple java written script. Generates clicks to given URL via proxy servers. Good for testing purposes or whatever you want.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB