Skip to main content

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

Rss Feed Group items tagged

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.
munna1357

ssh in linux installation step by step & | Package installation of linux | - YouTube - 0 views

  •  
    OpenSSH is a free open source set of PC instruments used to give secure and encoded correspondence over a PC system by utilizing the ssh convention. Numerous individuals, new to PCs and conventions, make a confusion about OpenSSH, they think it is a convention, yet it is not, it is an arrangement of PC projects that utilization the ssh convention.  OpenSSH is created by the Open BSD gathering and it is discharged under Simplified BSD License. A primary element which has made feasible for OpenSSH to be utilized such a great amount among framework overseers is its multi-stage ability and exceptionally valuable pleasant components it has. The most recent adaptation is OpenSSH 6.4 which has been discharged on November 8, 2013.  This adaptation of OpenSSH accompanies numerous new components and patches, so on the off chance that you as of now utilize OpenSSH for directing your machines, I recommend you to do an overhaul.
  •  
    OpenSSH is a free open source set of PC instruments used to give secure and encoded correspondence over a PC system by utilizing the ssh convention. Numerous individuals, new to PCs and conventions, make a confusion about OpenSSH, they think it is a convention, yet it is not, it is an arrangement of PC projects that utilization the ssh convention.  OpenSSH is created by the Open BSD gathering and it is discharged under Simplified BSD License. A primary element which has made feasible for OpenSSH to be utilized such a great amount among framework overseers is its multi-stage ability and exceptionally valuable pleasant components it has. The most recent adaptation is OpenSSH 6.4 which has been discharged on November 8, 2013.  This adaptation of OpenSSH accompanies numerous new components and patches, so on the off chance that you as of now utilize OpenSSH for directing your machines, I recommend you to do an overhaul.
munna1357

ssh key and DHCP configuration linux commands step by step - YouTube - 0 views

  •  
    One fundamental instrument to ace as a framework overseer is SSH. SSH, or Secure Shell, is a convention used to safely sign onto remote frameworks. It is the most widely recognized approach to get to remote Linux and Unix-like servers.  There are two or three ways that you can get to a shell (summon line) remotely on most Linux/Unix frameworks. One of the more established courses is to utilize the telnet program, which is accessible on most system skilled working frameworks. Getting to a shell account through the telnet strategy however represents a risk in that everything that you send or get over that telnet session is obvious in plain content on your neighborhood system, and the nearby system of the machine you are associating with. So any individual who can "sniff" the association in the middle of can see your username, secret key, email that you read, and charges that you run. Therefore you require a more refined system than telnet to associate with a remote host.  SSH, which is an acronym for Secure SHell, was planned and made to give the best security while getting to another PC remotely. Not just does it scramble the session, it gives better confirmation offices, and in addition highlights like secure document exchange, X session sending, port sending and all the more with the goal that you can build the security of different conventions. It can utilize diverse types of encryption extending anywhere in the range of 512 piece on up to as high as 32768 bits and incorporates figures like AES (Advanced Encryption Scheme), Triple DES, Blowfish, CAST128 or Arcfour. Obviously, the higher the bits, the more it will take to produce and utilize keys and in addition the more it will take to disregard information the association.
  •  
    One fundamental instrument to ace as a framework overseer is SSH. SSH, or Secure Shell, is a convention used to safely sign onto remote frameworks. It is the most widely recognized approach to get to remote Linux and Unix-like servers.  There are two or three ways that you can get to a shell (summon line) remotely on most Linux/Unix frameworks. One of the more established courses is to utilize the telnet program, which is accessible on most system skilled working frameworks. Getting to a shell account through the telnet strategy however represents a risk in that everything that you send or get over that telnet session is obvious in plain content on your neighborhood system, and the nearby system of the machine you are associating with. So any individual who can "sniff" the association in the middle of can see your username, secret key, email that you read, and charges that you run. Therefore you require a more refined system than telnet to associate with a remote host.  SSH, which is an acronym for Secure SHell, was planned and made to give the best security while getting to another PC remotely. Not just does it scramble the session, it gives better confirmation offices, and in addition highlights like secure document exchange, X session sending, port sending and all the more with the goal that you can build the security of different conventions. It can utilize diverse types of encryption extending anywhere in the range of 512 piece on up to as high as 32768 bits and incorporates figures like AES (Advanced Encryption Scheme), Triple DES, Blowfish, CAST128 or Arcfour. Obviously, the higher the bits, the more it will take to produce and utilize keys and in addition the more it will take to disregard information the association.
Tim Mullins

USB Startup Disk Creator for installing any Ubuntu Linux OS Tutorial - 3 views

  •  
    Educational Video with step by step instructions on how to use the USB Startup Disk Creator for installing or running any Distribution of Ubuntu Linux OS Screencast Tutorialv
Tim M

Wine 1.2 in 64bit Linux Mint 9 or Ubuntu Linux 10.04 to Run Windows Apps & Games Screen... - 0 views

  •  
    Screencast Tutorial on how-to use Wine 1.2 in 64bit Linux OS to install and run most Microsoft Windows Applications & Games on Linux Mint 9 or Ubuntu Linux 10.04. These Linux Tips & Tricks also apply to all Ubuntu Linux 10.04 Lucid Lynx derivatives
Paul Sydney Orozco

How to Add CRUD Capability On Spring MVC using Hibernate JPA - 0 views

  •  
    A step by step tutorial on adding CRUD (Create,Read,Update,Delete) capability on Spring MVC using Hibernate JPA.
Tim Mullins

Ailurus System Enhancement Tool for Ubuntu Linux - 5 views

  •  
    Screencast Review of Ailurus System Enhancement Tool for Ubuntu Linux 9.10 Karmic Koala Ailurus is an application which aims at making Linux easier to use. Features: * Help users study some Linux skills * Install/remove some applications which are not provided in the official repository * Search the fastest apt repositories * Enable/disable some third party repositories * Keep track of what packages you have installed/removed * Display information about BIOS, motherboard, CPU and battery * Show/Hide Computer, Home folder, Trash icon and Network icon on desktop * Configure Nautilus thumbnail cache * Configure Nautilus context menu * Configure Window behavior * Configure GNOME auto-start applications * Show/Hide GNOME splash screen original
Tim M

Volume Controls Sound Settings PulseAudio Manager Kubuntu Linux 64bit KDE 4.4.2 Screenc... - 0 views

  •  
    Screencast style Tutorial on how-to use and configure Volume Controls & Sound Settings in the PulseAudio Manager and KMix with Kubuntu Linux 64bit KDE 4.4.2. I show you how to setup the Audio Volume settings in Ubuntu Linux based Open Source Operating Systems
anonymous

COSMOS supercomputer - 0 views

  • The Consolidated Information Report is sorted by user ID and then project ID. The following usage values are the total amount of resources used by all processes for the specified user and project during the reporting period. Heading�Description PROJECT NAME�Project associated with this resource usage information USER ID�User identifier LOGIN NAME�Login name for the user identifier CPU_TIME�Total accumulated CPU time in seconds KCORE * CPU-MIN�Total accumulated amount of Kbytes of core (physical) memory used per minute of CPU time KVIRT * CPU-MIN�Total accumulated amount of Kbytes of virtual memory used per minute of CPU time IOWAIT BLOCK�Total accumulated block I/O wait time in seconds IOWAIT RAW�Total accumulated raw I/O wait time in seconds
  •  
    Field Descriptions for csa report
  •  
    Field Descriptions for sgi csa report
Tim Mullins

Google Chromium Web Browser in Ubuntu Linux 9.10 Karmic Koala - 0 views

  •  
    Screencast Tutorial Video on how to use and install Google Chromium Web Browser in Ubuntu Linux 9.10 Karmic Koala 64bit, which is the development open source version of Google Chrome Web Browser. With full Adobe Flash support which makes YouTube run perfect. It\'s the same browser as Google Chrome OS which I did a Video on too. I also show the Google Toolbar in Firefox 3.5 Lots of Linux tips and tricks in this educational video
Tim Mullins

3D Desktop Cube Effects in Ubuntu Linux 9.10 64bit - 0 views

  •  
    Screencast Tutorial on how to setup and use Compiz 3D Desktop Cube Effects in Ubuntu Linux 9.10 64bit.
larry hill

How to Install ZpanelX Web Hosting Control Panel on Ubuntu Server 12.04 - 0 views

  •  
    This guide will show Step-by-step to install Zpanelx 10 web hosting control panel in ubuntu 12.04 LTS Server edition. There are two methods to installing Zpanelx: Methods 1). Install automatically using script auto-installer . Methods 2) Install manually, direct download source Zpanelx then install and config manually.
larry hill

How to Install OwnCloud 5 in Ubuntu Server 12.10 - 0 views

  •  
    his guide will shown you step by step installing ownCloud Server 5 in Ubuntu Server 12.10. OwnCloud 5 has been released and announced by Owncloud developer, come with new User Interface (UI), but also useful features such as improved contacts, a new search, antivirus checking, an improved calendar and more
larry hill

Easy Way to Control your DSLR Camera using USB Tethered Shooting on Ubuntu - 0 views

  •  
    Tethered shooting is method hook up your DSLR camera to your Laptop/PC and take pictures, you are shooting tethered. You can either trigger the camera from your Laptop/PC or directly from the DSLR camera itself
larry hill

Easy Way to Checking Hard Drive for Bad Sectors and Errors in Ubuntu - 0 views

  •  
    How to know if you have bad sectors on your hard drive in Ubuntu Desktop and how to fix them. You can use badblock program to fix this problem. The badblocks is program command line based allow to test your harddrive for, you guessed it, bad blocks.
Frank Boros

How to quickly install virtualbox 4.1 on Ubuntu 12.04 - 0 views

  •  
    This tutorial shows how to quickly install virtualbox 4.1.14 on Ubuntu 12.04. VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the
Ricardo Jorge

Grooveshark Scope For Unity Music Lens ~ Web Upd8: Ubuntu / Linux blog - 0 views

  •  
    David Callé has released a Grooveshark scrope for the Unity Music lens which lets you search for music on Grooveshark from Dash. The new scope uses the free Grooveshark API and clicking on a search result opens a new tab in your default browser, playing the selected song...
larry hill

Browse and Get Google Web Fonts in Ubuntu Desktop Using TypeCatcher - 0 views

  •  
    TypeCatcher is a Apps that allows you to search, browse, download and automatically install the sources of Google Web Fonts into ubuntu desktop or ubuntu based distro with just a few mouse clicks. You can also preview fonts with adjustable size and text.
Krizna G

How to install eclipse in ubuntu 14.04 - 0 views

  •  
    Eclipse is a open-source development environment used to develop applications . it supports various programming languages and can be installed in all Opera
Krizna G

How to install phpmyadmin on ubuntu 14.04 - 0 views

  •  
    Phpmyadmin is a free web tool used to administrative MySQL database. You can perform all major tasks like creating , deleting and modifying databases.
‹ Previous 21 - 40 of 89 Next › Last »
Showing 20 items per page