Search
You can find the results of your search below. If you didn't find what you were looking for, you can create or edit the page named after your query with the appropriate button.
Results
blog:dvorak_and_colemak_keyboard_layouts_on_gentoo: 26 Hits
yout yourself.
download and extract the layout:
<code>
# wget http://colemak.com/pub/unix/colemak-1.0.tar.gz
# tar xzf colemak-1.0.tar.gz
</code>
install **console** keymap:
<code>
# cd colemak-1.0/linu... & mv colemak.map.gz /usr/share/keymaps/colemak/
</code>
install **xorg** symbol:
<code>
# cp colemak-1.0/xorg/colemak /usr/share/X11/xkb/symbols/
</code>
You can switch between **console** layouts using
wiki:syntax: 18 Hits
t use indention for deeper levels
- That's it
<code>
* This is a list
* The second item
* You... t use indention for deeper levels
- That's it
</code>
Also take a look at the [[doku>faq:lists|FAQ on... ) (tm) (r)
"He thought 'It's a man's world'..."
<code>
-> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)
"He thought 'It's a man's world'..."
</code>
The same can be done to produce any kind of HTML
tips:networking: 6 Hits
=
eth0: connected to internet
wlan0: local WLAN
<code>
# iptables -t nat -A POSTROUTING -o eth0 -j MASQ... ACCEPT
# echo 1 > /proc/sys/net/ipv4/ip_forward
</code>
==== Full NAT ====
<code>
# iptables -t nat -A POSTROUTING -j MASQUERADE
</code>
==== MAC Address Filtering ====
Filter (Used with FORWARD here) al... dress (can add more MACs using the same command)
<code>
# iptables -P FORWARD DROP
# iptables -A FORWARD
projects:movic: 5 Hits
Movic is a simple and easy to use video converter which uses ffmpeg as it's backend (porting to gstreamermm is planned).
<box>
#;;[[projects:movic:news|{{:wiki:32x32:news.png|News}}]]#;;[[projects:movic:news|News:]]
Read the project news and updates!
</box>
<box green>
#;;[[projects:movic:screenshots|{{:wiki:32x32:camera.png|Screenshots}}]]#;;[[projects:movic:screenshots|ScreenShots:]]
See some nice screenshots!
</box>
<box orange>
#;;[[projects:movic:downloads|{{:wiki:32x32:package.png|Downloads}}]]#;;[[projects:movic:downloads|Downloads:]]
Get it!
</box>
<box red>
#;;[[projects:movic:code|{{:wiki:32x32:text.png|Code}}]]#;;
[[projects:movic:code|Code:]]
Break it!
</box>
blog:wive_a_free_opensource_firmware_for_rtl8186_based_devices: 4 Hits
evision by looking at the bottom of the device):
<code>
# ifconfig eth0 192.168.1.1
# tftp 192.168.1.6
tftp> binary
tftp> put wive_rev_b.bin
</code>
Wait 1 minute...
you can access the device using ssh (yeah, it has ssh server now):
<code>
# ifconfig eth0 192.168.0.1
# ssh root@192.168.0.50
</code>
pas
blog:wive_-ng_configuration: 4 Hits
router using **ssh** or any ssh client you like:
<code>
$ ssh root@10.200.200.249
root@10.200.200.249's ... r
Sun, 26 Apr 2009 18:41:28 +0700
[Wive-NG@/]#
</code>
<note tip>
**Note!**
The default password is **... g **menu** will show you the configuration menu:
<code>
-=General menu=-
1) Boot 2)Interfaces 3)Genera... )Save 12)Reboot 13)Quit
Enter choice number:
</code>
Enter a number and the related configuration fil
blog:autotools_based_build_system_for_xsd: 3 Hits
the libraries used by audiosource is [[http://www.codesynthesis.com/products/xsd/|xsd]]. It's included i... sc 3.0.0 we decided to remove xsd from our source code and use it as an external lib. The original [[htt... ]].
Use this command to clone the repositories:
<code>
$ hg clone http://hg.siavashs.org/<repo>
</code>
blog:d-link_dwl-g700ap: 2 Hits
eless connection came back after the reset, so:
<code>
# iwconfig wlan0 essid default channel 6
# ifconfig wlan0 192.168.0.1
</code>
Now I could access the web interface using [[http://192.168.0.50/]]
tips:linux: 2 Hits
ne====
===Panic===
Reboots the kernel after specified seconds if a panic happens:
<code>
panic=5
</code>
tips:gnu: 2 Hits
=====Gnu======
====Grub====
===Booting to a new kernel only once===
<code>
# echo "savedefault --default=1 --once" | grub --batch
</code>