Search Results - JustLinux Forums


Search:

Type: Posts; User: Bizza

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,349

    Sorted! Turns out that the cron files are kept...

    Sorted!

    Turns out that the cron files are kept unencrypted in


    /var/spool/cron/crontabs (at least on solaris)

    so, as root, I just executed
  2. Replies
    1
    Views
    1,490

    Hi There, I've had similar issues setting up...

    Hi There,

    I've had similar issues setting up software raid on RHEL4...

    I've not used dmraid before, but instead mdadm - you might have better luck with it, i managed to get it to work without...
  3. Replies
    1
    Views
    1,349

    [SOLVED] Backup all crontabs

    Hi All,

    We have a dev server running Solaris 9 - It's been around for ages and is in a bit of a state. I want to rebuild it as solaris 10. All the data is handily on a separate partition, except...
  4. Replies
    2
    Views
    1,110

    Hello, Unfortunately, as you've pointed out,...

    Hello,

    Unfortunately, as you've pointed out, you can't get to the updated package unless you are subscribed to RedHat's enterprise subscription.

    Personally I would take a dump or backup of your...
  5. Replies
    3
    Views
    965

    Check out the specifications of your server, the...

    Check out the specifications of your server, the HP ones I have all have it as default, not as an option, I would expect Intel to do the same.

    If you have it then all you need to do is assign it...
  6. Replies
    3
    Views
    965

    Hello, For a price Ultimately I think what...

    Hello,

    For a price
    Ultimately I think what you are looking for is an IP based KVM system. There are a few good products out there but most are priced at industry levels, I have never personally...
  7. Replies
    3
    Views
    1,335

    Finding a value in a file - ls, grep?

    Hi All,

    Hope you can help, i'm trying to search through a directory and it's subfolders to find any files that contain a particular value. I was trying to do a recursive ls and pipe the values...
  8. Replies
    3
    Views
    1,292

    Spot on! Thanks very much.

    Spot on! Thanks very much.
  9. Replies
    3
    Views
    1,292

    long lines with ps -ef

    Hi All,

    Anyone know of a way to get long lines to wrap on a terminal window when using ps -ef?

    Basically I need to see the whole thing, i tried to > it into a filebut that chops it off too!
    ...
  10. Replies
    5
    Views
    872

    Hi, You can use exec to pass the results of a...

    Hi,

    You can use exec to pass the results of a command through to another command. So in your case:



    find /home/ftp/original -name '*.c' -exec /home/test/mybin {} >/home/ftp/output/{}.c \;
    ...
  11. Replies
    3
    Views
    924

    Hello, Thanks for the reply guys, based on...

    Hello,

    Thanks for the reply guys, based on what you said I think i'll continue to use source packages. It has the added bonus of impressing the management when they see streams of code whizzing...
  12. Replies
    3
    Views
    924

    Installation Preferences

    Hello!

    Just thought I'd put this conversive post here to see what other linux sysadmins were doing in regards to package installation.

    I administer RedHat Enterprise and Solaris boxes, I also...
  13. Replies
    42
    Views
    12,028

    It's because they are making a loss on the...

    It's because they are making a loss on the console, it was either on the register or slashdot that they actually worked out the cost to produce and it's a fair bit over the selling price. However,...
  14. Replies
    5
    Views
    1,437

    If your Linux install uses alsa you shouldn't...

    If your Linux install uses alsa you shouldn't have had to install anything.

    Although you use a GUI you can still use command line options from a terminal window within the GUI.

    I can't...
  15. Thread: Disk Quotas

    by Bizza
    Replies
    1
    Views
    722

    Googling user quotas linux brings back many...

    Googling user quotas linux brings back many results,

    This link seems useful

    http://www.yolinux.com/TUTORIALS/LinuxTutorialQuotas.html

    Cheers
  16. Replies
    3
    Views
    1,148

    I've not used Mandrake for a long time but is...

    I've not used Mandrake for a long time but is there not a force option when installing the package such as -f or something? I'm sure the man page for urpmi would tell you. You may be concerned about...
  17. Replies
    1
    Views
    934

    VirtualHosts is a configuration facilty provided...

    VirtualHosts is a configuration facilty provided by apache that can be used or not, it is not compiled into the program or anything, you either use tags within the virtual host section (of...
  18. Replies
    5
    Views
    1,437

    Sound help

    Hi Mate,

    Does your Mandrake install use Alsa drivers for the sound card? (it probably does). If so, from the command line type alsamixer this should bring up a little graphical representation of...
  19. Replies
    4
    Views
    883

    er, ok

    Hello!

    Thanks for taking the time to reply. I think you may have misunderstood, I manage the servers, the IT guys manage the network, they'll have to update internal DNS and Hosts information,...
  20. Thread: telnet query

    by Bizza
    Replies
    2
    Views
    1,163

    SCP - Secure transfer

    Hi,

    In the interests of file transfer, SSH includes scp/sftp (an alternative to ftp)

    WinSCP - This program provides a good gui from a windows box to connect to servers and use the scp file...
  21. Replies
    4
    Views
    883

    Networking best practices

    Hi All,

    Just wanted to rack the brains of my fellow sysadmins. I am currently taking over the role of Sysadmin for our *nix systems at work. We are a sort of sub-company of a larger one. As such...
  22. Replies
    3
    Views
    1,001

    Presumably you are using Apache (either 1.3.33 or...

    Presumably you are using Apache (either 1.3.33 or 2.0.54), so...

    Open the httpd.conf file in the conf directory and do a search for listen

    In my conf file the line is as follows

    listen 80
    ...
  23. Replies
    13
    Views
    1,749

    FAT formatting of a floppy

    Piece of pish :o)

    fdformat /dev/fd0u1440, then
    mkdosfs /dev/fd0


    The reason you might be able to put one file on first and not another may be due to bad blocks on a later part of the disk, a...
  24. Replies
    1
    Views
    1,268

    Hi there, my "me" file only contains my fully...

    Hi there,

    my "me" file only contains my fully quailified domain name (mypc.company.co.uk)

    and has the following permissions
    -rw-r--r-- 1 root root 15 Sep 5 10:38 me
    ...
  25. Replies
    3
    Views
    1,132

    Check out http://www.kegel.com/linux/pxe.html...

    Check out

    http://www.kegel.com/linux/pxe.html

    To be fair it's the first result from googling PXE.

    bIz
Results 1 to 25 of 101
Page 1 of 5 1 2 3 4