Login
Discover
Waves
Communities
Login
Signup
Topics
#bash
Global
Trending
Hot
New
Top
#bash
New
Top communities
Create your community
latest #bash created topics - older | Ecency
serpent7776
DBuzz
2024-06-25 17:14
Shell function that waits for specified process to appear and then attaches gdb ...
... to it. #sh #bash #shell
$ 0.000
0
1
gamer00
coding
2024-05-22 22:57
Little something I did for myself
We lost power today, for some 20 to 30 seconds. It was enough for my computer however, since as a full-blown desktop computer it doesn't have a battery like those laptops, and I was always too cheap to
$ 0.868
55
11
j2e2xae
Linux&SoftwareLibre
2024-04-21 13:52
Bash. Quoting
Quoting en Bash, tipos y casos de uso
sn0n
programming
2024-04-01 05:06
Zettelkasten, but in a /bin/bash script
Bash script for taking quick notes.
alberto0607
Linux&SoftwareLibre
2024-01-28 00:56
Automatizar Tmux con Bash Script
Hoy quiero compartir con ustedes un poco de código, ya que estoy creando nuevos script para automatizar algunas tareas que suelo hacer con regularidad. Si, los vagos nos caracterizamos con eso, siempre
serpent7776
bash
2023-10-21 17:04
Recursive bash function to replace cd ../
This simple recursive bash function replaces cd .. . 1 works like cd .. . 2 works like cd ../../ and so on. . works like . 1. .() { , ${1:-1}; }; ,() { local N=$(($1-1)) C=${1/#0*/cd} D=${1/#[1-9*]/../};
lilacse
Programming & Dev
2023-04-22 14:43
Teleporting to GitHub from the Terminal
Sometimes, we just don't really want to leave the terminal. Or, we just don't bookmark all of our repos. Either way...
rufans
Programming & Dev
2023-02-27 18:43
My very first time Bash-Scripting
There is a saying that “learning never stops” this is true with every aspect of my life including programming. Over the years, I have always wanted to become a pro at programming but the technology seems
ericjiang
bash
2022-10-05 04:33
在 Windows 上运行 shell 脚本文件的不同方法
适用于 Linux 的 Windows 子系统 第一种选择是使用适用于 Linux 或 WSL 的 Windows 子系统,这是一个兼容层,用于在 Windows 系统上本地运行 Linux 二进制可执行文件。它适用于大多数场景,允许您在 Windows 11/10 中运行 shell 脚本。 WSL 不会自动可用,因此您必须通过 Windows 设备的开发人员设置启用它。您可以通过转到设置 >
ericjiang
bash
2022-07-22 00:50
微软正在为 Windows 11 Beta Channel Insiders 举办“一场特殊的 Bug Bash”
微软最近在 Beta 频道中为 Insiders发布了Windows 11 Preview Build 22622.436 。与此同时,该公司还为在 Beta 频道注册的用户发布了另一项重要公告。微软已经在 Beta Channel 中为 Windows 11 Insiders启动了“一场特殊的 Bug Bash ”。 对于那些不知道的人,Bug Bashes 本质上是为了鼓励 Windows
maciejficek
Programming & Dev
2022-07-21 11:34
I did hard HackerRank exercise in Bash, and I made it even harder!
A week ago I started learning Bash, Linux Shell. I have been doing HackerRank exercises since then. A few minutes ago I did that exercise, which is labeled as Hard: There are N integers in an array A.
kiwibloke
New Zealand
2022-02-08 09:24
Experiment: WebP Image Format and Rumble Video Platform
WebP and Rumble
kiwibloke
New Zealand
2022-02-03 00:47
Cycle Training (Creating a Video Without an Editor)
Normally I'd create this activity for the Exhaust Community, but I'm focusing this post on using Linux, especially BASH scripting using the Terminal. Training for Bike The Trail 2022 Perfect opportunity
bustillo
DBuzz
2021-12-29 14:44
#Bash Reference #Manual #linux #gnu #gpl #book #freesoftware
#Bash Reference #Manual #linux #gnu #gpl #book #freesoftware
bustillo
DBuzz
2021-12-25 14:52
4nonimizer - A #bash script for #anonymizing the public IP used to bro ...
4nonimizer - A #bash script for #anonymizing the public IP used to browsing Internet, managing the connection to #TOR network and to different #VPNs providers (#OpenVPN)
ds-tech
Linux
2021-12-04 12:15
How To Record The Terminal With ASCIINEMA & TTYrec
I take a look at two simple programs for recording your terminal, including one that exports to .GIF image format! Links: ASCIINEMA: TTYREC: DS-Tech Media is diversified across a host of popular &
sqlinsix
development
2021-10-31 16:17
Get A Past Bash Command Quickly
How to get past bash commands quickly
tushar7048
Foodies Bee Hive
2021-04-05 10:12
Cake wake
Birthday bash ....cake cutting
oneshot
linux
2021-04-03 03:13
#Linux 5 [play, chvt, arecord, mutt, curl] useful cli oneliners.
PLAY local microphone on remote machine's speakers. Fun for pranks. Uses sox package: $ rec -t wav - | ssh user@remotehost play -t wav - CHVT Go to vt number 3: sudo chvt 3 ARECORD Register an .mp3 audio
oneshot
linux
2021-03-29 05:54
#Linux 5 [wget, date, sed, man, setterm] useful cli oneliners.
WGET Download an entire website with a single command: wget --random-wait -r -p -e robots=off -U mozilla DATE Which day would be +90 from now? date -d "today +90 days" or date -d "+90 days"
← Latest
Older →