Sponsored Content
The Lounge What is on Your Mind? What are Your Favorite Chips? Mine are Doritos Nacho Cheesier! Post 302399313 by malcomex999 on Saturday 27th of February 2010 04:49:32 AM
Old 02-27-2010
MySQL

I love ruffles and doritos too.
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Your favorite command and mine - grep

Is their a way to grep for only one occurrence? Here is an example: given the file information: BCX 3 5 BCX 23 94 BNG 34 34 BCX 2 09 if I do: grep BCX ./file then i get them all, how can i get just one of them. But let's say there could be a variable number of the desired... (5 Replies)
Discussion started by: wxornot
5 Replies

2. UNIX for Dummies Questions & Answers

Unix (not Linux) on x86 chips?

Hi everyone- I'm creating an asset database for our company and the previous person who worked on this began categorizing servers in this manner: Hardware Server Windows (or Unix) I stated that Windows and Unix are software, not hardware and don't describe the physical box in any way.... (4 Replies)
Discussion started by: robywar
4 Replies

3. Fedora

od -c . does not work on mine

# od -c . od: .: read error: Is a directory 0000000 I read the book about shell (Kernighan, Pike) and some exaples (like this) does not work. I read this book carefully (because I think now quickly) even reread to better understand. In this book there is a good example how to see what a... (2 Replies)
Discussion started by: Xcislav
2 Replies

4. Hardware

Figuring out if Ubuntu will work (completely) with an Acer One (w/ AMD fusion chips)

Hi, I am trying to buy a netbook with Ubuntu pre-installed. I have looked for hours and have not found anything. Calls to Dell, HP, Toshiba have confirmed them NOT selling Ubuntu preloaded laptops. This leads me to look for a netbook that can handle Ubuntu. Getting to the point... I think I... (4 Replies)
Discussion started by: mearex
4 Replies

5. What is on Your Mind?

40 years of chips

I've been thinking about modern CPUs. Apart from x86 and SPARC, is there any other 'kind' of CPU used today in computers (not in playstation3, phones and similar) (6 Replies)
Discussion started by: orange47
6 Replies

6. OS X (Apple)

Apple looking to switch to using in-house ARM chips for their HW.

Hi guys and gals... Intel reportedly expects Apple to start the Mac's transition to ARM next year - 9to5Mac (0 Replies)
Discussion started by: wisecracker
0 Replies
TOMOYO-SETPROFILE(8)					  System Administration Utilities				      TOMOYO-SETPROFILE(8)

NAME
tomoyo-setprofile - profile assignment utility for TOMOYO Linux SYNOPSIS
tomoyo-setprofile [option] number <domain> [<domain> ...] DESCRIPTION
This program assigns the specified profile number to the specified domain. Before this program can be invoked, you must register it in /sys/kernel/security/tomoyo/manager. After initializing policy, this is usually as simple as rebooting the system. OPTIONS
-r Apply the specified profile number to all domains whose domain name starts with the specified string. number The profile number must be an integer between 0 and 255. <domain> The string must be quoted or escaped to avoid misinterpretation by the shell. It only matches an exact string unless the "-r" option is specified. EXAMPLES
Assign profile 0 to all domains tomoyo-setprofile -r 0 '<kernel>' Assign profile 1 to sshd and httpd domains tomoyo-setprofile 1 '<kernel> /usr/sbin/sshd' '<kernel> /usr/sbin/httpd' BUGS
If you find any bugs, send an email to <tomoyo-users-en@lists.sourceforge.jp>. AUTHORS
Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> Main author. Jamie Nguyen <jamie@tomoyolinux.co.uk> Documentation and website. SEE ALSO
tomoyo-pstree(8) See <http://tomoyo.sourceforge.jp> for more information. tomoyo-tools 2.5.0 2012-04-14 TOMOYO-SETPROFILE(8)
All times are GMT -4. The time now is 01:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy