New: bashAll contenthive-129948krhive-196917zzansteemhive-183959hive-166405photographyhive-180932hive-185836uncommonlabhive-183397hive-150122hive-101145hive-144064hive-188619bitcoinhive-145157krsuccesshive-193637lifehive-184714hive-181136hive-109690hive-103599TrendingNewHotLikersdavelevy (43)in programming • 4 months agoLearning bash, and other languagesI made the mistake of claiming to be a bit of a whizz with bash. Someone wrote to me and asked me how I did that. The short answer is that I’ve been using it or its predecessors for a very long…fmz.com (34)in linux • 9 months agoInstructions for Installing Interactive Brokers IB Gateway in Linux BashFMZ platform now supports the integration of Interactive Brokers (IB). It's quite simple on Windows, so we won't explain how to install it here. For Linux users who generally rent servers without a…justyy (82)in bash • 9 months agoThree Interesting BASH CommandsConsole Tetris Game apt install bastet CMatrix apt install cmatrix SL apt install sl See Blog Steem to the Moon🚀! You can swap the STEEM/SBD to SOL Solana via…justyy (82)in witness-category • last yearsteemCreated with Sketch.Backup Witness Node Online - Simple Bash Script to Show LogsI managed to restore the backup node quickly thanks to the Backup Data provided by @ety001 And here is a simple script to parse the logs and print it to the console: #!/bin/bashfrankielc (25)in java • 2 years agoRun bash commands from JavaAs one of Java paradigms is "write once, run anywhere", and calling external software makes that much more complicated, you'll want to steer away from it as much as possible. However, sometimes…justyy (82)in crypto • 2 years agosteemCreated with Sketch.Simple BASH Script to Monitor CryptosWith the Crypto Price Lookup API and the JSON jq tool, we can make a simple bash script to query crypto prices such as bitcoins, TRON, steem: #!/bin/bashjustyy (82)in witness-category • 2 years agoA Simple BASH Script to Query to CryptocurrencyImproved version: BASH Script to Query and Monitor the Crypto Prices (Exchange Rate to Fiat) Here is a quick BASH script that allows you to do something like this: ./ticker e.g.…remlaps-lite (76)in steem • 2 years agoSteem for script kiddies: paginated get_account_history callsToday, @ety001 published the post, The official API node will decrease the get_account_history upper limit . The post said, Pixabay license from OpenClipart-Vectors, source We…gmdatacenter (50)in janesonderground • 3 years agorsync in 5Since we are crazy (by third-party interference) people named after Jane who cant work on an online pc b/c satellius and pavlov gnome is in the cables to pite for crotter what the fake cant create…nileshevrywhr (25)in dataexposure • 3 years agohacking EatSure for free food & exposing customer datawhen you order from EatSure, you get the amount paid per order credited as Sure Points. this gets automatically credited to your account once the order is delivered. and you can redeem them on later…sqlinsix (55)in development • 3 years agosteemCreated with Sketch.Get A Past Bash Command QuicklyIt's one thing to to surf for past Bash commands if we've only run a few of them in one day, but what if we've been running hundreds (or thousands) of Bash commands and we want to look through our…jamespgilli (33)in oogie • 3 years agoOogie Boogie Bash Merchandise 2021Oogie Boogie Bash Merchandise 2021 , Oogie Boogie Bash Merch 2021 , #oogieboogie , #oogieboogiebash :sarahfsparks (25)in oogie • 3 years agoOogie Boogie Bash Merchandise 2021Shop Official, Oogie Boogie Bash Merchandise 2021 , Oogie Boogie Bash Merch 2021 a custom tee shirt made just for you by quality design. Choose your unique color shirt for you and your family and…justyy (82)in bash • 3 years agoThe Simplest Database Implementation by BASH ProgrammingThe following is probably the simplest Database implementation using BASH programming language. The BASH database provides four basic functions: db_clear() to truncate the database. The db_set()…k98 (51)in deutsch • 3 years agoAusgabeumleitungen in der Bash Shell / Redirect Output with Bash Shell (DE / EN)(English Below / Englisch unten) Ausgabeumleitungen in der Bash Shell Beim Arbeiten auf der Kommandozeile bietet die Bash einige Moeglichkeiten die Ausgabe der einzelnen Befehle umzuleiten.…justyy (82)in programming • 3 years agoBASH Function to Compute the Greatest Common Divisor and Least Common MultiplesWe can compute the Greatest Common Divisor (GCD) using Iterative Divide/Remainder Method. The following is the GCD implementation in BASH Programming: #!/bin/bashrazuahmed (72)in hive-138339 • 3 years agoবাশ গাছPhotography Topic Bash Tree Location Chandpur Device Oneplus 7trazuahmed (72)in hive-138339 • 3 years agoBash JharPhotography Topic Bash Location Chandpur Device Oneplus 7trazuahmed (72)in hive-138339 • 3 years agoবাশ ঝারPhotography Topic Tree Location Chandpur Device Oneplus 7tjustyy (82)in programming • 3 years agoBASH Function to Error Warnings and Messages with Terminal ColoursWe sometimes need in BASH script to display messages with different format/colour to terminal console. For example, the warnings messages are blue, and error messages are red. We can use the…