HP-UX
How To Remove USB Pen Device MBR
How To Remove USB Pen Device MBR
What is MBR ?
MBR is master boot recorded.
The question is how can we remove the MBR for USB device?
in DOS environtment we can just simply type fdisk/mbr command
but this is different, in LINUX/ UNIX please follow this step below :
Login into your server and type command below
[code]$dd if=/dev/zero of=/dev/sdc bs=512 count=1[/code]
YOu will see the output like below
1+0 records in
1+0 records out
512 bytes (512 B) copied, 0.00308483 s, 166 kB/s
PEAR channel using a unsupported protocol
When installing PHP 5.2.14 from source and then installing PEAR libraries, I got the following error when executing pear:
pear.php.net is using a unsupported protocol - This should never happen.
install failed
so How to fixed this ?
#rm -rf /usr/local/lib/php/.channels
and then re execute pear channels again
#pear update-channels
This should fixed your problem.
Postfixadmin Squirellmail Plugins To Change Postfix User Password
What is Postfixadmin Squirellmail Plugins ?
This plugin is used to help postfix user to be able to change their password, autovacation and forwarding via squirellmail webmail without need to asking admin to change their needs.
Prepare anything to start
1. Zend Framework Minimal. We can download it from this URL http://framework.zend.com/releases/ZendFramework-1.10.8/ZendFramework-1....
2. We need to recompile / install php to support XMLRPC
Simple Way To Setup WebDAV on Apache
WebDAV (Web-based Distributed Authoring and Versioning) is a way to share files over HTTP, much like you would use Samba or NFS.
It has more limitations, and less speed, than file systems like Samba or NFS, but with the proliferation of Web servers and the ability to reach Web sites from multiple clients in various locations, WebDAV certainly has its appeal. Unlike Samba or NFS, which are best suited for local area networks, you can use an HTTP server anywhere in the world and likewise access it from anywhere.
WebDAV support is also baked right into most modern operating systems (OS), making it extremely easy to access as a client. Setting it up on the server, however, may be more of a challenge. Certainly setting it up correctly can be.
How To Backups Partition With dd Command Line
What is DD ?
dd is a common Unix program whose primary purpose is the low-level copying and conversion of raw data. dd is an application that will "convert and copy a file" [1] according to the referenced manual page for Version 7 Unix and is most likely inspired from DD found in IBM JCL, and the command's syntax is meant to be reminiscent of this;[2] in JCL, "DD" stands for Data Description. dd is used to copy a specified number of bytes or blocks, performing on-the-fly byte order conversions, as well as more esoteric EBCDIC to ASCII conversions.[3] dd can also be used to copy regions of raw device files, e.g. backing up the boot sector of a hard disk, or to read fixed amounts of data from special files like /dev/zero or /dev/random.
How To Fixed Fatal error: failed to convert frame to gd image problem using ffmpeg
Yesterday i have a problem with my php-ffmpeg it shows "failed to convert frame to gd image" from one of my web applications
So after searching and testing here is the solution to fixed this issue :
First, make sure your php supported gd (compiled with gd)
#php -i | grep gd
Install re2c
How To Change Rsync SSH Port While Backup
How To Change Rsync SSH Port While Backup
Here is a simple way to backup your homedir via rsync
but the other thing is we will try to rsync via unusual ssh port.
Example :
Backup /home/testing to server.wowtutorial.org at port 7000
#rsync -av -e 'ssh -p 7000' /home/testing backupuser@server.wowtutorial.org
DenyHosts Tools To Prevent SSHd Brute Force Attacks
What is DenyHosts?
DenyHosts is a script intended to be run by Linux system administrators to help thwart SSH server attacks (also known as dictionary based attacks and brute force attacks).
How To Install PhpMyadmin From Source
In this Tutorial I will describe how to install phpmyadmin from source
First before we install phpmyadmin, we need to install few requirment before install phpmyadmin.
Requirment to install PHPmyadmin :
- libmcrypt
- php mcrypt extension
- php mbstring extension
Recent blog posts |
Recent comments
4 days 2 hours ago
1 week 2 days ago
1 week 3 days ago
2 weeks 4 days ago
4 weeks 4 days ago
4 weeks 4 days ago
5 weeks 2 days ago
5 weeks 4 days ago
5 weeks 4 days ago
6 weeks 5 days ago