Posts Tagged ‘linux’

Overloaded Server?

There may be many reasons why a server can get overloaded and so there must be some work done to find where the bottleneck may be.  Common problems, in order of probablity,  are usually with the CPU/RAM, hard disk speed, and unoptimized software.  In this post I will discuss these common problems. You can use the [...]

Tunnel Web Traffic over SSH with Tunnelier/gSTM

Setting up your own SSH tunnels can be useful in a variety of ways. One such use is using SSH to tunnel your web traffic through a remote machine. This can be useful if you want to access a particular resource that is only available from that machine (e.g. your home router’s web interface) or [...]

Web Hosting, Linux or Windows?

Just wanted to make a summary of web hosting platforms and the advantages and disadvantages of both a Windows and Linux based environment. Though uncommon, you don’t have to choose only between either a Windows or Linux operating system, you can also host on Macintosh and Unix.  But for the majority, Windows or Linux is [...]

Use Linux login scripts to display system information when you log in

Linux login scripts can be useful in a variety of ways. You can run certain tasks or run a few commands to display some system information when you first log in. A few examples might be: Sending an email when the root user logs in, displaying system load and uptime information, or running a scheduled [...]

Setup your own Domain Controller using Zentyal Linux Small Business Server

Directory services are integral to any business. They allow you to have a central authentication platform and provide you with an interface to enforce software policies and various other configurations. In many cases businesses are forced to use the sometimes costly Microsoft Active Directory for their directory services and domain controllers because they are unaware [...]

Setup your own Media Center using XBMC

Creating your own home media center is every hobbyist’s dream. Having a system where you can listen to your music collection, watch movies, and browse pictures from the comfort of your living room is a great addition to your home. With XBMC, you can bring that dream to life. XBMC is an award-winning free and [...]

How to configure versioning of your /etc directory with Etckeeper

Keeping a version history of your configuration files is every administrator’s dream. Knowing that you have a complete history of all of your configuration files makes it really easy for system administrators to sleep well at night knowing that if anything goes wrong, they can simply roll back their configuration to an earlier date. This [...]

How to execute system commands from PHP/Apache

Executing system/shell commands from PHP/Apache can be useful in many situations. It can allow us to develop dynamic web applications that utilize powerful command-line utilities in order to do a particular task or function. It can also be useful in automating system administration tasks for someone who is more familiar with PHP. Since Apache does [...]

How to wirelessly lock your workstation using BlueProximity/BlueLock with your phone

In most enterprise environments, desktop locking is a part of group policy and adds to the security of your network by ensuring that a passer-by can’t use your workstation for nefarious purposes. BlueProximity/BlueLock are the perfect programs to help increase this security to your desktop.  It does so by detecting one of your bluetooth devices, [...]

How to forward all your computer’s audio to a remote computer using PulseAudio

In some cases, you might find yourself wanting to forward all of your computer’s audio to another machine. This can be useful in a variety of situations. Maybe you want to play a quick song using your desktop PC’s powerful speakers rather than on your sub-par laptop  speakers, or maybe you want to wirelessly setup [...]