Quick Access

User login

Who's online

There are currently 0 users and 15 guests online.

Visitors Map

Site Counter

  • Site Counter: 295836
  • Registered Users: 2676
  • Published Nodes: 331
  • Your IP: 67.195.111.223
  • Since: 2008-09-09

Link Exchange

BlogCatalog Blog DirectoryTechnology blogs
Technology Business Directory - BTS LocalTop stories
Click hereTop Blog   Hacking & Security
         SecGeeks
       Megapanzer

Live Traffic Info

Advertisements

      ExitJunction.com - Make Money From Your Exit Traffic!
      Click Here to Check WidgetBucks
      Click here to Advertise
     


     

Linux Tutorials

Password less SSH login to another server can be very useful when you want to configure a remote backup server or when migrating servers. For enabling this you need to have openSSH installed on the server. Here is a tutorial on how to configure password less SSH login to server ‘mars’ from server ‘earth’

1. Login to earth as root.

2. Run the command ssh-keygen -t rsa
If the key already exists you can either go to step 3 or you can generate a new key by overwriting existing key (see image). It would be better to overwrite the existing key if you did not generate it.




3. Change directory to /root/.ssh/

root@earth:~# cd /root/.ssh/
root@earth:~/.ssh#

4. Copy the contents of the file id_rsa.pub to the directory /root/.ssh/authorized_keys
scp -P id_rsa.pub root@mars_server_IP:/root/.ssh/authorized_keys

5. You will be able to login to the remote server ‘mars’ by typing ssh root@mars_server_IP -p without password nowRead more..

Your rating: None Average: 4 (2 votes)


Linux files systems work great. Especially ext3 is a mature file system and very robust. With journaling turned the filesystems stays consistent also on an unexpected power loss or system crash (wich normally never happens on linux  ) and you don’t need long disk checks to repair the file system in such a case. There is almost no disk fragmentation and a lot of more cool features … But the best linux feature is: if you remove a file or directory it’s gone. It’s not moved to trash, its not marked as deleted, there are no annoying messageboxes, it just does what you say. I love that!
But from time to time also experienced users make mistakes and you delete something wrong. As Murphy’s law says: “if anything can go wrong it will” and so you will not have a copy of the deleted files and the backup will be outdated. So what to do now?
I want to explain the procedure by using the problem I had as example.

How the trouble came up for me

As usual I was working on my Gentoo Linux laptop. I just wanted to add a new folder with sources to my subversion repository. I wanted to add first the folder, then some files within the folder…Read more..

Your rating: None Average: 3 (1 vote)

This is  a simple article to setup a DNS Server in Ubuntu. Please follow the steps to make this.  Setting up DNS Server is used to serve the new domain names using your IP. This is kind of providing webhosting.

Step1: We need to install bind 9 for this

Read more..

Your rating: None Average: 5 (1 vote)


Creating your own OS can be quite a daunting task that requires a lot of computer knowledge. I found a site that may interest you, Custom NimbleX2 is an open-source project that allows even novices in computing to create their own Linux OS.

Check it Out

Follow the on screen instructions to select background, software and so on. When you have finished designing your Linux, a live CD .iso file will be generated for you, just download it and burn it to disc. Boot from the disc and install your personal, newly created custom Linux OS.

Enjoy Your Linux!

Your rating: None Average: 5 (3 votes)

PeerGuardian is a free, open source, IP address blocking software programs capable of blocking incoming and outgoing addresses. The application uses a blocklist of IP addresses to filter the computers of several organisations.Read more..
No votes yet

Is your security worth its salt? Try this assessment strategy to find out.
Read more..
No votes yet


With grub2 you can directly boot an (iso9660) ISO using its loopback option. This is great because it provides another nice rescue scenario - for example when using grml (the Debian based Linux Live-CD for sysadmins). You no longer need to extract kernel and initrd from the ISO to be able to boot it using the isofrom bootoption. All you need to do is put a plain grml ISO to your harddisk.Read more..

Your rating: None Average: 5 (4 votes)

From time to time I am asked to break a password on an Adobe PDF file. This mostly comes up when the user who created the pdf can’t remember what their own password is. As annoying as that is, actually recovering the password is simple using pdfcrack.

PDFCrack is a GNU/Linux application (or any other POSIX-compatible system) tool for recovering passwords and content from PDF-files. It is small, command line driven, and without external dependencies. PDFCrack is released under GPL.

Install pdfcrack on Ubuntu by typing:
sudo aptitude install pdfcrack

Run a quick benchmark by entering the following at the command line:
pdfcrack -b

Results:

Benchmark: Average Speed (calls / second):
MD5: 2616026.7
MD5_50 (fast): 146928.3
MD5_50 (slow): 107780.3

RC4 (40, static): 863985.7
RC4 (40, no check): 864661.2
RC4 (128, no check): 802203.0

Benchmark: Average Speed (passwords / second):
PDF (40, user): 653588.2
PDF (40, owner): 322317.1
PDF (40, owner, fast): 714278.6Read more..

Your rating: None Average: 1 (1 vote)

Have you ever just finished something important and all of a sudden the lights dim, your PC begins to sound like the clothes washer, and then bam, your work is gone? Been there, done that, got the t-shirt, right? Maybe I should have taken my watch off before sticking my hand in that running PC after all.

Well, the thing that annoys me most is, not losing the work, but knowing I’ll have to spend the next two days rebuilding the system just in order to recover whatever I was working on. Like a good boy, I save my work to multiple locations. If you care about it, don’t trust it to a computer, I always say. Strange advice from someone who is a computer professional.

Anyway, the solution to this problem has always been to ghost your system. Ghosting your system means making a backup image, applications and all, so that you can restore your system to a running state quickly. Strangely enough the product most people use to do this is called Ghost. Get it? Ghosting? If you have ever used the recovery CD that may have come with your system then you have probably used Ghost without knowing it.Read more..

No votes yet



Instructions:

Download one of these iso files with or without default system upgrade.
I have split this iso into six peices to facilitate easy download.
Mediafire.com supports download managers so don't worry.
Read more..
Your rating: None Average: 4.5 (2 votes)

Search

Loading

Bookmark Us!

Share/Save

Page Rank

Quotes

The more a man knows, the more he forgives.

Subscribe Us!

Explore Tags

Follow Us

Advertisements