Linux Socks
Description: This world often hidden from public view: the world of computer programmers and activists fighting to keep the internet free, uncensored, and safe to use. As more and more of our everyday activities occur online—from socializing to banking to political organizing—questions about who owns and controls online spaces are becoming increasingly central issues. Still, few of us actively think about these concerns when we open our browsers and update our Facebook statuses. we are introduced to the world of activists who are working on behalf of the rest of us, internet activists and hackers who actively question the rules of the online game.
Description: For when you just need to let people know that their computer won't catch fire if they leave it on for the next 20 years. From Wikipedia: The Year 2038 problem (also called Y2038 or Unix Y2K) relates to representing time in many digital systems as the number of seconds passed since 00:00:00 UTC on 1 January 1970 and storing it as a signed 32-bit integer. Such implementations cannot encode times after 03:14:07 UTC on 19 January 2038. Just like the Y2K problem, the Year 2038 problem is caused by insufficient capacity of the chosen storage unit.
Description: Text editors or coding software are used by all programmers and developers. Choose this weapon wisely. While emacs is considers the most powerful and highly customisable, VIM can get things done easily, NotePad sucks. Although we all started with it while writing our first Hello World program.
Description: BeEF is short for The Browser Exploitation Framework. It is a penetration testing tool that focuses on the web browser. ... BeEF will hook one or more web browsers and use them as beachheads for launching directed command modules and further attacks against the system from within the browser context.
Description: Ubuntu comes with everything you need to run your organisation, school, home or enterprise. All the essential applications, like an office suite, browsers, email and media apps come pre-installed and thousands more games and applications are available in the Ubuntu Software Centre.
Description: DevOps is a development strategy that bridges the gap between software development and IT operations. It aims to develop an agile relationship between the two, so that organizations can create and release regular updates to their products much quicker than using the more traditional ‘waterfall’ development model.
Description: Cyber security is the practice of defending computers, servers, mobile devices, electronic systems, networks, and data from malicious attacks. It's also known as information technology security or electronic information security. The term applies in a variety of contexts, from business to mobile computing.
Description: MITM - Man in the middle. Man-in-the-middle attacks (MITM) are a common type of cybersecurity attack that allows attackers to eavesdrop on the communication between two targets. The attack takes place in between two legitimately communicating hosts, allowing the attacker to “listen” to a conversation they should normally not be able to listen to, hence the name “man-in-the-middle.”
Description: whoami command is used both in Unix Operating System and as well as in Windows Operating System. It is basically the concatenation of the strings “who”,”am”,”i” as whoami. It displays the username of the current user when this command is invoked. It is similar as running the id command with the options -un.