Skip to main content

Home/ Ubuntu - Linux for human beings/ Group items tagged files

Rss Feed Group items tagged

Paul Sydney Orozco

http://www.adobocode.com/spring/marshallingunmarshalling-java-objects-into-xml-file-usi... - 0 views

  •  
    The release 3.0 of Spring Framework added the Spring Module OXM which supports the marshalling and unmarshalling of Java objects and XML documents.In this post, we will be using Spring OXM to take a Java object, convert it to a XML-format and save it in the hard-disk as an XML file containing information of that Java object. We will also cover how to retrieve back the serialized state of that XML file and reconstruct it back to it's original state as a Java object.
ilaria pic

Installare Samba per la condivisione dei file | Guida Linux Server | Linux.HTML.it - 0 views

  • Nel caso in cui si stia realizzando un server domestico, oppure ci siano più macchine connesse alla stessa rete locale, può tornare utile condividere in tale rete file e cartelle in modo da poter accedere a risorse fisicamente presenti su macchine diverse senza la necessità di trasferirli manualmente. Ciò è possibile grazie all'installazione di una sola applicazione: Samba.
  • Samba è, appunto, uno strumento per la condivisione di file (e anche stampanti) tra macchine su cui girano sistemi operativi diversi. Con Samba, ad esempio, è possibile accedere a file situati su un computer Linux (il nostro server, ad esempio) semplicemente utilizzando il classico Esplora Risorse di Windows.
  • capitolo
David Corking

All about Linux: Configuring xterm in Linux - 0 views

  • XTerm*background: whiteXTerm*foreground: blackXTerm*pointerColor: redXTerm*pointerColorBackground: black
  • konsole takes a whooping 8MB and gnome-terminal over 3MB of memory, you can run xterm under 1MB
  • Create a '.Xresources' file in your home directory and enter the values that you want to set. My .Xresources file is as follows:
  • ...1 more annotation...
  • By pressing [Ctrl] key and the middle mouse button, you get a pop-up menu which helps you set/unset a lot of other features of your xterm window like enabling/disabling the scroll bars and so on.
    • David Corking
       
      If you use the pop up menu to customize your settings, I don't think there is a way to save your preferences. I think you need to use a text editor to create the .Xresources file as Ravi describes above.
  •  
    My Ubuntu 9.04 installation does not seem to listen to the .Xresources file. I am trying to figure out why.
Krizna G

Setup NFS server on ubuntu 14.04 - 0 views

  •  
    NFS ( Network file systems ) is used to share files with other computers over the network. It is mainly used for centralized home folders. This article exp
Paul Sydney Orozco

Tutorial On Spring with Hibernate and Java Persistence API - 0 views

  •  
    Sample of using Hibernate Annotations by reducing XML configuration files thus making it simpler to define required metadata directly into our Java code. When using annotations, we no longer need the additional mapping file (*.hbm.xml). The metadata for the ORM is specified in the individual classes.
cecilia marie

Virus Protection Software - 1 views

My files are often lost if not corrupted in my disk drive, and sadly, those where important documents. Sometimes, I fail to backup all my files, that is why, by the time it is corrupted, I am left ...

virus protection

started by cecilia marie on 09 Sep 11 no follow-up yet
Krizna G

Setup FTP server on ubuntu 16.04 - 0 views

  •  
    File transfer protocol ( FTP ) is used to transfer files between client and server. It is commonly used by most of the companies to share data with the customers . Also it plays an important role in data automation.
Tim Mullins

Ubuntu Linux install inside Windows C: Drive with WUBI - 0 views

  •  
    Video Tutorial on how to setup Ubuntu Linux to be installed inside Windows C:\\ Drive with WUBI program that is included in the CD. I also show you how to find your Windows files while in Ubuntu Linux and how to uninstall Linux from Windows.
Tim Mullins

Ubuntu One screencast review - 0 views

  •  
    In this new video screencast tutorial from the OSGUI.com Tech Show I will show you how to use Ubuntu One in Ubuntu Linux 9.10 Karmic Koala. Ubuntu One is a storage application and service operated by Canonical Ltd and currently in public beta, the service enables users to store and sync files online and between computers. Ubuntu One has a client application that only runs on Ubuntu 9.04 and further. A free Ubuntu One account offers 2 GB of storage. Users may upgrade to 50 GB by paying a monthly fee of $10.
larry hill

Bumblebee Configurator GUI: Front-End for the Bumblebee Configuration Files - 0 views

  •  
    Bumblebee Configurator GUI is an apps based on Python and development by Alessandro Facciorusso. it allow linux user easily set up and manage Bumblebee/Nvidia Optimus through a simple graphical interface.
munna1357

NFS ( Network file system ) Configuration in linux step by step rhel6 and create users ... - 0 views

  •  
    At present, there are three variants of NFS. NFS form 2 (NFSv2) is more established and generally bolstered. NFS form 3 (NFSv3) underpins safe nonconcurrent composes and is more hearty at mistake taking care of than NFSv2; it likewise bolsters 64-bit record sizes and balances, permitting customers to get to more than 2Gb of document information.  NFS form 4 (NFSv4) works through firewalls and on the Internet, no more requires a rpcbind administration, bolsters ACLs, and uses stateful operations. Red Hat Enterprise Linux 6 underpins NFSv2, NFSv3, and NFSv4 customers. At the point when mounting a document framework through NFS, Red Hat Enterprise Linux utilizes NFSv4 as a matter of course, if the server underpins it.  All forms of NFS can utilize Transmission Control Protocol (TCP) running over an IP system, with NFSv4 requiring it. NFSv2 and NFSv3 can utilize the User Datagram Protocol (UDP) running over an IP system to give a stateless system association between the customer and server.  At the point when utilizing NFSv2 or NFSv3 with UDP, the stateless UDP association (under typical conditions) has less convention overhead than TCP. This can interpret into better execution on clean, non-congested systems. In any case, on the grounds that UDP is stateless, if the server goes down suddenly, UDP customers keep on saturating the system with solicitations for the server. Moreover, when a casing is lost with UDP, the whole RPC ask for must be retransmitted; with TCP, just the lost casing should be loathe. Consequently, TCP is the favored convention when associating with a NFS server.
  •  
    At present, there are three variants of NFS. NFS form 2 (NFSv2) is more established and generally bolstered. NFS form 3 (NFSv3) underpins safe nonconcurrent composes and is more hearty at mistake taking care of than NFSv2; it likewise bolsters 64-bit record sizes and balances, permitting customers to get to more than 2Gb of document information.  NFS form 4 (NFSv4) works through firewalls and on the Internet, no more requires a rpcbind administration, bolsters ACLs, and uses stateful operations. Red Hat Enterprise Linux 6 underpins NFSv2, NFSv3, and NFSv4 customers. At the point when mounting a document framework through NFS, Red Hat Enterprise Linux utilizes NFSv4 as a matter of course, if the server underpins it.  All forms of NFS can utilize Transmission Control Protocol (TCP) running over an IP system, with NFSv4 requiring it. NFSv2 and NFSv3 can utilize the User Datagram Protocol (UDP) running over an IP system to give a stateless system association between the customer and server.  At the point when utilizing NFSv2 or NFSv3 with UDP, the stateless UDP association (under typical conditions) has less convention overhead than TCP. This can interpret into better execution on clean, non-congested systems. In any case, on the grounds that UDP is stateless, if the server goes down suddenly, UDP customers keep on saturating the system with solicitations for the server. Moreover, when a casing is lost with UDP, the whole RPC ask for must be retransmitted; with TCP, just the lost casing should be loathe. Consequently, TCP is the favored convention when associating with a NFS server.
anonymous

How To Remove Ubuntu's Password Keyring - 4 views

  • So here’s how you get rid of the keyring manager.
  • Open up your Home Folder by clicking Places>Home Folder Press CTRL-H (or click View>Show Hidden Files) Find a folder called .gnome2 (it has a period at the beginning of the name) and open it by double clicking on it Inside of the .gnome2 folder, there is another folder called keyrings.  Open it up. Delete any files you find within the keyrings folder Restart the computer
  • After you restart and login (if you’re automatically logging in) you’ll probably be asked to enter your wireless networks WPA/WEP encryption key (because we made it forget).  After you type that password in, the keyring manager will appear to let you know that it would like to handle the storage of that password and lock it away with a new keyring.
  • ...2 more annotations...
  • Instead of typing in a new password, leave both boxes completely empty and click Create. You’ll then be asked if you know what the hell you’re doing:
  • Go ahead and click Use Unsafe Storage.
Tim Mullins

Making DVD Movies with DeVeDe in Ubuntu or Linux Mint Screencast Tutorial - 0 views

  •  
    Screencast Tutorial Making DVD Movies with devede in Ubuntu Linux or Linux Mint. I show you how to create DVD video disks from any Video file. Original video production
Tim Mullins

Linux & Open Source is Right For You & Me - 0 views

  •  
    Video Blog style Opioniated Editorial based on a file time of following the IT Industry. I know for a fact that Linux & Open Source is Right For You & Me & everyone and that all the worlds problems will be solved when Linux is dominate.
David Corking

Multitasking in Ubuntu - Using Devil's Pie - OS, Software & Networking by ExtremeTech - 0 views

  • For example, I have a file called $HOME/.devilspie/games.ds that opens all games on workspace #4: (begin (if (is (application_name) "gnobots2") (begin (set_workspace 4)) ) (if (is (application_name) "iagno") (begin (set_workspace 4)) ) (if (is (application_name) "same-gnome") (begin (set_workspace 4)) ) ) Similarly, I have an xawtv.ds configuration file that says: (if (is (application_name) "xawtv") (above) )
  •  
    tutorial for an interesting new lisp-y tool
Krizna G

How to setup FTP server on ubuntu 14.04 ( VSFTPD ) - 0 views

  •  
    FTP is used to transfer files from one host to another over TCP network. This article explains how to setup FTP server on ubuntu 14.04 . There are 3 popula
1 - 20 of 31 Next ›
Showing 20 items per page