Posts

onionshare: Securely and anonymously share a file of any size

Image
What is OnionShare? OnionShare lets you securely and anonymously share files of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL to access and download the files. It doesn't require setting up a server on the internet somewhere or using a third party file sharing service. You host the file on your own computer and use a Tor onion service to make it temporarily accessible over the internet. The other user just needs to use Tor Browser to download the file from you. SERVER CLIENT READ MORE TRANSFER FILES BETWEEN ANDROID AND LINUX WITHOUT SHAREIT AND XENDER How to Use Open OnionShare, drag and drop files and folders you wish to share into it, and click Start Sharing. After a moment, it will show you a .onion URL such as  http://asxmi4q6i7pajg2b.onion/egg-cain . This is the secret URL that can be used to download the file you're sharing. Send this URL to the person you're sending the files to. If the fil...

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

Automatically login into your facebook and scroll through your feed

Image
Have you ever wondered if there was a automated bot that automatically logged in to your Facebook account and scrolled down for you…?   Here a simple script that logs in to Facebook and srolls down for you. @echo off for / l %% n in ( 1 , 1 , 1 ) do echo Set IE = CreateObject ( "InternetExplorer.Application" ) >> % temp % \login . vbs for / l %% n in ( 1 , 1 , 1 ) do echo set WshShell = WScript . CreateObject ( "WScript.Shell" ) >> % temp % \login . vbs for / l %% n in ( 1 , 1 , 1 ) do echo IE . Navigate "http://www.facebook.com/login.php" >> % temp % \login . vbs for / l %% n in ( 1 , 1 , 1 ) do echo IE . Visible = True >> % temp % \login . vbs for / l %% n in ( 1 , 1 , 1 ) do echo Wscript . Sleep 6000 >> % temp % \login . vbs for / l %% n in ( 1 , 1 , 1 ) do echo IE . Document . All . Item ( "email" ). Value = "your_email" >> % temp % ...

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