Hi, this is my first blog and specifically created to share my knowledge and views on computing hardware, software, and everything related.
Wednesday, March 15, 2017
Digits 0 to 9 on a Four Segment Display
I came up with a four segment version in which each segment has a value.
a = 1
b = 2
c = 3
d = 4
Digits 5,6,7,8, and 9 are represented by the segments that add up to that value.
5 = a+d
6 = b+d
7 = c+d
8 = a+c+d
9 = b+c+d
0 = Turn off all four segments.
This design requires more work before being implemented in a clock/watch but might end up as a geeky way of displaying time.
Monday, October 31, 2016
Prevent Windows 10 ( Pro, Edu, Ent) From Updating/Installing Specific Devices (Driver)
Computer Configuration->Administrative Templates->System->Device Installation->Device Installation Restrictions
"Prevent installation of devices using drivers that match these device setup classes"
Using this option will let you input a globally unique identifier (GUID) which you can view using Device Manager
"Prevent installation of devices that match any of these device IDs"
This option will accept hardware ID or compatible ID, again use Device Manager to view one for your connected device(s).
Installing a device driver of your choice and then enabling any of the above setting will help prevent any issue that you are facing due to Windows automatically updating that specific device.
Wednesday, October 19, 2011
How to Lock BitLocker Volume Quick and Easy
The simplest method is to create a text file (Notepad) with the following content and saving it with a .cmd extension on your desktop.
manage-bde -lock volume: -fd
-fd: ForcedDismount, use this parameter to lock the volume even if it's in use.
To lock the volume right click the .cmd file you created and run it with Administrator privilege (If UAC (User Account Control) is set to Always Notify.
This method is to avoid launching the Windows Command Processor (cmd.exe) and typing the command and hence saves time required to lock the volume.
To learn more about parameters for manage-bde command visit the following link,
http://technet.microsoft.com/en-us/library/dd875513(WS.10).aspx
Monday, October 17, 2011
Triple Boot: Ubuntu 11.10, Windows 8 (WDP), Windows 7
Monday, October 10, 2011
VMware Workstation 8 on a Local Account (Standard User)
"Could not get vmx86 driver version: The handle is invalid.
You have an incorrect version of driver "vmx86.sys". Try reinstalling VMware Player."
Sunday, September 4, 2011
How To Install VLC on RHEL6
First visit http://www.videolan.org/vlc/ and see what information they have regarding RHEL ( Red Hat Enterprise Linux ) support, then if you have to, come back here and read rest of this post.
Now, as of today the package for VLC for RHEL is available on RPMforge so start by installing this repository, visit:
http://wiki.centos.org/AdditionalResources/Repositories/RPMForge
The information on the above site is related to CentOS but you should know (if you already don't) it's binary compatible with RHEL, as such works for RHEL as well.
You can download the RPMforge release package from,
http://pkgs.repoforge.org/rpmforge-release/
Look for latest build for you version of Red Hat, mine is 6 and on a 32 bit system (running on VMware Player) so as of today I will download,
rpmforge-release-0.5.2-2.el6.rf.i686.rpm
Use the rpm command to install,
eg. rpm -ivh ./rpmforge-release-0.5.2-2.el6.rf.i686.rpm
yum check-update
Use cd "path to the rpm file" without the quotes before executing the above command or simply add the path instead of ./ and don't forget "su -" to execute all the commands as root.
You will also need ( if you don't have RHN subscription) to configure a repository or manually install dependencies from the RHEL6 DVD media ( "Packages" directory).
To configure a local repository follow the instruction given below,
Start by copying the contents of the Packages directory to a directory on you Linux file system, mine is saved under, /mnt/hgfs/Packages/
As you should already know I use VMware Player and as such had the "Shared Folder" option to have the path setup by the player.
Now to create the repository as root change your pwd to /etc/yum.repos.d/ and use a text editor to create a file, I named mine server.repo as I am running the Server release. (eg. vi ./server.repo)
My server.repo file has the following content,
python-deltarpm
createrepo
Wednesday, August 31, 2011
VMware Tools: Manual Download and Installation
If you prefer to use your favourite download manager to do the job rather than the VMware Player's built-in update feature you are at the right place.
Look inside Program Files directory (Mine C:\Program Files (x86)\VMware\VMware Player\linux.iso) for the ISO's if you need them.
Saturday, May 14, 2011
Code 19 on Windows 7 SP1 ( CD/DVD Drives)
If you are looking for a solution for the above issue, head straight to:
http://support.microsoft.com/
If you have multiple disc authoring apps installed (not good), one of them might be responsible for this issue.
Also visit the following link for hardware issues in general:
http://support.microsoft.com/
Tuesday, April 26, 2011
VirtualBox Guest Additions For Linux In RHEL 6.0 Server
1. kernel-devel-2.6.32-71.el6.i686.rpm
2. kernel-headers-2.6.32-71.el6.i686.rpm
3. glibc-headers-2.12-1.7.el6.i686.rpm
4. glibc-devel-2.12-1.7.el6.i686.rpm
5. mpfr-2.4.1-6.el6.i686.rpm
6. ppl-0.10.2-11.el6.i686.rpm
7. cpp-4.4.4-13.el6.i686.rpm
8. cloog-ppl-0.15.7-1.2.el6.i686.rpm
9. gcc-4.4.4-13.el6.i686.rpm
Use the following command to install the guest additions ,
[root@localhost ~]#./VBoxLinuxAdditions.run
Default Installation of RHEL: Desktop
Read instructions for RHEL 5 here: http://linopsys.blogspot.com/2008/11/installing-virtualbox-guest-additions.html
Monday, January 17, 2011
Learn Java : Official Tutorials
If you want to learn Java programming language the official tutorial available for download at the following link is a good starting point.
http://download.oracle.com/javase/tutorial/
Look for the “Tutorial Resources” box to download the tutorials bundle(101 MB download).
Wednesday, December 29, 2010
VirtualBox: Installing Windows XP on SCSI Hard Disk
It’s something I had tried unsuccessfully in the past,and with the release of version 4.0 decided it was time to make it work. I am still not able to install Windows XP (SP3) on SATA hard disk, so here you will find all you need to install XP on virtual SCSI (Lsilogic) hard disk.
The driver(s) and the tools except Oracle VM VirtualBox is available at the following link:
http://cid-697fcc18fc1a3e61.office.live.com/browse.aspx/.Public/VBox
You can also download the packages from their respective official sites (preferable).
1.First you need the SCSI driver for F6 install, I used Device Doctor to find the right one, you can download the driver from the previously mentioned link. Look for a file name starting with “LSI_SAS_MPT_Windows..”.
2. Now to create a virtual floppy disc get VFD at: http://sourceforge.net/projects/vfd . I have uploaded the floppy image I created to install 32-bit Windows XP SP3 ( xp_x86_lsi.vfd).
You will also find an appliance (XP_SP3.ova) without any attached hard drive to get you started quickly.
The trouble you have to go through to do this is the reason I prefer to use VMware Player but VirtualBox having a Open Source version is good enough reason to make things work and write this post. As far as the SATA installation is concerned I am not trying any time soon.
Device Doctor available at: www.devicedoctor.com
Use all this information and the files I have uploaded at your own risk, no liability.
Sunday, December 26, 2010
DNS Configuration: Lookup and Testing
1. http://dnssy.com
2. http://www.dnsstuff.com
Thursday, October 28, 2010
VMware Tools for Windows Guests (8.4.4) ISO
Friday, October 8, 2010
Adobe Reader 9.4 Offline Installer
(21 NOV 2010) Update:
Get Adobe Reader X (10) for Windows:
ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/
Friday, October 1, 2010
Windows Live Essentials 2011 Offline Installer
Update (8-July-2011):
A newer build is available, visit the link provided below to download the offline installer file specific to your version of Windows and preferred language.
http://explore.live.com/windows-live-essentials-install-offline-faq
Thursday, September 30, 2010
5 ASHAMPOO SOFTWARE FOR FREE
AVG ANTI-VIRUS FREE EDITION 2011 OFFLINE INSTALLER
Or use the following direct links:
32 Bit Windows 135 MB
http://download.avgfree.com/filedir/inst/avg_free_x86_all_2011_1120a3152.exe
64 Bit Windows 153 MB
http://download.avgfree.com/filedir/inst/avg_free_x64_all_2011_1120a3152.exe
Thursday, May 27, 2010
Direct Download Link For Yahoo Messenger 10
For India current link is: http://download.yimg.com/ycs/msg/dl/msgr10/in/ymsgr1000_1264_in.exe
Wednesday, October 1, 2008
Quick way to find Yahoo! Messenger 9 direct download link.
Download the installer for your favorite version (Region) execute the installer and follow the instructions until the installation progress bar is displayed. Let it reach 1% mark then open SUITELOG.TXT which you will find in the following path:
C:\Documents and Settings\"YourUserName"\Local Settings\Temp
Open it to get the link.
Operating System: Windows XP
Download it manually using any download manager.
To know the procedure read my previous post How I found Yahoo! Messenger 9.0 Beta direct download link ?
Click on the image below to see the highlighted link in SUITELOG.TXT .
Thursday, June 19, 2008
How I found Yahoo! Messenger 9.0 Beta direct download link ?
Windows XP Professional SP3
Tools :
Process Monitor
TcpView
Get them here :
http://technet.microsoft.com/en-us/sysinternals/default.aspx
Download the installer of your choice, I choose the Indian version msgr9in.exe.
http://messenger.yahoo.com
Windows XP:
http://messenger.yahoo.com/win/
Windows Vista:
http://messenger.yahoo.com/vista/
Now start TcpView (Tcpview.exe) to find the process that downloads the package from Yahoo's server. Start msgr9*.exe select the appropriate options and ones the installation starts you will notice a process named GLBE.tmp connected to a Yahoo server. Now launch Process Monitor (Procmon.exe), press Ctrl+L to open Process Monitor Filter window select Process Name from the drop down list and type GLBE.tmp in the third column, click on Add and then Apply, now press Ctrl+A to start or stop Auto scroll and Ctrl+E to capture. This way you will find a log file SUITELOG.TXT in the folowing path,
C:\Documents and Settings\<username>\Local Settings\Temp.
Partial log from File Monitor ( Process Monitor replaced File Monitor).
---------------------------------------------------------------------------------------------
2579 7:02:25 PM GLBE.tmp:3788 IRP_MJ_CLOSE C:\DOCUME~1\Lin\LOCALS~1\Temp\SUITELOG.TXT SUCCESS
---------------------------------------------------------------------------------------------
Partial content of my SUITELOG.TXT
---------------------------------------------------------------------------------------------
06/18/08 19:02:05 http://download.yimg.com/ycs/msg/dl/msgr9/in/ymsgr900_1389_in.exe ymsgr_inst_in.exe 1 0 0
06/18/08 19:02:06 http://download.yimg.com/ycs/msg/dl/msgr9/in/ymsgr900_1389_in.exe ymsgr_inst_in.exe 1 0 0
06/18/08 19:02:08 http://download.yimg.com/ycs/msg/dl/msgr9/in/ymsgr900_1389_in.exe ymsgr_inst_in.exe 1 0 0
----------------------------------------------------------------------------------------------
Start downloading!



