Author: robin

0

Best SCP GUI on Linux

For the impatient Look no where else if you already have nautilus file manager For best view/performance setup nautilus in browser mode [ edit -> preferences -> behavior (tab) -> behavior (section) -> check “Always open in browser windows” ]...

0

Google blogger – How to remove Navbar

Source: http://blogger-hints-and-tips.blogspot.in/2012/07/close-the-gap-left-when-Bloggers-navBar-is-removed.html You can move the header up to cover over the area where the nav-bar was by adding a CSS rule to your template in the normal way. The rule to add is: #navbar { height: 0px; visibility: hidden; display: none;} Apply...

0

What can I do with CentOS?

Index I want to install EPEL repository How to mount ‘ntfs’ partition in CentOS? How do I create CentOS local repository? Create local yum repository Setting up passwordless SSH Install firefox 15 on CentOS Download rpm packages locally to a...

0

Install Firefox 15 on Fedora 17/16, CentOS/Red Hat (RHEL) 6.3

Source: http://www.if-not-true-then-false.com/2011/install-firefox-on-fedora-centos-red-hat-rhel/ Mozilla Firefox 18 is released and this is guide, howto install Firefox 18 on Fedora 18/17/16/15/14, CentOS 6.3/6.2/6.1/6 and Red Hat (RHEL) 6.3/6.2/6.1/6 using YUM. Firefox 10 is currently available on CentOS 6.3/5.9 and Red Hat (RHEL) 6.3/5.9 own repos,...

0

How to Change the Hostname on Linux CentOS 6.3 Server

In this post, i will show you on how to change the Hostname on linux CentOS 6.3. I have tested this on RHEL 6, CentOS 5.5 and CentOS 6.2.  and Centos 6.3. Reboot is required for both options (A) and...

0

Create your own local yum repositories

Points of interest Q: Where are my yum files downladed while the install is in progress A: Temporary cache directory on CentOS – /var/cache/yum/In my case it was /var/cache/yum/x86_64/6  Source: http://forums.fedoraforum.org/showthread.php?t=256125     Create your own local yum repositories   I’d like...

0

Android IO Schedulers

Anticipatory Based on two facts Disk seeks are really slow. Write operations can happen whenever, but there is always some process waiting for read operation. So anticipatory prioritize read operations over write. It anticipates synchronous read operations. Advantages Read requests...

0

Android CPU Scaling Governors

Source: Governors CPU governors control exactly how the CPU scales between your “max” and “min” set frequencies. Most kernels have “ondemand” and “performance”. The availability brazilianwax – Similar to smartassv2 with more aggressive ramping, so more performance, less battery. conservative – Available...

0

Centos – Configuring network interfaces

System Config Network Tool Installation 6.x $ yum intall system-config-network-tui   Manual setup Source: http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-networkscripts-interfaces.html 13.2. Interface Configuration Files   Interface configuration files control the software interfaces for individual network devices. As the system boots, it uses these files to determine what...