| bio | website | |
|---|---|---|
| location | Belgium | |
| age | 25 | |
| visits | member for | 2 years, 7 months |
| seen | May 6 at 20:00 | |
| stats | profile views | 44 |
|
Nov 7 |
answered | How to convert MPG4 video? |
|
Nov 4 |
comment |
MySQL GUI Tools phpMyAdmin is a very nice tool indeed, but it requires running an HTTP server with PHP enabled. MySQL is not only used for web projects. |
|
Nov 1 |
comment |
C programing suites/IDEs If you are able to write an application in native code, like C or C++, I think it is always better to do so. Using a framework like .NET always has a small impact on performance, so it might be better to avoid it. Mono is great to make it easier for porting Windows apps to Linux, but when developing native applications for Linux I personally would rather use open-source technologies. |
|
Oct 28 |
comment |
How to enable shutdown timer? I already have the confirmation dialog ;) |
|
Oct 28 |
comment |
How to enable shutdown timer? So basically the developers decided to just remove a functionality instead of adding the possibility to disable it with setup? That doesn't sound very logical. Does it? I think the scenario I described above is a good reason to keep that functionality available. |
|
Oct 27 |
awarded | Student |
|
Oct 27 |
asked | How to enable shutdown timer? |
|
Oct 27 |
comment |
How to run two X sessions at the same time? @George: As long as your Fedora box is running an X server, you will be able to use ssh -X. Basically ssh will make use of the X server on your Fedora box to show you the Ubuntu applications. |
|
Oct 26 |
answered | How to run two X sessions at the same time? |
|
Oct 21 |
answered | No write-access to samba share |
|
Oct 21 |
awarded | Critic |
|
Oct 21 |
answered | What are the steps for configuring gitosis? |
|
Oct 21 |
comment |
How to drag and drop files to a places applet. (Like trash can) Well, I must say I think that is a great idea. The problem is that I don't think an applet is the best approach. I personally feel like applets don't fit well in to the desktop. If you want to continue with this idea make sure you let me know. |
|
Oct 20 |
answered | Clean Install Of Ubuntu Server over the network? |
|
Oct 19 |
answered | Disabling empathy balloon |
|
Oct 19 |
comment |
Run notepad++.exe from terminal You can just use "wine /home/jon/...". sudo can be skipped as root privileges are normally not required for running wine apps. |
|
Oct 19 |
answered | How to drag and drop files to a places applet. (Like trash can) |
|
Oct 19 |
comment |
Install old version of mysql in 10.10 The same action is available through apt-get. The command is "sudo apt-get install packagename=versioncode" package name would be "mysql-server" and versioncode something like "5.1.41-3ubuntu12.6". |
|
Oct 19 |
comment |
No write-access to samba share Which user did you use to log in to the Samba share? Did you use the username from the user who created the shared folder on notebook 1? |
|
Oct 19 |
answered | Install old version of mysql in 10.10 |