Browsing Tag
linux
Although you can add user and remove a user from GUI very quickly, it’s not much fun. Moreover, Linux is all about of terminal, so…
Accessing Amazon EC2 with SFTP
Accessing EC2 via ssh is the best option in my opinion for developers but sometimes people with minimal development skills needs…
Install Mac Software From Terminal With Homebrew
Install Macbook Software From Terminal With Homebrew.Using Homebrew for Mac you can install thousands of programs with just a few…
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu
The post demonstrates how to install LAMP stack on Ubuntu 12.04
About Lamp
LAMP stack is a group of open source software used to…
Running ElasticSearch on Linux
ElasticSearch is a great open-source search tool that’s built on Lucene (like SOLR) but is natively JSON + RESTful. Its been used…
How To Disable Sticky Edges in linux
The post will demonstrate how to disable or enable the sticky edges on Linux. The mouse handling is really difficult if you switch…
Useful Shortcut Keys In Ubuntu 14
Keyboard shortcuts for GNOME desktop
Ctrl + Alt + F1 = Switch to the first virtual terminal
Ctrl + Alt + F2(F3)(F4)(F5)(F6) =…
Kali Basic Commands
File Operations commands
pwd Print Name Of Current/Working Directory
cd Changing The…