Friday, August 14, 2015

how to install unetbootin in puppy linux 5.2.5

I wan't to create a bootable flash drive but I'm having issue with the latest unetbootin (unetbootin-linux-613.bin) in puppy linux. 

My Kingston DT Micro 8GB USB drive is not detected as shown below.


I've search over the Internet and end up using the older version of unetbootin (unetbootin-linux-494) which has the option of showing all the drives in my system.


Some issues:

There was an alert showing that pzip, mtools and sfdisk are missing in my System so I need to install them manually. Luckily I still found them on some reference links I mentioned below.

But for others convenience, I've also uploaded the files on 4shared which can be downloaded easily.

Note that for sfdisk file, just copy it to your root\sbin folder.

http://www.4shared.com/file/TFWnQbseba/sfdisk.html
http://www.4shared.com/file/DiavAXtaba/mtoolspassaggio.html
http://www.4shared.com/file/jHYd_DVjba/p7zip-full.html
http://www.4shared.com/file/dN2P7-Oyce/unetbootin-linux-494.html


References:

sfdisk from util-liux

https://www.kernel.org/pub/linux/utils/util-linux/v2.27/

http://www.murga-linux.com/puppy/viewtopic.php?p=347080

p7zip-full.pet, mtoolspassaggio.pet and unetbootin.pet

http://www.murga-linux.com/puppy//viewtopic.php?t=42450&sid=73709a1c0576fe020fd50d0d3938ef6a










Monday, May 11, 2015

Windows 7 Device Drivers for DELL Latitude E5410 Laptop

Sometimes doing a complete reformat of a Laptop or a Desktop Computer gives me a problem. This happens when I reformatted a DELL Latitude E5410 Laptop using Windows 7 Ultimate Edition Operating System. Most drivers are installed but I found that Network Adapters are not installed properly.

I search for a compatible device driver over the Internet and then manually install it to make both Network Devices working again. Now, all devices are working properly on my DELL Latitude E5410 Laptop.



Provided below are download links of 3 devices which I found not installed when I reformatted my Laptop. Note that these drivers might also work on other Laptop Computers.

Wi-Fi Driver - Broadcom 802.11n Network Adapter Driver

Wired LAN Driver - Broadcom NetXtreme 57xx Gigabit Controller

STMicroelectronics 3-Axis Digital Accelerometer







Thursday, March 26, 2015

My Solar Powered 12 Volts Desk Fan



On early 90's, Solar Panels are very rare and cost high here in the Philippines. I still remember that a client of mine is trying to sell a 50 watts solar panel for PHP15,000.00 each which came from Germany. But now, this Free Source of Energy are available in Malls and some Streets in Recto (Quiapo) in Manila for a very low price.

I bought mine for only PHP 650.00 pesos each and currently using 3 of this 10 watts Solar Panels to power up a 12 volts Rechargeable Lead Acid Battery which I also bought few months ago.

The Battery costs PHP 600.00 each if I remember correctly while the Desk Fan is PHP 750.00 when I bought it in CDR King. Of course the prices may vary without prior notice. :)

Moving forward, I have placed and mounted the Solar Panel in a flat iron bar in our roof top and used an old Cable and Telephone wires to connect the Positive and Negative charge directly to the Battery. I'm not using a charge controller though I have one as advised by the Technician that it's not needed for this setup co'z using charge controller will just waste some of the Energy.

Also note that I'm using separate Battery for powering up a 12 volts desk fan that using right now. As compared to a 12 volts bulb, the fan consumes much Energy.

I'm planning to buy more Solar Panels and Batteries to support more lighting in our house in future.
I have included some images and a video below for reference purposes only.

That's all for now and If you have questions or other ideas you may post it in the comments.

 
 







Sunday, February 8, 2015

Windows Safe To Delete Files and Folders

Below are some of the files and folder path which I believed are safe to delete.

I'll be adding more soon if I find another.



c:\Windows\System32\LogFiles\*.*
c:\Windows\Temp\*.*
c:\Windows\Prefetch\*.*
c:\Temp\*.*
c:\Tmp\*.*

c:\Users\%UserProfile%\AppData\Local\Microsoft\Windows\Explorer\ThumbCacheToDelete\*.*
c:\Users\%UserProfile%\AppData\Local\Microsoft\Windows\WER\ReportQueue\*.*

c:\Users\%UserProfile%\AppData\Local\ElevatedDiagnostic\*.*
c:\Users\%UserProfile%\AppData\Local\Temp\*.*

c:\ProgramData\Microsoft\Search\Data\Applications\Windows\*.*
c:\ProgramData\Microsoft\Windows\WER\ReportArchive\*.*
c:\ProgramData\Microsoft\Windows\WER\ReportQueue\*.*

If you know other location, maybe you can post too for others to be aware.

Monday, January 26, 2015

The HP System Management Homepage service terminated unexpectedly

Log Name: System
Source: Service Control Manager 
Event ID: 7034
Level: Error
User: N/A

The HP System Management Homepage service terminated unexpectedly.  It has done this # time(s).

Findings / Solution:

In my case, I found that there are multiple processes of "werfault.exe" running in the System.
After killing those unwanted processes, SMH service did not stop again until now.


OS: Windows Server 2008 R2 Standard Service Pack 1



 


Wednesday, November 26, 2014

Some Useful Commands in DOS for Windows Administrators


C:\>tasklist |sort /r /+58

The tasklist command list all running process and services on the system. Adding the |sort /r /+58 sorts or arranged the output according from highest memory usage on the top down to the lowest below. This works on Windows 7 and might also work on other version of Windows.

tasklist










This page will be my personal reference for DOS Commands. I will update and put other commands here from time to time.