As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
When hosting our web applications, we often have one public IP
address (i.e., an IP address visible to the outside world)
using which we want to host multiple web apps. For example, one
may wants to host three different web apps respectively for
example1.com
, example2.com
, and example1.com/images
on
the same machine using a single IP address.
How can we do that? Well, the good news is Internet browsers
Boot and interrupt the GRUB menu | |
Edit the boot configuration, changing the "linux" line by adding these two parameters to the end of the line: | |
noexec=off noexec32=off | |
Then boot by pressing Ctrl+x. | |
After booting, you can check to see if DEP/NX is turned off by running: | |
dmesg | grep NX | |
When DEP/NX is turned off you should see something similar to this output: |
This gist contains lists of modules available in
in AWS Lambda.