Utilisateur   Mot de passe  
Informaticien.be - Derniers blogs actifs - Liste des blogs
blietaer
Messages à Caractère informatique & Mémotechnique.
06/09/2012 @ 13:00:34: ah oui.
IMAP : 46.30.211.93:143 -> USER: thomas.grootaers@grata.be PASS: vaalb33k18gr37

POP : 195.238.5.120:110 -> USER: jfierain PASS: ua8y8cms

Dernière édition: 06/09/2012 @ 13:25:00

Lire la suite?
31/08/2010 @ 11:38:47: wondershaper
sudo wondershaper eth1 downspeed upspeed

Note:- Speed should be in KB

Example

sudo wondershaper eth0 10000 280
Lire la suite?
29/04/2010 @ 12:24:23: share internet with iptables
# Defines the location of iptables executables.
iptables=/sbin/iptables

#Clears if any old iptable rules/ policies are there.
echo "Cleaning table..."
iptables --flush -t nat

# Now we will do Masquerading ie. we are doing NAT.
echo "Allowing Masquerading..."
iptables --table nat --append POSTROUTING --out-interface eth0 -j MASQUERADE
iptables --append FORWARD --in-interface eth1 -j ACCEPT

# Enabling packet forwarding.
echo "Allowing Forwarding..."
echo 1 > /proc/sys/net/ipv4/ip_forward


echo "Allowing D-Link remote management..."
iptables -t nat -A PREROUTING -p tcp -i eth0 -d 192.168.1.252 --dport 9091 -j DNAT --to 10.10.10.254:80
iptables -A FORWARD -p tcp -i eth1 -o eth0 -d 10.10.10.254 --dport 80 -j ACCEPT
Lire la suite?
12/02/2010 @ 20:45:44: mov to avi
This is a basic command to convert to DivX4/5:

mencoder -oac mp3lame -ovc lavc -lavcopts vcodec=mpeg4:vhq -o
<output_file.avi> <input_file.mov>
Lire la suite?
12/02/2010 @ 10:18:18: netbeans looking for proxy issue...
echo 0 > /proc/sys/net/ipv6/bindv6only
Lire la suite?
16/10/2009 @ 16:34:08: Burning subtitles to video with mencoder
mencoder movie.avi -sub movie.srt -o movie.hardsubs.avi -oac copy -ovc lavc -lavcopts vbitrate=1200
Lire la suite?
18/08/2009 @ 15:09:45: GENTOO x86_64
$ emerge crossdev
$ crossdev -t amd64
$ make ARCH=x86_64 CROSS_COMPILE=x86_64-pc-linux-gnu- bzImage
Lire la suite?
07/07/2009 @ 13:55:39: command line burning Cds
01/07/2009 @ 14:05:14: convert movies into divx format for lg ku990 viewty
#!/bin/bash

#convert movies into divx format for lg ku990 viewty

mencoder "$1" -ovc lavc -oac lavc -lavcopts acodec=libmp3lame:abitrate=128 -vf scale=400:240 -ffourcc DX50 -fps 23 -o "$2"
Lire la suite?
30/06/2009 @ 15:28:26: achat
Informaticien.be - © 2002-2024 AkretioSPRL  - Generated via Kelare
The Akretio Network: Akretio - Freedelity - KelCommerce - Votre publicité sur informaticien.be ?