Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Masali

  1. Masali

    Crontab and Xvfb

    Perfect! I changed all paths to absolute and it worked like a charm! Thanks! Gotta think about that in the future...
  2. Masali

    Crontab and Xvfb

    I have a problem that I just don't get... I use boutell.com's program webthumb, that makes thumbs from websites by opening Mozilla in a Xvfb and copies the content to a PPM-file. If Xvfb is not started, it automatically starts this, and the same with Mozilla. I have modified the program...
  3. Masali

    Reg.exp help

    I am trying to make a match for a table that contains several tags, but always contains the sentence "Hello World" I have been trying to match this with: <table .*>[\w\s\t\r\n\d\D]*?Hello World[\w\s\t\r\n\d\D]*?(?!table)<\/table> on the below html: <html> <head> <meta...
  4. Masali

    htaccess include

    Is it possible to include a external file to htacess? I have several virtual domains that should be allowed hotlinking between each other but not from outside, and I want to redirect differently according to the domain. So if i had htaccess'es for eg. 3 domains (domain1.com, domain2.com and...
  5. Masali

    Symlink access via ftp

    Perfect, thanks alot!
  6. Masali

    Symlink access via ftp

    I am not so good at linux... What does a loopback mount point meen?
  7. Masali

    Symlink access via ftp

    I use Fedora 2 and Plesk 7.5. I am trying to make a symlink from one users dir "test" located in his httpdocs, to another users httpdocs. I works fine, via http, to access the directory (real and symlink) from both users domains. But when i try to access the directory via FTP it only grants...
  8. Masali

    Video editing

    I found that program earlier today, and it seems to be perfect for me! Thanks for the tip!
  9. Masali

    Video editing

    Is there any program I can use via command line to edit movies. I need to do the following: * Import various formats (wmv, divx, xvid, mpeg-4, most common formats) * Split video into smaller clips * Make screenshots from video clips * Crop moviefiles in size, eg. 512x480 -> 256x220 * Export...
  10. Masali

    Remote connect to server via internet

    how do i configure users to have access to only that program?
  11. Masali

    VPN with dynamic IP on server?

    I am using a internet connection with a dynamic ip, and a no-ip.info address to get access to the server, but is it possible to vpn to it? The server is connected via a Dell Wireless 2350 Broadband Router, does this router support vpn, and if it does, is there anyone who knows how to configure...
  12. Masali

    Remote connect to server via internet

    Is it possible to use some kind of remote desktop to let multiple users log in to the server and autostart a program and only let them run that program, and nothing else? If possible, how? and also is it neccessary to use Win2003 Server or is it possible with WinXPPro? Best regards Masali
  13. Masali

    textarea with some parts of text locked

    yes, maybe that's the easiest.. thanks for your replies
  14. Masali

    textarea with some parts of text locked

    Hello! Is it possible (maybe with javascript) to have a textarea like this: -------------------------------------------- |This text is editable. It can also be | |longer when extra text is added. | | | |...
  15. Masali

    Getting screenshots of webpages programtically

    Hello! I am using Xvbf to open mozilla and make a screenshot of a webpage. Everything works fine, from starting mozilla and opening the webpage with "mozilla -remote openURL(http://www.tek-tips.com)". The problem is that I can't change the size of the mozilla window to cover all screen. I...

Part and Inventory Search

Back
Top