cebu tech forum

Computer Technician in Cebu

Nothing is more frustrating than something not working when you need it most. Doesn’t it seem like your computer always needs repair at the worst times? Perhaps your final paper is due for a class or you simply can’t do the work you need to – whatever the case, getting your PC repaired is essential.

Click Here to contact your Local Cebu Computer Technician
Note: If you feel like you can do it or repair your computer on your own with the help of a tech support, try registering in our Tech Support Forum and post your questions. We are pretty sure one of our technician will answer it to their best to help solve your computer problems.

PCs that are running in any version of Windows Operating System always need a frequent maintenance and constant updating, especially if these computers are always connected to the Internet. New vulnerabilities are always found and patched. Keeping your computer up-to-date with service packs and critical updates should be a priority to any computer user.

The computer owner can always bring their machine back to the store/manufacturer for PC repair provided that your computer/laptop is still covered under warranty and if time permit. However, there is often a significant amount of time spent from dismantling and bringing you computer to the store and back. Not to mention the effort.

The truth is that most PCs these days, either from a brand name manufacturer or a no-name brand, can easily be serviced or repaired by any capable technician. Hardware or parts computers are generally
universal and if not, these compatible parts can usually be find quickly in any computer store in Cebu.

So who do you turn to when looking to service and repair your computer?
Finding a qualified specialist capable of undertaking your PC’s repair in a professional, competent and efficient manner can be a difficult task. Let us offer you our assistance, contact your Local Computer Technician in Cebu.

2 comments - What do you think?

System Security

System-Security A typical technician can actually put a password for the computer BIOS to protect access to hardware of the system to make changes. He may also disallow any bootable media supported by the BIOS such as floppy or usb which is certainly a security threat. However, I wouldn’t recommend putting a password when rebooting the system if the admin will from time to time reboot the system remotely as of course it will require physical access, its up to the admin though.

The very next step after booting from the BIOS is the operating system security whether it be Linux or Windows,the logins can somehow suffice as its configured during the installation so by default at least it will protect the system from mal users. In the case of Linux, Grub Boot Loader security will be very important. The implementation of GRUB permits any user to circumvent the system security by choosing the root enabled shell which is exactly what the GRUB will provide in its default implementation. This is by simply modifying the kernel line to boot in the single user mode and it will process init to set up the environment in conjunction with the kernel to run runlevel 1 which provides a root shell with no authentication.

To prevent this from happening, GRUB provides a utility to protect itself from the modification of boot up sequence by running the ./grub-md5-crypt script located under /sbin. This utility will allow the admin to specify a password which will then prompt an md5 hash password to be compared when a malicious user edits GRUB to boot certain runlevels.
#grub-md5-crypt
Password:
Re-type password:
$1HgjTdgCLWeRtoBtsdFrSeLkIdWeYsDaMjLoPjFc3

After specifying your password, edit the /boot/grub/grub.conf

default 0
timeout 10
password --md5 $1HgjTdgCLWeRtoBtsdFrSeLkIdWeYsDaMjLoPjFc3
title openSUSE 10.2
root (hd0,1)
kernel /boot/vmlinuz-...
initrd /boot/initrd.img-...

This option by way don’t work on GRUB2. So if you are using newer Ubuntu derivatives, you probably don’t have this utility.

1 comment - What do you think?

Next Page »