Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts

Sunday, March 8, 2020

Introduction to Linux and some basic commands for first time users


Linux is one of the most used operating systems among computer geeks and hackers making it not only special but also a playground full of tools since the ones that use it are mainly advanced users who also code applications. To be correct Linux is a kernel, but I am not going to jump on that topic right now, not in here.

7 Best Linux Window Managers, How to Install Each Of Them On Ubuntu/Linux Mint

If you want things simple or let's say basic then try these window managers.

A window manager is a system software that controls the placement and appearance of windows within a windowing system in a graphical user interface. Most window managers are designed to help provide a desktop environment.

Linux Distributions by category

As many of the computer geeks many know, Linux is NOT the complete OS, but only the kernel. Linux distributions take the Linux kernel and combine it with other free software to create a complete operating system for people to download and put in use to their needs.

What is Linux?

Linux is a free and open-source operating system first developed by Linus Torvalds, available under the GNU General Public License. An operating system is a software that enables communication between hardware and software.
The term “Linux” can mean two things:

Linux is NOT the complete OS, but only the kernel. Linux distributions take the Linux kernel and combine it with other free software to create a complete operating system functional for the end user such as Ubuntu for example.

There are hundreds of Linux Distro to choose from.

Linux is everywhere, from servers and smartphones to desktop PCs we all use at home, it is the engine behind most smart computer devices. The Android phone that you are using runs a Linux kernel.

This video explain what is Linux.

Top 10 Linux Distributions

Linux is NOT the complete OS, but only the kernel. Linux distributions take the Linux kernel and combine it with other free software to create a complete operating system.
If you want to install Linux, you’ll need to choose a distribution. 
In this article we are going to show 10 top most popular Linux distributions based on Distrowatch hits.

10. elementary OS
Elementary is based on Ubuntu
Default Desktop: Pantheon
Website: elementary.io

9. Zorin OS
Zorin is based on Ubuntu
Default Desktop: GNOME
Website: zorin-os.com

8. deepin
deepin is based on Debian
Default Desktop: Deepin
Website: deepin.org

7. Fedora
Independent Linux distro
Default Desktop: GNOME
Website: getfedora.org

6. openSUSE
Independent Linux distro
Default Desktop: KDE
Website: opensuse.org

5. Antergos
Antegros is based on Arch
Default Desktop: GNOME
Website: antergos.com

4. Ubuntu
Ubuntu is based on Debian
Default Desktop: Unity
Website: ubuntu.com

3. Manjaro
Manjaro is based on Arch
Default Desktop: Xfce
Website: manjaro.org

2. Debian
Independent Linux distro
Default Desktop: GNOME
Website: debian.org

1. Linux Mint
Linux Mint is based on Ubuntu
Default Desktop: Cinnamon
Website: linuxmint.com

What Is Your Favorite Linux Distro? Let us know in the comments.

Wednesday, September 20, 2017

How To Install a Fake "Hacker" Terminal on Ubuntu/Linux Mint

Nowadays being a hacker is a skill which many envy as the world in which we currently live in is being entirely automated by computers. Although such profession requires tons of knowledge, it is highly recommended that you start somewhere. The purpose of this tutorial is to wake up those hard computer geek feelings you have been hiding for so long.

Do you want to impress your friends on social media by sharing a screenshot or a video of your Linux Terminal doing "hacking" stuff? Just like the one you have seen in hacking scene of movies with a dark terminal and a hacker that rapidly types and scrolls the multiple command output.
Well, you can do that by installing a tool called "Hollywood"

Hollywood is a terminal emulator, which mimics real time hacking, it's fun and cool but is fake.

To install the latest version of Hollywood on Ubuntu or Linux Mint open the Terminal and run the following commands.

On Ubuntu you can easily install Hollywood by typing the following command.

sudo apt install hollywood

In case the above command does not work, then try to add the ppa first like shown in the instructions below.

sudo apt-add-repository ppa:hollywood/ppa

sudo apt update && sudo apt install byobu hollywood
Once installed, run the following command to start.
hollywood

To stop it, press Ctrl+C and then type: exit to quit the terminal.
Feel free to follow our linux facebook page for the latest tutorials and opensource news.