13 Aug, 2010

Send a text message from linux perl

Articles related to send a text message from linux perl

Fedora 8 - Werewolf on Compaq Presario V3000

http://digitalpbk.blogspot.com/2008/01/fedora-8-compaq-presario-v3000.html Fedora 8 - Werewolf on Compaq Presario V3000 The BeginningFedora 8, after tackling for about a week with my perl download manager, downloaded Fedora8 Werwolf, (Fedora8.iso 3.18 GiB). Phew! As expected the SHA1SUM did not match the expected one.What to do? Redownloading the 3.18 GiB is silly. So...BitTorrent : Torrent files contain SHA signatures of all the pieces of information, so downloaded the fedora8.torrent file, checked for SHA1 mismatches in all the pieces in the download.Figured out ...
Published 4 years, 4 months ago

Solve "Cannot modify header information - headers already sent by *.php"

http://digitalpbk.com/php/warning-cannot-modify-header-information-headers-already-sent Solve  "Cannot modify header information - headers already sent by *.php" as On and restart Apache server. ; Output buffering allows you to send header lines (including cookies) even ; after you send body content, at the price of slowing PHP's output layer a ; bit. You can enable output buffering during runtime by calling the output ; buffering functions. You can also enable output buffering for all files by ; setting this directive to On. If you wish to limit the size of the buffer ; to a certain size - you can use a maximum number of bytes instead of 'On', ...
Published 2 years, 2 months ago

C Code to convert JPEG to BMP in LINUX using libjpeg

http://digitalpbk.blogspot.com/2009/01/code-libjpeg-converting-jpeg-to-bmp.html C Code to convert JPEG to BMP in LINUX using libjpeg IntroThe following code converts JPEG file into BMP file. The code requires the libjpeg library. The following code is a good example of how to use the libjpeg library. (it compiles). Code converts colour jpeg to 24bit BITMAP.Code : jpeg2bmp.c#include #include #include #include /* we will be using this uninitialized pointer later to store raw, uncompressd image */unsigned char *raw_image = NULL;/* dimensions of the image we want to write ...
Published 3 years, 4 months ago

Bypass Screen lock on Xorg-1.11 Debian

http://digitalpbk.com/debian/xorg-1.11-screen-lock-bypass . However the latest version of Ubuntu seems to be unaffected by this bug. How to fix ? The version 1.11.3 of X-org seems to not have this bug. So doing an update would just fix it. apt-get update xorg Linux Software ...
Published 4 months ago

Select random rows from a table in MySQL

http://digitalpbk.com/mysql/select-random-rows-table Select random rows from a table in MySQL In order to select a random row from MySQL, we can order the rows by a random number and then pick the first row. SELECT * FROM node ORDER BY rand() limit 1; The above query randomly selects a row from the table node. MySQL Software ...
Published 2 years ago

Orkut YouTube Facebook etc Blocked ?? Follow this guide to Unblock

http://digitalpbk.blogspot.com/2009/05/orkut-youtube-facebook-blocked-ssh.html Orkut YouTube Facebook etc Blocked ?? Follow this guide to Unblock Blocked ??!!!Most of you may be out there to desparately find out how to unblock all these social networking sites. The solution is to use a proxy. You can use proxy sites available all over the internet, or set up your on SSH proxy if you have an SSH server. Setting up an SSH server is easy. If you have a machine at home, install any linux distribution with SSH server enabled. Now grab hold of your Home machine IP address ...
Published 3 years ago

Adding HTML elements dynamically to a page

http://digitalpbk.com/javascript/adding-html-elements-dynamically-page Adding HTML elements dynamically to a page So when I was sitting idle, moosa asked me how to add dynamic textboxes into a form without loosing values of the form values on the previous textboxes. So I thought of documenting the method here just in case anyone of you might want this. So we have a form with a text box as shown below : Value 1 : The goal is to add a form as shown below, Clicking the Add More link will add more input boxes to the html form dynamically. var c = 2 ...
Published 2 years, 6 months ago

Create 24 using Addition Subtraction Multiplication and Division from 3 3 8 8

http://digitalpbk.com/interview-questions/create-24-using-addition-subtraction-multiplication-and-division-3-3-8-8 Create 24 using Addition Subtraction Multiplication and Division from 3 3 8 8 None 8 / (3 - 8 / 3) = 24 Interview Questions ...
Published 2 years, 3 months ago

Win32.Vundo adware manual removal

http://digitalpbk.blogspot.com/2008/05/8298235210-malwareadware-vundo.html likehttp://82.98.235.210/go//?cmp=nm_firefox_rn&uid;=565E335C0FAF11DD8105F67908CFFFFF&rid;=ggthnks&guid;=3CF72C3808684EFABBDA369C4C32ABAF&affid;=67908&lid;=http&url;=http:%2F%2Fwww.kitiyo.com%2FApparently this virus is a spy, it sends information on sites you are visiting to the suspicious IP address.RemovalThe virus resides in the famous folder %SYSTEM_ROOT%\system32 (,for example C:\windows\System32). There are so many files in this folder, so the makers find it easier to hide'em in the system32 folder.As usually you would need the help of regedit to get rid of the virus.run regedit and go to the usual locationHKLM\Software\Microsoft\Windows\CurrentVersion\RunCheck for any anomalies ...
Published 4 years ago

Compare Nokia E71 vs E63 Smartphone

http://digitalpbk.com/hardware/compare-nokia-e71-vs-e63-smartphone Compare Nokia E71 vs E63 Smartphone especially in depth. but the weight is same because the E71 has a metallic case where as the Nokia E63 has a plastic casing. One main feature I found missing in both E63 and E71 is the lack of graphical smileys by default in its messaging apps. However there are other apps that can be installed to get smiley support. Nokia E63 has a torch facility which the E71 lacks. Technology Differences in Nokia E63 and Nokia E71 Feature Nokia E63 Nokia E71 3G Network UMTS 900 / 2100 UMTS 850 / 1900 - American ...
Published 1 year, 11 months ago

Related help topics for send a text message from linux perl More keywords like send a text message from linux perl
More pages for send a text message from linux perl


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Beach is this way Beach is this way in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk