Posts

Showing posts with the label Ubuntu

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...

Stream Youtube or Dailymotion in Ubuntu or Linux Mint using Stream Studio

Image
Stream Studio is a very nice video streaming application for Ubuntu, Linux, MS, Mac .It can Stream Youtube video in Ubuntu or Dailymotion video to the desktop. It is created with node-webkit and developed using web technologies like HTML5/JavaScipt/and CSS. There are plugins available for stream studio for other websites. It can be uses as a video player that can stream videos without a flash player or flash plugin. A user can search and view videos or play lists, channels with or without filters like HD or 3D etc. It can extract audio from the videos and save the videos to local disk to view later. The player comes with features like HD play, Fullscreen, Browsing collections etc. It can store videos in a local Hard Drive or External Hard Drive with a database support. Features of Stream Studio Watch videos without flash player or flash plugin Video seeking Full screen View Save videos to local Hard Drive or external Hard Drive Extract audio (mp3 format) from videos Open Youtube or...

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...

LazyKALI script for Kali linux

Image
LazyKali   is an awesome script written in bash shell. It can automate the whole update and install new tools in your hack repository. As the name suggests, you can get all the updates on Kali Linux and your repositories in one place by running this script. Please read the description of the project  here  to know what tools are there that are going to be added when you run the script. Download  lazykali.sh . *  Warning:  Disable firewall or Internet Security application if your Kali Linux is installed in a virtual machine. To install the script on Kali Linux, run   rootkali:~ #./lazykali.sh   on root terminal window. (If you get a message  Permission Denied , then first type  rootkali:~ #chmod +x lazykali.sh   and then  rootkali:~ #./lazykali.sh ). if the script is not installed it may prompt you to install. Type  Y  to install the script. Once the script is installed, it will check the version. If the version i...

Install Conky Lua on your Linux machine and give it cool looks

Image
Conky is a free and light-weight system monitor for Ubuntu and other Linux distributions, that displays any information on your desktop with graphical interface. Conky is very popular among Ubuntu users and there are many beautiful themes available for it that can display your system information such as CPU usage, RAM usage, Clock, swap, disk, network monitor and more. My favorite theme for Conky is called Conky Lua which allows to display system information on nice rings. This Conky theme works on Ubuntu, Linuxmint, openSUSE, Debian and fedora. Download Conkey Lua here..  DOWNLOAD NOW!!!!!!! How to Install: First you must install Conky on your Ubuntu powered machine Open terminal in Ubuntu (Ctrl+Alt+T) and run the following command: sudo apt-get install conky-all Then download Conky Lua from  HERE DOWNLOAD!! Open your download folder and extract files from downloaded archive file. (right click on archive and select “Extract here”) We are using Ubuntu here so we extracted the ...

Track the IP address of your email sender

Image
We all may get lots of fraud and spam emails on gmail and on other email sites and these days we are  getting these types of email too much.So,i am here to share you the way to get the information about these email sender by getting their IP address.So follow these simple steps given below and you can get the IP address of your email sender . STEP 1 >  Go to  Gmail then open the mail then click on more then select 'Show original' STEP 2> A source page of the mail will be open .Now search for "Received: from" then you will get the ip address of the sender on the same line where you will get your word that you searched for. STEP 3>Now its time to get the information of the ip address,go to  traceip.net  then enter the ip address of the sender.  STEP 4>Now click on "whois" THATS ALL,you will get the maximum detail of the email sender. If you like the post so please share this with you friends :) MORE POSTS BY SHAQUIB THE FSOCIETY RANSOMWARE FROM MR...