Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'm not the zealot I used to be, but I can't comprehend why anyone would choose to program C++ under Windows, given the choice of platform to develop on.
I spend way more time in Win than in Nix and I don't think I came across anything that I miss in Linux. I'm productive as is in Win and I don't think spending my time tweaking things in Linux would gain me anything.
Everytime I miss type a letter in my "build kernel x789* mthsl wkhrlkjwerl --xxy *77**mm hit me here" command, it broke my machine and I have to reinstall again.
Try adding that to your login .bashrc (or whatever) so you get more uniform behavior. If you google for this problem, you will find that it's a really stupid annoying thing that once you put the right commands in your login script should go away.Here’s my experience as a new linux user:
I've been using linux at my internship. The only experience I've had with it before was in college, so it has been a painful week. I use a few different machines that are reset every night, which means that on some the backspace doesn't work at all, on others it deletes forward, and on others it works fine. The same goes for the delete and arrow keys. When following my boss’ advice to use “stty erase <backspace>” on each session it sometimes works, and sometimes doesn’t.
It depends. Sometime systems will have different default settings so if they assume certain settings on one and you go back to yours with another setting, the mismatch will cause unexpected behavior.It’s annoying to have a coworker show me how to do something, frantically copy down a dozen separate commands in perfect syntax, and then not have it work when I try to do the same thing on my machine. I suppose it’s my fault for missing a character somewhere.
That is really weird. Try using "ls -a" which should show all the "hidden" folders. Alternatively, typing "cd " then <tab> (possibly multiple times) should give you a list of files and folders. (The <tab> is an autocompletion that is a little smarter, so you can use it to find commands, for example, "fire<tab>" will complete to "firefox". Go <tab> crazy!).When trying to navigate through the enormous directory tree, “ls” doesn’t show every folder. Sometimes it doesn’t show any. So, if I don’t have the folder name exactly memorized, I can’t navigate to with “cd”. Of course, after I open the invisible folder it becomes visible for that session.
Here’s my experience as a new linux user:
I've been using linux at my internship. The only experience I've had with it before was in college, so it has been a painful week. I use a few different machines that are reset every night, which means that on some the backspace doesn't work at all, on others it deletes forward, and on others it works fine. The same goes for the delete and arrow keys. When following my boss’ advice to use “stty erase <backspace>” on each session it sometimes works, and sometimes doesn’t.
It’s annoying to have a coworker show me how to do something, frantically copy down a dozen separate commands in perfect syntax, and then not have it work when I try to do the same thing on my machine. I suppose it’s my fault for missing a character somewhere.
When trying to navigate through the enormous directory tree, “ls” doesn’t show every folder. Sometimes it doesn’t show any. So, if I don’t have the folder name exactly memorized, I can’t navigate to with “cd”. Of course, after I open the invisible folder it becomes visible for that session.
[SIZE=3][FONT=Verdana][schmidt@glmach ~]$ cd /apps[/FONT][/SIZE]
[SIZE=3][FONT=Verdana][schmidt@glmach /apps]$ ls[/FONT][/SIZE]
[SIZE=3][FONT=Verdana][schmidt@glmach /apps]$ cd kdevelop[/FONT][/SIZE]
[SIZE=3][FONT=Verdana][schmidt@glmach kdevelop]$ cd /apps[/FONT][/SIZE]
[SIZE=3][FONT=Verdana][schmidt@glmach /apps]$ ls[/FONT][/SIZE]
[SIZE=3][FONT=Verdana]kdevelop[/FONT][/SIZE]
[SIZE=3][FONT=Verdana][schmidt@glmach /apps]$ cd branches[/FONT][/SIZE]
[SIZE=3][FONT=Verdana][schmidt@glmach branches]$ cd /apps[/FONT][/SIZE]
[SIZE=3][FONT=Verdana][schmidt@glmach /apps]$ ls[/FONT][/SIZE]
[SIZE=3][FONT=Verdana]branches kdevelop[/FONT][/SIZE]