Search found 806 matches

by Saman
Wed Jan 08, 2014 8:23 am
Forum: General Discussions
Topic: File name too long cannot copy
Replies: 4
Views: 4453

File name too long cannot copy

cannot remove folder filename or extension too long I was copying some files from an older file server to a newer file server when I ran across the above error. I was reminded of a Windows “feature” that I have not had to deal with before. Apparently there is a 250 character limit on the Windows fi...
by Saman
Wed Jan 08, 2014 8:13 am
Forum: General Discussions
Topic: Free Disk and Partition Cloning software Clonezilla
Replies: 1
Views: 2527

Free Disk and Partition Cloning software Clonezilla

Clonezilla is a partition and disk imaging/cloning program similar to True Image® or Norton Ghost®. It helps you to do system deployment, bare metal backup and recovery. Two types of Clonezilla are available, Clonezilla live and Clonezilla SE (server edition). Clonezilla live is suitable for single ...
by Saman
Sat Jan 04, 2014 7:39 pm
Forum: Windows
Topic: How to forcefully delete folders in Windows 7
Replies: 0
Views: 5074

How to forcefully delete folders in Windows 7

If you've ever been unable to delete a file in Windows, and can't figure out what program's using it, Unlocker is the solution. Have you ever seen these Windows error messages? Cannot delete folder: It is being used by another person or program Cannot delete file: Access is denied There has been a s...
by Saman
Sat Jan 04, 2014 6:31 pm
Forum: Windows
Topic: How to increase SSD free space (move WinSxS folder)
Replies: 0
Views: 5511

How to increase SSD free space (move WinSxS folder)

WARNING: Proceed at your own risk. Incorrectly performing the following procedure may cause irreversible damage to your OS. It is highly recommended to backup your system before proceeding. This is an unsupported mod. Microsoft will not support you (and I cannot) should you choose to move the WinSx...
by Saman
Mon Dec 23, 2013 2:55 am
Forum: Microcontrollers
Topic: How to use Ultrasonic Sensors
Replies: 2
Views: 7595

Re: How to use Ultrasonic Sensors

Another C (CCS compiler) code for PIC /* * main.c * * Description: * This is a driver for the SRF04 ultrasonic module for the CCS * PICC compiler. * * For information of the SRF04 module, go to: * http://www.robot-electronics.co.uk/htm/srf04.htm * * Author: Martin Dubuc (martin.dubuc@rogers.com) * h...
by Saman
Mon Dec 23, 2013 2:53 am
Forum: Microcontrollers
Topic: How to use Ultrasonic Sensors
Replies: 2
Views: 7595

Re: How to use Ultrasonic Sensors

Simple PIC program for HS-SR04 #include <16F876a.h> #FUSES NOWDT, HS, NOPUT, PROTECT, NOBROWNOUT, NOLVP, NOCPD, NOWRT, NODEBUG #use delay(clock=20000000) #define use_portb_lcd true #include "flex_lcd.c" int16 distance, time; // Defining variables // Defining the pins #define trig pin_A0 // Change as...
by Saman
Tue Aug 27, 2013 1:50 am
Forum: PHP & MySQL
Topic: Getting rid of Creating default object from empty value
Replies: 0
Views: 4363

Getting rid of Creating default object from empty value

After updating php, so many warning started to appear on one of the phpBB installations and I came to realise that those are actually simple things to sort out. However we can even smoothly turn off the warning. This is how you could do that. Open common.php Find: // Report all errors, except notice...
by Saman
Wed Jul 31, 2013 4:20 am
Forum: Web programming
Topic: 25 Tips to Increase Performance on Apache Webserver
Replies: 1
Views: 6314

25 Tips to Increase Performance on Apache Webserver

We all know and love Apache. Its great, it allows us to run websites on the Internet with minimal configuration and administration. However, this same ease of flexibility and lack of tuning, is typically what leads Apache to becoming a memory hog. Utilizing these easy to understand tips, you can gai...
by Saman
Sun May 26, 2013 3:08 pm
Forum: PHP & MySQL
Topic: How to Disabling Magento Extension Manually
Replies: 1
Views: 5037

How to Disabling Magento Extension Manually

Some time we need to disable extension manually, its easy to do as as every magento extension create its XML file in ‘app\etc\modules’ folder like our extension name is ‘AdvLay_Nav’ so it will create file named AdvLay_Nav.xml when u open it you will see code like this <?xml version=”1.0??> <config> ...
by Saman
Thu Apr 11, 2013 3:08 am
Forum: Web programming
Topic: How to change password in Joomla from database
Replies: 0
Views: 5314

How to change password in Joomla from database

If the admin user is still defined, the simplest option is to change the password in the database to a known value. This requires that you have access to the MySQL database using phpMyAdmin or another client. Navigate to phpMyAdmin and select the database for the Joomla! site in the left-hand drop-d...

Go to advanced search