mongoDB – under SUSE SLE11 – SP3

0

Getting started with mongoDB under Suse Linux. Installation:

Note: Default port is 27017 Starting/Stopping mongoDB server:

Verify server status:

Make it part of the autostart for different run levels:

Getting started with mongoDB

Read More

Hide/Show Desktop Icons on SUSE

0

Sometimes it is desirable to have a clean desktop. The following steps will allow you to achieve that with minimal commands.

Read More

Mojolicious

0

Quick Install:

Parent Link: http://mojolicio.us/ Gererating a Lite App called hello_world:

Place holders:

Using the above 3 you could drive with 2 more place holders.

Using CPAN to install Mojolicious Plugins:

Once the cpanminus tools are installed, you could use cpanm to download and install plugins.

Storing Values:

Debugging Mojo code:

Finding …

Read More

my .vimrc

0

Here is my .vimrc file on a SUSE SLE11-SP3 box

Read More

LAMP – install on Ubuntu

0

Easiest way to install LAMP stack on Ubuntu servers

Yes the ^ is needed.

Read More

Build & Install node.js from source code

0

Following instructions are tested on Ubuntu 10.04 & node v0.12.2 download node package from http://nodejs.org/dist/latest/ tar -xvzf node-v0.12.2.tar.gz cd node-v0.12.2 Run the following commands

To test the install

Hello World Test! vi hello.node.js

To Run,

Let’s do something more than Hello World.

To test the above code

Read More

jQuery Fundamentals

0

The jQuery library provides the jQuery function,

Is same as…

Which select all ‘li’ elements. The following ensures the page is ready for jQuery operations.

Is same as…

Example:

Get some elements from a page

Filtering selections with jQuery:

Events

Effects

Custom effects with .animate()

Managing animate

Read More

dummy sendmail

0

Lets say you are developing an app that sends mail, but you don’t want to actually send any mails out. The answer for your quest is “dummy sendmail”

Read More

sudo config

0

sudo is a standard way to give users some administrative rights without giving out the root password. This can also be configured for non root users as well.

Read More

sftp only access (no shell access)

0

Add the following lines to /etc/ssh/sshd_config

Make sure to restart sshd daemon.

Read More
Page 1 of 212»
    No Twitter Messages.