Use the following dependencies within your pom.xml
:
spring-boot-starter-parent 1.5.7.RELEASE
spring-boot-starter-data-mongodb
101 -> 010 + 1 = 011
11010 -> 00101 + 1 = 00110
>>> a = 'world'
>>> b = b'hello '
>>> type(a)
<class 'str'>
>>> type(b)
<class 'bytes'>
What's new in python3 shows:
>>> str.encode(a)
docker cli
-it
docker-compose
stdin_open: true
tty: true
$ namei -om ~/tmp/newnew/
f: /home/user/tmp/newnew/
drwxr-xr-x root root /
drwxr-xr-x root root home
drwxr-xr-x user user user
drwxrwxr-x user user tmp
drwxrwxr-x user user newnew
ssh-agent bash -c ' ssh-add ~/git_key/id_rsa; cd ~/some_git_repo; git pull'
Redirect stdout to one file and stderr to another file:
command > out 2>error
Redirect stderr to stdout (&1), and then redirect stdout to a file:
command >out 2>&1