eECHO BLOG

A journey of a thousand miles starts with a single step.

Design and Layout wordpress

Now what? You ‘ve just dispatch the notable 5 mo installing of wordpress without focussing or fuss. WordPress is packet with many reefer features. So now that you ‘ve got it shew, what should you do? Let ‘s take a bit-by-bit tour through and through your wordpress site and study astir how all the dissimilar [...]

Protected: Troubleshooting VirtualBox

There is no excerpt because this is a protected post.

Protected: Starting VirtualBox

There is no excerpt because this is a protected post.

Installation VirtualBox

Virtualbox is a herculean x86 and amd64/intel64 virtualization mathematical product for enterprise as well as home use. Not only is virtualbox an highly lineament rich, high public presentation mathematical product for enterprise client, it is also the only professional person solvent that is freely uncommitted as open root software package nether the condition of the [...]

virtualBox OpenExistingSession

Problem VirtualBox zombi. /usr/bin/vboxmanage controlvm or-prodtest reset [!] FAILED calling virtualBox->OpenExistingSession (session, uuid) at line 5536! [!] Primary RC = E_ACCESSDENIED (0×80070005) – Access denied [!] Full error info present: true , basic error info present: true [!] Result Code = E_ACCESSDENIED (0×80070005) – Access denied [!] Text       = The machine 'or-prodtest' does not have [...]

Introducing List Filtering

>>> li = ["a", "mpilgrim", "foo", "b", "c", "b", "d", "d"] >>> [elem for elem in li if len(elem) > 1]       1 ['mpilgrim', 'foo'] >>> [elem for elem in li if elem != "b"]         2 ['a', 'mpilgrim', 'foo', 'c', 'd', 'd'] >>> [elem for elem in li if li.count(elem) == 1] 3 ['a', 'mpilgrim', 'foo', 'c'] [...]

HOWTO: Install X Window System and a Desktop Environment

So, you have just installed Debian GNU/Linux. Good for you! But, what now? All you have is a black screen in front of you with no mouse pointer or application menu or anything! What gives?! What you need now is to install a Desktop Environment. Don’t fret, it’s actually pretty easy. 1. Install The X [...]

Protected: setterm

There is no excerpt because this is a protected post.

Bash

Bash is the gnu undertaking ‘s require spokesperson for unix. Bash is a posix-compliant beat with full bourne beat syntax and some c require establish in. It was pen by brian fox. The name stand up for bourne-again shell. It is licence as free software package below the gnu gpl. Bash is a posix casing [...]

Protected: Change console keyboard layout in debian

There is no excerpt because this is a protected post.