Linux

sqlite

.database Show location of the database file. sqlite> .database main: /root/config.db sqlite> .tables List tables in a database sqlite> .tables tree sqlite>…

SSH Remember Passphrase

When i connect to remote server using SSH using private key, it ask for passphrase every time. root@admin:~# ssh root@s12.serverok.in Enter passphrase…

Trying Out Archlinux

Archlinux is a popular rolling distro. You always get latest software with Arch, there is no new version release like Ubuntu/RedHat etc..…

sfdisk

sfdisk is a program to copy partition information. This is for disks with MBR partition. Use sgdisk if you have GPT partition…