Force User Logout on Linux
There are two commands can be used: skill and pkill
- Halt/Stop a user
skill -STOP -u <username>
or
pkill -STOP -u <username>
Just think about micro things
There are two commands can be used: skill and pkill
skill -STOP -u <username>
or
pkill -STOP -u <username>
Create super user
$ python manage.py createsuperuser
Modify /etc/sysconfig/network-scripts/ifcfg-eth0
PEERDNS=no
DNS1=8.8.8.8
DNS2=8.8.4.4
Assume all servers have been installed Centos 7 and all DNS records have been created on DNS Server.
Some 3rd parties can prevent MacBook from sleep. Why does Apple always let MacBook/Air go to sleep when lid is closed and ignore user’s settings?
When I run docker-compose command on Mac OS, I hit an error as below:
docker.errors.DockerException: Credentials store error: StoreError('Credentials store docker-credential-osxkeychain exited with "User interaction is not allowed.".',)
Failed to execute script docker-compose