Quantcast
Channel: TechBytes » Ubuntu
Browsing all 14 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Installing Lighttpd, PHP and MySQL on Ubuntu

If you are not getting a package on Ubuntu, please check to see if your /etc/apt/sources.list file is updated. This is common with most VPS providers On VPS, especially with challenging small memory...

View Article


How to install byte-unixBench on Ubuntu

From UnixBench project homepage: UnixBench is the original BYTE UNIX benchmark suite, updated and revised by many people over the years. The purpose of UnixBench is to provide a basic indicator of the...

View Article


Not getting a package on Ubuntu?

If you are not getting a package on Ubunu using apt-get then chances are that it has not been updated in the /etc/apt/sources.list file For example, the following should be there in the sources.list...

View Article

Find memory consumed by currently running processes on Linux?

I always had the question (when I am running plenty of scripts on a linux box as to what is eating up all the memory? Finding memory consumed by current running processes in your favorite linux distro....

View Article

vzfree utility to check memory usage in OpenVZ VPS

From the official blog post Gee. It has been a while since I’ve last written here, and it will be a while again for my next post as I will be on holidays from next Monday (visiting families in Hong...

View Article


Ubuntu – Unable to load dynamic library ‘/usr/lib/php5/20090626+lfs/sqlite.so’

The other day, I was getting this weird error PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/sqlite.so' - /usr/lib/php5/20090626+lfs/sqlite.so: cannot open shared...

View Article

Image may be NSFW.
Clik here to view.

Install htop

htop - an alternative to linux top htop is a sleek utility that allows you to interactively view processes running in a linux box. I can safely say its a good alternate to ‘top’ To install htop just...

View Article

How to find specific files and send alerts

Maintaining a shared hosting server is a full time job but tools and proper checks and balances can help make this burden lot less. I manage a shared hosting server for one of my friends and numerous...

View Article


Webalizer not working on Ubuntu

One of my Ubuntu based VPS had Webalizer installed to collect stats from webserver but it was not working because I could see not stats at /webalizer/. If thats the case with you try the following 1)...

View Article


How to find zombie processes on linux

My NAGIOS monitor alerted me that of my dedicated server has 10 Zombie processes, how to find Zombie processes via command line on Linux especially CentOS? ps aux | awk '{ print $8 " " $2 }' | grep -w...

View Article

Windows to Linux (Ubuntu 14.04 LTS) Migration

I have been a hardcore Linux user from a Server-OS point of view since many years. Have used CentOS, Ubuntu, Debian and Fedora extensively. I have always recommended and used Linux without hesitation...

View Article

How to install dig in Ubuntu

dig is a very useful utility to help webmaster and server admins alike. To install dig, just run the following in Ubuntu sudo apt-get install dnsutils

View Article

Image may be NSFW.
Clik here to view.

How to change download mirror in Ubuntu

As soon as you begin installing Ubuntu or being downloading packages, the number one question is, Why is this download taking so long? The answer is simple, probably your mirror is not correctly set...

View Article


Image may be NSFW.
Clik here to view.

How to fix Missing Date and Time in Menu Bar in Ubuntu 14.04 LTS

All of a sudden, the “Menu Bar” (equivalent to what we call Taskbar in Windows) on my Ubuntu has stopped showing me date & time for some unknown reasons. My first instinct were to check the System...

View Article
Browsing all 14 articles
Browse latest View live