Debian / Ubuntu

OpenShot is a free and open source video editor designed to create videos on Linux. This app act as an alternative to iMoive or Windows Movie Maker. I am using Debian Linux 6.x. This version ships with an older version of OpenSHOT software. How can I install the latest version of OpenSHOT under Debian GNU/Linux?

{ 0 comments }

How do I install and configure TFTP server under Debian or Ubuntu Linux server to configure networking equipment such as remote booting of diskless devices or remote loading of Unix like operating systems via PXE boot?

{ 5 comments }

How do I setup a DHCP server for my local area network (LAN) using Debian Linux 6 or Ubuntu Linux server running on my IBM hardware?

{ 6 comments }

I would like to install python packages using the pip command which is an easy_install command replacement. How do I install pip comamnd under RHEL / CentOS / Debian / Ubuntu Linux server systems?

{ 1 comment }

I‘m looking for equivalent of yum info httpd command under Debian Linux. How do I display information about the installed packages on the command line under Debian or Ubuntu Linux? How do I see the description of a package under Debian or Ubuntu Linux using command line options?

{ 1 comment }

I‘m trying to install 3rd party python apps using pip command and getting the following error:


gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o

src/MD2.c:31:20: fatal error: Python.h: No such file or directory

compilation terminated.

error: command 'gcc' failed with exit status 1

Where can I find Python.h file and how do I fix this problem under Debian or Ubuntu Linux sever based system?

{ 6 comments }

I‘ve two network interfaces. One connected to eth0 and another connected to eth1 as follows:


eth0 => private network with private IP in 10.x.x.x/8 range.
eth1 => ISP router with public IP 205.153.203.98 via 205.153.203.97.

How do I setup persistent static route so that 10.0.0.0/255.0.0.0 traffic route via 10.70.201.61 router only?

{ 4 comments }