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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Masali
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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
  8. 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. | | | |...
  9. 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...
  10. Masali

    batch chmod

    Hi, I have lots of files and directories that needs to be chmod'ed to 666. The problem is that only directories and files matching certain names that is to be chmod'ed. It should also be recursive search for the files and directories. Is it possible to do this? Masali
  11. Masali

    Flash AVI-video player

    Is it possible to make a glash project that takes a external variable (url to a avi-movie) set in htmlpage, and then play it in flash project with a logo overlay? I need this because i have lots of avi-movies on my web site, and need to have different logos in the bottom right corner of the...
  12. Masali

    Server to new server

    Hello! I am having problems moving all my files (100gb+) from my old dedicated server to my new dedicated server. Is there any good way to move these files as quickly and smoothly as possible? I have FreeBSD on old server and Red Hat on new. Is it better to tar the files first? But the problem...
  13. Masali

    Embed AVI

    Hello! Is it possible to make a swf that can be used in i a webpage that has an url to a avifile as a variable that is changeable in the flashembed code in the html page. The reason I cant embed Windows Media Player is that I would like to play a "cropped" version of the movies, not showing...
  14. Masali

    Avi crop

    Is there any bash program that can crop AVI video files? Like from 240x320 -> 240x300
  15. Masali

    Wildcards...

    Hi! I know how to search for anything starting with, say a A. select * from table where title like 'A%' But is there a way to search in title for values starting with a digit, 0-9? Best regards Masali
  16. Masali

    Advanced counter

    Hello! I would like to make a routine that uses: my $alf="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; my $start="0d9X"; my $end="0ed69"; Using above data it should print out a list like this: 0d9X 0d9Y 0d9Z 0da0 0da1 ... ZZZW ZZZX ZZZY ZZZZ 00000 00001 00002 ... 0ed67...
  17. Masali

    .htaccess question

    Hello! I am going to set a cookie using javascript containing the users IP-address on a html page that links to a movie. The directory that contains the movie, is going to contain a htaccess that checks that IP in the cookie with the users IP. If they are the same, they are allowed to download...
  18. Masali

    .htaccess question

    Hello! I am going to set a cookie using javascript containing the users IP-address on a html page that links to a movie. The directory that contains the movie, is going to contain a htaccess that checks that IP in the cookie with the users IP. If they are the same, they are allowed to download...
  19. Masali

    Sorting in foreach

    Hi! I have a hash that looks something like this: key1: 4 key2: 1 key3: 19 key4: 8 key5: 14 Then I am going to foreach this hash but I would like it in reverse number order using the values 4, 1, 19, 8, 14. Something like this: foreach my $key(keys %Sets) #some sorting gizmo... { print...
  20. Masali

    Natural sort on array

    I have a filelist like this in an array: file031.txt file001.txt file005.txt file101.txt file006.txt I would like to sort it with the numbers in correct order. How can I do this? Best regards Masali

Part and Inventory Search

Back
Top