Skip to main content

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

Rss Feed Group items tagged

munna1357

Ubuntu 16.02 LTS Installation Step by Step Process Updated OS with VMware - YouTube - 0 views

  •  
    Also, clients will see an immense distinction in regards to Ubuntu Software Center (Figure 3). That is on account of it's gone. Ubuntu has moved to GNOME Software, which is as a rule effectively created, is more develop, and will include new components, for example, the capacity to redesign the OS and firmware from the application. Ubuntu is a precarious appropriation. As much as I cherish it on my home server, my desktop is an alternate ballgame. As far as I can tell, discharges between LTS variants have numerous new innovations that might possibly make due in the following LTS. There were numerous advances or elements that Canonical believed were aspiring - HUD, exploring different avenues regarding menus, online dash seek, Ubuntu Software Center, and so on - however they were deserted. In this way, if I somehow managed to utilize Ubuntu on my desktop, I would at present pick LTS. The issue with any LTS discharge, nonetheless, is that it sort of gets solidified in time, and you need to backport everything or utilize PPA to get the most recent variant of uses or bundles. There are numerous situations where the same bundle is not accessible for all Ubuntu discharges. That is the reason I utilize Arch on my desktop. Talking about applications, the tremendous news for desktop clients is that 16.04 at long last conveys Snap bundles to Ubuntu. Snaps are the eventual fate of uses on Ubuntu stage - from desktop to portable.
  •  
    Also, clients will see an immense distinction in regards to Ubuntu Software Center (Figure 3). That is on account of it's gone. Ubuntu has moved to GNOME Software, which is as a rule effectively created, is more develop, and will include new components, for example, the capacity to redesign the OS and firmware from the application. Ubuntu is a precarious appropriation. As much as I cherish it on my home server, my desktop is an alternate ballgame. As far as I can tell, discharges between LTS variants have numerous new innovations that might possibly make due in the following LTS. There were numerous advances or elements that Canonical believed were aspiring - HUD, exploring different avenues regarding menus, online dash seek, Ubuntu Software Center, and so on - however they were deserted. In this way, if I somehow managed to utilize Ubuntu on my desktop, I would at present pick LTS. The issue with any LTS discharge, nonetheless, is that it sort of gets solidified in time, and you need to backport everything or utilize PPA to get the most recent variant of uses or bundles. There are numerous situations where the same bundle is not accessible for all Ubuntu discharges. That is the reason I utilize Arch on my desktop. Talking about applications, the tremendous news for desktop clients is that 16.04 at long last conveys Snap bundles to Ubuntu. Snaps are the eventual fate of uses on Ubuntu stage - from desktop to portable.
munna1357

Domanin and Network configuration Part 2 step by step - YouTube - 0 views

  •  
    This Linux instructional exercise covers TCP/IP organizing, system organization and framework design nuts and bolts. Linux can bolster various system gadgets. The gadget names are numbered and start at zero and tally upwards. For instance, a PC running two ethernet cards will have two gadgets marked/dev/eth0 and/dev/eth1. Linux system arrangement, administration, observing and framework devices are secured in this instructional exercise  All the enormous, userfriendly Linux dispersions accompany different graphical apparatuses, taking into account simple setup of the PC in a nearby system, for associating it to an Internet Service Provider or for remote access. These devices can be begun up from the charge line or from a menu:  Ubuntu setup is done selecting System->Administration->Networking.  RedHat Linux accompanies redhat-config-system, which has both a graphical and a content mode interface.  Suse's YAST or YAST2 is a holding nothing back one design device.  Mandrake/Mandriva accompanies a Network and Internet Configuration Wizard, which is ideally begun up from Mandrake's Control Center.  On Gnome frameworks: elf system inclinations.  On KDE frameworks: knetworkconf.  Your framework documentation gives a lot of guidance and data about accessibility and utilization of apparatuses.  Data that you should give:  For interfacing with the nearby system, for occurrence with your home PCs, or at work: hostname, domainname and IP address. In the event that you need to set up your own particular system, best do some all the more perusing first. At work, this data is liable to be given to your PC consequently when you boot it up. If all else fails, it is better not to indicate any data than making it up.  For interfacing with the Internet: username and secret key for your ISP, phone number when utilizing a modem. Your ISP generally naturally doles out you an IP l
  •  
    This Linux instructional exercise covers TCP/IP organizing, system organization and framework design nuts and bolts. Linux can bolster various system gadgets. The gadget names are numbered and start at zero and tally upwards. For instance, a PC running two ethernet cards will have two gadgets marked/dev/eth0 and/dev/eth1. Linux system arrangement, administration, observing and framework devices are secured in this instructional exercise  All the enormous, userfriendly Linux dispersions accompany different graphical apparatuses, taking into account simple setup of the PC in a nearby system, for associating it to an Internet Service Provider or for remote access. These devices can be begun up from the charge line or from a menu:  Ubuntu setup is done selecting System->Administration->Networking.  RedHat Linux accompanies redhat-config-system, which has both a graphical and a content mode interface.  Suse's YAST or YAST2 is a holding nothing back one design device.  Mandrake/Mandriva accompanies a Network and Internet Configuration Wizard, which is ideally begun up from Mandrake's Control Center.  On Gnome frameworks: elf system inclinations.  On KDE frameworks: knetworkconf.  Your framework documentation gives a lot of guidance and data about accessibility and utilization of apparatuses.  Data that you should give:  For interfacing with the nearby system, for occurrence with your home PCs, or at work: hostname, domainname and IP address. In the event that you need to set up your own particular system, best do some all the more perusing first. At work, this data is liable to be given to your PC consequently when you boot it up. If all else fails, it is better not to indicate any data than making it up.  For interfacing with the Internet: username and secret key for your ISP, phone number when utilizing a modem. Your ISP generally naturally doles out you an IP l
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

Best Applications & Games in Ubuntu Linux - 1 views

  •  
    I show you what I think are some of the Best Applications & Games which are available for free in Ubuntu Linux 9.10 Karmic Koala which I have installed on my personal computer. Educational video
Rem PC

The Best Remote PC Support I Ever Had - 1 views

The Remote PC Support Now excellent remote PC support services are the best. They have skilled computer tech professionals who can fix your PC while you wait or just go back to work or just simply...

remote PC support

started by Rem PC on 12 Sep 11 no follow-up yet
Scott Beamer

Linux Today - Editor's Note: Ubuntu Is Not Our Savior - 0 views

  • And no matter how superior Ubuntu becomes, Gentoo, Slackware, Red Hat, Fedora, and Debian are more important because they are the primal Linuxes. Everything else flows from them. They are the progenitors, and are essential. Let's also remember non-Linux FOSS operating systems such as FreeBSD, NetBSD, and OpenBSD. From these also come herds of wonderful things such as routers, firewalls, drivers, network stacks, and stout high-demand servers. (Take a look at the top servers on Netcraft.)
  •  
    There is more to Linux then the almighty Ubuntu
David Corking

2008 LinuxQuestions.org Members Choice Award Winners - LinuxQuestions.org | Feb 2009 - 0 views

  • Desktop Environment of the Year - KDE (43.57%) Window Manager of the Year - Compiz (31.56%) Messaging App of the Year - Pidgin (53.40%) Mail Client of the Year - Thunderbird (51.43%) Virtualization Product of the Year - VirtualBox (61.10%)
  •  
    This is all a bit of fun, but all the same. someone please give me the link to the vote counts - I would love to know what the runners up are to some of these. (Yes I am the sort of person that also looks at Ubuntu and Debian popularity-contest results.) There are some well-deserved victories and predictable horrors here: I think 'worse is better' applies to some of these winners.
shai edrote

Software Support for My Business - 1 views

My business has never been in good shape as it is now. My sales are increasing, more customers are coming back and last of all, I have a reliable software support for my business computers. Actuall...

software support

started by shai edrote on 13 Jul 11 no follow-up yet
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

How to install Linux RHEL6 in Vmware and explained it detailed - YouTube - 0 views

  •  
    Among other critical change like changing to systemd, who now oversees daemons, forms and other imperative framework assets notwithstanding for init administrations that are presently left through systemd begin behind, utilization of Linux Containers with Docker, cross-domain trust for Microsoft Active Directory, one vital viewpoint speaks to the XFS as the default filesystem, which can bolster filesystems up to 16 exabytes and records up to 8 exabytes Despite the fact that RHEL can be introduced on an assortment of stages, for example, AMD 64, Intel 64, IBM System Z, IBM Power, and so forth. This instructional exercise covers the RHEL 7.0 fundamental negligible establishment with on an Intel x86-64 processor design utilizing a parallel DVD ISO picture, an establishment most appropriate for building up a high adaptable server stage with no Graphical Interface.
  •  
    Among other critical change like changing to systemd, who now oversees daemons, forms and other imperative framework assets notwithstanding for init administrations that are presently left through systemd begin behind, utilization of Linux Containers with Docker, cross-domain trust for Microsoft Active Directory, one vital viewpoint speaks to the XFS as the default filesystem, which can bolster filesystems up to 16 exabytes and records up to 8 exabytes Despite the fact that RHEL can be introduced on an assortment of stages, for example, AMD 64, Intel 64, IBM System Z, IBM Power, and so forth. This instructional exercise covers the RHEL 7.0 fundamental negligible establishment with on an Intel x86-64 processor design utilizing a parallel DVD ISO picture, an establishment most appropriate for building up a high adaptable server stage with no Graphical Interface.
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
hansel molly

Great Remote Computer Support Services - 3 views

Computer Support Professional offers unrivaled online computer support services that gave me the assurance that my computer is in good hands. Every time I needed the help of their computer support ...

computer support

started by hansel molly on 06 Jun 11 no follow-up yet
seth kutcher

Great Remote Computer Repair Services - 1 views

I am very thankful that Remote PC Repair Now is here. I just do not know what I will do without them. Their remote PC repair services are the best. They totally helped me resolve my issues with my...

remote PC repair

started by seth kutcher on 09 Sep 11 no follow-up yet
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

Download Ubuntu Gnome 13.04 Daily Images - 0 views

  •  
    canonical announced and released the new Ubuntu Gnome 13.04 Raring ringtail daily images. It available in 32-bit and 64-bit images available for download and testing. The daily builds are provided mostly for developers, but they can be downloaded by normal user who wants to test the new preview of the new release.
larry hill

How to Remove White Dot From LightDM Login Screen Ubuntu 13.04 - 0 views

  •  
    This simple guide is going to show you how to remove/disable white dots from the LightDM login screen in Ubuntu 13.04 Raring Ringtail. There are two methods to remove white dots from the LightDM login screen:
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
Frank Boros

How to install Samba & configure network share on Ubuntu 12.04 - 0 views

  •  
    In this example, I will show how to install samba and configure network share on Ubuntu 12.04. Samba is a graphical user interface to help with configuration and management, there are several GUI interfaces to Samba available, for me the most simple and powerful one of these tools is samba server co
Frank Boros

Fast Ubuntu Linux BitTorrent Download - 0 views

  •  
    Fast Ubuntu torrent download links, below are the links to download Ubuntu via bit torrent this is by far the fastest way to download Ubuntu and costs the Ubuntu project less money in bandwidth (However, I am sure Mark can afford it!).

    Also download via torrent will prevent corrupt HTTP downloads
Dan McCrea

Unix Toolbox - 15 views

  •  
    A collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users, a compact and practical reference.
1 - 20 of 48 Next › Last »
Showing 20 items per page