Quantcast
Channel: Linux Operating Systems – EZ Linux Admin
Browsing all 15 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Neuros open set-top box puts Linux in living rooms

At the OSCON open source convention in Portland last week, Neuros CEO Joe Born explained how Linux-based embedded devices will bring open source to the set-top market and the consumer electronics...

View Article


Image may be NSFW.
Clik here to view.

You don’t need to ‘know’ Linux to use Linux

Lately, I’ve been noticing stories about how to use Linux you need to know half-a-hundred Linux shell commands and the like. Ah, what century are you from? Today, if you can see a window and handle a...

View Article


Path to date

The server path to date can very for different servers, you will need to run this command to find it: which date For most servers it is: /bin/date This is the same for perl and php

View Article

Cleaning up /var

Cpanel and linux leaves a lot of log files in /var After several years these can add up, especially in the cpanel/bandwidth folder. So a couple quick folder moves and symlinks can clean things up. This...

View Article

Manually changing an IP in Linux

It’s pretty easy actually. Just go to this directory: /etc/sysconfig/network-scripts Then you will see a file for eachnetwork port, for example my server is: ifcfg-eth0 and ifcfg-eth1 I already have...

View Article


kill a linux process that won’t die

kill -s 9 [PID] Also try it without the -s if it won’t go.

View Article

How to install CPanel over Centos 6 minimal

To install CPanel over Centos minimal 6 you need to get some basic packages. You can easily grab those with YUM here is the package command to get Centos Minimal install ready for CPanel. yum...

View Article

Setting up Cpanel over Centos 6 minimal

Set up networking: vi /etc/sysconfig/network-scripts/ifcfg-eth0 hit “i” to insert text. Make the file look like this: DEVICE=”eth0″ HWADDR=”leave the same” NM_CONTROLLED=”yes” ONBOOT=”yes”...

View Article


Image may be NSFW.
Clik here to view.

Named, dns, bind, backup or transfer files

Most of the files are in the etc folder. Don’t forget the main dns zone folder: /var/named/

View Article


How to upgrade mysql on a Cpanel Cloud Linux server

How to install new package: 1) yum install governor-mysql –enablerepo=cloudlinux-updates-testing 2) /usr/share/lve/dbgovernor/mysqlgovernor.py –install For upgrading to MySQL 5.5(for example), you...

View Article

How to install Cloudlinux over CPanel

It’s three steps: wget http://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy sh cldeploy -i reboot

View Article

The right way to upgrade Cloud Linux that works

If just doing a general YUM update does not update your Cloud Linux you are not alone. In fact sometimes the LVE manager never installs at all. Don’t worry though, it’s just one line of code and about...

View Article

Root password force change in Linux

Some people call this rooting a server. Basically if you lost your root password and need to get int this is your only option. You will need to be in front for the server or with a KVN plugged in. Make...

View Article


How to enable second level quotas on SolusVM with OpenVZ

Fixing already provisioned VMs What about VMs already provisioned? First, the container must be powered off, then issue the vzctl set “VMID” –quotaugidlimit 1000 –save. Note that “VMID” is a...

View Article

SolusVM login links

A lot of people get their root log in for their new SolusVM VPS and forget about the tools that are available in the SolusVM client area. Here is the SSL and standard VPS log in links. The log in...

View Article

Browsing all 15 articles
Browse latest View live