Posts

Showing posts from April, 2017

Clear Memory Kali Linux Rolling.

Image
echo 3 > /proc/sys/vm/drop_caches Clear Swap Space: swapoff -a swapon -a Check memory used free -h  Tutorial Video: #!/bin/sh sh -c "free -h && echo 3 > /proc/sys/vm/drop_caches && swapoff -a && swapon -a && printf '\n%s\n' ' Done.........' && free -h" chmod +x file.sh ./file.sh

Install System Monitor Kali Linux Rolling.

Image
Install with terminal: apt-get install gir1.2-gtop-2.0 gir1.2-networkmanager-1.0 Go to Tweak Tool -> Extensions Turn on System-moniter And Reboot Tutorial Video:

Install Vbox Guest Additions on Kali Linux Rolling

Image
Home Page: http://virtualbox.org DOWNLOAD Dowenload file VBoxGuestAdditions_5.1.18.iso Open VirtualBox -> settings -> Storage Add file iso and start windonw install normal Video Tutorial :

Install Tor Browser kali linux rolling

Image
Home page: https://www.torproject.org/ Download: https://www.torproject.org/download/ Error: The Tor Browser Bundle should not be run as root Find "start-tor-browser" edit with anyone your want change "if [ "`id -u`" -eq 0 ]; then" to "if [ "`id -u`" -eq 1 ]; then" cd /root/Desktop/tor-browser-linux64-6.5.1_en-US/tor-browser_en-US/Browser And set chown -R root * Now you can run: ./start-tor-browser.desktop Video Tutorial :

IRC client on kali linux with HexChat

Image
HexChat is an client chat IRC: Install with terminal: apt-get install hexchat Remove with terminal: apt-get remove hexchat Video Tutorial:

Make shortcut open terminal kali linux rolling 2016

Image
Settings --> keyboad Name: Terminal or any Command: gnome-terminal Shortcut: Set shortcut you want Tutorial Video:

Take screenshots with ksnapshot in kali linux

Image
Home page: https://www.kde.org/applications/graphics/ksnapshot/ Install with terminal: apt-get install ksnapshot

Create launcher, Creating shortcut menu kali linux rolling

Image
Install with terminal: apt-get install alacarte Remove with terminal: apt-get remove alacarte Video Tutorial:

KMail client for linux.

Image
KMail is email clien by KDE Supports POP3, IMAP, SMTP Home page: https://userbase.kde.org/KMail Install: apt-get install kmail Remove: apt-get remove kmail

Install Browser Qupzilla for kali linux

Image
Home page: https://qupzilla.com/ qupzilla is web browser for linux Install: apt-get install qupzilla Remove: apt-get remove qupzilla

Clear system cache on kali linux with Bleachbit

Image
Home page: https://www.bleachbit.org/ Bleachbit is program for linux use for clear system and free disk. Intstall with terminal: apt-get install bleachbit Remove with terminal: apt-get remove bleachbit

Pidgin chat client for kali linux

Image
Home page: https://www.pidgin.im/ Support chat networks : AIM Bonjour Facebook Gadu Google Talk ICQ IRC MSN Mxit MySpaceIM SIMPLE Sametime XMPP Yahoo Zephyr Languages: Afrikaans Albanian American English Amharic Arabic Armenian Australian English Azerbaijani Belarusian Latin Belarusian Latin Bengali Bokmal Norwegian Bosnian British English Bulgarian Canadian English Catalan Chinese Czech Danish Dutch, Flemish Dzongkha English Esperanto Estonian Euskera(Basque) Finnish French Galician Georgian German Greek Gujarati Hebrew Hindi Hong Kong Chinese Hungarian Indonesian Irish Italian Japanese Kannada Khmer Korean Kurdish Lao Lithuanian Macedonian Malay Marathi Mongolian Myanmar (Burmese) Nepali Norwegian Nynorsk Occitan Oriya Pashto Persian Polish Portuguese Portuguese-Brazil Punjabi Romanian Russian Serbian Serbian Simplified Chinese Sinhala Slovak Slovenian Spanish Swahili Swedish Tamil Telugu Thai Traditional Chinese Turkish Ukranian Urdu Valencian-Catalan Vietnamese Xhosa Install with t...

Midori browser for linux

Image
Home Page : http://midori-browser.org Download : http://midori-browser.org/download/ Midori is a lightweight web browser. Install with terminal: apt-get install midori Install with file deb: dpkg -i midori_package.deb Uninstall with terminal: apt-get remove midori