just type
dmidecode -s bios
as root
just type
dmidecode -s bios
as root
aptitude install ejabberd
/etc/ejabberd/ejabberd.conf
{hosts, ["jabber.myserver.tdl"]}.
{acl, admin, {user, "myuser", "jabber.myserver.tdl
"}}.
/etc/init.d/ejabberd restart
ejabberdctl register myuser jabber.myserver.tdl geheim
/etc/init.d/ejabberd restart
ejabberdctl status
http://jabber.myserver.tdl
:5280/admin
Benutzername: myuser@jabber.myserver.tdl
ejabberdctl register myuser2 jabber.myserver.tdl
geheim2
Firewall Setup
# 5222 für Jabberclients (c2s) # 5269 Server2Server (s2s) # 5280 admininterface auf loopback-device, erreichbar über ssh-tunnel IPTABLES -A INPUT -m state --state NEW -p tcp --dport 5222 -j ACCEPT IPTABLES -A INPUT -m state --state NEW -p tcp --dport 5269 -j ACCEPT
Generating a Self-Signed SSL Certificate (http://www.jabberdoc.org/app_sslkey.html)
openssl req -new -x509 -newkey rsa:4096 -days 3650 -keyout privkey.pem -out server.pem openssl rsa -in privkey.pem -out privkey.pem cat privkey.pem >> server.pem rm privkey.pem
enter your domain name as the Common Name for your certificate!
memtest86+ shoud be installed by default
if not, run
yum install memtest86+
to set up a grub entry run
/usr/sbin/memtest-setup
Reboot and start memtest 😀
to set up a grub entry
1) Boot a LiveCD
2) open a Terminal / Console
3) become root
run grub
type the following commands
reboot
finished – grub should work again 😀
You just have to mirror ftp://ftp.minix3.org/pub/minix/packages/ with e.g. http://www.debian.org/mirror/ftpmirror.en.html or http://www.debian.org/mirror/ftpmirror or
wget –mirror ftp://ftp.minix3.org/pub/minix/packages
Size of Minix 3.2 ( ftp://ftp.minix3.org/pub/minix/packages/3.2.0/ ) is about 400 MB (05.07.2011)
next step is to edit /usr/pkg/etc/pkgin/repositories.conf and change the path to your local one.
after a pkgin update you are done 😀
aptitude install build-essential capiutils libcapi20-dev linux-headers-$(uname -r) bzip2
cd /opt
sourcen holen
wget https://belug.de/~lutz/pub/fcpci/fritz-fcpci-2.6.31.tar.bz2
entpacken
tar xvfj fritz-fcpci-2.6.31.tar.bz2
cd fritz-fcpci-2.6.31/lib
rm fcpci-lib.o
#ln -s 64_fcpci-lib.o fcpci-lib.o
ln -s 32_fcpci-lib.o fcpci-lib.o
cd ../fcpci_src
make clean
make all
mkdir /lib/modules/`uname -r`/extra
cp fcpci.ko /lib/modules/`uname -r`/extra/
depmod -a
modprobe -rf fcpci
modprobe -rf avmfritz
modprobe -v fcpci
echo ‘blacklist avmfritz’ > /etc/modprobe.d/blacklist-avmfritz.conf
nano /etc/isdn/capi.conf
fcpci – – – – – –
# -> Zeile entkommentieren
echo ‘# Fritz!Card
capidrv
capi
fcpci’ >> /etc/modules
capiinit start
capiinfo # sollte info zur isdn hw liefern
aptitude install ant-phone isdnutils-base isdnlog
# -> Land und Vorwahl setzen
nano /etc/isdn/isdn.conf
LOGFILE = /var/log/isdn.log # abändern
touch /var/log/isdn.log
touch /etc/isdn/noconfig #isdnutils sagen dass keine config nötig ist
service isdnutils restart
mkdir ~/.ant-phone/
touch ~/.ant-phone/options
ant-phone
unter Optionen > Einstellungen sende MSN einstellen
# User rechte geben isdn zu verwenden
nano /etc/group
dialout:x:20:user
Quelle:
http://www.pro-linux.de/artikel/2/1469/1,einrichtung-des-capi-treibers.html
wget -r -k -c URL
-r : recursiv
-k : links anpassen
-c : continue
-e robots=off : ignore robots
-l1
–no-parent
-A gif,jpg,pdf : nur diese dateiformate
-p : only title page
–post-data=user=xy^&pass=yz : mit POST übergabe oder
–post-data ’user=foo&password=bar’
–http-user=user –http-passwd=password : .htaccess auth
-i file.dat
–limit-rate=20k
–max-redirect 0 : do not follow redirects
–follow-ftp
–html-extension / -E : save all in .html
# Download the entire contents of example.com
wget -r -l 0 http://www.example.com/
# Mirror
wget –mirror –convert-links –backup-converted –html-extension -o log http://www.gnu.org/
wget -mkEpnp http://example.com
list of distros:
debian 8 unstable: Jessie
debian 7: Wheezy (~ 106 GB)
debian 6: Squeeze (~ 61 GB)
debian 5:Lenny
debian 4: etch
ubuntu 10.04 (LTS): Lucid
ubuntu 10.10: Maverick
ubuntu 11.04: Natty
ubuntu 11.10: Oneiric
ubuntu 12.04 (LTS): Precise
ubuntu 12.10: Quantal
ubuntu 13.04: Raring
ubuntu 13.10: Saucy
ubuntu 14.04 (LTS): Trusty
ubuntu 14.10: Utopic
make a image with eg. ddrescue or Clonezilla or SystemRescueCd or Disk2vhd
dd if=/dev/sda of=/wtf/ImageFile.dd
Convert image into a virtual disc
VBoxManage convertfromraw ImageFile.dd OutputFile.vdi
Create a new VM and boot it :-D
Windows needs special care: Migrate_Windows
download http://ftp.de.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-nonfree_0.27.tar.gz or later
extract the files required and copy them to eg. /lib/firmware/e100/d101s_ucode.bin4
reboot and enjoy!
btw – fck intel for not beeing 100% DFSG conform!
On running System:
apt-get install apt-file
apt-file update
apt-file search /lib/firmware/e100/