GNU Linux

Arch and VMWare

I really love archlinux and using it as my main operating system. However, i am in a trouble a little about OS and Server virtualization. As you know arch is very current GNU Linux distro and that causes some problems about the things depended on Kernel and requires less then recent kernel.


GNU Privacy Guard

GPG is a PGP suite of cryptographic software of GNU which is part of Free Software Foundation, was developed by Werner Koch. You can send encrypted files via gnuPG to anyone just has public key. It is based on assymetric cryptography. Let me tell about public-key encryption(assymetric cryptography) more.


Faster Firefox

While i am using the firefox, the most irritating thing is slowness. And that makes me crazy sometimes. After a little searching, i found out how i can make firefox faster in a few operations.


Hello World

% in Prolog hello :- display(‘Hello World!’) , nl .