Skip to main content

Posts

Showing posts with the label Linux

Learn How To Create Basic Document Using Nuxeo LTS 2021 Web UI Platform.

Create a basic document using Nuxeo LTS 2021 web UI platform. Modeler Changes * Creating a customized document type with the help of file document * Adding the meta data using the schema UI * Data Type & Validation Designer Changes * Layout configuration * Create form, Edit form, Import form, Metadata form & View form. * Basic file meta data will be configured with title and description * Now we have to add new meta data that we have created in modeler section * Drag and drop the widgets using the Layout designer section. * Hot Reload the local project using Nuxeo dev Tools * Clear your cache and refersh your page * Now you can see the new document type is available to create your own document * Enjoy working with Nuxeo project in short time Watch the below video for complete demonstration.

Updating Ubuntu Server Date And Time Using Terminal or Command

Update the Date and Time in Ubuntu Operating System using commands. Command  sudo date  nnddhhmmyyyy.ss Description for Command nn is a two digit month, between 01 to 12. dd is a two digit day, between 01 and 31, with the regular rules for days according to month and year applying. hh is two digit hour, using the 24-hour period so it is between 00 and 23. mm is two digit minute, between 00 and 59. yyyy is the year; it can be two digit or four digit: your choice. I prefer to use four digit years whenever I can for better clarity and less confusion. ss is two digit seconds. Notice the period ‘.’ before the ss. Example Let’s say you want to set your computer’s new time to December 6, 2013, 22:43:55, then you would use: sudo date 120622432013.55

How to install Firefox 11 in Ubuntu 10.04 - 11.10

Firefox is going to be arrive with powerful feature like 3D View, HTML5, XMLHttpRequest and etc., Learn how you can install Firefox 11 in Ubuntu 10.04, 10.10,11.04 and 11.10. Step by Step tutorial Open terminal Paste the following command " sudo add-apt-repository ppa:mozillateam/firefox-next " without quote now hit the enter button and enter the password if prompt and again enter but dont close the terminal Again paste the following command to install the firefox 11 " sudo apt-get update && sudo apt-get install -y firefox " without quote  Wait for the installation to complete That's it . Now you have successfully installed firefox 11 on your Ubuntu system.

Connect iPhone 4S or iPad 2 on Linux

Learn how to connect the iPhone 4s or iPad 2 with Linux operating system because iTunes is not available for Linux edition then how you can connect the device with Linux system. Please choose the step 1 based on the linux edition you have. Step 1 - Download and Install libimobiledevice : UBUNTU  Ubuntu 10.10 or 10.04 LTS Open the terminal and hit the CTRL+ALT+T key combination on your keyboard and paste the following command in the terminal window. sudo add-apt-repository ppa:pmcenery/ppa When password prompt enter your login password and hit enter.Next, paste the following command to install the libimobiledevice required library. sudo apt-get update && sudo apt-get install libimobiledevice Step 1 - Download and Install libimobiledevice :  Mandriva, Fedora, Debian and openSUSE  Download the libimobiledevice 1.0.6 from its official homepage ( http://www.libimobiledevice.org ) . Copy the downloaded archive f...

Download Website For Offline Usage

Don't have internet connection on home and visiting more frequently browsing center. Now you can download the complete website for offline use and avoid visiting the browsing center. HTTrack is a free GPL (GNU Licence) and it is a best software for you to browse the World Wide Web for offline use. What Contents Are Downloaded for your Offline Use from websites Directory structure for local hyperlinks  Website pages Images and other files that located on server for the web offline usage Transform the online link to locally linking directory Resume the download if your connections are broken during download Integrated with help system You cannot differentiate the online and offline copy because its totally mirrored website. Advantages More than one URL can be entered for offline downloads It download all server located file How to Use It           Just go to output folder and click on index.html to view it. HTTrack is av...

Block Any Website In Linux Operating System

Learn How you can Block Website in Linux Operating System 1.Open Console or Terminal, and Type gedit /etc/hosts 2.Navigate to End of the file and type like this "127.0.0.1 www.facebook.com" without quotes 3.Now save the modified file 4.Go back to terminal and type "service network restart" without quotes 5.That's It. 6.Open the browser and visit www.facebook.com then this website will not be open because it is blocked. 7.Now if you want to add more website to block then repeat the process and add more website that you want to block.

Creating USB Boot For Linux Fedora, Suse, Ubuntu and Mandriva

Downloaded Linux Operating system ISO image file and want to create a USB Bootable using Windows System. Universal USB Installer is a free linux distribution program that helps you to create Live Linux USB Bootable Operating system. Steps To Create Live USB Boot Disk 1.Insert a USB stick with at least 2GB of free space 2.Download the Universal USB Installer 3.Click 'Run' when prompted 4.If the security dialog appears, confirm by clicking 'Run' 5.Read the license agreement and choose 'I Agree' to continue 6.Select Linux Download Edition from the drop down list 7.Click 'Browse' and open the downloaded ISO file 8.Choose the USB drive and click 'Create'

How to install eclipse in Linux OS

Eclipse is an open source community and its IDE(Integrated Development Environment or Integrate Debugging Environment or Integrated Design Environment)is the best application for Developing Enterprise Application,Mobile Application,Hibernate Pojo and Google Web toolkit Application. How to install Eclipse IDE In Linux Operating System 1.Download your favorite Eclipse version either Galileo or Helios 2.Unrar the downloaded file to your favorite application 3.Go to Eclipse Directory and find the eclipse.ini file 4.Open the file and find the location line which defines the exact path of eclipse JVM(Java Virtual Machine)- JDK(Java Development Kit) Library in order to run the eclipse IDE. 5.Now change the location line to your JDK Library path which will be located in normally(/usr/lib/jvm/jdk-version/bin) 6.Click the eclipse.sh file to run your eclipse IDE if it shows an error, then open the property of that file and change the permission under the property tab of Permission(i.e.,Allow this...

Basic Linux Terminal commands For Ubuntu , Fedora and Suse

Learn some basic terminal linux commands to be behave like an expert or admin or extra attitude skilled person in front of your friends.Command helps you to realize the real work of kernal operating system and also optimize your knowledge to be an good programmer. Navigation to Folders "cd FolderName" - Navigate Folders "cd .." - Going back to previous folder "cd" - Home Folder Execution of Files If you want to execute your files then do it depend upon the format files "./filename.bin" - If it is a .bin file (Binary Distribution) "sh filename" - If it is a sh file (Shell Distribution) "rpm filename" - If it is a RPM File (Redhat package Distribution) "deb filename" - If it is a debian File "./filename" - Any format file which will be execute depends upon their prefixed application Create , Delete and Modife Folder "mkdir folderName" - Creating a n...

Download Gmail Voice and Video Chat Plug-in For Linux Operating System

Download Gmail Voice and Video Chat Plug-in For Linux Operating System Google already launched voice and video chat plug-in for Windows and Macintosh platform and now they have launched plug-in for Linux operating system following ubuntu ,debian and RPM(Not released now it may be released in future for RPM) after making a two year hard work. Google engineer says it was very difficult to develop Linux voice and video chat plug-in because it builds in good video rendering solution and all-new Pulse audio-based audio handler. Miracle Made by Google engineers. Remember all audio and video resolution hardware company are not developing driver software for the Linux OS and it is very difficult for Google engineers to develop such a new algorithm which will work in different audio hardware as well as different video hardware. Google Engineers next target to achieve this voice and video chat application in Android based phone…

File Explorer Root Authentication in Ubuntu using Open Nautilus

Ubuntu linux operating system allows you to enter as a user not as a root or admin.Sometime we wants to copy or move files from media drives to linux partition file system then the file system doesn't allowing us because of security as well as inorder to avoid package corrupt. In order to do that Open up a Terminal or Konsole window and type this command "sudo nano /usr/share/applications/Nautilus-root.desktop" without quote. Enter your password then paste this below text in the terminal editor [Desktop Entry] Name=File Browser (Root) Comment=Browse the filesystem with the file manager Exec=gksudo nautilus Icon=file-manager Terminal=false Type=Application Categories=Application;System; Press "Ctrl+x" then press y and hit enter to save the file Now go to Application > System Tools > File Browser (Root) Now you have full permission to edit,create and delete files.This powerfull tricks is the innovation of Nautilus.

Install Picasa in Linux Distribution Like Fedora, Ubuntu, Suse, Debian and Mandriva

Picasa is a free web based photo sharing software from Google.Most of them are happy when switching from windows platform to Linux platform because linux gets update very fast, open source, free software, online free support and also now a days we are getting third party software for free with GNU linux so that we can modify the code and also can share it with our friends.   Linux have millions of free distribution with different package but in that only few operating system become famous and also its Graphical User Interface is user friendly. To Install Picasa in Fedora Open Terminal or Console Type "su" without quote for root privilege and enter root password Then type this "yum install picasa" To Install Picasa in Ubuntu or Debian Open Terminal or Console Type "sudo apt-get install picasa" without quote To Install Picasa in Mandriva Open Terminal or Console Type "urpmi picasa" without quote To Install Picasa in Suse Open Te...

Solution for Fedore Google Web ToolKit Problem

Mozilla firefox is one of the best browser according to worldwide survery and its open source software which works in all platform and also there are millions of plugins are available for firefox.Develpoers are facing the problem when working with Google web Toolkit with Linux platform especillay with firefox 3.6 version. "Funny:Google Web Toolkit is Google plugin and also Google have chrome browser for linux version but they didn't developed for their Chrome browser instead developed for Mozilla Firefox ......." Google Web Toolkit plugin works fine in windows application in all browser but in linux it works only firefox so when installing this plugin firefox asks to restart, to affect the browser changes and also when it opens it shows that plugin in addon window but when running the google web toolkit project again it shows add GWT plugin and it repeat continously.. For this problem what i did is removed the firefox 3.6 version and i searched for firefox 3.5 or below to...

How Do I Upgrade From Fedora 12 to Fedora 13 Desktop Version Via Terminal

Fedora 13 is Linux based operating system and linux means always free to use , share and even modify the source code because its have GNU Licence.Fedora 13 has been launched but don't waste time for downloading and installing when you have fedora any version just read this procedure to upgrade fedora any version to fedora 13. Open Terminal from Application > System Tools > Terminals Type "su" in terminal without quote and enter your root password if you have made it After Authenticating type "yum update rpm" without quote After Upgrading RPM Packages type "yum -y update" without quote After Installing Updates Clear the cache by typing "yum clean all" without quote Now reboot it by typing "reboot" without quote in terminal After rebooting we have upgraded to fedora 13 successfully but not RPMFusion Packages To do RPMFusion packages we have to open Terminal and type "su" to root authentication Type "yum install ...

Red Hat Enterprise Linux 5.5 Now Avaialable

An open source software developer red hat unveil their next innovation technology "Red Hat Enterprise Linux 5.5".The red hat is already having open source community called Fedora .The upgrade linux enterprise 5.5 provide supports for new platforms Red Hat partners, AMD, Dell, HP, IBM and Intel. Fedora is an open source operating system which is free to use , modify and distribute and this open source community started and handled by Red Hat Inc. Currently Fedora 12 is launched and its consists of Instant Messanger - Supports chat, video, and audio.You can talk to your friends who are on AIM, Yahoo Messanger, G Talk,Live (MSN), MySpace, and many other platforms. Support bluetooth audio- lets you enjoy audio on your computer without need of wires NetworkManager- Experience mobile broadband and supports IPV6(Internet Protocal Version6) for future networking Package Kit- 15,000 packages that Fedora provides for free and you can install either from DVD or Online inter...

Read Linux Ext2 or Ext3 Drives On Windows Platform

This article describes how to read linux file system Ext2 and Ext3 on Windows Platform.Most of the people now a days make dual boot system one is windows and another one is linux distribution.How ever linux read the following windows file system NTFS,FAT and FAT32 but most of the linux distribution trying to install their os in the following Ext2 and Ext3 file system to get high performance but windows platform not supporting. Inorder to read linux file system download any one from the following four distribution . 1. Download Ext2 Drivers 2. Download Ext2 FSD Driver 3. Download Virtual Volume 4. Download Disk Internal Choose any one distribution because all are reading linux file system. why i gave four distribution link because of some distribution may not be available in future so i gave four distribution link Subscribe to TECHNOLOGY INNOVATION by Email to receive more updates!

Want To Attend Open Source Conference For Free

Open Source India Tech days are India's Leading FOSS conference and Expo....... Successful of last year conference "LinuxAsia" which is held in chennai trade center,chennai ,tamil nadu ,India and conducted by Open Source India... To see what events they conducted last year click here Following Events are going to conduct this year 12th March: Free and Open Source (FOSS) powered software development 12th March: Industry Demos 13th March: Developing software for mobile phones and devices using FOSS 13th March: FOSS-enabled education 13th March: IBM�s Workshop on Open Collaboration 14th March: FOSS for Everyone 12th March: IT Management made easy by FOSS 13th March: CXOSummit: FOSS Powered Virtualisation, SaaS and Cloud Computing 13th & 14th March: Unconference--An OSScamp 14th March: Workshop: FOSS Java Development Tools (4 hours) 14th March: Workshop: Ruby ...

Watch Videos On Browser Without Flash Plugins

Image Description:HTML 5 LOGO HTML is abbreviated as Hyper-Text Markup Language.HTML is basic language for web Technology.This Newly Updated HTML gives video to run on browser without the need of any flash plug-in or players. Previously people were using either Apple Mac or Microsoft Windows but now people using different kind of operating like apple mac,microsoft windows,Open source linux,sun unix,ibm unix,google chrome and so on.All the operating system have their own browser but different kind of application format this adobe flash plugin is capable in apple mac,microsoft windows and open source linux (some distribution only supporting ) not all operating system supports this adobe plug-ins like Flash player and shock wave player by not having this application capable in all operating system an end user or client not able to see video,e-books,Animation and games but for all these operating system have their own browser that supports HTML that's why W3C innovated again by updati...

How to Install Firefox in Ubuntu

Worlds Most Populated and Most Secured Browser  now you can install in Ubuntu Linux Operating System by following this below trick you can obtain it and this Mozilla Firefox launched its new updated version 3.6 which easier for third party softwares ,tool bars and offers upto 70 Languages to understand easily as well as this comes with an improved integration appearance so that you can change themes in single click... Let me now tell you how you can install Firefox in Ubuntu. Installation from PPA 1. First, add the mozilla-daily PPA in the repository list. To do that, use the following command either konsole or Terminal, sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa 2. Now update the software list, sudo apt-get update 3. Once the software list is updated, install firefox using, sudo apt-get install firefox-3.6 That’s it. Subscribe to TECHNOLOGY INNOVATION by Email to receive more updates!

Portable OS That Run's on Mobile,Computer,Palm and etcetra

The New "LinuXP" is a Portable Operating System which runs on mobiles , computers and Palm device and this operating system is independent platform like java which runs everywhere.This Operating System can be used to install drivers for hardware and even you can keep copy of this operating system in storage device like memory cards or pen-drive and plug it into computers or laptop to start your Operating System and also this OS help you to recover deleted data from an Existing OS.This Operating System innovated by Niket Chandrashekar, a 20 year old engineer from bangalore. This Operating System is developed under Open Source Tool like " Wine ( Win dows E mulator)" which allows windows program to run on linux platform and this operating system is linux kernel. This Operating System is Free License under GNU License and will be launched after seven month ,may be launch in august 2010 Application Supports - Windows XP ,Vista and Windows 7  Subscribe to TECHNOLOG...