Advertising
advertising
related pastes to tag 'install'
- 2071214 - broadcom install: install broadcom hybrid
-
- sudo -s
- apt-get install build-essential dkms
- echo 'blacklist b43' >> /etc/modprobe.d/blacklist.conf
- modprobe -r b43
- tar jxPvf broadcom-hybrid-patched.tbz2
- 2071213 - broadcom install: install broadcom hybrid
-
- sudo -s
- apt-get install build-essential dkms
- echo 'blacklist b43' >> /etc/modprobe.d/blacklist.conf
- modprobe -r b43
- tar jxPvf broadcom-hybrid-patched.tbz2
- 2034475 - INSTALL openSUSE packages (monot: install opensuse monotone
-
- --- INSTALL 2010-10-28 21:55:20.000000000 +0100
- +++ INSTALL 2010-12-30 13:03:20.824803059 +0000
- @@ -52,16 +52,23 @@
- on Fedora:
- install the following packages:
- autoconf automake gettext boost boost-devel zlib zlib-devel
- 1948420 - charlyx: script shell flex install mac sdk
-
- #!/bin/sh
- URI=http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4
- ZIPFILE=flex_sdk_4.1.0.16076.zip
- DEST=$HOME/FlexSDK
- SHCONFIG=$HOME/.bash_profile
- if [ -d $DEST ]; then
- 1017748 - gentoo-install-20080514.sh: gentoo install
-
- #!/bin/sh
- #
- # Gentoo installation script by ExclusivE [icq#433955 exclusive_tm@mail.ru]
- # v. 20080514
- #
- # Notes:
- # * kernel must be compiled via Genkernel
- 998359 - Install ATI on Ubuntu 8.04: ubuntu ati install drivers
-
- zamolxis@amedeo:~$ gksu gedit /etc/X11/xorg.conf
- zamolxis@amedeo:~$ sudo apt-get update
- Hit http://archive.canonical.com hardy Release.gpg
- Ign http://archive.canonical.com hardy/partner Translation-en_CA
- Hit http://security.ubuntu.com hardy-security Release.gpg
- Ign http://security.ubuntu.com hardy-security/main Translation-en_CA
- Ign http://security.ubuntu.com hardy-security/restricted Translation-en_CA
- Ign http://security.ubuntu.com hardy-security/universe Translation-en_CA
- 834737 - KGRUBEditor Install Script(svn) : script install kgrubeditor
-
- #!/bin/bash
- #This is a script to install kgrubeditor from the svn repository:P
- #Script by ~NeonSync
- #Head Developer: Art_Fowl
- echo "Starting the KGRUBEditor installation script"
- echo " "
- echo "deb http://gr.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list
- echo "deb-src http://gr.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list
- 834696 - KGRUBEditor Install Script(svn) : script install kgrubeditor
- preview unavailable
- 823509 - thp: help install windows macbook xp
-
- http://wiki.onmac.net/index.php/Talk:Triple_Boot_via_BootCamp
- 722902 - apt-get install ushare: install apt-get ushare
-
- root@anarkist:~# apt-get install ushare
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Some packages could not be installed. This may mean that you have
- requested an impossible situation or if you are using the unstable
- distribution that some required packages have not yet been created
- or been moved out of Incoming.
- 722594 - apt-get install ushare: install apt-get ushare
-
- root@anarkist:~# apt-get install ushare
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Some packages could not be installed. This may mean that you have
- requested an impossible situation or if you are using the unstable
- distribution that some required packages have not yet been created
- or been moved out of Incoming.
- 677306 - antz: help install pftp
-
- The source code is very simple in the hope that there will be no problem
- to compile pftp on any computer running UNIX and an ANSI-C compiler.
- 1) Edit the Makefile to adjust the destination directory
- if it is not `/usr/bin' for the binary and
- `/usr/man' for the manual page.
- 2) Edit the Makefile if your system has shadow password and it is
- 653174 - Ryo-ohki install loop iso pxe
- preview unavailable
- 637044 - Install FreeBSD Problem: noob install freebsd
-
- [20:56] * Brouillard (Brouillard@vsg94-2-82-239-132-181.fbx.proxad.net) has joined #FreeBSD
- [20:57] <@poutine> Brouillard, asking to ask a question will get you nowhere
- [20:57] <Brouillard> ok
- [21:01] <Brouillard> well ... i want to install a FreeBSD on a PC wich has no CD reader and no Floppy. Then i want to install in from the network with the PXE network card capability. Then i build a PXE server on my other computer (FreeBSD server runing in a virtual environnement (VMWARE) wich is running on a WindowsXP session). My first probleme is to install necessary packages on the FreeBSD server. I'm newbie and i don't succeed in installing pa
- [21:03] <Brouillard> i want to install "atftpd" ; "nfs" ; "dhcp"
- [21:03] <Brouillard> i type "pkg_add" ... but that doesn't work
- [21:04] <Brouillard> i first installed the FreeBSD server from a CD then i run sysinstall to change the switch the install sources to FTP
- [21:04] <Brouillard> can you tell me how i can get the packages i'm needing from the FTP !?