03 Jan, 2011

Cygwin linux compatible symbolic links

Articles related to cygwin linux compatible symbolic links

tracert Program (path to the source)

http://digitalpbk.blogspot.com/2008/03/tracert-program-windows-trace-path.html complete.It shows that the request went through 19 systems to reach google.. phew!! :)Have fun :)Linux should also have one ? can anyone comment on that ? ...
Published 4 years, 1 month ago

Automate Rsync without Password using Rsync Daemon

http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron as the secret file discussed in server configuration. Thus running this would sync Alternatively adding this command on a cron job could help you sync periodically. 192.168.1.1:/var/www/images to 192.168.1.X:/var/www/images Happy Syncing... :) Linux Software ...
Published 2 years, 3 months ago

Introduction to Windows - Programming for Windows

http://digitalpbk.blogspot.com/2007/09/windows-and-c-programming.html Register the class (RegisterClassEx)Create Window (CreateWindowEx)Display Window (ShowWindow)Get the message loop running(while(GetMessage(...)))The contents in italics is the functions used for doing the specified actions. Check them out in the code.the Window ProcedureThe window Procedure is the link between your program and windows. It is the window procedure that windows calls to send messages to your application.That's all for nowstay tuned. ...
Published 4 years, 8 months ago

Making Google talk Chat Themes

http://digitalpbk.blogspot.com/2007/06/google-talk-chat-themes.html ; margin:4px; }BODY a {text-decoration:none}BODY a:link { color: #ccf; }BODY a:hover { color: #ccf; text-decoration:underline;}BODY a:active { color: #cfc; }BODY a:visited { color: #ccf; }DIV.send1st{background:url('bg.jpg');color:#fff;}DIV.recv1st{background:url('bg2.jpg');color:#fff;}send1st is the sending message format. Just an image simple.Same for recv1st.Enjoy making your skins and do let me know of yoursFeel free to comment.... ...
Published 4 years, 11 months ago

Introduction to XSS Part 1

http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html with the simple ones, for example take this blog. It consists of a series of pages, connected by many links. This is just a simple case, now let us take a look at websites that are interactive. We are particularly interested in websites that allows us to post something and it appears on the site. The most simple example is google.com, when you search for something, it appears on their site. Or take the example of digg.com, reddit.com etc where you can submit information that is displayed on their site. Phase ...
Published 5 years, 5 months ago

How to connect laptop to TV

http://digitalpbk.com/laptop-tv/how-to-connect-laptop-tv How to connect laptop to TV pin holes, while the 4 pin cable can go into both. The S-Video to RCA cable looks like as shown below: Read on to connecting audio. Connecting laptop to TV using a VGA Cable VGA port is one of the most common ports found in a laptop, and a VGA cable is used to connect your PC / laptop to your standard monitor. To connect it to a TV your TV should have a VGA port. Connect the VGA cable to both the ports and then read on to connecting audio. DVI and VGA methods to link laptop and TV ...
Published 7 months, 2 weeks ago

Wireless Laptop to TV Connection using Intel WiDi

http://digitalpbk.com/wireless-laptop-tv/connect-laptop-to-tv-wireless-intel-widi Wireless Laptop to TV Connection using Intel WiDi TV HD PTV2000 1080P Adapter for Wireless Display$99.99 D-Link MainStage TV Adapter for Intel Wireless Display (DHD-131)$99.99 How to set up Wireless Connectivity between laptop and TV Connect the adapter to TV just like you would connect the laptop to tv using hdmi. or using the Composite to the HDTV. Intel, Centrino are registered Trademarks of Intel Corporation. Laptop TV HDMI Intel Hardware ...
Published 6 months, 2 weeks 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

How to make Windows Media Player Skins

http://digitalpbk.blogspot.com/2006/12/how-to-make-windows-media-player-skins.html , and add your own custom text.Finally adding a link in the skin to our site: Show/Hide CodehoverImage="logo_over.png" downImage="logo.png" onClick="jscript:player.launchURL('http://digitalpbk.blogspot.com/')" upToolTip="Visit blog" cursor="hand" />Similarly you can add a custom slide bar for navigation, add buttons to provide for next and previous etc. More tags and javascript functions and other exciting effects like playing sound can ...
Published 5 years, 5 months ago

Related help topics for cygwin linux compatible symbolic links More keywords like cygwin linux compatible symbolic links
More pages for cygwin linux compatible symbolic links


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Barefoot Resort Reception Barefoot Resort Reception in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk