Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Author: Webner

We are a software development company in India.
March 4, 2015 Linux, Windows, Mac

Apache Config Steps – Run multiple domains on same ip

March 4, 2015 Linux, Windows, Mac
Post Views: 6,163
| By Webner

Suppose you want to point abc.mydomain.com and mydomain.com to same machine/ip, but to different applications. There are multiple ways to achieve this (basically with same config settings but in different files). I am giving one way here that worked for me: * Go to

Read More
March 3, 2015 Linux, Windows, Mac

Generating ssh keys – steps

March 3, 2015 Linux, Windows, Mac
Post Views: 8,329
| By Webner

These are the steps: Suppose you want to connect from machine X to machine Y as userme. * login to X as userme * At /home/userme run this command: ssh-keygen -t rsa This will generate 2 files in /home/userme/.ssh folder

Read More
March 2, 2015 Web Development

Send email using gmail in Perl

March 2, 2015 Web Development
Post Views: 6,886
| By Webner

Here’s sample code to send email via Gmail SMTP server, which uses TLS (transport layer security): #!/usr/bin/perl -w use Net::SMTP::TLS; my $mailer = new Net::SMTP::TLS( ‘smtp.gmail.com’, Hello => ‘smtp.gmail.com’, Port => 587, User => ‘gmail userid’, Password=> ‘gmail password’); $mailer->mail(‘from@domain.com’);

Read More
March 1, 2015 Linux, Windows, Mac

Installing Perl Modules – Ubuntu

March 1, 2015 Linux, Windows, Mac
Post Views: 7,948
| By Webner

Execute this command on a command line: sudo perl -MCPAN -e shell It will install CPAN if not already installed. Then it will take you to CPAN prompt. On CPAN prompt, execute this command to install Perl module: CPAN> install

Read More
February 28, 2015 Web Development

Android Jumble Challenge

February 28, 2015 Web Development
Post Views: 3,908
| By Webner

Jumble Challenge has seen a really good start with more than 115 downloads in initial few days of launch. If you like to unjumble words this is the game for you. With 3 different levels Jumble Challenge is ideal for

Read More
February 27, 2015 Web Development

mongod cannot execute binary file

February 27, 2015 Web Development
Post Views: 4,959
| By Webner

mongod: cannot execute binary file Most probable reason – you are using 64-bit mongodb, switch to 32-bit for quick solution….or find the compatible 64 bit package

Read More
February 26, 2015 Linux, Windows, Mac

apt-get install subversion – Package subversion is not available

February 26, 2015 Linux, Windows, Mac
Post Views: 5,084
| By Webner

On Ubuntu: $apt-get install subversion Reading package lists… Done Building dependency tree Reading state information… Done Package subversion is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or

Read More
February 25, 2015 Web Development

WordPress paste/type – how to avoid double space

February 25, 2015 Web Development
Post Views: 3,984
| By Webner

Use + Key instead of just .

Read More
February 24, 2015 Java Frameworks / Web Development

SCEA 5 – My 2 cents

February 24, 2015 Java Frameworks / Web Development
Post Views: 4,456
| By Webner

I recently became SUN certified Enterprise Architect after clearing all 3 parts of SCEA. It is hard to get answers to all questions one may have regarding SCEA but SCEA forum on javaranch.com is great!! I have shared my experience

Read More

Posts pagination

«Previous Posts 1 … 165 166 167 168 169 170 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection