Categories
How-To Technical

Time Synchronization with ntpdate in Ubuntu

If you don’t have time to do it right, when will you have time to do it over? – John Wooden I’m back again with a little tip, simple and quick to do to keep your Ubuntu Server’s time in sync, best of all there is no need to install an NTP client as Ubuntu comes […]

Categories
How-To Software Technical

Simple Exchange 2010 Database White Space Report

I was looking at some of my database on Exchange that seemed to be very large in size so first thought was that an offline defrag may be needed, but before I reach that point I wanted to know how much ‘slack’ or white space existed in each of my Exchange databases. This was done […]

Categories
News Technical

CyanogenMod 10 Downloader

The CyanogenMod team has announced via Google+ the official release of CyanogenMod 10 nightly builds This includes popular Android smartphones as well as tablets that will now be able to run the latest CyanogenMod, which is based on Android 4.1.1 Jelly Bean. This is a cool new way to get the updates you want the […]

Categories
How-To Software Technical

Show List Of Network Cards in Linux

Here is a question I got not so long ago. Jermal, How do I go about finding the name and type of network card I have in my Linux installation? First off, thanks for asking me. I know of a few ways and I’ll list them here. Short and simple. We have the the following commands: […]

Categories
How-To Software Technical

Find Out Maximum RAM with dmidecode

To find out what is the maximum system can support type the following command: root@websvr:~# dmidecode -t 16 output # dmidecode 2.11 SMBIOS 2.4 present. Handle 0x0082, DMI type 16, 15 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 1 TB Error Information Handle: Not […]

Categories
How-To Software Technical

How to get information about hardware on Linux

The dmidecode command reads the system DMI table to display hardware and BIOS information of the server. Apart from getting current configuration of the system, you can also get information about maximum supported configuration of the system using dmidecode. For example, dmidecode gives both the current RAM on the system and the maximum RAM supported […]