Organize, learn, and practice keyboard shortcuts. Create your own shortcut collections by importing from a large public database of shortcuts and master them using interactive practice sessions, advanced statistics, and spaced repetition methods.
Powerful Terminal And Command-Line (CLI) Tools For Modern Web Development Smashing Magazine
Whats your favorite command-line tool? In this post, Louis Lazaris shares a collection of relevant command-line apps and utilities that he has personally come across in the past few years. If theres a useful one that hasnt been mentioned and one you use regularly, please do share it in the comments.
A Framework meant for the exploitation of iOS devices. | PythonRepo
0x1CA3/iPwn, iPwn A Framework meant for the exploitation of iOS devices. ! REMEMBER: THE IPHONE YOU ARE ATTEMPTING TO GET INTO USING THIS TOOL MUST BE JAILBROKEN
Is there anything built in to Windows that would allow me to list all of the installed software on a computer in a fashion that can be copy/pasted to a spreadsheet? I know there is software that c...
How to Get List of Installed Programs in Windows 10? TheITBros
In this simple guide we will show you 2 different ways on how to get list of installed programs in Windows 10, 8 or 7 by using built-in command line tools
When you will jailbreak your iOS you can download advanced command line tools on iPhone or iPad like Mobile Terminal, NewTerm 2 or MTerminal. Install the most popular and free terminal apps for iOS and discover available iOS terminal commands. Works on iOS 6 - 13.
A Beginners Guide to Git How to Start and Create your First Repository
If you are a developer and you want to get started with Git and GitHub, then this article is made for you.After a short introduction on what is Git and how to use it, you will be able to create and work on a GitHub project. What is Git?
How to use grep or awk to save every line from text file as new file? - Super User
I am a scripting beginner.
What i am trying to do.
I have a text file that looks like this (example):
hello
hi there
apple
I am trying to make a script that saves every line as a separate new file