Skip navigation.

Hello World

Artemhp personal blog

Country indicator


Hello, welcome to my blog.
I am from the capital of Ukraine - Kiyv.
I would like to find friends all over the world and practice English.
Say Hello :smile:

For me the most userful commands in Linux

, , ,



A little list for myself, maybe will be useful for somebody.

Command to make backup for all db: mysqldump
Example: mysqldump -uroot -p -A --opt -f | gzip -c > /web/backups/db-dump.gz

Command to view logs: tail
Example: tail -n 50 /var/log/syslog

Command to view processes, info about memmory and CPU:htop
Example: htop

Command for permissons. Change owner of the files: chown
Example: chown deykun:webmasters /web/sites/deykun.com

For editing files: nano
Example: nano /etc/hosts

Deleting folder: rm
Example:rm -rf squid

Display information about network connection: ifconfig
Example: ifconfig -a | more

I'll add some commands later...

About my technics, part 1

, ,

The 29-th of December 2009 year.
I'd like to write some words about my computer techniques.
It will very interesting and maybe funny to read in future :smile:

Now I'd like to make my one of the favorite’s things - immortal


About my first I have nothing to say. Now It is not with me, just I remember, monitor was named - President :smile: And my favorite games WarCraft I, Duke Nukem 3D, Fifa 95, Prince II, Colonization
In future I will get him back to me, I promise.

So... The story of my techniques :smile:

In a 03.03.2003 was born my second and my still favorite computer in which I have written my first programs. About it's small upgrade you can read in topic Computer upgrade .

Very interesting a fact, that I didn't know, that making an upgrade in it's "birthday day" 03.03.2008. I understand it only, when it didn't work at first time with a new devices and was rebooting it for 20 times where saw a date it's born in BIOS.

Configuration:
Motherboard: Soltek
Processor: Intel Pentium 4 2,4 Ghz
Memory: 2 GB DDR
Video: Radeon 9200 128 mb

Now, it is situated in my university as a main server of cybernetic department, I develop the system of Distance studding (www.kxtp.deykun.com)

The photo in a moment, when I brought it to university
December 2008

To be continued

The calculation of material balances of the synthesis of acetone

, , , ...

The 6-th of December, I think it is time to do my Diploma.
Topic is: Synthesis of acetone.
So. I make a cup of tee :coffee: and do my best work ever (science work I mean)

The first step of my diploma I have done. It was something like introduction.
Many letters and don't so very usefull for my blog. But I decide to publish here my second step - projecting scheme of Synthesis of Acetone in the simulator ChemCAD and maybe be usefull for somebody. The goal - is getting material balance.
If you are really interesting in theory about Acetone, use Wikipedia and Google.

Read more...

New Internet provider

]Since this month, I have connected to new Internet Provider.
Named Ukrainian Multiservice Network.
So... The first month is free. If I like it, I will sign a contract and will pay:
15 $ a moth for
100 megabit - in Ukraine zone,
1 megabit - World
unlimited. So, I have a new IP adress, so some domain names which are linked to me I need to configure. http://telehouse-ua.net/

Ubuntu

, , ,

yeah! :smile: I installed on my laptop Samsung X11 Ubuntu 7.10
You know? It's good wine but drivers for my video card is bad :frown: GeForce 7400 have no 3D effects, but it's Linux.

I hope, it will work perfect. A year ago I have tried to install Linux on Desktop but It's don't like my parents and sister. On notebook I have didn't installed Ubuntu yet, because in unversity too many programs for Win32 programs :ninja: . But I open for myself VirtualBox, and it's not so bad :up:

:sherlock:

My favourite song

, , ,

So... Last time I have begun listening music :wink:
You know... many people are listening music, when working on computer, but I couldn't, couse it divert me from a work... But last time practice listening music on computer and in the bus on way work or home...
So.. my favourite genre is Alternative, and one of favourite song - 100 years, Five for Fighting.
I decide to public lirics and a videoclip..

I'm 15 for a moment
Caught in between 10 and 20
And I'm just dreaming
Counting the ways to where you are
I'm 22 for a moment
She feels better than ever
And we're on fire
Making our way back from Mars
15 there's still time for you
Time to buy and time to lose
15, there's never a wish better than this
When you only got 100 years to live
I'm 33 for a moment
Still the man, but you see I'm a they
A kid on the way
A family on my mind
I'm 45 for a moment
The sea is high
And I'm heading into a crisis
Chasing the years of my life
15 there's still time for you
Time to buy, Time to lose yourself
Within a morning star
15 I'm all right with you
15, there's never a wish better than this
When you only got 100 years to live
Half time goes by
Suddenly you’re wise
Another blink of an eye
67 is gone
The sun is getting high
We're moving on...
I'm 99 for a moment
Dying for just another moment
And I'm just dreaming
Counting the ways to where you are
15 there's still time for you
22 I feel her too
33 you’re on your way
Every day's a new day...
15 there's still time for you
Time to buy and time to choose
Hey 15, there's never a wish better than this
When you only got 100 years to live



Video: http://www.youtube.com/watch?v=NmoE8_U-JTw

Working on my personal web-site

, , ,


Hello World :smile: I'm working on my personal web-site now. http://deykun.com
It will be some blog, some info and some portfolio :wink:

At the top will be button with english version of my web site and guess
a name of the link? :whistle:
You are right: http://my.opera.com/ArtemHP

Computer upgrade

My computer is realised in 2003 the third day of April.
And in 03.03.2008 I made my little metal-friend a presend.
2 GB DDR + 1000 GB HDD
And make some cleaning in it :wink:

First PHP site

, , ,

So... I have been working on my first web-site on php for three weeks. But work is not over, I hope that finish will be on this Sunday and I'll show you it :smile: But now It's look like CMS.. I meen it is CMS, couse I can power any html template with my program... Now I'm making web-site only for my pleasure, It's like hobby. But maybe some time I will get any money for this)) but I don't thinks so - my future specialisation will be chemical enginering. Some code from index page:

<?php include ('config.php'); $result = mysql_query("SELECT id, title, link, editor, cont FROM about WHERE link='history'", $db); $myrow = mysql_fetch_array($result); if (!count($_GET)){ /*Рандомно виводить фан-фіки*/ $numbers = array('news','fanfics/1','fanfics/2','fanfics/3'); srand((float)microtime() * 1000000); shuffle($numbers); $file = $numbers[0]; $_GET['hp'] = 'news'; } $pages = array_keys($_GET); if($pages[0]!="hp"){ $subdir = $pages[0]."/"; $file = 'submenu'; }else{ $subdir=""; if(!isset($file)) $file = 'submenu'; } if (isset($_GET['hp'])) { $page=$_GET['hp']; if (isset($page)) { include ('blocks/'.$file.'.php'); echo "

"; /*Виводимо контекст*/ $result = mysql_query("SELECT cont FROM $page WHERE link='index'", $db); $myrow = mysql_fetch_array($result); echo $myrow['cont']; echo "
"; } } if (!isset($_GET['hp'])) { include ('blocks/'.$file.'.php'); echo "
"; $page = array_keys($_GET); $page2 = array_values($_GET); /*Виводимо контекст*/ $result = mysql_query("SELECT * FROM {$page[0]} WHERE link='{$page2[0]}'", $db); $myrow = mysql_fetch_array($result); echo $myrow['cont']; echo "
"; } ?>

With ukrainian comments ))