Extract a RPM archive
- Read more about Extract a RPM archive
- Log in to post comments
rpm2cpio FILENAME | cpio -i --make-directories
rpm2cpio FILENAME | cpio -i --make-directories
XSERVER=nsc
LDM_USERNAME=root
LDM_PASSWORD=toor
PRINTER_0_TYPE=U
PRINTER_0_DEVICE=/dev/usb/lp0
SCREEN_02=shell
SCREEN_07=ldm
LDM_REMOTECMD="/usr/sbin/ethtool -s eth0 msglvl 0"
X_COLOR_DEPTH=16
X_VIDEORAM=4096
X_MODE_0=1024x768
X_HORZSYNC=30-70
X_VERTREFRESH=50-150
XKBLAYOUT=de
LDM_USERNAME=service
LDM_PASSWORD=terceS
SCREEN_07=startx-custom
PRINTER_0_TYPE=P
PRINTER_0_DEVICE=/dev/lp0
PRINTER_1_TYPE=U
PRINTER_1_DEVICE=/dev/usb/lp1
[LG]
X_HORZSYNC = "40-83"
X_VERTREFRESH = "55-60"
X_MODE_0 = 1280x1024
[00:33:44:55:66:77
#!/bin/sh
# todo:
# connection error after write
# sudo modprobe ip_conntrack_ftp
# sudo modprobe ip_conntrack
sudo apt-get install curlftpfs
sudo curlftpfs USER:PASS@www.your_site.de /mnt
#!/bin/bash
sudo su
# check for new version
http://zattoo.com/de/download/linux?download=1&version=Linux-i386-deb
URL=http://download.zattoo.com/zattoo-3.3.3.20775-i386.deb
wget ${URL} -P /tmp
sudo apt-get install libgtkglext1 libxul0d libmozjs0d libxul-common
sudo dpkg -i /tmp/zattoo-*.deb
<?php
$URL="https://raw.githubusercontent.com/panticz/installit/master/install.openttd.sh";
echo "wget $URL -O - | bash -s";
echo "
"; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $URL); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); echo htmlspecialchars(curl_exec($c)); curl_close($c); echo "
";
?>
Install newest Version
wget https://raw.githubusercontent.com/panticz/installit/master/install.openttd.sh -O - | bash -s -- -n
#
# OLD?
#
# sudo apt-get install -y libsdl1.2debian
# pre configure
debconf-set-selections <<\EOF
openttd openttd/datafiles select
EOF
# install openttd
sudo apt-get install -y openttd timidity
wget http://www.tt-ms.de/downloads/ttdwin302011.rar -P /tmp
mkdir /tmp/ttd
unrar x /tmp/ttdwin302011.rar /tmp/ttd
# copy data
sudo cp /tmp/ttd/*.grf /tmp/ttd/*.cat /usr/share/games/openttd/data
sudo cp /tmp/ttd/gm/* /usr/share/games/openttd/gm
# clean up
rm /tmp/ttdwin302011.rar
rm -r /tmp/ttd
# Links
http://wiki.ubuntuusers.de/Spiele/OpenTTD
http://www.openttd.org/en/download-stable
http://www.tt-ms.de/downloads/
#!/bin/bash
TARGET= /tftpboot/debian/i386
[ ! -d $TARGET ] && mkdir -p $TARGET
wget ftp://ftp.debian.org/debian/dists/stable/main/installer-i386/current/images/netboot/debian-installer/i386/initrd.gz -O $TARGET/initrd.gz
wget ftp://ftp.debian.org/debian/dists/stable/main/installer-i386/current/images/netboot/debian-installer/i386/linux -O $TARGET/linux
wget ftp://ftp.debian.org/debian/dists/stable/main/installer-i386/current/images/netboot/mini.iso -O $TARGET/mini.iso
wget http://www.panticz.de/pxe/pxelinux.cfg/debian.i386.conf -0 /tftpboot/pxelinux.cfg/debian.i386.conf
#!/bin/bash
sudo su
cat << EOF > /etc/apt/sources.list.d/freenx-team.list
deb http://ppa.launchpad.net/freenx-team/ubuntu intrepid main
deb-src http://ppa.launchpad.net/freenx-team/ubuntu intrepid main
EOF
apt-get install nxclient
# old #
wget http://64.34.161.181/download/3.2.0/Linux/nxclient_3.2.0-9_i386.deb -P /tmp
dpkg -i /tmp/nxclient_*.deb
rm /tmp/nxclient_*.deb
chmod 755 /usr/lib/cups/backend/ipp
#!/bin/bash
sudo su
cat << EOF > /etc/apt/sources.list.d/freenx-team.list
deb http://ppa.launchpad.net/freenx-team/ubuntu intrepid main
deb-src http://ppa.launchpad.net/freenx-team/ubuntu intrepid main
EOF
sudo apt-get update
sudo apt-get -y --force-yes install freenx-server
# LINKS
# https://launchpad.net/~freenx-team/+archive/
# https://launchpad.net/~marceloshima/+archive
#!/bin/bash
sudo apt-get -y install frozen-bubble
sudo apt-get install -y openvpn network-manager-openvpn