Matt Conroy

My NoLedge

  • Home

27

Feb

Installing SSH on Ubuntu 7.04

Posted by admin  Published in Linux

I am going to start creating videos for little things that I setup on Ubuntu. Maybe it will help someone. If not I wasted time, but I got another post :)
Ubuntu SSH Install

no comment

29

Jan

Finding Large Files Linux

Posted by admin  Published in Linux

To find large files in linux you can use the find command.

As an example you can find all files that are close to 1GB or over by issuing the command:

find . -type f -size +1000000

The above command will list all files larger than 1GB recursively from the current working directory.

no comment

26

Jan

VSFTP Users without access to a shell cannot log in

Posted by admin  Published in Linux

If you are here you have probably seen this error “530 Login incorrect”

In order to fix this problem you need to ensure that the shell being used for the user in question is in the file /etc/shell.

# /etc/shells: valid login shells
/bin/csh
/bin/sh
/usr/bin/es
/usr/bin/ksh
/bin/ksh
/usr/bin/rc
/usr/bin/tcsh
/bin/tcsh
/usr/bin/esh
/bin/dash
/bin/bash
/bin/rbash
/usr/bin/screen

Any shell that is in this file will allow the user to connect.

no comment

23

Jan

Quick and dirty backups for linux using tar

Posted by admin  Published in Linux

I found this link useful. I have attached the actual backup script located on this page just in case it is gone in the future.

Tar Backup Script
Tar Backup Web Page

no comment

Categories

  • Apache
  • Cool Sites
  • Deterministic Finite Automata
  • Dinking Around
  • Games
  • Java
  • Linux
  • PHP
  • Uncategorized

Recent Posts

  • Multi Factor Security Review
  • Compiling an Apache Maven Project
  • Creating an Apache Maven Project
  • Hello to the World!
  • Arts and Crafts and Other Fun Stuff

Blogroll

  • Rogie King

Links

  • Conroy.cc
  • Kauffman Lane Design
  • Linked IN profile
  • Student Assistance Foundation
  • Twitter

Recent Entries

  • Multi Factor Security Review
  • Compiling an Apache Maven Project
  • Creating an Apache Maven Project
  • Hello to the World!
  • Arts and Crafts and Other Fun Stuff
  • Goofy Flash Javascript Movie
  • Installing SSH on Ubuntu 7.04
  • Regular Grammar Help
  • Finding Large Files Linux
  • VSFTP Users without access to a shell cannot log in

Recent Comments

  • bank online in Multi Factor Security Review
  • Bharat Nair in Multi Factor Security Review
  • Molly in Hello to the World!
  • Molly in Hello to the World!
  • Molly in Hello to the World!
  • Molly in Arts and Crafts and Other Fun Stuff
  • Random Selection of Posts

    • VSFTP Users without access to a shell cannot log in
    • Creating an Apache Maven Project
    • Enabling Apache Server Side Includes
    • Hello World PHP
    • Goofy Flash Javascript Movie
    • One of the coolest Java/Flash games ever.
    • Hello to the World!
© 2008 Matt Conroy is proudly powered by WordPress
Theme designed by Roam2Rome