Recently, since getting a new computer, I've noticed that I've been losing bash history items and it took a while to work out what was going on, though I'm still not completely sure as it never seemed to be so much of a problem. I regularly use the up and down keys with context specific history. For example, I will type ma and then press up to search back through all the make commands I've… continue reading.| Rob Allen
Building packages can turn complex very quickly. We will start with a few simple examples first and build up from there. You should read the first two posts in this series, first: Installing Packag…| Scripting OS X
What is a package? If you have been using a Mac, you will have encountered an installation package file or pkg. Package files are used to install software and configuration files on your Mac. Packa…| Scripting OS X
Let's learn how to use the PsExec utility tool in Windows 11. This tool is a command-line utility built for Windows by Microsoft. PsExec allows system| How to Manage Devices Community Blog Modern Device Management Guides
Let's learn about how to Kill Processes using PsKill in Windows 11. The PsKill is a compact tool of PsTools that works to forcefully stop a process/end a task| How to Manage Devices Community Blog Modern Device Management Guides
Let's learn how to open Elevated Command Prompt in Windows 11. The Elevated Command Prompt is also known as Administrator Mode. Command Prompt processes the| How to Manage Devices Community Blog Modern Device Management Guides
For the first time in a long time, Windows has re-entered my life now that I work at Microsoft. In macOS land, I use iTerm and oh-my-zsh to make a pretty shell environment with all the colors and such, so when I got to Windows again and lanched into the| Jonathan Creamer
In this fifth article of the “System insights with command-line tools” series we explore free and vmstat, two small utilities that reveal a surprising amount about your Linux system’s health. free gives you an instant snapshot of how RAM and swap are being used. vmstat (the virtual memory statistics reporter) reports a real-time view of […]| Fedora Magazine
If you’re running macOS Sequoia or macOS Sonoma, you might occasionally find yourself in a situation where you need to flush the DNS cache on your Mac. This can be necessary to fix DNS relate…| OS X Daily
I’ve worked on many different types of systems, platforms, operating systems, and hardware over the years.| SAS Users
A few weeks back I introduced a new tool: utiluti, which sets default apps for url schemes and file types. Not standing still, I have updated the tool with new verbs to list url schemes and file types that a given app can handle, as well as inspect and set default apps set for specific … Continue reading New tool updated: utiluti v1.1| Scripting OS X
A while back I wrote a post on the Jamf Tech Thoughts blog about managing the default browser on macOS. In that post I introduced a script using JXA to set the default application for a given url scheme. (like http, mailto, ssh etc.) The beauty of using JXA/osascript is that it doesn’t require the … Continue reading New tool: utiluti sets default apps| Scripting OS X
Windows Terminal Canary users can now use Terminal Chat with the GitHub Copilot Free plan! 🚀 GitHub Copilot Free is limited to 50 chat messages per month. This includes the usage of Copilot in the CLI, VS Code, and Visual Studio. If you reach your quota, you can upgrade on the web. You can sign […]| Windows Command Line
Happy New Year everyone! Here is our first Windows Terminal Preview release of the year! In this release, we focused on porting many of our beloved settings to the Settings UI. We also have several bug fixes and accessibility updates as well. We are also updating Windows Terminal stable to version 1.22 which will include […]| Windows Command Line
Learn how to use bash scripting for iOS development.| iOS development by tanaschita.com
Let's check the options of the Windows Terminal Default Command Line in Windows 11. The Windows Terminal is a multi-tabbed command-line front-end that| How to Manage Devices Community Blog Modern Device Management Guides
GitHub Copilot users can now use the power of GitHub Copilot to get command suggestions and explanations without leaving the terminal with Terminal Chat in Windows Terminal Canary 🚀 This is available for all GitHub Copilot Individual, Business, and Enterprise customers. To get started, sign up for a GitHub Copilot free trial and check out […]| Windows Command Line
Hello friends, we have a new Windows Terminal Preview release! Windows Terminal Preview 1.22 is a large release that contains new features such as Sixel image support (a LARGE community contribution!), Grapheme Cluster Support, the Snippets Pane, Quick Fixes in CMD, and a new Cooked Read popup in CMD to name a few!| Windows Command Line
Ok, it's time for some real task for our Raspberry Pi. Today we'll learn how to configure a command line client for Amazon Glacier and push GBs of data to the cloud. We'll also configure our Gmail...| Tumblr
Llama is a powerful large language model (LLM) developed by Meta (yes, the same Meta that is Facebook), that is able to process and generate human-like text. It’s quite similar to ChatGPT, bu…| OS X Daily
Earlier this year, I released a beta version of desktoppr 0.5 which added an option to control the tool using a configuration profile. You can read all the details of how I built out this workflow …| Scripting OS X
We are pleased to announce the release of WinGet.CommandNotFound! This PowerShell module is a feedback provider plugin for PowerShell that leverages the Windows Package Manager to provide suggestions for packages to install when a native command cannot be found. The command-line predictor feature in PowerShell enables this module to display WinGet packages as predictive suggestions. […]| Windows Command Line
Windows Terminal is back with another preview release! Windows Terminal Preview 1.21 introduces long-awaited features like Buffer Restore and fontfall back as well as new experimental features like Scratchpad and the ability to load up an image as a texture. There’s also a LOT MORE stuff so check out the rest of this blog post […]| Windows Command Line
Administrators of Windows servers frequently utilize the graphical tools provided within the Windows Server interface to configure network parameters and administer Microsoft’s proprietary network directory service, Active Directory. These tools take the form of snap-ins for the Microsoft Management Console (MMC) and include Active Directory Users and Computers, Active Directory Sites and Services, Active Directory … … Continue reading →| Doug Vitale Tech Blog
有很多情况我们希望能一次性修改多个文件中的某个字符串。比如最近七牛的测试域名回收了,我把图床换到了腾讯云,需要把所有博客文章中的图片链接改成新的。一个命令搞定。| 日光漫想
I’ve been using Ledger CLI for a year now. It’s really a feature-rich command-line double-entry accounting tool, but the only one thing missed is data visualization. Although Ledger has a report script, it’s not very useful for me and the default output of Gnuplot is ugly. So I spent some time digging into Gnuplot and made 6 scripts based on Ledger’s original one. Monthly Income and Expenses| 日光漫想
Happy New Year! The Windows Terminal team is back with our first preview release of the year! Windows Terminal Preview 1.20 introduces several changes such as the automatic deferral of package updates while Windows Terminal is running, support for colorful and crazy line styles, changes to the way search results are highlighted and LOTS of […]| Windows Command Line
Today, Azure customers navigate across multiple tools, portals and knowledge bases to troubleshoot Azure incidents. Azure is now introducing Help API, an offering that streamlines and simplifies troubleshooting steps by returning relevant solutions associated with the problem, wherever you need them! Help API empowers you and/or your users to access rich, Azure curated self-help solutions, […]| Windows Command Line
Sometimes I need a temporary postgres to try something out.I keep this script around as instantpg.sh:| Daurnimator’s Hovel
At Build 2023, we announced that Windows Terminal users will be able to take advantage of natural language AI to recommend commands, explain errors and take actions within Windows Terminal. Since then, we have been listening to customer feedback and iterating on our AI chat experiments in Windows Terminal. The Windows Terminal team is committed […]| Windows Command Line
When files are nested but sparse, here's a trick to see them all.| Blair’s Science Desk
The Windows Terminal team is back with a new preview release! Windows Terminal Preview 1.19 introduces new features such as Broadcast Input, Web Search, the Suggestions UI and more! We are also updating Windows Terminal to version 1.18 which will include all of the features from this previous blog post. As always, you can install […]| Windows Command Line
WinGet 1.5 preview. Announcing WinGet configuration, native PowerShell module, and Package pinning.| Windows Command Line