Posts

Showing posts with the label Kali linux

Transfer files between your Android and your Linux PC

Image
Have you ever wondered if there any software like Shareit or Xender for Linux. If you are a Windows user then you can easily transfer files between your PC and your phone using Shareit or Xender. But for Linux its not that easy coz there is no shareit for Linux available. But we have the solution. You can transfer files between your Android phone and your Linux PC using FTP. And here is the steps.. Prerequisite: Install  ES File Explorer (File Manager)  on your Android Procedure: If both your Android and Ubuntu are connected to the same WiFi (same LAN), skip to step 3. Otherwise, create a WiFi hotspot on your Android: Connect your laptop to this WiFi network. Open  ES File Explorer  and open left-side menu. Go to  Network  ->  Remote Manager Turn on the  FTP Server  and note down the  IP:port  address Open Nautilus file explorer on Ubuntu. In  connect to URL , type your phone's FTP server URL (from the previous step) and cli...

Top 10 Code editors for programming 2017

Image
Here are several types of Code Editors, from formatted or rich text editors like Word, Wordpad, Notepad, Scratch, Pages, Markdown specialised editors, and some other document editors to software that you can use to code in different programming languages, software that gives you syntax highlighting, auto-completion, snippets, indentation, packages to extend functionality, themes, and color schemes among other tools.  TOP 10 CODE EDITORS FOR PROGRAMMING 2017 #1.  Atom  | Code Editors For Programming Atom – 10 best code editors for programming in 2017 Atom  is a free and open-source text and source code editor for macOS, Linux, and Microsoft Windows developed by GitHub. It runs on Electron framework. It is very similar to sublime text editor. Atom is also known as Hackable text editor because you can customize, add new features and do many hacks with it. You can also change the theme & appearance by installing themes designed by the community members...

Record your Linux Desktop Activities using Green Screen recorder

Image
Green screen recorder is a free and open source screen recorder for Linux.   Green Recorder is a desktop recorder for Linux, and is developed using Python and GTK+3. Although it is a newly released tool, Green Recorder is very simple to install.  In order to install Green Screen Recorder, make sure you have added the repository as follows.   RUN THE FOLLOWING COMMAND: sudo add-apt-repository ppa:mhsabbagh/greenproject AFTER THAT RUN THE COMMAND: sudo apt-get update AFTER THAT RUN THE COMMAND: sudo apt-get install green-recorder We have green recorder already installed.  Launch the Green Recorder from Ubuntu dashboard. Record the screen by using Green Recorder. Simple to install, isn't it? It is also easy to record all your computer activities using Green Recorder. It works well on almost all of Linux interfaces. Green Recorder supports formats such as mkv, avi, mp4, wmv and nut for now, and may extent its supporting formats. Hope, you enjoy recording your deskto...

20 things to do after installing kali linux

Image
SO, you have installed Kali linux and Backtrack. Now you are confused what to do. Don't worry Team White hats is here to help you. We have prepared a list of things to do after installing Kali Linux and Backtrack. Comment below and let us know your valuable suggestions. Kali Specific: 1. Fix Device not managed error – wired network If you want  NetworkManager  to handle interfaces that are enabled in  /etc/network/interfaces : Set  managed=true  in /etc/NetworkManager/NetworkManager.conf . So this file looks like: [main] plugins=ifupdown,keyfile [ifupdown] managed=true Read the full article on  fixing Wired Network interface “Device not managed” error in Debian or Kali Linux . 2. Fix default repository The simplest way is to edit the  /etc/apt/sources.list  remove or comment every-line with  #  at the front and add the following lines.. leafpad /etc/apt/sources.list Comment or remove existing config with the following lines: ## Regular ...