Jul 02

Create key:

gpg --gen-key

Show key:

gpg --list-keys

Encrypt file:

gpg -c filename

Decrypt file:

gpg --decrypt-files filename.gpg
Continue reading »

Share/Save

Tags: Decrypt, decrypt files, Encrypt, gpg, key, Life, linux, mygpgkey, secret key, ubuntu, Unix

Related posts

Jul 02

Nice “Vim Tips”.

Share/Save

Tags: development, Life, linux, Tip, Unix, Vim, vim tips

Related posts

Jun 27

QutIM - new ICQ-client with Qt4 intreface

sudo wget http://linux.intonet.ru/ubuntu/qutim/hardy.list -O /etc/apt/sources.list.d/qutim.list
sudo apt-get update
sudo apt-get install qutim

Share/Save

Tags: Debian, Install, Life, linux, linux, qutim, ubuntu, ubuntu

Related posts

Jun 27

To extendphpUnderControl” you can use Phing.

More details read on “Automating the Development Workflow”

Share/Save

Tags: Automating, development, Extend, linux, Phing, phpUnderControl, ubuntu, Workflow

Related posts

Jun 27
AMD has updated its Catalyst driver for Linux. As stated in a press release, the new driver Catalyst 8.49.7 for Linux can increase productivity in the annexes CAD (computer-aided design - aided design) and OpenGL compared with older versions of drivers by 33%. The driver is compatible with all card Radeon, but especially focuses on a number FireGL.

Page downloads can be found here.

Share/Save

Tags: ATI, card, Catalyst, driver, Life, linux, linux, ubuntu, ubuntu

Related posts

Jun 26

“Installing Maemo’s Diablo SDK under Ubuntu Hardy” - instructions for installing a new release Maemo tools in Ubuntu.
“Yandex plugin for Maemo mapper” - how to teach maemo-mapper to use the card Yandex.

Share/Save

Tags: Connect, diablo, Hardy, Life, Maemo, map, sdk, ubuntu, ubuntu

Related posts

Jun 19
Command Description
System Information
arch
uname -m
display computer architecture
uname -r display kernel version
dmidecode -q show hardware system components - (SMBIOS / DMI)
hdparm -i /dev/hda withdraw the characteristics of hard disk
hdparm -tT /dev/sda to test the performance of reading data from the hard drive

The rest then :-)

Vaw i found full list of “Linux commans”

Share/Save

Tags: CommandDescription, Information, kernel, Life, linux, linux, performance, show, System, Unix

Related posts

Jun 19

I sense that soon bid farewell to Ubuntu, too many problems with video card (ATI-X600 mobile).

Problem solved.
Install last ati driver.
ati-driver-installer-8-6-x86.x86_64.run

Share/Save

Tags: ATI-X, card, Life, ubuntu, ubuntu, video, video card, x600

Related posts

Jun 12

Add normail wine repository:

sudo wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list

sudo apt-get update

sudo apt-get install wine

Configure wine:

winecfg

and now install Visio 2003, MS Office 2003. Have fun :-)

Share/Save

Tags: Configure, Life, Office, ubuntu, ubuntu, Visio, wine, winecfg, winehq

Related posts

Jun 09

Installing sun-java6-jdk with apt package manager
Configuring $JAVA_HOME :
vim /etc/environment

JAVA_HOME=“/usr/lib/jvm/java-6-sun”

source /etc/environment

Download CruiseControl binary
cd /opt/
wget http://switch.dl.sourceforge.net/sourceforge/cruisecontrol/cruisecontrol-bin-2.7.2.zip

Unzip archive :
unzip cruisecontrol-bin-2.7.2.zip -d /opt
ln -s /opt/cruisecontrol-bin-2.7.2 /opt/cruisecontrol

Install pear package :
pear config-set preferred_state beta
pear channel-discover components.ez.no
pear install -a ezc/Graph
pear channel-discover pear.phpunit.de
pear install –alldeps phpunit/phpUnderControl

Patch CruiseControl with phpUnderControl and install the example :
phpuc install /opt/cruisecontrol
phpuc example /opt/cruisecontrol

Start CruiseControl :
cd /opt/cruisecontrol
./cruisecontrol.sh

And read this manual.

Share/Save

Tags: CruiseControl, Debian, example, Install, java, Life, pear, phpuc, phpUnderControl, phpunit, source, ubuntu

Related posts