Home / Tag Archives: linux (page 15)

Tag Archives: linux

November, 2009

  • 9 November

    Viewing active processes in Linux

    Question: How do I find out what programs are running on my server? Answer: Linux and most Unix-like operating systems have a convenient command that allows you to view running processes in a variety of list styles. The command is called “ps”. To quickly see every process running on your …

  • 9 November

    Moving files on a Linux server

    Question: How do I move an entire directory filled with files on my Linux server? Answer: While moving physical files can be quite a task, moving files in Linux is very easy. If you have SSH access to your server, you can move files with a simple command called “mv”. …

  • 6 November

    When it's time to kill

    No matter how stable your Linux installation is, no matter how much you invest in security, reliability, updated software, and system monitoring, something is eventually going to go wrong. On a virtual private server or a dedicated server, responsibility to fix it usually falls on you. If this were your …

  • 6 November

    Managing passwords in Linux with the "passwd" command

    When managing a dedicated server, it is very important to keep a secure password and to change it periodically. In an SSH session, the best way to accomplish this is to use the “passwd” command. A normal user can change his/her own account, while a system administrator (root) can change …

  • 5 November

    Downloading from the Web using wget

    Another neat feature of Linux and Unix-like servers that is very convenient when you need to download files is a command called “wget”. With it you can connect to websites and download files directly from the command line, even if you are connecting via SSH. For example, if you want …

  • 5 November

    Identifying Your Linux Kernel with "uname"

    When using a Linux dedicated server, it can be very helpful to know exactly what distribution and kernel version you are running. While there are a few ways to accomplish this, using the command “uname” is the easiest. To identify the kernel type just enter: uname with no flags. To …

  • 4 November

    Quick System Information with "Uptime"

    There are several ways to monitor your Linux dedicated server. Some involve typing simple commands, while more advanced techniques require you to study log files. Few, however, are as easy as typing “uptime”. Once entered, you will know a number of things: 1. The system time. Sometimes you might find …

  • 4 November

    Backup Server Files with Rsync

    Few tasks are more important on a dedicated server than backing up crucial data. Many businesses and individuals have suffered financial loss and even emotional breakdowns because they failed to backup their servers. Rsync is a remote syncing tool that you can use to backup data without needing third-party software. …

  • 3 November

    Changing file ownership in Linux

    There are many situations when you may need to change the ownership of files, especially if you are operating a virtual private server or dedicated server. For example, you may install something for a website as root but then need to set ownership of the file to the local user. …

  • 3 November

    Monitoring Disk Usage in Linux

    When managing a dedicated server, few things are more important than monitoring the disk usage. Disk space can fill up very quickly, and you need to regularly make sure you have adequate space for your site or client sites. Linux and other Unix-like operating systems have a handy tool called …

Powered by Namesco
© Copyright InternetBlog.Org.Uk 2024, All Rights Reserved