Skip to main content

Posts

Showing posts from September 22, 2017

How to Install Simple Screen Recorder on Ubuntu, LinuxMint and kali linux

How to Install Simple Screen Recorder on Ubuntu, LinuxMint and kali linux Screen Recorder applications are useful for the persons who creates demos, how to tutorials etc. Simple Screen Recorder (SSR) provides us a fast and efficient way to record your system’s screen. Using SSR you can record an entire screen of your system or only selected area in rectangular format. Benefits of SSR SSR is multi-threaded SSR is capable for Live streaming of videos SSR supports many different types of codecs like MKV, WebM, MP4 etc SSR can record on 32-bit OpenGL application within a 64-bit OS Install SSR Using below steps first add the required PPA (ppa:maarten-baert/simplescreenrecorder) to our system. After that update the repository and then install simplescreenrecorder package. $ sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder $ sudo apt-get update $ sudo apt-get install simplescreenrecorder Record Screen Using SSR Start Simple Screen Recorder using menus o

Reading Package lists..Done in kali linux | fix kali sources.list Repositories 2017.2/.1

Reading Package lists..Done in kali linux | fix kali sources.list Repositories  2017.1 / 2017.2   Kali Linux Repository HTTPS Support   1> Start Kali Linux and open a terminal . 2> Past This Command in Terminal   apt install apt-transport-https 3> Terminal Command leafpad /etc/apt/sources.list after this comment notepad will pop up now remove every line of them and add this new lines - deb https://http.kali.org/kali kali-rolling main non-free contrib # deb-src https://http.kali.org/kali kali-rolling main non-free contrib  Save and close the file. Now Use this command  apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y or apt update apt upgrade   apt dist-upgrade 4> and then again use this command apt install apt-transport-https -y Done