Browsing tag

Linux

8 Useful Linux Commands For Beginners

1. Handling the Command Prompt in a Smart Way Working on the command prompt is an essential task for any Linux system administrator. However many new users find it difficult to use the Bash prompt. Here are some tricks to speed up your work. You can recall the last argument from the previous command to […]

Linux File Permissions – The Beginners Tutorial

Linux provides full control over file access which ultimately helps many people to use the system. Files and data are maintained leaving no risks of them being changed, viewed, modified or deleted. The Three Types Of Users In Linux Who May Have Access To The Files: User – An account created by the administrator of […]

How To Run Windows Applications On Linux

The applications coming these days generally are cross platform supportive but yet there are many Windows applications such as office suite of applications by Microsoft etc which are platform specific and cannot be directly run on different operating systems like Linux or Mac. So this article will help you run Windows applications on Linux using any one of […]

10 Best Password Cracking Tools Of 2016 | Windows, Linux, OS X

Short Bytes: Password cracking is an integral part of digital forensics and pentesting. Keeping that in mind, we have prepared a list of the top 10 best password cracking tools that are widely used by ethical hackers and cybersecurity experts. These tools–including the likes of Aircrack, John the Ripper, and THC Hydra–use different algorithms and […]

Linux Lexicon: Working With Files In Linux

Now that learning how to Work With Directories is off your checklist, we can focus on handling and working with files in Linux. So, this time, we are going to talk about moving, copying, renaming, deleting files and a host of other options. As a Linux user, you should aim to do everything on the […]

Linus Torvalds Releases Linux Kernel 4.7 — Here Are The New Features

Short Bytes: Linux creator Linus Torvalds has finally announced the release  of Linux kernel 4.7. After seven Release Candidates, kernel 4.7 is here with numerous bug fixes, new features, and security changes. This release also brings the support for new AMD Radeon RX 480 GPUs. For the past two months, Linux kernel 4.7 has been […]

Adwind RAT Affects Macs, but It’s Almost Useless

Adwind author still has a lot of work ahead of him. Security researchers have observed an instance of the Adwind RAT dropping a Mac payload for the first time, but despite the crook’s best efforts, in any normal circumstances, the payload would have rarely manage to infect any Mac users. Adwind is a remote access trojan […]

SGX For Linux — Intel Open Sources A Tool To Protect Your Code And Data

Short Bytes: As promised, Intel has open sourced an early version of its SGX tool for Linux. Intel SGX is a set of instructions that create a private region for sensitive code and data. This enclave is invisible to even the machine’s CPU with root privileges. At the moment, this release only supports Ubuntu 14.04 LTS […]

Ubuntu Linux forums hacked!

There is a common misconception that all things Linux are bulletproof. The fact is, no software is infallible. When news of a Linux vulnerability hits, some Windows and Mac fans like to taunt users of the open source kernel. Sure, it might be in good fun, but it can negatively impact the Linux community’s reputation — a blemish, if you […]

Now Microsoft Won’t Let You Install And Boot Linux On Locked-down Windows Computers

Short Bytes: Microsoft has released a security update that has patched a backdoor in Windows RT operating system. This flaw allowed the users to install non-Redmond approved operating systems like Linux and Android on Windows RT tablets.  In its latest Patch Tuesday security update, Microsoft closed a backdoor left open in Windows RT–Windows 8.x ported to devices […]

Linux Lexicon: Finding Files And Directories In Linux

Finding files and directories in Linux can prove to be quite a tedious task for a beginner. But knowing how to locate a particular file or directory is an indispensable skill. This article is aimed at helping you learn to find files and directories in Linux using the find and locate commands, along with the […]

How To Use StackOverflow Inside Your Terminal Window?

Short Bytes: Using StackOverflow to solve your doubts right from the terminal window is very easy. You need to download a small tool and use a simple syntax to search StackOverflow questions without leaving the world of the terminal. Go ahead and give it a try. In our series of Linux Lexicon, we are continuously adding […]

Tor and Linux Users Are Extremists? The NSA Thinks So

The National Security Agency (NSA) has reportedly turned its focus on Tor and Linux users, having recently shown a keen interest in these users’ online activities. The NSA has gone as far as calling users of products such as The Amnesic Incognito Live System (Tails) and Tor as extremists. Readers of Linux Journal were also […]

Beware; Adwind RAT infecting Windows, OS X, Linux and Android Devices

The java-based cross-platform Adwind RAT not only steals data but also turns the infected device into a botnet! Cyber criminals always develop malware filled with unbelievable features but hardly ever you will find something that targets different operating systems simultaneously. Now, researchers have discovered a malware based on Java infecting companies in Denmark but it’s only a matter […]

Microsoft Loves Linux — Microsoft And SUSE Linux Announce Major Collaboration

Short Bytes: Microsoft has signed a deal with SUSE Linux to enter into a new partnership. This step is expected to strengthen Microsoft’s position as a leading service provider among the Linux users. The new development also renewed the older agreements between the two technology companies. Writing a new chapter in its love story with Linux, […]

Linux Desktop Operating System Share Crosses 2% For The First Time Ever

Short Bytes: According to the latest June 2016 numbers released by a data analytics firm, for the first time ever, Linux distributions have crossed 2% marketshare on the desktop. While this number remain controversial, it’s no denying the fact that Linux is continuously gaining ground and making new users. For the first time ever, the […]

Dangerous GNU wget Vulnerability Still Not Patched in All Linux Distros

Review your cronjobs for rogue wget downloads. On June 9, the GNU wget project released version 1.18 of its famous file downloading package, following a report from security researcher Dawid Golunski and SecuriTeam. Almost a month later, the reported vulnerability (CVE-2016-4971) is still not patched in all Linux distros that include this utility in their standard […]

Btrfs — Getting Started With This Cutting Edge Linux Filesystem

Short Bytes: Btrfs is a cutting edge filesystem that offers many features like Copy-on-Write, snapshots, and RAID which we’ll be looking at in this article. A wide variety of configurations can be achieved using just the Btrfs mkfs command. Btrfs is considered as the next-generation Linux filesystem. You can read all about it here in […]