Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System

PHP SERIAL CLASS

http://www.phpclasses.org/browse/package/3679.html http://www.phpclasses.org/browse/file/17926.html … Read entire article »

Filed under: 7. Operating System

SEND SMS Using PGSQL

INSERT INTO outbox( updatedindb, insertintodb, sendingdatetime, “text”, destinationnumber, coding, udh, “class”, textdecoded, id, multipart, relativevalidity, senderid, sendingtimeout, deliveryreport, creatorid) VALUES (now(), now(), now(), NULL, ‘08155031882’, ‘Default_No_Compression’, NULL, -1, ‘Haloo Papa Dimas… saya test ya’, nextval(‘outbox_id_seq'::regclass), FALSE, -1, NULL, now(), ‘default’, ”); … Read entire article »

Filed under: 7. Operating System

Gammu SMS Command

ini Link Gammu SMS Command … Read entire article »

Filed under: 7. Operating System

Permintaan Recovery itu

- WorkingArea | | —-> Tek_informasi – sysbti | | —-> pde … Read entire article »

Filed under: 7. Operating System

ext3grep … Restoring Your Deleted Files

Linux files systems work great. Especially ext3 is a mature file system and very robust. With journaling turned the filesystems stays consistent also on an unexpected power loss or system crash (wich normally never happens on linux ) and you don’t need long disk checks to repair the file system in such a case. There is almost no disk fragmentation and a lot of more cool features … But the best linux feature is: if you remove a file or directory it’s gone It’s not moved to trash, its not marked as deleted, there are no annoying messageboxes, it just does what you say. I love that! But from time to time also experienced users make mistakes and you delete something wrong. As Murphy’s law says: “if anything can … Read entire article »

Filed under: 7. Operating System

Data Sheet Link Wavecom 1206B

http://www.mobilefx.com/web/documents/Fastrack_M1206.pdf … Read entire article »

Filed under: 7. Operating System

Dalam-nya ITEGNO 3000

Manufacturer     : Wavecom Model             : unknown (MULTIBAND 900E 1800) Firmware        : 652a09gg.Q2406A 1489876 060706 17:19 IMEI             : 351621000512260 SIM IMSI        : 510101825265652 … Read entire article »

Filed under: 7. Operating System

RSYNC OKE

# apt-get install rsync # ssh-keygen -t rsa # scp .ssh/id_rsa.pub root@remotebox1.server.com:.ssh/authorized_keys2 # scp .ssh/id_rsa.pub root@remotebox2.server.com:.ssh/authorized_keys2 —> Kalo Menggunakan Port lain #scp -P23 limanjaya01072014.sql dms@www.ikc.co.id:/home/dms #rsync -avz -e ssh /home/ root@192.168.11.254:/home/dms/rsync-files #rsync -avz -e ssh /etc/ root@192.168.11.254:/home/dms/rsync-files #rsync -avz -e ssh /var/lib/mysql root@192.168.11.254:/home/dms/rsync-files —- —- Isikan ke crontab … … Read entire article »

Filed under: 7. Operating System

Debian / Ubuntu Linux Install and Configure Remote Filesystem Snapshot with rsnapshot Incremental Backup Utility

Q. I’d like to configure my Debian box to backup two remote servers using rsnapshot software. It should make incremental snapshots of local and remote filesystems for any number of machines on 2nd hard disk located at /disk1 ( /dev/sdb2). A. rsnapshot is perfect open source solution for making backups on local system. It supports both remote and local systems. From the man page: rsnapshot saves much more disk space than you might imagine. The amount of space required is roughly the size of one full backup, plus a copy of each additional file that is changed. rsnapshot makes extensive use of hard links, so if the file doesn’t change, the next snapshot is simply a hard link to the exact same file. The following instructions are compatible with both Debian and … Read entire article »

Filed under: 7. Operating System

QUERY INSERT PGSQL GAMMU

INSERT INTO outbox( updatedindb, insertintodb, sendingdatetime, “text”, destinationnumber, coding, udh, “class”, textdecoded, id, multipart, relativevalidity, senderid, sendingtimeout, deliveryreport, creatorid) VALUES (now(), ‘1970-01-01 00:00:00′, ‘1970-01-01 00:00:00′, NULL, ‘08155031882’, ‘Default_No_Compression’, NULL, -1, ‘Haloo Papa Dimas… saya test ya’, nextval(‘outbox_id_seq'::regclass), FALSE, -1, NULL, ‘1970-01-01 00:00:00′, ‘default’, ”); … Read entire article »

Filed under: 7. Operating System