Skip to content

Tag: Linux

Add photo to key PGP/GPG using GnuPG

Good Night, To add your picture to your PGP key using GnuPG on Linux use: List the certificates: gpg –list-keys Find your and yours certificate…

View photos of PGP/GPG certificates using GnuPG on Ubuntu

Hello, To visualize the photos automatically using GnuPG on Ubuntu you need to edit your config file. Edit: gedit .gnupg/gpg.conf If you want to enable…

How to split large file in smaller files using Linux

Hello, To split a large file in several smaller files, you can use Split from Linux. How it works? Man split. split –bytes=1m /path/large/file /path/output/file/prefix…

Facial Recognition using Ubuntu.

Good Night, I was reading about Facial Recognition and found pam-face-authentication. You must have this packages to use it: Opencv 1.0.0 + libpam (dev version)…

Install and Configure DHCP server in Ubuntu

Good night, If you want to install DHCP server in Ubuntu, use $ sudo apt-get install dhcp3-server And then edit /etc/dhcp3/dhcpd.conf I commented all lines…

Share internet in a SERVER connected to WAN port.

Hello, The last days I keep trying to configure my server. I know how to configure the network to this: MODEM -> (eth0) Servidor (eth1)…

Install Ubuntu from Pendrive

Hello, Today I will just recomment to you the post of Juliano Martins about how o install Ubuntu from pendrive. UPDATE: In the last days…

Execute file in computer startup

Good Night, This is a simple tip, how to execute some file in computer startup. (I used this tip to enable the port forward on…

Damn Small Linux, VirtualBox 2.2, Java

Hello, A week ago I was thinking about banks autentications, here in Brazil, you have to register your computer to get access to the bank…

Ubuntu 9.04, bootChart.

Hello, I decided to stay in computer a little more, and have a test with this fresh installation of Ubuntu 9.04. Some people say that…