df -k
sudo mkdir -p /data
You'll find it in this directory, this kind of disk is oftently call sdb
| let(:runner) do | |
| memoized_runner('pd-gocd::agent') do |node| | |
| #..... | |
| end | |
| end | |
| #!/usr/bin/env python | |
| """ | |
| Select some text and then "!fmtcomment". It understands "//" and | |
| "#" comments, works with indenting in spaces and tabs. It assumes | |
| you want to squeeze your text within 80-chars, and treats tabs as | |
| 4 spaces thusly. | |
| E.g., will turn | |
| // Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. |
| language: | |
| - cpp | |
| compiler: | |
| - gcc | |
| before_install: | |
| - sudo apt-get update | |
| install: |