What do you mean by DOS environment – “DOS prompt” in some Microsoft Windows OS or good old pure DOS? In the first case NET command is your friend – just export a samba share on the linux-box, then mount it with NET USE blah-blah-blah… in the “DOS prompt” and go ahead with copying. In [...]
> Do I need to install FTP than install SFTP over the top? Not necessary. Just install SSHD (if not installed already). SFTP is a SSHD subsystem and is operated by a helper which location is configurable in sshd_config (/usr/libexec/sftp-server, or /usr/lib/openssh/sftp-server, or /usr/libexec/openssh/sftp-server in different flavors of Linux). SSHD also provides SCP mechanism (which [...]
I ask the user to provide me with more information for below : http://itknowledgeexchange.techtarget.com/itanswers/rman-rentention-policy/#viewquestion I too did give my opinion on this http://itknowledgeexchange.techtarget.com/itanswers/open-it-forum-what-services-have-you-adopted-after-a-trial-period/
Linux & Windows both are okay and capable to install mail server. It depends on permit of ur pocket and how much cost u may carry, what kind of OS u want to install…. Just I leave here some discussions: If u want to go for free softwares and inbuilt mechanism as well as cost [...]
python comes with a simple http server /usr/bin/python -m SimpleHTTPServer 80 run it from the directory containing your html pages like the name implies it’s simple and probably best suited for light load/testing/temporay solution
you can use the ‘arrow up’ key on your keyboard to view previous typed command or view the file ~/.bash_history This applies to the bash shell, which is the default on Redhat ( ‘echo $SHELL’ will tell you which shell you are using )
You can use the command useradd name replace name by the name of the user for example jsmith (john smith) this will automatically create a directory for him located under /home/jsmith you can read up the man pages of useradd man useradd Assignin a password with the command passwd name This applies to Red Hat
Both have enormous scope of career. It depends on how much u have time to provide for these course or training ! and ofcourse ur taking capacity and grasping power. Though u have done BCA so u may go for any one as per ur choice ! But must do from a renowned institutions and [...]
U may press alt+f2 together, and a box comes where u type lp <filename> ,then press run button. u may use other options also
It is good thought that u want to do some global certification. For networking u may do CCNA or other global network course and For sys admin, if u want to work under linux then it is better to do RHCE or NCLE and if u wnat to do work under windows then may do [...]
Please go to the below link : http://students.estrellamountain.edu/larson/help/rhl-cg-en.pdf
Hey you can connect to your MS Access database through ODBC. Only thing is even Oracle database server should be installed on the same machine. Configure the Listener on the oracle server with required details about MS Access server, the same procedure should be adopted for MS Access server. TNS Ping should be done to [...]
It is better to go the below address and judge yourself : http://www.computerhope.com/issues/ch000575.htm OR u may read the article : ADVANTAGE OF LINUX : 1.The majority of Linux variants are available for free or at a much lower price than Microsoft Windows. 2.Linux is and has always been a very secure Operating System. Although it [...]
Dear Terry ur q is not clear here. Internet means what kind of internet. either data card or broadband nor any voice modem ? Actually, in SuSE Linux there r many ways to start Internet. 1. WVDIAL 2. Kinternet 3. or any 3rd party software. If u r using wvdial to connect then just press [...]
Check this post out might give you more info Youll need to download the Canon LBP as well but thats outlined in this guide http://tropenhitze.wordpress.com/2010/09/16/installing-canon-lbp2900-on-opensuse-11-2/
For the points I have added the link in my <a href=”http://tboxmy.blogspot.com/”>Linux, OpenOffice.org and Open Source Software</a> blog. ____________________________________________________________ <a href=”http://todaysbigpicture.blogspot.com/2010/10/it-knowledge-exchange.html”>Today’s Big Picture</a> by Shillu13
I provide the article just follow the steps: Step 1 – Creating a MySQL database Log into the Mysql, Enter a database username and password of your choice, the database name will be your username with “db” appended to it, so if you created a database called “amazon” your database name would be “amazondb”. Step [...]
Here is my tweet @shillu13 Shilpa Venkateshwara I’m doing the @ITKE #NexusOne Challenge by asking and answering IT questions. You can too! http://bit.ly/7mBwGP
Roshan737, This should be a good start: #!/bin/bash if [ $# -eq 2 ] then LINES=$1 INTEGER=$2 else echo “Usage: $0 file integer” exit fi if [ $(wc -l $LINES) -lt "$INTEGER" ] then echo “FILE IS SHORTER” else echo “FILE IS NOT SHORTER” fi
This is how I did it without the need to unmount the filesystem. Any suggestions or comments are welcome. <b>I used ‘parted’ to create a new partition, because fdisk didn’t allow me to do it using all the available disk space (not sure why):</b> <pre>root@v-ubuntu-server:~# parted GNU Parted 2.2 Using /dev/sda Welcome to GNU Parted! [...]





