Filter
Exclude
Time range
-
Near
๐ŸชŸ Intelligent Terminal 0.1 is Microsoftโ€™s โ€œweโ€™ll add an AI paneโ€ฆ but donโ€™t worry, Windows Terminal is still the real oneโ€ move. Smart testing: command line as an agent desk, not a takeover. #Windows #Microsoft #Build windowsforum.com/threads/micโ€ฆ #CommandLine #WindowsTerminal
18
Jun 13
oh, and running applications installed via flatpak in a terminal requires a different command most of the time rather than just typing the app name in the commandline
1
11
Nushell 0.113.1 is out >> Nushell 0.113.1 is a bug-fix release improving YAML output with smarter quoting, fixing idx command reliability, and restoring REPL commandline editing. #rustlang #rust
1
3
15
1,352
hijack sudo to get to UID 0 (God Mode). ๐Ÿ”น Sysmon(system monitor)- Standard logs are weak. I verified Microsoft Sysmon on my machine and dived into Event ID 1 (Process Create). When you can read the exact CommandLine arguments, you see the raw truth. I learned why an email app
1
4
Replying to @alexrubner
make a little command.line script do it. go barebones super-lazy. I tested out claudebot and discovered it was basically commandline tools with zoomer talk interface that eats tokens ๐Ÿคฃ
1
1
111
๐Ÿšจ THE MOST POPULAR TERMINAL FRAMEWORK ON EARTH IS STILL UNDEFEATED ๐Ÿ”ฅ Oh My Zsh โ€” 170k stars and counting. Instantly turns your boring terminal into a beautiful, productive powerhouse with 300 plugins, hundreds of themes, auto-updates, and god-tier productivity. Every serious developer uses this. Repo: github.com/ohmyzsh/ohmyzsh Whoโ€™s still rocking Oh My Zsh in 2026? ๐Ÿ‘‡ #OhMyZsh #Zsh #Terminal #DeveloperTools #Productivity #DevLife #CommandLine #OpenSource #Linux #MacOS #PowerUser #TechTools #IndieHackers
9
Using Geek Uninstaller and one Commandline app I forgot the name of ...
2
29
Replying to @zuhaitz_dev
Having seen some extremely cursed codebases, this could for the majority be just library docs generator for library some commandline tools they use internally (idk why java, C# then and I don't know what MLIR and Roff are)
1
2
56
Eweremchi retweeted
cat - Displays the content of a file. Example: cat file.txt #Linux #LinuxCommands #Terminal #CommandLine #Cybersecurity
2
1
10
๐Ÿš€ ๐‹๐ข๐ง๐ฎ๐ฑ ๐‚๐จ๐ฆ๐ฆ๐š๐ง๐๐ฌ ๐ˆ ๐”๐ฌ๐ž ๐„๐ฏ๐ž๐ซ๐ฒ ๐ƒ๐š๐ฒ ๐š๐ฌ ๐š ๐๐ข๐จ๐ข๐ง๐Ÿ๐จ๐ซ๐ฆ๐š๐ญ๐ข๐œ๐ข๐š๐ง Most of my daily work revolves around a surprisingly small set of commands: ๐Ÿ”น ls ๐Ÿ”น find ๐Ÿ”น grep ๐Ÿ”น awk ๐Ÿ”นMany more !! ๐Ÿ“ jojyjohn28.github.io/blog/liโ€ฆ #Linux #Bash #CommandLine
1
35
Replying to @RhysSullivan
Bro I'm not even convinced it's useful to use promts at all. The most i use it for is trying to find filter arguments for commandline binaries like ansible.
19
New project dropping soon: Terminal Master mobile app!!! Linux commands with examples, quizzes & daily challenges and daily commands๐Ÿ˜. Fully offline. Would you use this? #Linux #CommandLine #TerminalMaster #Developer #Bash #buildinpublic
1
1
3
51
Replying to @rogaty_jelen
Pewnie niezmiennie od premiery i tak trzeba rzeลบbiฤ‡ z commandline ลผeby dziaล‚aล‚o xD
1
1
56
Jun 6
If you have issues launching fortnite where Epic crashes, do this, left click the 3 dots "Adminstrate" and add this to the commandline -d3d11
10
14
255
33,146
I use vit commandline instead of paying GitHub. The security issues from GitHub are atrocious for users and the ecosystem.
10
1,338
Suspicious Outbound SSH Tunneling: Firewall showed an internal host making a long-running SSH connection to an external IP with ~1.44 GB downloaded. So I correlated with EDR using a 3 hop pivot, my simple process: Hop 1: Network alert โ†’ owning process #event_simpleName=NetworkConnectIP4 RemoteAddressIP4="<DST_IP>" LocalAddressIP4="<SRC_IP>" | groupBy([aid, RemotePort, ContextProcessId], function=count()) Hop 2: Process ID โ†’ process name #event_simpleName=ProcessRollup2 aid="<AID>" TargetProcessId="<ContextProcessId>" | table([ComputerName, UserName, FileName, CommandLine, ParentBaseFileName]) Hop 3: Process โ†’ file written to disk #event_simpleName=/Written/ aid="<AID>" ContextBaseFileName=/<PROCESS_NAME>/i | table([_time, event_simpleName, TargetFileName]) Network alert โ†’ EDR network event โ†’ process โ†’ file write. Three hops to get from "something moved" to "here's the file." #ThreatHunting #DFIR #CrowdStrike
2
157