New: scriptingAll contenthive-129948hive-196917krhive-150122hive-180932zzanhive-188619photographysteemhive-166405hive-183959hive-185836hive-144064hive-183397hive-101145uncommonlabhive-184714hive-103599hive-145157hive-141434hive-139150hive-180301lifehive-193637krsuccessTrendingNewHotLikersgmdatacenter (50)in linux • 3 years agoNo empty conditional blocks in bashif [ $ACCOUNT == 'accountname' ]yoselindiaz (54)in hive-111825 • 3 years agoManifestando mis deseos a traves de scripting o carta de manifestacion by: @yoselindiazHola amigos de mi comunidad favorita @writingnreviews, hoy quiero contarles mi secreto para manifestar cualquier cosa que desee, esta técnica la vi por primera vez en Youtube, y la he puesto en…titandlt (29)in podcast • 5 years agoScripting Down Your Podcast: How Important is it?Repeat after us — Which witch switched the Swiss wristwatches, Which witch switched the Swiss wristwatches, Which witch switched the Swiss wristwatches. Now, try repeating this without looking at…tomoyan (79)in hive-175254 • 5 years agoStarted Playing With BEEM Librarysource I've been always interested in Blockchain technologies and how they work. But the same time, " Blockchain ", the word, kind of intimidated me so I never actually played with it before.…sebov1c (42)in linux • 5 years agosteemCreated with Sketch.Press <Key> to TranslateWith the following script you can translate small sentences and words using a keyboard shortcut! start via shortcut or via Terminal enter text notification with…kiwibloke (60)in engrave • 5 years agoLinux: Cutting then Slowing Down Video Clips.linux mint terminal Sometimes when I'm editing videos, it's more practical to cut up raw videos into smaller clips before importing them into my favorite video editor, ie kdenlive for linux.…thomastoscani (27)in bash • 5 years agoHandy Bash script to perform the most common operations -- Go to and EditI find that when I'm working on a server via ssh I keep performing two operations over and over: go to a directory, and edit a file. When I need to perform either of these operations and I can't…takagi (25)in bash • 5 years agoSimple Bash DNS-Query Script for several hostsThis is one simple script to parse a list of fqdn-hostnames if you need only the ip-addresses. You can customize it in any way you want just like extending for ping-requests or generating new lists…engelchen (55)in games • 5 years agoDas Kreieren eines Arkanoid / Breakout-PaddlesDieser Beitrag beschäftigt sich mit dem Erschaffen eines Arkanoid bzw. Breakout-Paddles, der größenveränderlich ist. Das Kreieren eines Arkanoid / Breakout-Schlägers Kreiere im Hierarchiefenster…oneshot (55)in linux • 6 years agoRussian Roulette For #Linux and Unix Users 😎WARNING!!! Be Care!! You can destroy your system!!! Not a joke!!! Twitter.Com/nixcraft [ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo *Click* Full Articleoneshot (55)in linux • 6 years ago#Linux #Unix How to run command or code in parallel in bash shell.www.cyberciti.biz Full Articleoneshot (55)in linux • 6 years ago#Linux Command line to convert single digit to double digits.for i in ?.ogg; do mv $i 0$i; donebala41288 (70)in steemhunt • 6 years agoBrowserify - An Open source Javascript tool for the developersBrowserify An Open source Javascript tool for the developers Screenshots View Image View Image Hunter's comment Node Js is very famous for writing server-side Javascript…dilshanrodrigo (27)in technology • 6 years agoSQL PLSQLPL stands for Structured Query Language Procedural. It was developed by IBM just as a set of command to extend the use of SQL in the database system. SQ LP provides procedural programmability…dilshanrodrigo (27)in technology • 6 years ago🔰Difference Between Scripting, Markup And Programming Languages🔰Programming Languages A programming language is simply a set of rules that tells a computer system what to do and how to do it. It gives the computer instructions for performing a particular…faraz33 (65)in steemhunt • 6 years ago001 Game Creator - Graphically Assisted Scripting engine001 Game Creator Graphically Assisted Scripting engine Screenshots Hunter's comment Hello hunters. Today my search is about game creation where you allow to create games for Native…codesblue (25)in dtube • 6 years agoComo crear script que verifique si el usuario tiene licencia de un aplicativo con batchPagina web: Articulo: Sigueme en facebook: ▶️ DTube ▶️ IPFSalbertccs1976 (44)in shell • 6 years agoShell Scripting: El arte de dominar la consola y automatizarlo todo.Todos los Sistemas Operativos (S.O.) tienen una Shell para permitir un trabajo más técnico o avanzado sobre las múltiples funciones, opciones y capacidades del mismo. Y así como en "MS Windows", el…dave-bellezino (31)in web • 7 years agoLearning PythonPython is a general-purpose interpreted, interactive, object-oriented and high-level programming language, it has a design philosophy that emphasises code readability using significant whitespace.…albertccs1976 (44)in linuxpostinstall • 7 years agoEjemplos prácticos y sencillos de Scripting usando múltiples comandosEn esta publicación se exploraran sencillos ejemplos de ordenes de comando que complementarán las anteriores publicaciones sobre el tema que se han abordado de forma especifica y avanzada con los…