DB Strike
When your database just start messing around...
Pages
(Move to ...)
Last articles
Kubernetes
Linux articles
Postgres articles
Oracle articles
Glossary
▼
Saturday, June 1, 2019
k8s - Cheet Sheet
›
This is a work in progress Storage: Storage class: Make a storage class non-default: kubectl patch storageclass <your-class-name...
Thursday, January 25, 2018
Linux: Add timestamp in history
›
Add the timestamp in history command (in ~/.bashrc): export HISTTIMEFORMAT="%F %T : " 437 2017-02-06 17:04:28 : history ...
Linux: Change your hostname
›
A few different ways are possible to change your hostname in linux. With hostnamectl: As root: [root@toolz ~]# hostnamectl set-hos...
Postgres: Install Postgresql-server 9.2 on Centos 7.2
›
You search for the package you'll want to install [root@toolz ~]# yum search postgres|grep server To get more details: [root@too...
Thursday, January 11, 2018
Linux: apt
›
Common errors: gpg: keyserver receive failed: No dirmngr The error will look like: root@deb15:~# apt-key adv --keyserver hkp://key...
Wednesday, November 15, 2017
Linux: Create a bootable usb key
›
It's pretty simple and straight forward to create bootable USB on linux. dd if=image.iso of=/dev/sdX bs=4M && sync with: ...
Tuesday, November 14, 2017
Linux: Change your lost root password
›
Careful, this doesn't work on Centos 7 On startup, go to rescue mode. e to edit the line. Add int=/bin/bash in the linux/kernel lin...
›
Home
View web version