Category: Linux

0

Installing fonts in your home directory on Fedora

Source: http://tacticalvim.wordpress.com/2010/01/17/installing-fonts-in-your-home-directory-on-fedora-12/ installing fonts in your home directory on Fedora 12 Font installation/usage in Fedora has come a long way over the years, it’s easier than ever to just drop some TrueType fonts onto your system especially if you only care...

0

How to install Eclipse on Ubuntu for all users

Source: http://askubuntu.com/questions/26632/how-to-install-eclipse/219974#219974   How to install Eclipse 4.2 on Ubuntu 12.04 for all users Since the Eclipse packages in the Ubuntu repositories are out of date, if we want to install latest releases, we are going to have to do...

0

Improve Power Usage / Battery Life In Linux With TLP

source: http://www.webupd8.org/2013/04/improve-power-usage-battery-life-in.html There are various tweaks that you can apply to your laptop to save battery power, but many of them depend on the hardware, Linux distribution, some are outdated or too hard to apply for regular users and so...

0

How to Install Oracle Java 7 update 21 on Ubuntu 13.04 Linux

Source: http://hendrelouw73.wordpress.com/2013/05/07/how-to-install-oracle-java-7-update-21-on-ubuntu-13-04-linux/ How to Install Oracle Java 7 update 21 on Ubuntu 13.04 Linux by Hendré Abstract This blog entry will guide you through the step-by-step installation of Java on Ubuntu. I selected Oracle Java 7 update 21 and Ubuntu Linux...

0

Slow performance of Ubuntu Guest VM on VirtualBox

Source: http://askubuntu.com/questions/284551/performance-problems-with-13-04-and-virtualbox   Graphic/performance fix for Ubuntu was tested with Ubuntu 13.04, 12.10, and 12.04. Part of this solution applies where aero / transperancy is used including d3d games. RAM requirements Recommended graphic memory or virtual ram for aero based operating...

0

Shrinking VirtualBox VDI Files

Source: http://garethtuckercrm.com/2012/07/25/shrinking-virtualbox-vdi-files/   1. Ran Disk Defragmenter within the VM and defrag’ed the disk.  2. Ran TreeSize Free within the VM to check for large files/folders that I could trim (didn’t find anything, but did notice the winsxs folder was huge, so did some research...

0

Memory layout of C program

A typical memory representation of C program consists of following sections. 1. Text segment2. Initialized data segment3. Uninitialized data segment4. Stack5. Heap A typical memory layout of a running process 1. Text Segment:A text segment , also known as a...

0

add a user to sudoers list

Following are the steos that will add a user to sudoers list Open a Root Terminal and type visudo (to access and edit the list) Using the up/down arrows, navigate to the bottom of the sudoers file that is now displayed in the...

0

tmux – the terminal multiplexer

Tmux, short for terminal multiplexer, is a utility which allows for the creation and use of multiple terminal sessions with a single window. A user can easily manage multiple tasks and command line programs on a Linux server, without the...

0

search.conduit.com removal

Similar to incredibar malware search.conduit.com is annoying and difficult to remove. Antivirus programs are not potent enough to remove the malware. There is this one program, adwcleaner, right now to my knowledge that gets the job done. You can find the...