Details
Joined devRant on 2/24/2018
			Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			
- 
				    
				    Git.
 
 The smallest utility made its way to being the largest companies must-have, the most critical part of the whole development landscape.
 
 Using just plain C, Git can shred huge amounts of data insanely fast. It never gets old.
 
 Git is a developer's scalpel.11
- 
				    
				    "WiFi is better than Ethernet because the air is bigger so it can hold more internet."
 
 Yes, and horse-drawn carriages are better than cars because they have bigger wheels.12
- 
				    
				    List of commands that will destroy your Linux system.
 
 BEWARE! THESE COMMANDS WILL GREATLY HARM YOUR LINUX DEVICE! I AM NOT RESPONSIBLE FOR ANY DAMAGE DONE ON YOUR DEVICE! I AM NOT RESPONSIBLE IF YOU CANT GET YOUR DEVICE TO WORK AGAIN!
 
 - sudo rm -rf /*
 - mkfs.ext4 /dev/sda
 - cowsay hello there >> dev/sda
 - :(){:|:&};:
 - rm -f /bin/su
 - rm -f /usr/bin/sudo
 - cd /etc;echo hello | tee *47

