About 103 results found. (Query 0.20400 seconds)
Category: BASH Home BASH PHP Python JS Misc This site should work without Javascript enabled. If you find something doesn't, please Contact Me .
zzz.i2p Development discussions Home Forum You are not logged in Login Sat, 25 Mar 2017, 12:56pm Change bandwidth from bash script is possible ??? » zzz Administrator option 1 option 2 Link Post Topic (x) Home » Forum Topics » I2P Help, Hints, Advice » Complaints and Questions ... » Change bandwidth from bash script is possible ???
Explore Help Sign In Arav / opennic-extract-domains Watch 1 Star 0 Fork 0 You've already forked opennic-extract-domains Code Issues Pull Requests Releases Wiki Activity Bash script for BIND9 that extracts domains from zone files of OpenNIC and forms a list of domains that have an IP-address. 4 Commits 1 Branch 0 Tags 29 KiB Shell 100% master Go to file HTTPS Download ZIP Download TAR.GZ Download BUNDLE Open with VS Code Open with VSCodium Open with Intellij IDEA Cite this repository APA...
bash debugging Параметр отладки может быть установлен в произвольном месте в теле скрипта. Для отладки определенного блока кода, установим перед кодом set -x , а для выхода из отладки при достижении конца отлаживаемого блока, обратим параметр вызвав set +x .
Skip to main content www.bentasker.co.uk Home Blog Documentation Videos Archive Tags Posts about bash RSS feed Cross-domain tag search 2010-11-10 19:38 Howto tweet from BASH scripts using OAuth Related Snippets License Privacy Policy Cookies About Me Via Tor Via I2P Service Status Contents © 2024 Ben Tasker - Powered by Nikola Mastodon github.com/bentasker
Date July 24, 2005 City Buffalo, New York Venue HSBC Arena Attendance 8,000 [ 1 ] Buy rate 233,000 Pay-per-view chronology ← Previous Vengeance Next → SummerSlam The Great American Bash chronology ← Previous 2004 Next → 2006 The 2005 Great American Bash was the second annual Great American Bash professional wrestling pay-per-view (PPV) event produced by World Wrestling Entertainment (WWE), and 16th Great American Bash event overall.
Popular All Saved I2P Tor Yggdrasil Adguard Metasploit Pihole Wireguard Wireshark DeepWeb Crypto Netsec OPSec Privacy Programming Go Java PHP Python Rust Javascript CSS WebDev Android BSD Linux Debian Kali Qubes Tails Ubuntu Windows Whonix Blender Firefox FirefoxCSS GIMP Inkscape Krita StableDiffusion HomeLab SelfHosted CryptoMarkets CryptoCurrency Bitcoin Monero WallStreetBets News WorldNews Politics Technology DIY SelfSufficiency Art Photos Surrealism ComputerGraphics AIArt Animation Videos Trailers...
Switch to PowerShell instead. lengau @midwest.social · 7 months ago Cursed project: provides .ps1 file for *nix configuration, .sh for Windows configuration (using git bash) Evilschnuff @feddit.de · 7 months ago I believe this to be true for nearly all products. It has to be super simple to test, because you need to assess if it fits your needs.
Explore WoodpeckerCI Help Sign In vern / pubnix-configs Watch 3 Star 0 Fork You've already forked pubnix-configs 0 Code Issues Pull requests Projects Releases Packages Wiki Activity 8cefe14d04 pubnix-configs / skel / .config / bash / bashrc ~vern 8cefe14d04 Initial Commit 2022-11-22 14:19:19 +00:00 110 lines 3.4 KiB Bash Raw Blame History # ~/.bashrc: executed by bash(1) for non-login shells. # see...
I2P Address: [ http://git.idk.i2p ] Skip to content GitLab Explore Sign in Register Verified Commit 4107436c authored Mar 22, 2021 by idk Browse files quote some things for git bash parents 863588d0 00899b62 Changes 3 Hide whitespace changes Inline Side-by-side Preview 0% Try again or attach a new file . Cancel You are about to add 0 people to the discussion.
Jump to main content Jump to sidebar [RAMBLE] Forums Wiki Log in Sign up /f/ I2P View I2P stats via terminal using a bash script / curl Posted by Rambler on December 27, 2020 at 6:38 PM in I2P (edited by a moderator on June 26, 2023 at 3:45 AM ) Do you want to quickly print stats in your terminal, like what is shown below?
Explore Help Register Sign In skynet / tmn Watch 1 Star 1 Fork You ' ve already forked tmn 0 Code Issues Pull Requests Packages Projects Releases Wiki Activity _autosetup: use sh instead of bash, no longer check for gmake Browse Source ... This commit is contained in: Manatsawin Hanmongkolchai 2016-02-29 07:28:37 +07:00 parent 26e2d5e88e commit 5c544dfc24 1 changed files with 18 additions and 46 deletions Show all changes Ignore whitespace when comparing lines Ignore changes in amount of...
We like Aaron Sorkin and gay marriage and invitations to the New Yorker ’s bash on the roof of the W Hotel on the eve of the White House Correspondents Dinner. We have Rahm Emanuel and Chuck Schumer’s cell phone on speed dial.
Start I2P service is not enabled < div class = "highlight" > < pre style = "color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4" > < code class = "language-bash" data-lang = "bash" > sudo systemctl start i2p < /code > < /pre > < /div > Now that I2P is installed on your whonix qube, you must configure Tor Browser to allow I2P connections.
You ' ll also need to clone the monero repository and navigate to the `contrib/gitian` directory: ```bash git clone https://github.com/monero-project/monero.git cd monero/contrib/gitian ``` If you want Mac binaries included in your build, you need to obtain the MacOS SDK: ```bash @ -56,13 +63,15 @@ The dockrun.sh script will do everything to build the binaries.
{build} pull_requests : do_not_increment_build_number : true branches : only : - openssl skip_tags : true os : Visual Studio 2015 shallow_clone : true clone_depth : 1 environment : MSYS2_PATH_TYPE : inherit CHERE_INVOKING : enabled_from_arguments matrix : - MSYSTEM : MINGW64 - MSYSTEM : MINGW32 install : - c:\msys64\usr\bin\bash -lc " pacman --noconfirm -Rns gcc-fortran gcc " - c:\msys64\usr\bin\bash -lc " pacman --noconfirm -Syuu " -...
/ bin/sh -e # Automatic build of so files, ignores failed builds. # Place latest gmp tarball in the jbigi dir, and exec this script. if [ -z " $BASH_VERSION " ] ; then echo " This script needs to be run with Bash. " echo echo " Please install bash and then run this script with " echo " bash $0 " exit 1 fi #JBIGI=../../../installer/lib/jbigi/jbigi.jar #if [ -f jbigi.jarx ] ; then #JBIGI=..
The quotes are used to prevent Hello and World being treated as separate arguments: < source lang="bash" > echo "Hello World" < /source > The following commands are equivalent. They list files in the directory /bin . The command is ls , the argument is /bin and there are three flags: -l , -t and -r . < source lang="bash" > ls -l -t -r/lvl 100ls -ltr/bin < /source > The following command displays the contents of the files ch1.txt and ch2.txt .
{build} bc775140 MT Mikhail Titov 2015-12-12 18:05:14 -0600 2 pull_requests: 3 do_not_increment_build_number: true 4 branches: 5 only: 6 - openssl 7 skip_tags: true 8 os: Visual Studio 2015 9 shallow_clone: true 10 clone_depth: 1 bc775140 Mikhail Titov 2015-12-12 18:05:14 -0600 11 bc775140 Mikhail Titov 2015-12-12 18:05:14 -0600 12 environment: 6c848a57 R R4SAS 2017-03-18 02:40:39 +0300 13 MSYS2_PATH_TYPE: inherit 14 CHERE_INVOKING: enabled_from_arguments bc775140 Mikhail Titov 2015-12-12 18:05:14 -0600 15...
Each time i execute the code, at line 32 an error is occurred and else is executed. I am trying to create an addition/subtraction bash sh file. root @ Kumaraswamy : ~ # . / maths . sh [ 0 ] Add [ 1 ] Subtract Add Enter Number One 7 Enter Number Two 3 . / maths . sh : line 32 : [ [ Add : command not found The sum of two numbers are 4 root @ Kumaraswamy : ~ # bash syntax Show 3 comments 0 Paste your code in shellcheck.net and it ' s all become obvious Commented Jun 13, 2022...