Vim cheat sheet
Starting Vim
vim [file1] [file2] ...
Starting Vim
vim [file1] [file2] ...
It's quite easy to catch unix signals in Qt applications. you may like to ignore or accept them.
#include <QCoreApplication>
#include <initializer_list>
#include <signal.h>
#include
required packages:
$> sudo apt-get install libpam-pwdfile vsftpd mini-httpd
do the following steps:
extract the functions and classes in *.dll by:
$> dumpbin.exe /exports libsample.dll /out:libsample.def
(for Qt developers)
installation needs the following procedures:
download rpm of Instant Client for Linux x86-64
from this link oracle site.
list of required packages:
#OpenSSL cheat sheet This is a brief howto for socket programmers.
ex: 1024bits length key pair:
$> openssl genrsa -out myprivate.pem 1024
$> openssl rsa -in myprivate.pem -pubout -out mypublic.pem