Skip to main content

Most Viewed Post

Wireless Hacking : How To Hack WPS Wi-Fi Netwoks

Use Terminal as Alarm Clock

So it's a simple trick which helps you to set an alarm using terminal/konsole/prompt or whatever you like calling it.
The command is :

sleep 6h && audacious xxyyzz.mp3

You can change 6h with 6s (6 seconds), 6m (6 minutes), 6h (6 hours) or 6d (6 days).
You can even combine it like :
6h 30m
which means 6 hours and 30 minutes.

You can replace 'audacious' with your favorite music player. I use audacious as my default music player.

xxyyzz.mp3 is the name of your media file which you want to use as your alarm tone. You can even enter the path to the file like:
/root/music/iamsheldoncooper.mp3

'&&' means that first the sleep command will be executed followed by the music file when the timer is over.

Screenshot:


WTF Tip : Double check your speakers that they are ON.

WTF Tip 2 : Don't kick and turn off your system while sleeping.

Thanks for reading.

Popular posts from this blog

Things To Do After Installing A Linux OS

Well, modern distributions today come equipped with most of the software and tools we require, still, it isn't 100% of what we call a full-loaded beast. Depending on your choice of Desktop Environment or Window Manager, you'd get default media players, file managing tools, document editing tools. To take full advantage, you gotta install your own choice of strain. 🌿

Wireless Hacking : How To Hack WPS Wi-Fi Netwoks

Hello, devils! Today I'm going to introduce you to a network security feature of Wi-Fi Protected Access (WPA) and Wi-Fi Protected Access II (WPA2) networks named Wi-Fi Protected Setup (WPS).The WPS was released as an additional security measure for WPA/WPA2 routers. WPA and WPA2 were security protocols which were far more secure than the former protocol, Wired Equivalent Privacy (WEP). It was found that the Pre-Shared Key (PSK) or simply,  password of WEP could be cracked very easily. Therefore, in 2003, WPA/WPA2 Wi-Fi security protocols were released. The WPS has a PIN feature to connect network devies to the Access Points. Later, it was found to have a major security bug which allowed hackers to crack the PIN and with the PIN, attackers could have access to the WPA-PSK/WPA2-PSK (Password). In this post, I'm going to teach you how to crack WPS of a router.