While GNOME 3.16 isn’t set to be released until March, there’s a number of exciting features building up for this next desktop release and if you’re ambitious you can test them now with the GNOME 3.15.x development releases…
Introduction to Linux command ‘sudo’
But there may not be all the user accounts able to use sudo. As a system administrator, he has to give the rights whether any particular user can sudoer to do particulars admin tasks. To read that in description jump over here on the official page.
Some more examples of ‘sudo’ –
This command will install packages with the root privileges.
This command will remove packages with the root privileges.
This command will update packages with the root privileges.Introduction to Linux command ‘su’
There is one more benefit of ‘su’ command that you can swith to any of the user account without user password. No need to remember different passwords for different user account; just user ‘su’.
How to switch to root user without configuring root password
We can use sudo and enter normal user password to switch to root user. Here see how we can do that with the power of sudo –
Using ‘su’ command to have functionality similar to ‘sudo’
To achieve same sudo functionality to execute any single command user has to use ‘-c’ option of ‘su’. Here is how to do it –
Using ‘sudo’ command to have functionality similar to ‘su’
To achieve same ‘su’ functionality in ‘sudo’ just use ‘-i’ option of ‘sudo’. Here is how we can do it –
It’s all done!
$ man su
We’ll learn more about these commands in our another post, like to create/configure root password manually etc.
Also read article APT Packaging Management Tool In Detail; Linux
Samsung first-ever Tizen smartphone, the Z1 has gained a mythical status. The handset has been announced, delayed, cancelled, brought back from the dead only to make itself scarce again.
The adoption of systemd in Debian has caused quite a ruckus, but it has other ramifications. For example, Ubuntu will soon use systemd by default, most likely in Ubuntu 15.04. The community has put together a great wiki page that explains the differences between upstart and systemd and how you use it right now.
Linux kernel 3.19 RC4 has been released by Linus Torvalds and it looks like this is one of the few versions made available in the past year or so that will arrive on schedule and without any drama.



