Home / Tag Archives: linux (page 2)

Tag Archives: linux

July, 2010

  • 9 July

    How to Delete Tables and Rows in MySQL

    mysql

    As I mentioned in a previous MySQL post, knowing how to quickly perform database tasks from the command line is a good idea if you are a Linux system administrator. Sometimes, it is the easier way to get things done, especially if you are helping another user and need root …

  • 6 July

    How to Connect via SSH

    SSH secure iconSSH stands for Secure Shell and is a secure encrypted method of connecting to a server for shell/command line access. It can be useful for shared hosting, virtual private servers, and dedicated servers. Linux server usually come with SSH enabled by default, although some web hosts may disable …

  • 2 July

    Advantages of Open Source Software

    Free and open source software is licensed under terms that allow the user to view, modify, and redistribute the source code. Proprietary software usually has license restrictions that prevent this, as is the default copyright in nearly all countries. Because of this, free software licenses are often called “copyleft”, since …

  • 1 July

    IBM Declares Firefox Its New Official Browser

    Big Blue is not known for making revolution internal changes to its business. After all, the way they do business has worked for over a century. When it comes to technology, however, IBM has lately been very keen to accepting new software, particularly software that is free and open source …

June, 2010

  • 30 June

    MySQL Server Optimization

    If you are running a dedicated server, optimization is very important to maximize speed, efficiency, and save time and energy. We have already looked at ways to optimize Apache web server, but many dynamic websites also use databases that hold the data for their dynamic web applications. You can accomplish …

  • 28 June

    Apache HTTP Server Optimization: Part 1

    When running your own dedicated server or even a VPS (virtual private server), it is important make sure your server is running at optimal performance. Apache, the web server of choice for many Linux system administrators, will not automatically make itself stable, secure, and fast. You must do that, and …

  • 25 June

    How To Create Multiple New Users

    In Linux, the most common method used to create new users is to use the “adduser” command. This is fine when you need to add one or even a few users, but if you need to add numerous (i.e. 50, 100, or even 500), typing in the adduser command repeatedly …

  • 24 June

    Completely Delete Files with Shred

    On a Linux dedicated server, the normal method for deleting files is to use the “rm” command. This removes the file from the current filesystem, but what many do not know is that those removed files are usually recoverable. As such, rm is more like putting something in the trash …

  • 24 June

    Red Hat Introduces Hybrid Cloud Platform

    The largest and most successful commercial Linux distributor has announced the release of the first Linux hybrid cloud platform that integrates with many industry cloud services. Until now, the only other hybrid cloud platform was Azure by Microsoft. The comprehensive package, which they are calling Red Hat Cloud Foundations, gives …

  • 23 June

    Quick and easy sudo trick for servers

    Question: I just typed a really long complicated command line string on my server, but I forgot to type “sudo” at the beginning. Is there a quick way to enter it again? Answer: The history feature in Linux and Unix-like operating systems is truly a beautiful thing. With it, you …

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