| bio | website | |
|---|---|---|
| location | Jaworzno, Poland | |
| age | 26 | |
| visits | member for | 1 year |
| seen | Jul 11 '12 at 14:22 | |
| stats | profile views | 20 |
|
May 18 |
comment |
How can I automate a root command after (not during) startup? rc.local is executing with root permission, so you dont need to use a sudo. Is everything alright in your Network Manager? You can try to remove Network Manager and configure a /etc/network/interfaces |
|
May 18 |
comment |
How to install dssp (secondary structure assignments) under 12.04? Read again my first answer. You must download dssp to /usr/local/bin, and then you can change chmod. |
|
May 17 |
comment |
Formatted USB drive, not detecting…repairable? /dev/sdb is a device. First of all you need create partition on this device (you can do that using sudo cfdisk /dev/sdb). Then, you can create filesystem on it (sudo mkfs.ext2 /dev/sdb1 or sudo mkfs.vfat /dev/sdb1). |
|
May 17 |
comment |
How do I get this Mac OS X exposé behavior? Oh.. so you can do this with CTRL+WINDOWS+D (you also have the option to set an individual keyboard shortcut in CCSM -> General Settings -> Key bindings -> Show desktop). |
|
May 16 |
comment |
How to install dssp (secondary structure assignments) under 12.04? If you really dont have /usr/local/bin directory, try sudo mkdir /usr/local/bin. If you wanna compiling dssp from source, you need download this and of course you need install build-essential |
|
May 16 |
comment |
How can I install codecs on my Ubuntu iso? You can download all needed codecs and give them on the cd or you can customize Ubuntu CD with UCK. |
|
May 15 |
comment |
setsid by default in Terminal You could try something like this alias foo='setsid foo' and add this to your .bashrc |
|
May 15 |
comment |
How to tell network manager not to show wireless AP with poor quality Can you see in sudo iwlist wlan0 scan ap who has poor quality? |
|
May 15 |
comment |
Minecraft server automaticly moves to home folder You need read this or this. |
|
May 15 |
comment |
How to install dssp (secondary structure assignments) under 12.04? oh sorry.. i forgot about sudo. You must type sudo chmod a+x /usr/local/bin/dssp. |
|
May 15 |
comment |
Run Java application as Cron job From bash manual: There are two formats for redirecting standard output and standard error: &>word and >&word
Of the two forms, the first is preferred. This is semantically equivalent to >word 2>&1 |
|
May 15 |
comment |
Run Java application as Cron job Hmm 2 is a STDERR ?! But it works..... Nicer solution for that is /usr/bin/java -version >& /tmp/j.log |
|
May 15 |
comment |
How do I use the LDAP schemas in /etc/ldap/schemas provided by slapd You can convert schema to ldif file with use slaptest or this perl scripts. |
|
May 15 |
comment |
How do I set up apache with multiple sites? You need read about Virtual Hosts or userdir - it depends what you really need. Take a look on this page. |
|
May 15 |
comment |
LDAP + LTSP 12.04 I made VirtualBox machine to emulate this problem. You can download it from this page (md5 sum: 81f414a4f771e67a7f516a0989659e5e). This's fully-functional LTSP with LDAP service. Start this server and then, run a several thin clients on the same time. If you try log to the server, probably few thin clients will stuck on LDM screen. Administrator: ubuntu/ubuntu
and ldap users student1...student30 with password student |
|
May 15 |
comment |
Copy and execute file via rdesktop I made a bat file in Windows XP to emulate the time-out (based on pings). However you could try to open some existing file in your local partition, for example C. This should work. Then, if it works, you can try to do something more with remote storage. |