Why Did The World’s Largest Streaming Site Suddenly Shut Down?
Apr02

Why Did The World’s Largest Streaming Site Suddenly Shut Down?

With sites like The Pirate Bay still going great guns in the background, streaming sites are now all the rage. With their Netflix style interfaces and almost instant streaming, these platforms provide the kind of instant fix impatient pirates long for. One of the most successful was 123Movies, which over the past 18 months and several rebrandings (123movieshub, GoMovies) later managed to build a steady base of millions of users. Had...

Read More
Understanding Linux filesystems: ext4 and beyond
Apr02

Understanding Linux filesystems: ext4 and beyond

The majority of modern Linux distributions default to the ext4 filesystem, just as previous Linux distributions defaulted to ext3, ext2, and—if you go back far enough—ext. If you’re new to Linux—or to filesystems—you might wonder what ext4 brings to the table that ext3 didn’t. You might also wonder whether ext4 is still in active development at all, given the flurries of news coverage of alternate...

Read More
An introduction to the Flask Python web app framework
Apr02

An introduction to the Flask Python web app framework

If you’re developing a web app in Python, chances are you’re leveraging a framework. A framework “is a code library that makes a developer’s life easier when building reliable, scalable, and maintainable web applications” by providing reusable code or extensions for common operations. read...

Read More
Learn advanced SSH commands with the new cheat sheet
Apr02

Learn advanced SSH commands with the new cheat sheet

Secure Shell (SSH) is a powerful tool for connecting to remote servers. But with all that power comes a dizzying array of options and flags. The ssh client command has many options—some for daily use and some arcane. I put together a cheat sheet for some common SSH uses. read...

Read More