I have installed PHPpgAdmin in ubuntu.
If i use http://localhost/phppgadmin then it works if i am at the server
But if i use from LAN
Http://ip -- works
Http://ip/phppgadmin-- don't work
It says permission denied
I have a number of Linux webservers for which I'd like to track where disk space is going and keep disk space to a minimum.
Typically I login on SSH and use du to find out where disk space is wasted but this is cumbersome and slow. A visualisation tool like KDirStat would be ideal, but it requires installing an X server at the very least, which kind of defeats the purpose.
Is there any web-based disk space visualizer? I'm open to alternative solutions.
I have vinyl record rip in 24/96 flac format. Each track is almost 200 MB big, so the album won't fit on CD.
How to burn these files on a DVD to play with the same quality on standalone DVD player?
My player supports SACD, DVD Audio and DVD video as well. My OS is Ubuntu Lucid (preferred), but I have also WinXp with Nero installed.
BTW, is there any difference between DVD+ and DVD- for audio?
I tried something on my vm ubuntu and managed to mess it up... luckily I made a snapshot not too long a go.
I renamed a file to ,,, and tried to mv ,,, *. The entire dir's content of the dir disappeared.
Can someone please explain to me what happened?
Thank you.
I did the following:
created an empty .img file with dd
associated it to /dev/loop0 with losetup
created a partition in it with fdisk
formatted such partition with mke2fs
copied a custom GNU/Linux system into that partition
Now I'd like to make the .img file bootable by installing grub into its MBR and /boot directory. My goal is to load the .img file with qemu. It would be better if grub2 is used instead of grub legacy.
Thanks.
Hi Guys,
i use Fast dial to improve my firefox. Since i use Windows7 as well as Ubuntu on my laptop i would like to syncronize changes on the fast-dial between both OS.
Any suggestions are very welcome!
Best regards Philipp
I've recently repurposed an old machine that I had laying around (custom built several years ago with miscellaneous parts) as a simple media center with an Ubuntu 8.10 operating system and Boxee as its front end, and I absolutely love it. I'm particularly intrigued by the custom applications that are possible, and I wanted to start a running list of recommended apps for it.
So, my question is this: what Boxee apps do you recommend, and why? One app per answer, please.
Hi there are many cloud services out there but famous are mentioned below...can any one tell me which one is first,second,third etc....in terms of money,performance and reliability..
1) Amazon
2) Rackspace
3) Softlayer
4) Vps.net
I dont know other actually I am only looking for Linux services ....
Mathew
I'm using a java process to spawn many other java processes using Runtime.exec(cmd) where cmd is like the following:
java -cp "MyJar.jar" pkg.MyClass some-more-arguments
running the same command from the command line works fine in windows and linux, however when my spawning java process calls the command via Runtime.exec it works in windows but not in linux.
in linux i get Exception in thread "main" java.lang.NoClassDefFoundError: pkg/MyClass
any ideas?
I'm right now busy with moving the first steps into Linux, i'm using a bash shell within a mac osx
I see in all tutorials that in order to launch an application from the bash its necessary to cd to its directory and simply type the name of the app.
This is exatly what i'm doing and it does not work (i have on my desktop a 'Eclipse' folder with the launcher icon in it):
cd Desktop
cd Eclipse
Eclipse.app
Why will this not work?
I read everywhere that typing the name of the app its enough
Whe right clicking in windows that have popup menus you can hold mouse button, wait until popup appears and release above the desired item to click it. This is different from Windows that have popup appear only on mouse release. And it leads to accident menu item clicking sometimes. Looks like the issue is there: https://bugs.launchpad.net/ubuntu/+bug/320259, https://bugzilla.gnome.org/show_bug.cgi?id=575071.
Is there's any way to change popup appearance time at least?
Hi,
I am shocked that I still don't understand "Execute" permission in linux. There are three permission - read, write, and execute. I understand that read and write literally, but what does execute do exactly? Let's say I have example.php with execute permission. What can I do with example.php???
Can I confine my users to their /home/%u directory using simply open-ssh configuration? I did the following from what I found on the Internet
Stopped the server
To the sshd_config file appended the following
Match group sftpusers
ChrootDirectory /home/%u
X11Forwarding no
AllowTcpForwarding no
started the server
FYI I have the users added to sftpusers group
My users can still access entire file structure on my system
Ubuntu Server 12.04 LTS with open-ssh installed
After I installed Ubuntu 10.4, I tried out Gwibber and liked it very much.
Next time I logged in, I had the same messages that were there when I logged off, and nothing I did (e.g. unsubscribing/re-subsribing) helped.
Anyone know what I could be doing wrong?
when I ssh to a certain linux host, although my default shell is tcsh, the .cshrc file under my home directory is not sourced at all. I can't understand why this happen, cus from my understanding, if I'm using the tcsh, the .cshrc should be anyway souced!
must some magic there, please tell me if you know it. thanks in advance.
Hi all,
I have a linux (Slackware) machine and the time/date is like, June 23rd 2003, 10:00am (It's 11 here) and I am not able to set the time to have it correct.
I change the timezome to Montreal but the time is still wrong.
Is there a way to force it to sync with my domain controler or even another online NTP server?
Thanks,
David.
Hi all,
Exim seems to be very flexible and configurable. What would be the best approach for me to forward an incoming email to exim to another mail server running on a different port like lamson? I am running exim and lamson on the same ubuntu machine.
Thanks heaps.
Is there any good CHM reader out there which can support the following:
Highlighting of text
easy navigation
works on windows, linux and mac
The default one in windows does not support highlighting text.
I have a PHP script which seems to have frozen MySQL. When I restarted my machine (Debian Linux) the MySQL database reported as full and now, when I want to run MySQL, there is the following error:
ERROR 2002 (HY000):
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
How do I fix this?