Reply
Thread Tools
RenaldoTT's Avatar
Posts: 511 | Thanked: 128 times | Joined on Aug 2010 @ Trinidad and Tobago
#51
Originally Posted by danx View Post
noob question here !!

I go to the x term .

I put in app-get update , do i press enter or what

well i press enter and ittells me not found . am i doong somerhing wrong !
do you have rootsh installed and have you given x terminal root access before you ran this command?
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#52
Originally Posted by danx View Post
noob question here !!

I go to the x term .

I put in app-get update , do i press enter or what

well i press enter and ittells me not found . am i doong somerhing wrong !
The command is apt-get, not app-get.
 

The Following User Says Thank You to Rob1n For This Useful Post:
RenaldoTT's Avatar
Posts: 511 | Thanked: 128 times | Joined on Aug 2010 @ Trinidad and Tobago
#53
woops didn't even read that. but yea the command is apt-get update not app-get update as you typed out.
 
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#54
You need to be root danx. So make sure rootsh is installed and after that you open your terminal, type gainroot, followed by enter. Then you give the apt-get command.

The necessity to be root is to protect you from doing bad things by accident.

edit: I missed the typo pointed out by rob1n.
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#55
Originally Posted by RenaldoTT View Post
well I'm changing it now. Can you change the URL for me it says "http://wiki.maemo.org/Put_desired_page_name_here" I want it to say the current title. Thank you
I changed it to http://wiki.maemo.org/X_Terminal_for_Beginners

Hope you don't mind. It will be easier to write.

(also.. don't know i removed the former page right. Someone knowledgable are free to check)
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums
 
Posts: 22 | Thanked: 2 times | Joined on Feb 2010 @ India
#56
Originally Posted by deprecated View Post
chmod ### /path/to/folder

http://www.csgnetwork.com/csgchmodcalc.html

use the above url to get your chmod values
How to set folder attribute to 'Hidden' and how to revert back to normal?
 
RenaldoTT's Avatar
Posts: 511 | Thanked: 128 times | Joined on Aug 2010 @ Trinidad and Tobago
#57
Originally Posted by AlMehdi View Post
I changed it to http://wiki.maemo.org/X_Terminal_for_Beginners

Hope you don't mind. It will be easier to write.

(also.. don't know i removed the former page right. Someone knowledgable are free to check)
Alright cool no problem, I'll have more commands later going to work now, carrying my Linux command books with me
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#58
Originally Posted by AKEEL View Post
How to set folder attribute to 'Hidden' and how to revert back to normal?
A file or a folder will be hidden by putting a point (".") before the name. Like /home/user/.secret.txt for files or /home/user/.secret-stuff/fil.txt for folders. Note where i put the "."

so hide them by:
Code:
mv /home/user/secret-stuff/ /home/user/.secret-stuff/
To unhide them..
Code:
mv /home/user/.secret.txt /home/user/secret.txt
Edit: Like Rob1n said.. this is not a security feauture.. it will not prevent someone knowledgable about linux to find them. It is mostly to make it easier for you to find and sort through your files. Like most configuration files are not necessary to be visible.
__________________
You like what i do? Donate!

Make your desktop look awesome - use the AwOken Theme with the AwOken Icon Theme.

Add me on twitter @almehdin
Visit the swedish maemo/meego community forums

Last edited by AlMehdi; 2010-09-29 at 14:46.
 
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#59
Originally Posted by AKEEL View Post
How to set folder attribute to 'Hidden' and how to revert back to normal?
There isn't a hidden attribute for files/folders in Linux. If a file/folder starts with a "." then it's not displayed by default in "ls" or most file browsers though.
 
Posts: 992 | Thanked: 738 times | Joined on Jun 2010 @ Low Earth Orbit
#60
For those who are serious about messing around with the command line then I suggest you install ssh-server on the N900 and ssh into it from a desktop. That way you have a comfortable screen/keyboard to work with and you can have loads of browser tabs opened where you copy+paste commands/code into your ssh window. Plus if you have any problems you can copy+paste the errors into google.
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:31.