Skip to main content

Posts

Showing posts with the label konsole

Most Viewed Post

Wireless Hacking : How To Hack WPS Wi-Fi Netwoks

How To Change MAC Address in Linux

MAC (Media Access Control) address is a unique identifier which is assigned to every network interface when it is made in factory. MAC spoofing refers to the technique by which you can change that address. In this tutorial, I'm gonna show you how to change the MAC address in Linux Operating System. NOTE: I'm writing this tutorial for educational purposes only. I will not be responsible for any illegal hacking done by following this tutorial.

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.