{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System
domain Panel Jagoanhosting
http://www.jagoandomain.com … Read entire article »
Filed under: 7. Operating System
Protected: Itungan Karo Mammoth
There is no excerpt because this is a protected post. … Read entire article »
Filed under: 7. Operating System
ANSI C on Linux – readfile… Dasar Disik ae mbah
#include #include #include #define DISPLAY 80 #define PAGE_LENGTH 20 int main(int argc, char *argv[]) {    char filename[80]=“c:\\myfile.txt”;    FILE *pfile;    unsigned char buffer[DISPLAY/4 - 1];    int count = 0;    int lines = 0;    int i = 0;    if((pfile = fopen(filename, “rb”)) == NULL){        printf(“Sorry, can’t open %s”, filename);        return -1;    }    while(!feof(pfile))    {      if(count … Read entire article »
Filed under: 7. Operating System
Bikin Tar.gz
Yang ini dasar banget…. Langsung saja ya Server# tar czf coba1.tar.gz files1 files2 dsb … Read entire article »
Filed under: 7. Operating System
Protected: ITEGNO HUNTER From Gresik…
There is no excerpt because this is a protected post. … Read entire article »
Filed under: 7. Operating System
Protected: Proposal…HSDPA for SOHO (masih Dalam Proses)
There is no excerpt because this is a protected post. … Read entire article »
Filed under: 7. Operating System
Kekurangan Bocah Bagus dot com
1. tulisan portofolio iku di ganti PORTFOLIO ya 2. logo bocah bagus e Durung Ono 3. Link Yahoo Mesengeer… Tambah 2 Aliasing. 4. info email bocahbagus.com 5. Ponggeng –> email e ? 6. Perlu Tambahan sedikit grafis supaya kesan minimalis artistiknya lbh dapet? 7. http://www.bocahbagus.com/node/1 –> content-nya tolong Diubah..(tunggu dari Owner) 8. Header Slides …minta sewaktu waktu bisa diganti…caranya bagaimana ? 9. Tambah Counter Pengunjung. 10. Testimoni yang tampil hanya yang di approve oleh Owner…. 11. di portfolio iku aku iso up load foto di folder2 nya ya..aku nambahi folder e, iso ra bos? … Read entire article »
Filed under: 7. Operating System
Protected: CV. Kurnia Mandiri Komputer
There is no excerpt because this is a protected post. … Read entire article »
Filed under: 7. Operating System
jika Forward Imap di Squirrelmail Gagal…
[error] [client XXX.XXX.XXX.XXX] PHP Fatal error: Allowed memory size > of 16777216 bytes exhausted (tried to allocate 7535164 bytes) in > /usr/share/squirrelmail/functions/imap_general.php on line 123 —- Edit PHP.INI — Ubah memory_limit = 16M Menjadi memory_limit = 160M Â … Read entire article »
Filed under: 7. Operating System
Installasi Free Radius
Instalasi FreeRadius pada Ubuntu Server 8.04 Published by umar-bgs on 13th September 2008Filed Under Distro Linux, Networking, Ubuntu # apt-get install apache2 # apt-get install php5-common php5-gd php-pear php-db libapache2-mod-php5 # apt-get install php5-mysql # apt-get install mysql-server-5.0 # apt-get install freeradius # apt-get install freeradius-mysql # mysql –u root –p CREATE DATABASE radius; GRANT ALL ON radius.* TO radius@localhost IDENTIFIED BY “radpassâ€; exit; # gunzip -d /usr/share/doc/freeradius/examples/mysql.sql.gz # mysql -u root -p radius < /usr/share/doc/freeradius/examples/mysql.sql # mysql -u root –p use radius; show tables; quit; # vi /etc/freeradius/sql.conf readclients = yes # vi /etc/freeradius/radius.conf Pada bagian authorize letakkan sql sebelum bagian files(jika kita tidak mau menggunakan files, kita bisa berikan komen(tanda #) didepannya ), dan pada bagian accounting letakkan sql diantara unix dan radutmp. # mysql -u root –p use radius; mysql> INSERT INTO radcheck (UserName, Attribute, Value) VALUES (’test’, ‘Password’, ‘password’); mysql> INSERT INTO radcheck (UserName, Attribute, Value) VALUES (’test’, ‘Auth-Type’, ‘Local’); # vi … Read entire article »
Filed under: 7. Operating System