Running as a different user in Windows 10
Explains methods to run applications as a different user in Windows 10, including shift-click and command line options.
Explains methods to run applications as a different user in Windows 10, including shift-click and command line options.
Explains how to detach from a running Docker container without stopping it using the Ctrl+P, Ctrl+Q keyboard sequence.
Explains how to use Bash's $_ and !$ to reuse the last parameter from a terminal command, saving time and keystrokes.
A tutorial on creating a Bash alias to copy the current terminal directory path to your clipboard for developer efficiency.
A Bash function to create a directory and immediately change into it with a single command.
A guide to four command-line tools (IPython, Autoenv, Cookie Cutter, Bash Git Prompt) to boost productivity for Python developers.
Explains the new, simplified syntax for creating custom Artisan commands in Laravel 5.1, comparing it to the old method.
An introduction to the Zsh shell and the Oh My Zsh framework, highlighting their benefits over bash for power users.
Interview with data scientist Jeroen Janssens about his background, work on data science at the command line, and his Data Science Toolbox project.
Discusses the new standard keyboard shortcuts for copy and paste in Windows 10's Command and PowerShell windows.
Exploring the IBash Notebook, a Bash kernel for Jupyter, and its potential as a data science environment with inline image support.
A guide to essential tools and scripts for configuring and managing a Windows Server 2012 R2 Core installation, including PowerShell modules.
A tutorial on setting up Composer and PHPUnit as global commands in the Windows command shell for easier PHP development.
The article explores how 'laziness' can motivate developers to create efficient, user-friendly command-line tools by reducing user effort.
A review of the kod.io developer conference in Linz, covering talks on support, CSS, command-line tools, and AngularJS.
A guide to creating a custom 'git lg' alias for a more visual and informative Git commit history graph.
A guide to advanced npm usage, covering npm init, package.json, and npm install commands for efficient Node.js project management.
A guide to validating XML files against XML Schemas using online tools, command-line utilities like xmllint, and the Xerces parser.
A guide to creating custom shell functions for quickly navigating filesystems using symbolic links and tab completion.
A guide showing how to check the installation path and version of Python on both Linux and Windows operating systems.