- Set everything up normally and get things working in testing.
- Have the docker run something like
CMD ["./server.sh"]at the end
| parse_git_branch() { | |
| git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/' | |
| } | |
| export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h \[\033[33;1m\]\w\[\033[m\]\$(parse_git_branch) $ " |
I hereby claim:
To claim this, I am signing this object:
| //Install Macports. | |
| //Install aircrack-ng: | |
| sudo port install aircrack-ng | |
| //Install the latest Xcode, with the Command Line Tools. | |
| //Create the following symlink: | |
| sudo ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/sbin/airport | |
| //Figure out which channel you need to sniff: | |
| sudo airport -s | |
| sudo airport en1 sniff [CHANNEL] |
| /* | |
| Following file take opencv mat file as an input and run inception model on it | |
| Created by : Kumar Shubham | |
| Date : 27-03-2016 | |
| */ | |
| //Loading Opencv fIles for processing | |
| #include <opencv2/opencv.hpp> |
sudo mount -o remount,rw /sudo apt-get purge nvidia*| cmake_minimum_required(VERSION 2.8.3) | |
| # Here is what your project (package) is called. Should be the same as your package.xml package name. | |
| project(<PACKAGE NAME>) | |
| ## This is where you put all of the dependencies for the package. | |
| ## When using catkin_create_pkg, this is one of the places where | |
| ## the dependencies are auto-placed. If you need to add more later | |
| ## on, you need to put them in manually. |