| bio | website | |
|---|---|---|
| location | Gloucestershire, United Kingdom | |
| age | ||
| visits | member for | 7 months |
| seen | Apr 12 at 10:26 | |
| stats | profile views | 6 |
|
Oct 31 |
comment |
How to restrict ssh users to browse only /home/%u contents What are the perms on your home dir? For chroot to work with SSH the home dir must be root owned and 755 perm. Check auth.log for some clues. |
|
Oct 28 |
comment |
How can I solve this ssh-agent problem? Can you run export | grep GNOME and post the results. Have you seen this bug? |
|
Oct 25 |
awarded | Commentator |
|
Oct 25 |
comment |
Linux Need Basic Libraries Without Internet What errors are you getting now then? Check dmesg. |
|
Oct 25 |
comment |
Linux Need Basic Libraries Without Internet Do you have a .deb for the firmware? If you have use that not the .zip as you have now installed all the dependacies. What trouble are you having unzipping? |
|
Oct 25 |
answered | Linux Need Basic Libraries Without Internet |
|
Oct 19 |
comment |
How to use persistent names in LILO? I dont think it matters - lilo.conf will be read once when installing and whether it contains root entries by UUID or by dev doesnt matter - its the kernel that understands the "UUID=" options, not lilo. There are even scripts to automatically convert your lilo.conf to using UUIDs, like this one |
|
Oct 19 |
comment |
Lightdm user session settings on Ubuntu Check ~/.xsession-errors |
|
Oct 19 |
answered | How to use persistent names in LILO? |
|
Oct 17 |
comment |
cron to delete after executing Post your entire first cron script. There is nothing in your wget line that actually executes anything. --delete-after is really not indented for what you are trying to use it for - see the man page. |
|
Oct 12 |
answered | Finding which Debian distro CDs contain a certain package |
|
Oct 11 |
comment |
Installing jdk7 on Debian server via SSH OK so you have a /usr/bin/java that has got there from some other way - probably a manual install. Do ls -laF /usr/bin/java and see what that gives you - does it point to /etc/alternatives/java? If so, please then run update-alternatives --list java and post the results. There are many different ways of getting Java on Debian. Also post the list of directories under /usr/java/ |
|
Oct 11 |
comment |
Installing jdk7 on Debian server via SSH/usr/java/ wont be in your path (or indeed /usr/ if you put the java executable directly in there). You already have some varient of java installed which is giving you the 1.6 - probably from a package. Type dpkg -S `which java`, what comes up? |
|
Oct 11 |
comment |
Reformatting a large number of XML files @Gilles Good point! I have updated my answer accordingly. |
|
Oct 11 |
revised |
Reformatting a large number of XML files Updates based on comments |
|
Oct 10 |
answered | How to remove root password on Debian? |
|
Oct 8 |
revised |
Reformatting a large number of XML files More context |
|
Oct 8 |
awarded | Editor |
|
Oct 8 |
revised |
How to change the working directory of invoking shell using a script? added 47 characters in body |
|
Oct 8 |
answered | How to change the working directory of invoking shell using a script? |