Combine commands to run on Linux (Debian)
Below we are going to add a bunch of commands into a file and run them all at once where you need to. This should help with development time
In your debian instance
Create a file for your commands
nano /bin/new_script
Add some commands to your scri...
blog.azcodez.com1 min read