User Profile
Collapse
-
It is possible with Linux live versions,I have no idea if this is possible in Windows. -
-
-
its possible and free, ya! its open source. didn't check Joomla website?Leave a comment:
-
-
-
-
-
-
-
not always your mounted tape drive will have the name st0, instead check for it using
$ cat fstab | more
(or)
$ mountLeave a comment:
-
shabinesh replied to hi i am new to unix,i want a command that will sleep for 10sec and show last 100 linein Linuxi too was not able to do it with that command, so, here is my script
$ for i in `seq 1 100`;do tail -n100 filename ;sleep 10; done;
Here the problem is the loop is not infinite, but i think large value can make it . :)Leave a comment:
-
-
-
I guess this could be a hint :)Code:$result = mysql_query("select name from table where name = new_login_name"); $row = mysql_fetch_array($result); if($row[0]) echo "Err: select different name"; else echo "okay, no prob with login name";Leave a comment:
-
views are just like tables(virtual tables) in database but will not really exist in the disk. Views are useful when you want to group columns from different tables or create view under certain conditions and perform usual table operations on it.
you can update a view(restrictio ns apply)!! views are not independent and is just a part of a tables.
mysql doc says: You cannot use UPDATE to update more than one underlying...Leave a comment:
-
There is no need to develop a new algorithm, there is already a md5 function in php. md5 is not a encryption method , it is a hashing function.Leave a comment:
-
That's not so easy!! Before you get to access a secret message you should know what algorithm is used to encrypt the message and the public key if the algorithm is a public key algorithm and private key if the algorithm uses a private key. In order to break a message to plain text without the keys you should run a cluster of computer for hundreds of years. Anyway this is not something that should be dealt at a forum. :)Leave a comment:
-
Leave a comment:
No activity results to display
Show More
Leave a comment: