Showing posts with label
Open Source Lab Programs
.
Show all posts
Showing posts with label
Open Source Lab Programs
.
Show all posts
Wednesday, 6 November 2013
Python with MySQL Connectivity
›
Copy the following code and save it as pythondb.py import MySQLdb db=MySQLdb.connect("localhost","root","password...
Network Interface using ifconfig
›
1. View Network Settings of an Ethernet Adapter # ifconfig eth0 2. Display Details of All interfaces Including Disabled Interfaces # ifconfi...
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...
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 . ...
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...
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...
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...
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...
Tuesday, 5 November 2013
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. ...
Sunday, 3 November 2013
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...
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 ...
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...
›
Home
View web version