Source: DevStack — DevStack 0.0.1.dev8632 documentation Going to start to dive into the Open Stack. Really excited. I know it is a huge undertaking so hopefully the DevStack will allow me to get my feet wet at a reasonable footprint. DevStack is a series of extensible scripts used to quickly bring up a complete OpenStack environment based on the latest… Read more →
Category: Linux

Network scanning
This post will be focused mainly on tools and techniques that allow you to look at a network and see IP 4 characteristics like TCP open ports, responsive nodes on the network, OS searching. Some of the tools in the post will be things like nMap, Zenmap, Wireshark. Nmap Nmap can be found here https://nmap.org/ (Linux) or http://nmap.org/book/inst-windows.html (Windoows) Command… Read more →
My Little Linux Reference Depot
The syntax is as follows to rename by user name: usermod -l login-name old-name Read more →