Archive for the “Linux Tips” Category
If you are a Linux/Unix user, chances are that you are using the well known vim editor for your casual text editing. In case you are not familiar with it, Vim is a text editor that has no GUI and is executed via the unix shell. You may be thinking that this makes it more difficult to use, but once you get to know the basics, you will begin to love the idea that you don’t have to use your mouse to change lines and will also be surprised at its efficiency.
Read the rest of this entry »
No Comments »
Sudo, is a program that allows a system user to execute commands like he/she was the administrator of the system. By default, the only user of the system that is allowed to use sudo, is the root user, also called superuser. However, there is the file /etc/sudoers inside which we can add the users of the system that we allow them to use sudo.
Read the rest of this entry »
No Comments »
Subversion is a software version management tool.Practically, this means that if we make project that contains code, we have always the stress that we do something error and we cannot restore previous versions of that code.Moreover, if a lot of individuals working with the same code (they write it at the same time), what will become if they edit a file or code in the same time but in a different way ? A solution would be that one phones the other and says to him what changes he had made, but this seems a bit unpractical, don’t you think? This process is what the versioning control software does, it informs us if something that we need to change has already been edited and keeps versions of the changes that have undergone by the various developers of the project.
Read the rest of this entry »
No Comments »
Hello friends, at this next tutorial i’m writing for codercaste.com i’ll be trying to explain some things about the unix commands. I happen to be a linux user mainly and i find that the command shell of the various linux distribution is definately the raw power of linux.
Read the rest of this entry »
No Comments »
Most new linux users who migrate from windows systems to linux, have a problem in identifying the best software to use for their new operating systems. This is logical of course, since it’s too new for them and they surely do not know where to start from. Therefore, i decided to make a small list of what i consider the best linux software for everyday’s desktop user. Some people maybe argue and this is definately welcome, please leave a comment if you think there’s something better of course. It’s more than certain that there are contradicting opinions and that’s good for everyone, since in the end we’ll be using the best software
Read the rest of this entry »
No Comments »
sshfs is a program with which one can open(or edit) a remote filesystem in unix( i think it also can work under fat and ntfs). It’s extremely important in cases where vnc is not possible, since only console is available.
The installation process is very simple and i won’t describe anything more here. For more information check:
Read the rest of this entry »
No Comments »
|