Fedora 20 Better Theme
The default theme (Adwaita) that Fedora 20 is shipped is not the best. And beside it has a large window border at the top of each window. A better theme that exists in default rpm repo is greybird. To...
View ArticleHow To Configure KVM Virtual Machine Network
BackgroundHere I will configure a KVM host with virtual machines to be accessible from a local network.This can be achieved in two ways by configure on KVM host machine:A network bridgeConfigure...
View ArticleHow to Install Chrome on Ubuntu 14.04 LTS (Trusty)
Open a Terminal and run the commands. Add the public key for the Google repo.Add the Google repo for the chome package.Update and install chrome web browser.
View ArticleHow to Install and Configure NFS Sharing on RHEL 6
InstallationTo get nfs to work we need to install and start rpcbind and nfslock. Double check that is done.Now we are ready to start NFS.Finally lets test our new NFS server.This will return a empty...
View ArticleDifferent Way to Mount NFS in RHEL6
AutomountingThe below will auto mount the user 'ldapuser1' home directory with rw permission on nfs.server.com.ManualYou can manually mount a nfs exported directory to a local directory /remote.Mount...
View ArticleHow To Install and Configure SAMBA Server on RHEL 6
InstallationConfigurationThe default configuration works just fine.SecurityHaving 'security = user' means we need a UNIX account. Lets create one.And set samba password for account.FirewallTestNow lets...
View ArticleConfigure RHEL 6 as Router
IntroductionIn this blog I will show you how to configure a RHEL 6 server as router for LAN (eth1) and WAN (eth0).Enable IP forwardingFirst we need to enable IP forwarding.And to verify.To make it...
View ArticleBash Programming Documentation in RHEL 6
I'm not a bash script guru, so I need documentation. Here I will show you how to get/install that for RHEL 6. All the BASH documentation is available via the bash-doc RPM, but it is not located in the...
View ArticleConvert MP4 to MP3 on Ubuntu 14.04 Trusty
There is a program available on Ubuntu youtube-dl, that can download videos from youtube.com or other video platforms. But it stores the file in mp4, since it contains video. But sometimes you do not...
View ArticleHow to Merge Multiple PDF Files in Ubuntu
You can easily merge several pdf files into on file with 'pdftk - A handy tool for manipulating PDF'Example how to merge file1.pdf and file2.pdf to mergedfile.pdf.
View ArticleHow to Install Minecraft in Ubuntu 14.04
Kids go crazy over the swedish developed game Minecraft. Below is a link how to install it on Ubuntu 14.04.http://ubuntuhandbook.org/index.php/2014/04/install-minecraft-in-ubuntu-14-04/
View ArticleStatic Routes with RHEL 6
The new way to add static routes in RHEL 6 isOr alternative via the old ip command style.And to set the default gateway.
View ArticleTweak Unity in Ubuntu 14.04
The preferred way to tweak the user interface (Unity) in Ubuntu 14.04 is via the unity-tweak-tool. You can also use ccsm - CompizConfig Settings Manager, but I would recommend to stick with the...
View ArticleHow to Install KVM on Ubuntu 14.04 LTS (Trusty)
PrerequisiteVerify that you have enabled virtualization in BIOS. For detail see Virtualization with KVM on RHEL 6InstallInstall required packages.RunNow you ready to run virt-manager and install new...
View ArticleServer Comaparison between RHEL and Windows
An interesting comparison (in swedish) between RHEL server and Windows server.Source:http://techworld.idg.se/2.2524/1.498006/windows-vs-linux---nu-avgors-kampen
View ArticleHow to Send Mail from the Command Line with Telnet
You can easily test your mail configuration from a linux server with telnet.$ telnet rhel1 25Trying 172.168.1.1...Connected to rhel1.Escape character is '^]'.220 rhel1.localdomain ESMTP PostfixHELO...
View ArticlePackt is offering all of its eBooks and Videos at just $10 each for 10 days
Packt is celebrating 10 years anniversary and is celebrating that with offering all of its eBooks and Videos at just $10 each for 10 days. http://bit.ly/1k5EUYD
View ArticleRHEL 6 Configure a Caching-Only Name Server to Forward DNS Queries
InstallationConfigurationStartTestFirewall
View ArticleRHEL 6 FTP Configure Anonymous-Only Download.
InstallationConfigurationStartFirewallTestCreate test data.And download it from remote host. ls drwxr-xr-x 2 0 0 4096 Aug 07 19:22 pub lftp 192.168.1.11:/> cd pub/ lftp 192.168.1.11:/pub> ls -rw-r--r--...
View ArticleRHEL 6 Configure a Mail Transfer Agent (MTA) to Accept Inbound Email From...
InstallationConfigurationStartFirewallAdd TCP port 25 for SMTP.Then restart firewall, to let new configuration take effect.TestFirst create a test user on server.Then on remote client, we use telnet to...
View Article