0
Python with MySQL Connectivity
Python with MySQL Connectivity

Copy the following code and save it as pythondb.py import MySQLdb db=MySQLdb.connect("localhost","root","password&q...

Read more »

0
Network Interface using ifconfig
Network Interface using ifconfig

1. View Network Settings of an Ethernet Adapter # ifconfig eth0 2. Display Details of All interfaces Including Disabled Interfaces # ifconfi...

Read more »

0
GUI Programming with Python
GUI Programming with Python

 Install Python and python tk by sudo apt-get install python python-tk To Run Python python filename.py e.g python tkhello.py 1. Simple Hell...

Read more »

0
PHP with MySQL Connectivity
PHP with MySQL Connectivity

To run PHP you must be install LAMP server in your computer. Install LAMP server ==> LAMP INSTALLATION Create the following 4 files .  ...

Read more »

0
GUI Programming using PERL-TK
GUI Programming using PERL-TK

Perl - P ractical E xtraction and R eport L anguage Perl is an interpreted scripting language. Perl is optimised for scanning arbitrary text...

Read more »

0
Perl with MySQL Database Connectivity
Perl with MySQL Database Connectivity

Perl - P ractical E xtraction and R eport L anguage Perl is an interpreted scripting language. Perl is optimised for scanning arbitrary text...

Read more »

0
Simple Perl Programs
Simple Perl Programs

Perl - P ractical E xtraction and R eport L anguage Perl is an interpreted scripting language. Perl is optimised for scanning arbitrary text...

Read more »

0
Working on Version Control System
Working on Version Control System

Mercurial is an SCM( Source Control Management ) system designed for software developers to efficient handling of very large distributed pa...

Read more »

0
Developing GUI programs using the Qt toolkit on Ubutnu based distros
Developing GUI programs using the Qt toolkit on Ubutnu based distros

Earlier days, in Linux  machines developers used a single terminal ( command prompt ) to finish the tasks by simply entering the commands. ...

Read more »

0
Comman Unix Printing System Setup on Ubuntu / Linux Mint / Zorin OS / OS4 OpenLinux / Lubuntu / elementary OS / Bodhi Linux / Kubuntu / Ubuntu GNOME / Xubuntu  / Pear Linux / Pinguy OS / Edubuntu
Comman Unix Printing System Setup on Ubuntu / Linux Mint / Zorin OS / OS4 OpenLinux / Lubuntu / elementary OS / Bodhi Linux / Kubuntu / Ubuntu GNOME / Xubuntu / Pear Linux / Pinguy OS / Edubuntu

CUPS is a Comman Unix Printing System. From the name we can easily captured this is a Printing System. Yes but it manages the multiple print...

Read more »

0
File Sharing using Samba on Ubuntu / Fedora / Linux Mint / Zorin OS / OS4 OpenLinux / Lubuntu / elementary OS / Bodhi Linux / Kubuntu / Ubuntu GNOME / Xubuntu  / Pear Linux / Pinguy OS / Edubuntu
File Sharing using Samba on Ubuntu / Fedora / Linux Mint / Zorin OS / OS4 OpenLinux / Lubuntu / elementary OS / Bodhi Linux / Kubuntu / Ubuntu GNOME / Xubuntu / Pear Linux / Pinguy OS / Edubuntu

In this post we will see about sharing files between two computers using a tool called samba. Samba is a free software, which provides fast ...

Read more »

0
Filesystem in Userspace ( FUSE ) Tutorial
Filesystem in Userspace ( FUSE ) Tutorial

FUSE is an mechanism which allows to create own file systems to non-privileged users without editing the kernel code. Initially it was devel...

Read more »
 
 
Top