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 […]

Categories
How-To Software Technical

How do i check which LVM version i’m using.

“bump” root@websvr:~# lvm version LVM version: 2.02.66(2) (2010-05-20) Library version: 1.02.48 (2010-05-20) Driver version: 4.22.0 And that is my filler post for the day. — more info — Logical Volume Manager (Linux) LVM is a logical volume manager for the Linux kernel; it manages disk drives and similar mass-storage devices. The term “volume” refers to […]

Categories
How-To Technical

Disable hyper-threading on a Poweredge R720xd

I was asked to disable hyper-threading on one of our Dell PowerEdge R720XD servers. Looking in the BIOS it doesn’t stand out as an option however it does exist. You simply need to select the logical processor setting and set its value to disable and this will in turn disable hyper-threading, because it will only report one logical […]

Categories
News Software

Retrieving Facebook Images – Yours or Friends

Boredom is just the reverse side of fascination: both depend on being outside rather than inside a situation, and one leads to the other. – Arthur Schopenhauer You find yourself looking at your photos, photos of friends and family. Then are those times you view the photos of those you are fond of. Only to strangely, almost […]

Categories
News

Microsoft’s fight against Poison Ivy

Info of what is known: Poison ivy (Backdoor:Win32/Poisonivy.E) is a backdoor trojan that allows unauthorized access and control of an affected machine. It attempts to hide by injecting itself into other processes. The following system changes may indicate its infection: The existence of the following file: c:windows:svvchost.exe The existence of the following registry entry: “StubPath” With data: “c:windows:svvchost.exe” in the subkey: HKLMSoftwareMicrosoftActive […]