Connect With Me In Facebook

Welcome to DefendHackers, If u want to Apply for a Blogroll as a Author , With h4ckfreak Mail me @ suren.click@gmail.com

Mark Zuckerberg tells 8th graders “there’s no shortcuts” and to make friends

By h4ckfreak

Friday, October 21, 2011

Create a User Acc Using Bash Script in Linux

These two scripts are very important for the system admin who regularly works with mail servers and somehow forgets to backup his system username and password! Let’s say somehow we lost the usernames and passwords of the mail server. In this case the admin has to manually create all the users and then change the passwords for all the users. Tedious job. Let’s make our life easier.  Before we jump in , For those who dont who kno what Bash file and how to create that ? click the link for refrence  Bash Guide First create a file which contains all the user name. Something like this: INFILTRATOR SUREN GREY HAT WILL MATHEWS jOSHUSA pHIL Risab...

Linux Commands For Beginners

This short guide shows some important commands for your daily work on the Linux command line. archOutputs the processor architecture. $ archi686catOutputs the contents of a file. $ cat lorem.txtLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. cdChange...

INSTALLING LAMP on Ubuntu 11.xx Tutorial

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.10 server with PHP5 support (mod_php) and MySQL support. I do not issue any guarantee that this will work for you! 1 Preliminary NoteIn this tutorial I use the hostname server1.example.com with the IP address 192.168.0.23. These settings might differ for you, so you have to replace them where appropriate. I'm running all the steps in this tutorial with root privileges, so make sure you're logged in as root: sudo su 2 Installing MySQL 5First we install MySQL 5 like this: apt-get install mysql-server mysql-clientYou will...

Pages 381234 »