Bash Shortcut: Copy your Present Working Directory to your Clipboard
A tutorial on creating a Bash alias to copy the current terminal directory path to your clipboard for developer efficiency.
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.
A beginner-friendly guide to overcoming fear of the command line, explaining its safety and introducing six essential commands.
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.
A beginner-friendly guide to overcoming terminal intimidation and learning essential Unix command line commands for developers and designers.
Exploring the IBash Notebook, a Bash kernel for Jupyter, and its potential as a data science environment with inline image support.
A review of the book 'Data Science at the Command Line', highlighting its approach to data manipulation and analysis using command-line tools.
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.
Securely using OBIEE command line tools by encrypting plain-text passwords with GPG and mkfifo to meet security policies.
A guide to creating custom shell functions for quickly navigating filesystems using symbolic links and tab completion.