linuxulagam.blogspot.com linuxulagam.blogspot.com

linuxulagam.blogspot.com

LinuxUlagam

Sunday, December 2, 2012. How to create YUM repository on a RHEL Server :. 1 Insert and then mount the cdrom as /media. 2 Create a directory called /myrepo. 3 Copy all the RPMs from the cd to the local directory. Cp /media/Packages/*.rpm /myrepo. 4 Copy the xml file from the CD to the local directory. Cp /media/Server/repodata/6b21fc619d1eccd6fb49237c666f0ce4c68f-comps-rhel-Server.xml /myrepo. 5 Create a YUM repository based on the cdrom. This can be done by creating the below file. 10 To update a package.

http://linuxulagam.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR LINUXULAGAM.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 6 reviews
5 star
2
4 star
2
3 star
2
2 star
0
1 star
0

Hey there! Start your review of linuxulagam.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

FAVICON PREVIEW

  • linuxulagam.blogspot.com

    16x16

  • linuxulagam.blogspot.com

    32x32

  • linuxulagam.blogspot.com

    64x64

  • linuxulagam.blogspot.com

    128x128

CONTACTS AT LINUXULAGAM.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
LinuxUlagam | linuxulagam.blogspot.com Reviews
<META>
DESCRIPTION
Sunday, December 2, 2012. How to create YUM repository on a RHEL Server :. 1 Insert and then mount the cdrom as /media. 2 Create a directory called /myrepo. 3 Copy all the RPMs from the cd to the local directory. Cp /media/Packages/*.rpm /myrepo. 4 Copy the xml file from the CD to the local directory. Cp /media/Server/repodata/6b21fc619d1eccd6fb49237c666f0ce4c68f-comps-rhel-Server.xml /myrepo. 5 Create a YUM repository based on the cdrom. This can be done by creating the below file. 10 To update a package.
<META>
KEYWORDS
1 linuxulagam
2 yum repository
3 mount /dev/cdrom /media
4 mkdir /myrepo
5 myrepo
6 name=rhel6
7 baseurl=file / /media
8 enabled=1
9 gpgcheck=0
10 yum install createrepo
CONTENT
Page content here
KEYWORDS ON
PAGE
linuxulagam,yum repository,mount /dev/cdrom /media,mkdir /myrepo,myrepo,name=rhel6,baseurl=file / /media,enabled=1,gpgcheck=0,yum install createrepo,cd /myrepo,yum install package name,yum groupinstall group name,yum list,yum list installed,yum grouplist
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

LinuxUlagam | linuxulagam.blogspot.com Reviews

https://linuxulagam.blogspot.com

Sunday, December 2, 2012. How to create YUM repository on a RHEL Server :. 1 Insert and then mount the cdrom as /media. 2 Create a directory called /myrepo. 3 Copy all the RPMs from the cd to the local directory. Cp /media/Packages/*.rpm /myrepo. 4 Copy the xml file from the CD to the local directory. Cp /media/Server/repodata/6b21fc619d1eccd6fb49237c666f0ce4c68f-comps-rhel-Server.xml /myrepo. 5 Create a YUM repository based on the cdrom. This can be done by creating the below file. 10 To update a package.

INTERNAL PAGES

linuxulagam.blogspot.com linuxulagam.blogspot.com
1

LinuxUlagam: Identifying a system using /proc Filesystem

http://linuxulagam.blogspot.com/2010/12/identifying-system-using-proc.html

Wednesday, December 1, 2010. Identifying a system using /proc Filesystem. 1 To show the OS (Kernel) version:. 2 To identify the processor details :. 3 To identify the memory information :. 4 To show the raid devices :. 5 File containing the disk partition details :. 6 File containing the swap details :. 7 File containing the uptime details :. Subscribe to: Post Comments (Atom). Welcome to the AIX World. Networking in VIO Server. SAN Management - HBA, LUN, . View my complete profile.

2

LinuxUlagam: User and Group Management in Redhat Linux

http://linuxulagam.blogspot.com/2012/07/user-and-group-management-in-redhat.html

Friday, July 20, 2012. User and Group Management in Redhat Linux. Here are some configuration files which you should be familiar. Contains the database of information of all the users. The format of the file is. The actual password of every user is stored in /etc/shadow, indicated by an x in the password field. As /etc/passwd is readable by all users, storing even encrypted passwords in it makes password guessing easier. Here is a sample line from /etc/shadow. It contains the following fields,. Q To crea...

3

LinuxUlagam: Starting and Stopping Services

http://linuxulagam.blogspot.com/2010/12/starting-and-stopping-services.html

Wednesday, December 1, 2010. Starting and Stopping Services. 1 To start http service :. Etc/rc.d/init.d/httpd start. 2 To stop http service :. Etc/rc.d/init.d/httpd stop. 3 To restartp http service :. Etc/rc.d/init.d/httpd restart. 4 To show the status of http service :. Etc/rc.d/init.d/httpd status. 5 To show the status of all the services :. 6 To list the state of a service in different run levels :. Chkconfig - list ypxfrd. 7 To list the state of all the services in different run levels :.

4

LinuxUlagam: Managing HBAs and SAN disks in Redhat Linux 4 & 5

http://linuxulagam.blogspot.com/2011/02/managing-hbas-and-san-disks-in-redhat.html

Monday, February 21, 2011. Managing HBAs and SAN disks in Redhat Linux 4 and 5. To list the LUNs and their paths :. To display pv information on a multipath :. To find the server hardware details :. Dev/null egrep ' Disk' egrep -v 'dm-' wc -l. Echo "1" /sys/class/fc host/host0/issue lip. Echo "- - -" /sys/class/scsi host/host0/scan. Echo "1" /sys/class/fc host/host1/issue lip. Echo "- - -" /sys/class/scsi host/host1/scan. Cat /proc/scsi/scsi egrep -i 'Host:' wc -l. RHEL 4.6 :. To scan for new LUNs:.

5

LinuxUlagam: Swap Space

http://linuxulagam.blogspot.com/2010/12/swap-space.html

Wednesday, December 1, 2010. 1 To setup swap space on a newly created partition :. 2 To enable the swap partition :. 3 To enable the above swap device at boot time, add the below line to /etc/fstab. Dev/sdb3 swap swap defaults 0 0. 4 To create a swap file:. A Create an empty file. Dd if=/dev/zero of=/swapfile bs=1024 count=65536. B Create swap space on the file. C Enable the swap file. D Add the below line to /etc/fstab. Swap-file swap swap defaults 0 0. 5 To remove a swap file. A Disable swap on the file.

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL PAGES IN THIS WEBSITE

17

LINKS TO THIS WEBSITE

solarisbyraja.blogspot.com solarisbyraja.blogspot.com

Solaris Administration: December 2010

http://solarisbyraja.blogspot.com/2010_12_01_archive.html

Thursday, December 16, 2010. ZFS in Solaris 10. 8226; 256 quadrillion zettabytes. 8226; RAID 0/1 and RAID Z (RAID 5 with enhancements) (2 required virtual devices). 8226; Snapshots – read-only copies of file systems or volumes. 8226; Creates volumes. 8226; Uses storage pools to manage storage – aggregates virtual devices. 8226; File systems attached to pools grow dynamically as storage is added. 8226; File systems may span multiple physical disks. 8226; ZFS is transactional. Storage Pool # #. 3 To create...

solarisbyraja.blogspot.com solarisbyraja.blogspot.com

Solaris Administration: How to extend or shrink Volumes and Filesystems in VXVM / VXFS ?

http://solarisbyraja.blogspot.com/2011/07/how-to-extend-or-shrink-volumes-and.html

Monday, July 11, 2011. How to extend or shrink Volumes and Filesystems in VXVM / VXFS? You can use the below commands to extend / shrink the volume and filesystem. This command will extend or shrink volume and the filesystem. This command can extend or shrink only a volume. You need to use fsadm to extend / shrink a filesystem when you use vxassist. 1 To grow a volume alone to 1GB :. Vxassist -g testdg growto testvol 1g. 2 To extend a filesystem (after extending a volume). Fsadm -b 1024m /test.

solarisbyraja.blogspot.com solarisbyraja.blogspot.com

Solaris Administration: NFS in Solaris

http://solarisbyraja.blogspot.com/2010/12/nfs-in-solaris.html

Thursday, December 16, 2010. Configuration Files (along with a sampel content):. Share -F nfs -o rw /data. Share -F nfs -o ro=-client1:.max.com /export/share/man. Etc/default/fs - Lists the default file system type for local file systems. Etc/dfs/fstypes - Lists the default file system types for remote file systems. Etc/default/nfs - Lists the lockd and nfsd configuration details. Etc/default/nfslogd - Lists the nfslogd configuration details. Etc/mnttab - Lists the file systems currently mounted. Network...

solarisbyraja.blogspot.com solarisbyraja.blogspot.com

Solaris Administration: How to Un-encapsulate a root disk in Solaris ?

http://solarisbyraja.blogspot.com/2011/07/how-to-un-encapsulate-root-disk-in.html

Monday, July 11, 2011. How to Un-encapsulate a root disk in Solaris? 1 Boot from the 2nd disk and unencapusolare the 1st root disk. Ok boot "/pci@9,600000/scsi@1,1/sd@0,0. 2 Install boot block,. 3 Collect the list of plexes associated with the 1st disk,. 4 Dis-associate the plexes (of 1st disk) frmo rootdg,. Vxplex -g rootdg dis var01. Vxplex -g rootdg dis rootvol01. Vxplex -g rootdg dis swapvol01. 5 Run fsck on root and var filesystems on 1st disk,. Cp -p system system.ddmmyy. 1 start the VXIO daemon,.

hp-ux-11i.blogspot.com hp-ux-11i.blogspot.com

HP-UX 11i: April 2012

http://hp-ux-11i.blogspot.com/2012_04_01_archive.html

Friday, April 13, 2012. 1 To backup a filesystem :. Fbackup -f /dev/rmt/0m -i /home. 2 To list the contents of the tape media and store it in a file :. Frecover -I /tmp/indexfile -f /dev/rmt/0m. 3 To do level 0 (full) backup of a filesystem and also update the file /var/adm/fbackupfiles/dates :. Fbackup -f /dev/rmt/0m -0 -u /home. 4 To do a level 1 backup using a graph file to specify which files will be included/excluded :. Fbackup -f /dev/rmt/2m -1 -u -g /var/adm/fbackupfiles/graphs/g0.

hp-ux-11i.blogspot.com hp-ux-11i.blogspot.com

HP-UX 11i: December 2010

http://hp-ux-11i.blogspot.com/2010_12_01_archive.html

Friday, December 17, 2010. Kernel files are stored under /stand. 1 To display detailed information about a kernel module :. 2 To load a module :. 3 To unload a module :. 4 To view the values of tunables :. 5 To view the values of tunables with description :. 6 To view the values of tunables with detailed information :. 7 To change a tunable's value to the default :. 8 To change the value of a tunable :. 9 To view the list of module changes for next boot :. Points to remember :. There has been a vast diff...

hp-ux-11i.blogspot.com hp-ux-11i.blogspot.com

HP-UX 11i: Managing vPars in SuperDome 2

http://hp-ux-11i.blogspot.com/2010/12/managing-vpars-in-superdome-2.html

Thursday, December 9, 2010. Managing vPars in SuperDome 2. 1 To start a vpar from MON prompt,. MON vparload -p vPar name. 2 To boot a vpar from command line,. Vparload -p vPar name. 3 To show vpar info from MO prompt,. 4 To show vpar status from command prompt,. December 5, 2011 at 8:56 AM. December 10, 2012 at 10:06 AM. How to boot Vpar in Single user mode in SD2? October 7, 2015 at 9:55 PM. October 7, 2015 at 9:57 PM. Subscribe to: Post Comments (Atom). All About IBM AIX. View my complete profile.

hp-ux-11i.blogspot.com hp-ux-11i.blogspot.com

HP-UX 11i: Network Configuration in HP-UX

http://hp-ux-11i.blogspot.com/2010/12/network-configuration-in-hp-ux.html

Friday, December 17, 2010. Network Configuration in HP-UX. Etc/rc.config.d/netconf - Contains the hostname, ip address, default route. Etc/hosts - Contains the hsotname to IP address mapping. Etc/resolv.conf - Contains DNS server details. Etc/inetd.conf - Internet daemon configuration file. Configuration Files used for DNS Client:. Sbin/init.d/net start - To start network services. Sbin/init.d/net stop - To stop network services. 1 To set the hostname :. 2 To set primary ip address :. Set parms ip address.

hp-ux-11i.blogspot.com hp-ux-11i.blogspot.com

HP-UX 11i: August 2010

http://hp-ux-11i.blogspot.com/2010_08_01_archive.html

Thursday, August 5, 2010. How to list and identify various devices connected to your system? 1 To show all the configured devices:. 2 To list the available disk/CD Drives along with their device file details:. 3 To list the tape drives:. 4 To list the lan adapters:. 5 To show the details of a device file:. How to configure newly connected devices? To configured the recently connected tape drive:. Same way to configure newly connected CDrom or disk,. This is similar to devfsadm. In solaris and cfgmgr.

UPGRADE TO PREMIUM TO VIEW 66 MORE

TOTAL LINKS TO THIS WEBSITE

75

OTHER SITES

linuxuk.com linuxuk.com

Parallels H-Sphere linuxuk.com

Welcome to linuxuk.com. Your account has been created. You can access your Web site right away using d609986.u62.sonicnetworx.net. Over the next few days, DNS servers all across the Internet will update themselves with your new site name. Once that happens, you will be able to access your site at its permanent address, linuxuk.com. This page is autogenerated by Parallels.

linuxuk.net linuxuk.net

linuxuk.net - This website is for sale! - linuxuk Resources and Information.

The domain linuxuk.net. May be for sale by its owner! The domain linuxuk.net. May be for sale by its owner! This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.

linuxuk.org linuxuk.org

LinuxUK · LinuxUK

Adventures in Software Engineering, Running, Vegan cooking, futurism, and other randomness. Want the RSS feed. Human Computer Interaction, to the max. Wed, Feb 14, 2018. You see, as a species we are on a path towards more and more technology entering our lives. Digital this and electronic that; football matches are being decided by technology. When people are likely to die, transportation is increasingly automated. And that is only the start of it. When peripherals like your mobile phone. And again, it w...

linuxuksupport.com linuxuksupport.com

UK Support for Key Linux Distro's

UK Support for Key Linux Distro's.

linuxula.skyrock.com linuxula.skyrock.com

Blog de linuxula - mon univers - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Il y aura tout ce qui me tienne a cœur. Bienvenue dans mon monde. Mise à jour :. Yes j'ai eu ma première parti du bafa. Salut, samedi a 9h je commence le bafa. Salut et bien c'est confirmer je passe le b. Oula ca fait un moment que je suis pas. Abonne-toi à mon blog! Bienvenue a tout le monde sur mon blog. Je suis ravit de vous faire partager ma petite famille et aussi mon univers. J'accepte les demandes d'amitiés. Merci de votre compréhension. Samedi a 9h je...

linuxulagam.blogspot.com linuxulagam.blogspot.com

LinuxUlagam

Sunday, December 2, 2012. How to create YUM repository on a RHEL Server :. 1 Insert and then mount the cdrom as /media. 2 Create a directory called /myrepo. 3 Copy all the RPMs from the cd to the local directory. Cp /media/Packages/*.rpm /myrepo. 4 Copy the xml file from the CD to the local directory. Cp /media/Server/repodata/6b21fc619d1eccd6fb49237c666f0ce4c68f-comps-rhel-Server.xml /myrepo. 5 Create a YUM repository based on the cdrom. This can be done by creating the below file. 10 To update a package.

linuxunai.wordpress.com linuxunai.wordpress.com

Linux na Educação | Prof. Marcelo Xavier Travassos

Prof Marcelo Xavier Travassos. Outubro 26, 2009 por marceloxt. A Secretaria de Educação a Distância, em 2007, no contexto do Plano de Desenvolvimento da Educação PDE, elaborou revisão do Programa Nacional de Informática na Educação Proinfo. Essa nova versão do Programa, instituído pelo Decreto nº 6.300, de 12 de dezembro de 2007, intitula-se Programa Nacional de Tecnologia Educacional Proinfo e postula a integração e articulação de três componentes:. Nesse contexto, surge o Programa Nacional de Formação ...

linuxunbound.com linuxunbound.com

Linux Unbound – The Penguin Unleashed

Darr; Skip to Main Content. July 17, 2016. KVM) is a popular virtualization solution supported by modern Linux kernels. It takes advantage of the CPU support for virtualization ( Intel VT. You can run unmodified operating systems such as Linux, FreeBSD, and Microsoft Windows using KVM. For more information, see the compatibility list. For our Ubuntu 16.04 host, we have installed the following packages via. See https:/ help.ubuntu.com/lts/serverguide/libvirt.html. For a CentOS 7. Vcpus sockets=2,cores=2 .

linuxunbound.net linuxunbound.net

Linux Unbound | The Penguin Unleashed

Darr; Skip to Main Content. Digital Certificate Generation and OpenSSL. March 1, 2015. Organizations can also become CAs within their own domain involving themselves and other parties that communicate with them. Software is readily available to give organizations the ability to become CAs. Platforms such as Linux, Microsoft Windows (Server), and Apple Mac OS have the necessary software to generate digital certificates. OpenSSL. Creating A Certificate Authority Digital Certificate. Generate a private key.

linuxuncle.com linuxuncle.com

Domain Management (LinuxUncle.com)

Your Domain Management Starts Here. Manage a domain name plus our value-added services to help you get the most from it. Call it a "dot-com name," a URL, or a domain. Whatever you call it, it's the cornerstone of your online presence, and we make managing one easy. Our simple and powerful control panel puts you in charge, letting you manage your domain name whenever you want, from one place. Powered By LinuxUncle.com.

linuxundco.blueyacy.de linuxundco.blueyacy.de

Startseite

Diese Seite habe ich auschließlich für mich selbst geschrieben,. Um diverses Wissen über Linux und Verwandtes nicht zu verlieren. Ziel meiner Zitate hier ist nicht, fremdes Wissen als meines auszugeben,. Sondern es für mich selbst zu konservieren. Solltest Du DIch in Deinen Rechten verletzt sehen, melde Dich. Ich werde die Seite dann mit einem Paßwort vor der Öffentlichkeit schützen.