|
A friend of mine has a xandros-based Acer netbook, and has been looking to get some remote administration and help from me while she is travelling around the world.
I've set up an account on her netbook for me to ssh into, and set up a script to reverse...
Started by Andy on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
The chroot jail will help, but with an exploit that let someone into a shell, they'd still be able.
|
|
How do you determine (programatically) if an iPhone/iPod is:
Jail broken Running a cracked copy of your software Pinch Media can detect if a phone is jail broken or the software running is cracked, does anyone know how they do this? Are there any libraries...
Started by rjstelling on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Since it's regular file you have access to, it's pretty easy to determine... .
Here is one of the ways to detect if your app was cracked: http://thwart-ipa-cracks.blogspot.com/2008/11/detection.html
In short: the cracking usually requires changing the Info.plist .
|
|
Http://www.azcentral.com/offbeat/art...ve-lockup.html
Started by ICARRY2 on
, 19 posts
by 15 people.
Answer Snippets (Read the full thread at glocktalk):
I recall one, from Louisville, who asked my Captain if he'd take him to ....
The "want to go to jail" guys aren't uncommon.
They put in jail those who do not want to be in jail, and they kick out of jail those who do.
|
Ask your Facebook Friends
|
How can one detect being in a chroot jail without root privileges? Assume a standard BSD or Linux system. The best I came up with was to look at the inode value for "/" and to consider whether it is reasonably low, but I would like a more accurate method...
Started by Topaz on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
But in that case by attempting the fchdir root-breaking....
Test -x /sbin/init
Should return '0', for there's no reason for 'init' to exist in a chroot jail, unless of course the chroot jail is a single user mode emergency recovery situation.
|
|
Hi, roots . I'm running an Ubuntu 9.04 (home) Server on my LAN. I currently use it to store little web apps, photos, some subversion repository and stuff like that. My (few) users are friends of mine and I always provided them with a jailed FTP access...
Started by tunnuz on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Sure, there was a good reason to chroot the ftp server, but If I already have ssh access to the full machine there's no added security... .
If they already have unjailed ssh access then there would be nothing to gain by restricting sftp even if you could do it .
|
|
Does anyone know if jail good time go with you to prison .My son has 5 months in jail.
Started by so sad on
, 15 posts
by 10 people.
Answer Snippets (Read the full thread at prisontalk):
If he gets convicted that constitutes county jail time, then I am not sure if he gets good county jail good time ....
It depends on his charges.
Anyone know if jail good time go with you to prison .My son has 5 months in jail.
|
|
JAIL Attachments jail.jpg (296.36 KiB) Viewed 105 times
Started by Jane89 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at lineage2):
I will never understadn what's the point in hiding lvl/hp/cp/mp and... .
If you dont dare to post real pic here and reweal whatever you are hiding then dont bother posting, send real pic directly to BS instead .
Who knows what you edited.
Post unedited pics.
|
|
Hi all.
I'll soon buy myself a nice server (something like the quad-cpu HP DL585) for personal use (home related stuff, data-mining projects, web server and some cron jobs), and I wonder how to separate all those tasks into dedicated environments.
I'm...
Started by Berzemus on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Not being....
Virtualization will get you more in the different hosts.
Since you have access to the host take a look at new jail features in FreeBSD 7.2 - might be useful.
From within a jail, or to alter the network config from the inside.
|
|
I was in jail for a "misdemeanor"
spent the night in jail ate some shitty food
***
Started by afk panda on
, 15 posts
by 7 people.
Answer Snippets (Read the full thread at gaiaonline):
These cops....
What misdemeanor wahmbulance and two half slices of meat on one side Trembling Fingers I never went to jail for a misdemeanor, I just got a really big fine.
I never went to jail for a misdemeanor, I just got a really big fine.
|
|
My servers run CentOS: Nginx + PHP-FPM (PHP via Fast-CGI). Every site is on its own VirtualHost.
Currently both Nginx and PHP-FPM run under root. I know this is bad practice, and there is no reason for any of the sites to have access to files outside ...
Started by Miko on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Ok, you're using kind of a weird setup, but just in general:
First off, linux doesn't support true (bsd style) jails (unless you install openvz or vserver), but setting everything to run as a non priviledged user + chroots can very seriously improve....
|