Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@bikram990
bikram990
Follow
View bikram990's full-sized avatar

Bikramjeet Singh bikram990

Block or report bikram990

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more aboutreporting abuse.

Report abuse

PinnedLoading

  1. PyScepPyScepPublic

    A Python SCEP client and server

    Python 8 6

  2. certbot-dns-dynucertbot-dns-dynuPublic

    Dynu DNS Authenticator plugin for Certbot

    Python 12 8

  3. scratch-padscratch-padPublic

    My Scratch Pad https://bikram990.github.io/scratch-pad/

    HTML

  4. Create macOS flat Package from .app ...Create macOS flat Package from .app in /Applications
    1
    #!/bin/sh
    2
    3
    TempDir="/tmp/pkg"
    4
    AppPath=$1
    5
    TargetPath=$2
  5. Create a daemon user in macOSCreate a daemon user in macOS
    1
    #!/bin/bash
    2
    3
    if(( $(id-u)));then
    4
    echo"This script needs to run as root"
    5
    exit 1
  6. Python script to add Load Balancing ...Python script to add Load Balancing IP Tables based on https://scalingo.com/blog/iptables
    1
    #!/bin/python
    2
    3
    importsubprocess
    4
    5
    destination_ips= ['192.168.1.2','192.168.1.3','192.168.1.4','192.168.1.5']

[8]ページ先頭

©2009-2025 Movatter.jp