In this tutorial, we will add a new Widget Area to our child-theme.

Step-1: create a functions.php file inside our child-theme: twentyten-child

Open / edit your child-theme and add the following:

function twentyten_child_init()
{
// comments: these are my own new functions
// Area 7, located at the top of the sidebar.
register_sidebar( array(
'name' => __( 'Nairabytes Widget Area-1', 'twentyten-child' ),
'id' => 'nairabytes-widget-area-1',
'description' => __( 'NairaBytes widget

1) Download Utorrent Server: http://www.utorrent.com/downloads/linux

For my server, I downloaded: µTorrent Server for Debian 7.0 (Debian 7.0 - 32-bit (2.15 MB)
English (US) - March 25, 2014 ). The file downloaded as: utserver.tar.gz

2) Assuming you downloaded(utserver.tar.gz) it into a directory named "utorrent":
- right click on the downloaded file, and extract or use the command:
- tar zxvf utserver.tar.gz.

with both of the above: the contents of utserver.tar.gz are extracted into a

Quoting Wordpress Codex:

Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)

In that way, the functions.php of a child theme provides a smart, trouble-free method of modifying the functionality of a parent theme. Say that you want to add a PHP function to your theme. The fastest way would be to open its functions.php

root-filesystem is full

I woke up this morning to find out my root filesystem full and wondered 'what the heck' happened overnite.

Googling up and down, I finally used this command to find large files in my box:

command: # find // -xdev -type f -size +10000000c -exec ls -lad {} \;

I located the culprit files / DIR and hit delete.

Enjoy!!

In this tutorial, we are going to create a child theme for twenty-ten, activate the child theme and change the background color of the entire theme to confirm our child theme is working.

According to wordpress:

A child theme is a theme that inherits the functionality of another theme, called the parent theme. Child themes allow you to modify, or add to the functionality of that parent theme. A child theme is the best, safest, and easiest way to modify an existing theme, whether you want to make

Scenario: a partition is visible and accessible as "root" but invisible / inaccessible as a "user"; and you dont want to always have be prompted to login as root to access the partition. Perhaps some software/s need to write to the partition once they are launched - for example, if you change the download destination(save) DIR of Qbittorrent to the external partition, and you need to access your server via http.

Note" I want /dev/sdb8 to be visible & mounted for user-accounts. This example

Yesterday, I sent a mail to Zenith Bank Plc, with an attachment - a document that analyzed a scam email a friend of mine received about his "supposed" account in Zenith Bank (my friend didnt have an account in Zenith).

See below:===============================================

Dear sir,

My name is [my name went here] a bonafide Nigerian citizen. I would like to bring to your attention a technical analysis of a scam email which a friend of mine received, and which we would like you to act upon

I just discovered about 2-weeks ago that Drush exists, before which I had been breaking my back whenever I'm to install Drupal-7 and its modules.

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt. Source: click here

What this means is that Drush makes downloading Drupal and its modules very easy as a lot can be done from the command

CKEditor is a ready-for-use HTML text editor designed to simplify web content creation. IMCE is an image/file uploader and browser that supports personal directories and quota. FileDepot is a full featured Document Management module that supports role and user based security.

This tutorial explains how to setup CKeditor, IMCE and File Depot in Drupal-7 in very simple steps:

step-1) Install and Configure CKeditor

step-2) as an administrator, install IMCE from https://drupal.org/project/imce.

a)

This tutorial guides on how to install a module in Drupal.

1) From Drupal'a admin login main menu: Home >> Administration.

Click on MODULES

install module in drupal-1

2) click on INSTALL NEW MODULE

install module in drupal-2

3) Go to Drupal.org and search for the module you want to install. For example, to install the Administration menu: click here: http://drupal.org/project/admin_menu

Scroll downthe page to the Recommended releases to find the download for your release. I prefer using the .zip.

Right click on the filename and "copy link