Meta tags:
description= Just another WordPress.com weblog;
Headings (most frequently used words):
in, linux, enable, etc, ip, forwarding, on, islamixcity, weblog, sharing, paket, internet, numerical, input, delphi, tab, completion, debian, install, microsoft, fonts, ubuntu, pidgin, messenger, via, squid, laman, blogroll, kategori, arsip, meta, the, fly, permanent, setting, using, sysctl, conf, less, passwd, lestab, etab, passtab, echo, bash_completion, bashrc, apt, get, upgtab,
Text of the page (most frequently used words):
the (34), you (15), bold (13), etc (12), italic (12), #islamixcity (10), sysctl (10), squid (9), font (9), this (9), net (9), ipv4 (9), ip_forward (9), ini (8), wordpress (8), anda (8), can (8), tab (8), uncategorized (7), conf (7), linux (7), com (6), weblog (6), comment (6), file (6), pada (6), posted (6), with (6), ubuntu (6), completion (6), for (6), key (6), dengan (5), 2007 (5), 2008 (5), pidgin (5), restart (5), leave (5), and (5), will (5), debian (5), apabila (4), service (4), messenger (4), tags (4), menginstall (4), cukup (4), apt (4), get (4), install (4), microsoft (4), type (4), not (4), system (4), enable (4), value (4), langganan (3), desember (3), april (3), untuk (3), proxy (3), init (3), connect (3), port (3), berikut (3), server (3), yang (3), atau (3), komputer (3), konsole (3), beberapa (3), internet (3), bash_completion (3), dpkg (3), run (3), bash (3), enabled (3), want (3), input (3), numerical (3), using (3), proc (3), forwarding (3), just (3), situs (2), masuk (2), berlangganan (2), akun (2), login (2), rss (2), november (2), maret (2), cari (2), masalah (2), hal (2), selesai (2), http (2), allow (2), port_saya (2), acl (2), 5050 (2), baris (2), buka (2), yahoo (2), sudo (2), copy (2), tidak (2), ingin (2), ketikkan (2), fonts (2), hanya (2), lain (2), directory (2), secara (2), default (2), dapat (2), arial (2), new (2), have (2), look (2), know (2), code (2), lot (2), more (2), following (2), echo (2), command (2), then (2), auto (2), things (2), might (2), wish (2), begin (2), invalid (2), end (2), discard (2), tedit (2), only (2), event (2), handler (2), that (2), onkeypress (2), delphi (2), procps (2), systems (2), also (2), restarting (2), network (2), change (2), permanent (2), setting (2), rebooting (2), sys (2), fly (2), sharing (2), paket (2), another (2), mulai, rancang, seperti, ciutkan, bilah, kelola, lihat, dalam, pembaca, laporkan, isi, daftar, privasi, sudah, punya, sekarang, daftarkan, saya, blog, comments, entries, atom, buat, meta, arsip, apr, juli, 2026, kategori, org, blogroll, about, laman, masih, mengalami, tersebut, tinggalkan, komentar, siap, digunakan, set, tipe, tutup, http_access, tambahkan, method, konfigurasi, mengatasinya, lakukan, langkah2, forbids, tunneling, bagi, para, pengguna, pemula, biasa, dijumpai, koneksi, semacam, ataupun, gtalk, error, sering, muncul, kurang, lebih, sebagai, firewall, via, selamat, mencoba, cache, setelah, logout, merestart, kode, bawah, akan, standar, telah, disebutkan, atas, caranya, msttcorefonts, saat, menggunakan, aplikasi, open, office, mungkin, melihat, terlihat, beda, itu, dikarenakan, sistem, operasi, khususnya, ter, bawaan, bisa, diatasi, manual, instalasi, dilakukan, terhubung, langsung, diinstall, antara, adalah, andale, mono, black, comic, sans, courier, georgia, impact, times, roman, trebuchet, verdana, webdings, cara, installnya, mudah, kubuntu, terminal, kemudian, truetype, true, why, yourself, honest, don, full, extent, offered, some, pretty, hard, follow, but, saves, time, becomes, familiar, other, commands, suddenly, understand, too, instead, typing, cut, down, seatab, search, upgrade, upg, now, give, completions, most, usefully, find, bashrc, cause, your, shell, use, again, specific, utilities, hostnames, ssh, package, there, installed, called, adds, useful, behaviours, including, proceed, words, pressing, automatically, complete, les, pass, save, keystrokes, actually, less, passwd, literally, what, name, suggest, start, something, completed, usually, simple, such, names, activated, example, password, autocompletion, procedure, tform1, edit1keypress, sender, tobject, var, char, showmessage, backspace, limit, strings, characters, its, let, assume, positive, integer, numbers, follows, numeric, num, done, redhat, based, when, changes, made, need, already, entry, make, configuration, best, way, where, add, line, containing, changed, instantly, result, preserved, after, any, kernel, parameters, without, see, both, above, examples, was, show, disabled, cat, checking, out, beressssss, edit, local, iptables, postrouting, masquerade, nat, ipclient, dari, client, tuliskan,
Text of the page (random words):
islamixcity s weblog just another wordpress com weblog islamixcity s weblog just another wordpress com weblog sharing paket internet in linux posted in uncategorized on april 7 2008 by islamixcity untuk sharing paket internet dari linux server ke client cukup tuliskan iptables a postrouting j masquerade t nat s ipclient di konsole edit etc init d rc local beressssss leave a comment enable ip forwarding linux posted in uncategorized on april 6 2008 by islamixcity forwarding is enabled or not using sysctl sysctl net ipv4 ip_forward net ipv4 ip_forward 0 or just checking out the value in the proc system cat proc sys net ipv4 ip_forward 0 as we can see in both the above examples this was disabled as show by the value 0 enable ip forwarding on the fly as with any sysctl kernel parameters we can change the value of net ipv4 ip_forward on the fly without rebooting the system sysctl w net ipv4 ip_forward 1 or echo 1 proc sys net ipv4 ip_forward the setting is changed instantly the result will not be preserved after rebooting the system permanent setting using etc sysctl conf if we want to make this configuration permanent the best way to do it is using the file etc sysctl conf where we can add a line containing net ipv4 ip_forward 1 etc sysctl conf net ipv4 ip_forward 1 if you already have an entry net ipv4 ip_forward with the value 0 you can change that 1 to enable the changes made in sysctl conf you will need to run the command sysctl p etc sysctl conf on redhat based systems this is also enabled when restarting the network service service network restart and on debian ubuntu systems this can be also done restarting the procps service etc init d procps sh restart leave a comment numerical input in delphi posted in uncategorized with tags delphi input num numeric numerical tedit on maret 10 2008 by islamixcity if you want to limit the input of a tedit to numerical strings only you can discard the invalid characters in its onkeypress event handler let s assume that you only want to allow positive integer numbers the code for the onkeypress event handler is as follows procedure tform1 edit1keypress sender tobject var key char begin 8 is backspace if not key in 8 0 9 then begin showmessage invalid key discard the key key 0 end end leave a comment enable tab completion in debian posted in uncategorized with tags bash completion debian tab on desember 14 2007 by islamixcity autocompletion is literally what it s name might suggest you start to type something and it s completed for you this is usually enabled for simple things such as file and directory names and by default it will be activated by the tab key for example if you wish to look at the system s password file you might wish to run less etc passwd to save keystrokes you can actually type les tab e tab pass tab as you proceed to type the words pressing tab will automatically complete things for you in the debian bash package there is a file installed called etc bash_completion this adds a lot more useful behaviours to bash including auto completion of hostnames for ssh auto completion of debian specific utilities to cause your shell to use it run the following command then login again echo etc bash_completion bashrc this will now give you a lot more completions most usefully i find the following apt get upg tab this becomes the familiar apt get upgrade other apt get and dpkg commands suddenly understand completion too so instead of typing dpkg search you can cut this down to dpkg seatab to be honest i don t know the full extent of the completion offered as some of the code in the etc bash_completion file is pretty hard to follow but i know it saves me time why not have a look yourself leave a comment install microsoft fonts on linux ubuntu posted in uncategorized with tags font install linux microsoft true truetype type ubuntu on desember 5 2007 by islamixcity saat anda menggunakan aplikasi open office pada linux anda mungkin melihat beberapa font terlihat beda itu dikarenakan sistem operasi linux khususnya ubuntu secara default tidak ter install font bawaan microsoft pada ubuntu hal ini bisa diatasi dengan menginstall beberapa font microsoft secara manual instalasi ini hanya dapat dilakukan apabila komputer pc anda terhubung langsung dengan internet beberapa font yang dapat diinstall antara lain adalah andale mono arial black arial bold italic bold italic comic sans ms bold courier new bold italic bold italic georgia bold italic bold italic impact times new roman bold italic bold italic trebuchet bold italic bold italic verdana bold italic bold italic webdings cara installnya cukup mudah buka konsole pada kubuntu atau terminal pada ubuntu kemudian ketikkan sudo apt get install msttcorefonts ini hanya akan menginstall font standar yang telah disebutkan di atas apabila anda ingin menginstall font lain caranya cukup copy font anda ke directory fonts setelah selesai menginstall copy font logout atau restart komputer anda atau apabila anda tidak ingin merestart komputer cukup ketikkan kode di bawah pada konsole sudo fc cache fv selamat mencoba leave a comment pidgin messenger via squid posted in uncategorized with tags firewall messenger pidgin port squid yahoo on november 14 2007 by islamixcity bagi para pengguna proxy server squid pemula biasa dijumpai masalah pada koneksi messenger semacam yahoo messenger pidgin ataupun gtalk error yang sering muncul kurang lebih sebagai berikut http proxy server forbids port 5050 tunneling untuk mengatasinya lakukan langkah2 berikut ini 1 buka file konfigurasi squid etc squid squid conf 2 cari baris acl connect method connect 3 tambahkan baris berikut ini acl port_saya port 5050 http_access allow connect port_saya 4 tutup squid conf 5 restart service squid etc init d squid restart 6 set proxy di pidgin dengan tipe http 7 selesai pidgin siap digunakan apabila anda masih mengalami masalah dengan hal tersebut tinggalkan komentar 1 comment cari untuk laman about blogroll wordpress com wordpress org kategori uncategorized 6 juli 2026 s s r k j s m 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 apr arsip april 2008 maret 2008 desember 2007 november 2007 meta buat akun masuk atom 1 0 entries rss comments rss wordpress blog di wordpress com berlangganan langganan islamixcity s weblog daftarkan saya sudah punya akun wordpress com login sekarang privasi islamixcity s weblog berlangganan langganan daftar masuk laporkan isi ini lihat situs dalam pembaca kelola langganan ciutkan bilah ini rancang situs seperti ini dengan wordpress com mulai
|