break
Jul 7

Must see @ careercert.info

Jun 29

Nice article @ krizka.net

edit: new solution located here

Jun 13

Try these URL’s:

http://creativehuman.blogspot.com/2009/03/millions-of-medical-and-other-books.html

http://www.book123.net

http://www.ebooksbay.org

http://www.ebookee.com

http://avaxsearch.com

Also, find out ISBN on amazon and then use google with string ISBN: XXXXX +download

Jun 10

Cisco configuration example located here.

Jun 7

very well explained here.

Jun 4

If you’re here, then you had problem like this:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_TIME = “hr_HR.UTF-8″,
LANG = “en_US.UTF-8″
are supported and installed on your system.
perl: warning: Falling back to the standard locale (“C”).
locale: Cannot set LC_ALL to default locale: No such file or directory

user@computer:~$ /usr/bin/locale
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LC_CTYPE=”en_US.UTF-8″
LC_NUMERIC=”en_US.UTF-8″
LC_TIME=hr_HR.UTF-8
LC_COLLATE=”en_US.UTF-8″
LC_MONETARY=”en_US.UTF-8″
LC_MESSAGES=”en_US.UTF-8″
LC_PAPER=”en_US.UTF-8″
LC_NAME=”en_US.UTF-8″
LC_ADDRESS=”en_US.UTF-8″
LC_TELEPHONE=”en_US.UTF-8″
LC_MEASUREMENT=”en_US.UTF-8″
LC_IDENTIFICATION=”en_US.UTF-8″
LC_ALL=

Solution is quite simple:

sudo /usr/sbin/locale-gen hr_HR.UTF-8
sudo /usr/sbin/update-locale LANG=hr_HR.UTF-8

May 10

nice howto @ networkstraining.com

Apr 29

Actually, very simple.

aptitude install seahorse seahorse-plugins
killall nautilus

Run seahorse and generate your PGP key and next time when you run nautilus, you’ll have a new option when pressed right click on file or folder – Encrypt…

Apr 21

in CLI write and execute two times command “edomtset“. when you press ?, you’ll get more commands.

more @ evilrouters.net

Apr 19

it actually works! all I had to do was to install vpn client called Shrew Soft VPN client and import Cisco vpn profile. if you have any problems, try enabling another network adapter in your Virtualbox host settings.

« Previous Entries