Getting Started with Red Hat Enterprise Virtualization
Leverage powerful Red Hat Enterprise Virtualization solutions to build your own IaaS cloud
View ArticleGetting Started with tmux - Worth Reading
Maximize productivity by accessing several terminal sessions from a single window using tmux
View ArticleAre You Vulnerable to Shellshock?
Find out about the new Bash vulnerability, Shellshock and how to make sure you aren't vulnerable.
View ArticleLogging from PHP Web Frameworks like Laravel
Configuring your Laravel PHP Web App to send logs using built-in Monolog support.
View ArticleAn Easy Way to Create Directory in UNIX
Everybody knows about mkdir command to create directory in UNIX, but how many knows about mkdir -p command option, which lets you to create directory even if parent directory doesn't exists. By using...
View ArticleRed Hat Storage Server 3: Not your usual software-defined storage
Red Hat's new storage server does more than just help you get a handle on your enterprise storage. It also gives you what you need to manage big data and ready-to-run partner storage solutions.
View Article5 Articles You Should Read to Understand Bash ShellShock Bug
The year of 2014 is looking like a year of biggest software bug and vulnerabilities. Earlier this year, internet was bleeding by Heartbleed vulnerability and now it's shocked by ShellShock bug. To me...
View ArticleWhy OSX sucks and you should use Ubuntu instead
OK, I confess, I use OSX almost exclusively and have for a number of years now. I DO have a number of Ubuntu machines, VMs, and servers in stable, but my goto device is a macbook pro (actually two of...
View ArticleDronecode: Linux is taking to the air
With Linux running self-driving cars, DVRs, and home automation systems, it was only a matter of time before Linux would come to drones.
View ArticleUnix / Shell Script basics -Hello World- Beginners Guide
A UNIX shell script basically a text file that contain a group of commands that is executed one by one at UNIX operating system command prompt. I have windows system, so i need to figure out the...
View ArticleConfiguring an Openstack VM with multiple Network Cards
In this post I am going to discuss how to set up a host in the cloud so it will play nice with complex networks. I’ll be using openstack, but the concepts are similar for other cloud infrastructures.
View ArticleWhat is Shell in Unix?
In Unix, the shell is a program that read commands and acts as an intermediary between the user and the inner workings of the operating system. Providing a command-line interface (i.e., the shell...
View ArticleDifferent types of shells in Unix
A shell is a user program that allows the user to specify operations in a certain sequence.
View ArticleUse Ubuntu's "hostapd" to monitor your smartphone - LeaseWeb Labs
Sniff your smartphones wifi communication using Linux and Wireshark by putting a wireless networking USB dongle in access point (AP) mode.
View ArticleReset Forgotten MySQL Root Password
ou’ll see how to reset MySQL Root Password when you Forgot it on linux operating system. typically, if you want to change the password of mysql root user, it just login it with root user password and...
View ArticleCool, but obscure unix tools :: Software architect Kristof Kovacs
Just a list of 20 (now 28) tools for the command line. Some are little-known, some are just too useful to miss, some are pure obscure -- I hope you find something useful that you weren't aware of yet!...
View ArticleLinux:How To Find The Largest Files/Directories In A Directory
You must often encounter the problem of insufficient disk space in linux system as a linux admin, At this time, what you do for this problem? I think you need to check of which the biggest files or...
View ArticleUbuntu is working on a new secure container hypervisor: LXD
Security is a big concern for users of container technologies, but Ubuntu, with Docker and LXC, thinks it has a solution.
View ArticleLinux:How To Use Zip And Unzip command
What is Zip command? zip is a compression and file packaging utility for Unix, VMS, MSDOS, OS/2.etc. and so if you want to list , or extract files form a zip file, unzip comand will be used. so what is...
View ArticleBuilding OpenJDK 9 on Ubuntu
This article walks trough the steps to compile/build OpenJDK 9 on Ubuntu 14.10.
View Article