http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector
.609.tar.gz
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
This error is due to older version of GCC in your system. The
stack protector was introduced as of GCC 4. Look the version in your system by running gcc -v.
Update your system if you are using
cygwin run setup.exe and from the package list check GCC4, as shown below.
(Search for GCC)
Now try reinstalling the PERL module ...
Published 2 years, 1 month ago
http://digitalpbk.com/cygwin/how-clear-screen-cls-command-not-found
Cygwin: Clear screen command, How to clear the screen ?
Some one may be wondering where is the clear command on
cygwin. If we type either cls or clear we would be shown bash: clear: command not found. So there are many fancy ways to clear the command line prompt, but the one I liked the best is
Ctrl + L
Simple, just press Control + L on the keyboard and your command line prompt cleans up.
:)
Cygwin
Software ...
Published 2 years, 1 month ago
http://digitalpbk.com/windows/linux-style-command-line-quick-edit-right-click-paste
, we can select using the mouse and right click using paste.
Cygwin on windows gives most of the utilities on Linux, but the command line interface is still that of the Windows.
So in order to bring Linux like command line on Windows, you just have to enable an option, which most of us rarely know.
Right Click on the command line title and click properties
Now tick the checkbox as highlighted in the image given below :
Press OK and select save the properties for all windows.
Or
select ...
Published 2 years, 3 months ago
http://digitalpbk.blogspot.com/2008/08/online-8085-assembler-and-simulator.html
into the Accumulator.In addition memory locations can be assigned in code usingORG Hex AddressAA BB CC DDEE FF 00 1122 33 44 5566 77etcAssembly Source CodeViewHexViewSimViewThe SimView Screen is divided into 4 Sections:The extreme left shows the code and highlights the current section being executed.The middle box shows the registers and flagsThe extreme right shows the
stack.The bottom box prints values of memory locations.More features would be posted as memory comes to me;) ...
Published 3 years, 9 months ago
http://digitalpbk.blogspot.com/2007/08/undocumented-8085-instructions.html
Right HL PairDescription: Rotates the HL pair 16 bit towards right.Hex code : 10HOperands : noneFlags unaffectedRLDE - Rotate Left DE PairDescription: Rotates DE Pair to left.Hex code: 18HOperands : noneCarry affected : depends on Bit 15ADI HL - Add Immidiate to HL pairDescription: Adds an 8 byte number to the HL pair.Hex Code : 28HOperands : 8 bit numberFlags: All affectedADI SP - Add Immidiate to
Stack PointerDescription: Adds an 8 byte number to the SPHex Code : 38HOperands : 8 bit number ...
Published 4 years, 9 months ago
http://digitalpbk.blogspot.com/2007/06/buttons-with-rollover-effect.html
Buttons with Rollover Effect
IntroIn this article, I am going to explain how to make a simple link that looks like a button with roll over effects using only CSS.First we have to decide on the dimensions of the image etc. And make an image that has the following format: The default image and then the rollover images.The above image is 382x225 containing 3 images each of 382x75
stacked top to bottom.The first image is the default image. The second is the hover image i.e., the image that is shown ...
Published 4 years, 11 months ago
http://digitalpbk.blogspot.com/2009/05/ssh-proxy-windows-linux-orkut-bypass.html
. Next we have to configure the Browser to use this proxy. On Linux (Or
Cygwin on Windows)Run the commandssh -C2qTnN -D 9090 username@remote_machine.comSetting up the BrowserFirefoxOn linux take Edit > PreferencesOn Windows take Tools > OptionsClick on Advanced > Network Tab > Settings. (Illustrated Above)Now you get a window as shown below, and fill the settings as shown below.Manual Proxy SettingsBlank out all other Text FieldsSocks Host: localhostPort : 9090 (or the one you specified ...
Published 3 years ago
http://digitalpbk.blogspot.com/2009/04/jwgkvsqvmx-conficker-virus-manual.html
jwgkvsq.vmx - Conficker virus manual removal
IntroWell this is one of the new emerging popular virus. It has spread rapidly, and most of your computers are infected. Conficker spreads via the USB pendrive along with the autorun.infor via network by exploiting bugs in the Network
Stack on Windows systems.Skip to Manual Removal steps.Spreading via USB DrivesConficker spreads on USB Drives by creating an autorun.inf,A folder structure RECYCLER\S-5-3-42-2819952290-8240758988-879315005-3665\with ...
Published 3 years, 1 month ago