something that made my first week easier.. like 20 years ago: if you can't get that file to run that you downloaded (like netbeans install or whatever): chmod +x fileName ./fileName
also, if you're on ubuntu, and you need to install something and you know the name: sudo su apt-get update apt-cache search programName apt-get install programName ctrl+d
good luck, and fuck you too.
something that made my first week easier.. like 20 years ago: if you can't get that file to run that you downloaded (like netbeans install or whatever):
chmod +x fileName
./fileName
also, if you're on ubuntu, and you need to install something and you know the name:
sudo su
apt-get update
apt-cache search programName
apt-get install programName
ctrl+d
good luck, and fuck you too.
(post is archived)