Archive

Author Archive

A small news

March 14, 2012 1 comment

In past days (maybe months) i started propgramming websites.

I wrote three websites in PHP and now one in Python using Flask microframework.

For now i only think about Web programming i got some skill.

My Ranking site writen in Python using Flask granktop100.com

 

Ah and small update from Linux i use ArchLinux now and dont want any changes šŸ˜€ i loved it.

Categories: Uncategorized Tags: , , , , , ,

Arch Linux

July 1, 2011 Leave a comment

Nice cool fast liux distribution.

Big repository with newest packages.

Fast installing from precompiled binary packages.

Easy installation for competent users.

Nice init scripts well documented files.

Categories: Uncategorized Tags: ,

Inline colored information text in bash

June 15, 2011 Leave a comment

#!/bin/bash

clnone="\033[0m"
clred="\033[31m"
clgreen="\033[32m"

echo -en "\r:: ${clred}Starting serverĀ Ā Ā Ā  ${clnone}"
sleep 1
echo -en "\r:: ${clred}Loading resourcesĀ Ā  ${clnone}"
sleep 1
echo -en "\r:: ${clred}Loading commandsĀ Ā Ā  ${clnone}"
sleep 1
echo -en "\r:: ${clred}Loading callbacksĀ Ā  ${clnone}"
sleep 1
echo -eĀ  "\r:: ${clgreen}Server StartedĀ Ā Ā  ${clnone}"
Categories: Uncategorized Tags: , ,

RPM based linux not for me

June 11, 2011 Leave a comment

I installed tody new Mageia 1 but there is a one issue.
I cant connect to the internet using 3G/HSDPA modem. Linux detect it, i can select my provider from list, but cant connect.

This is my second or third try to use RPM based linux.

I looking for a rolling distribution like Debian but with newest packages.

Categories: Uncategorized Tags: , ,

Ultimate edition

June 1, 2011 Leave a comment

While waiting for ultimate edition 3.0 I use last version 2.9.

Screenshot:

For more information about Ultimate visit UE Blog [here]

Categories: Uncategorized Tags: ,

HDD problem

May 28, 2011 Leave a comment

I bought a 500GB Seagate external disc.

Work well, but i cant boot it from my old mainboard with amibios.

I can boot from others USB devices like pendrive, but if i plugin hdd it freezy after scaning IDE devices.

I must unplug hdd and restart PC to boot OS back.

 

If you have any ideas. Please help me… I want install linux on my ext. HDD

 

PS. Probably something goes wrong with initialize emulated SCSI device.

I have the same issue with my 3G modem.

Categories: Uncategorized Tags: , , , , , ,

My backup script for linux.

May 11, 2011 Leave a comment

I wrote script for full system backup using TAR.

[Source]

Create an empty file named backup-restore.sh and paste there a source code.

Save it. Give execution permission for that file (chmod +x backup-restore.sh ).

Open application using ./backup-restore.sh

Backups tars will be saved in current directory.

Screenshots

Categories: Uncategorized Tags: , ,

Cherry plugin update

May 2, 2011 3 comments

Updated cherryplugin for new cherrytree. Now cherryplugin use Mercurial for version control.

Download link

Thanks Robin

Categories: Uncategorized Tags: , ,

CherryPlugin Not work with multiwindow cherrytree

CherryPlugin doesn’t work with newest cherrytree (with multiply windows support).
I try contact with author and restore support.

Categories: Uncategorized Tags:

CSM Simple way to run commands

April 23, 2011 Leave a comment

I wrote application to simple execute a commands in linux.

All commands are stored in plain text in you home dir.

Screenshot

Download

You can download Command Shortcuts Manager from here

Installation

Installation is simple and easy, all whats we need to install csm is extract archive and run

cd CommandShortcutsManager

sudo python install.sh

Done šŸ™‚ Now we can run it by executing csm command.

Categories: Uncategorized Tags: , , ,