Tuesday, 11 February 2014

REPACKING OF DEB FILES ON DEBIAN AND UBUNTU

The following tutorial will teach Ubuntu, Linux Mint and Debian GNU/Linux users how to easily unpack and repack a .deb file on their Debian-based Linux operating system.

mkdir -p extract/DEBIAN
dpkg-deb -x package.deb extract/
dpkg-deb -e package.deb extract/DEBIAN [...do something, e.g. edit the control file...]
mkdir build
dpkg-deb -b extract/ build/

These five commands will do the job like a charm. Let me explain them to you: the first one creates a folder called "extract" and a subfolder called "DEBIAN"; 
The second command will extract some files from your .deb package in the "extract" folder; 

The third command will extract the content of the .deb package in the "DEBIAN" subfolder, where you can modify/patch the files you want; 

The fourth command will create a folder called "build"; and the fifth command will repack the modified files into a new .deb package, which will be generated in the "build" folder.

Friday, 31 January 2014

MOUNT GOOGLE DRIVE ON LINUX

Mount Google Drive in Linux Using Ocalfuse
https://github.com/astrada/google-drive-ocamlfuse
Install opam :
you need to install opam first.

Install google-drive-ocamlfuse via opam :

You may need to install some packages on your system. On Fedora, you may need to at least install:

# yum install sqlite-devel fuse-devel libcurl-devel zlib-devel m4

opam will automatically resolve dependencies and install the needed packages:

$ opam install google-drive-ocamlfuse

Configure google-drive-ocamlfuse
You need to run google-drive-ocamlfuse without parameters and it will request authorization:

$ google-drive-ocamlfuse

This command will create the default application directory (~/.gdfuse/default), containing the configuration file config and start a web browser to obtain authorization to access your Google Drive.

Mounting Google Drive :

After configured google-drive-ocamlfuse, you can mount the file system:
$ google-drive-ocamlfuse mountpoint
eg: google-drive-ocalmfuse /sync

WORDPRESS FOR ANDROID 2.6

Get Latest updates to Wordpress for Android from Google Play Store

Thursday, 30 January 2014

FEDORA 21 GET NAME 'Town Hall'

Famous Community project ' Fedoraproject.org' Gets New name for it's Fedora 21 Ver called 'Town-Hall'