General :: How To Make Ftp
Aug 11, 2011i am having redhat 5 version i wanted to know how to make the secure ftp through this
View 2 Repliesi am having redhat 5 version i wanted to know how to make the secure ftp through this
View 2 RepliesI am getting an error as below.
How do I resolve the error: make[2]: *** No rule to make target `', needed by `mpg123'.
How can I resolve this error.
I need to modify fs/open.c and fs/read_write.c to make my modifications. I cannot find any options in 'make menuconfig' to make these files modules rather than compiled elements. I'm thinking these cannot be modules because the file system won't work without open.c and read_write.c. Is this correct - I cannot compile fs/open.c and fs/read_write.c as modules, only as compiled elements? Or, is there some way for a module to overwrite these routines when the module is installed and re-enable the routines when the module is removed?
View 3 Replies View Relateddifference between make and make bzImage commands as both are used to build source code.
View 1 Replies View RelatedIn linux kernel compilation steps what is difference in the functionality of 'make' and 'make modules' with respect to file system
View 3 Replies View RelatedI want to make a file called file roller for Ubuntu 9.10. The folder has a file called install.sh and some others that are make.
I figure first I need to make a file and then run install.sh to install. But I don't know how to do this.
I notice that when you try to Make link to any file or folder form context menu, It just copy the same file size? even when i tried to copy the link to external storage disk..
View 1 Replies View RelatedI want to gave much details as possible. working directory (~/a1/shell) in the shell directory i have Makefile. also in the shell directory i have subdirectory's (obj, src, include)
My current Makefile
Quote:
#What needs to be built to make all files and dependencies
clean:
# End of Makefile
I wanted it so: all .o files are created in the obj subdirectory, and my application, sshell, is created in the shell directory.
I am getting this error when i run the make run: No rule to make target 'shell.h', needed by 'shutil.o'. stop
I build and use a custom kernel, and use the nvidia driver. This is on debian stretch.
By default, I build the image and headers packages with this line:
CONCURRENCY_LEVEL=8 nice -n19 ionice -c3 fakeroot make-kpkg --initrd --append-to-version=-something --revision=1 kernel_image kernel_headers
These kernel sources are usually the sources from debian, with a couple of more patches that I add. It appears that for nvidia-driver package versions higher than 352.79-1, the kernel headers/sources need to be prepared with 'make prepare' and 'make prepare scripts'. It's that simple. I concluded this after the nvidia dkms build failed on my custom kernel, but then succeeded after I pointed it to the full sources, but only after running 'make prepare' and 'make prepare scripts' on them. The problem is that this make-kpkg scheme doesn't appear to do this, or if it does, it doesn't properly include in the headers everything that it should.
I am following the instructions on Section 8.1.* Device Driver ConceptsHere I was able to proceed till section 8.1.4.After making the hello.c file,the make file and patching the Kconfig as mentioned,I tried to run the $ make ARCH=ARM CROSS_COMPILE=xscale_be- gconfig This gave error as:make: *** No rule to make target `gconfig'. Stop.I am not sure if my kernel is correctly compliled,but I was able to complie and build the kernel for arm before by cloning the kernel and building from the following link without any error. https://omapzoom.org/gf/project/omap...ux+OMAP+Kernel
View 2 Replies View RelatedOn Linux (CentOS, in case that matters), I'm having a problem with git commands. git can take advantage of keys loaded into the ssh-agent cache, but if the keys aren't loaded, it doesn't seem to take any steps to load them (such as calling ssh-add). I have ~/.ssh/config set up like so:
[Code]....
My system already has ssh-agent set up. I believe it's using an implementation supplied by Gnome [URL] I can manually add my github key with the "ssh-add" command. When I do, I can see that the key is loaded using "git add -l" and the git commands that connect remotely (eg "git remote update") work without prompting for a passphrase. What I still want git commands to do is: By default, if ssh-agent is running and the necessary key is not already loaded, use ssh-add to load the key into ssh-agent. ssh-add appears to need help (via a parameter) if the key file is not one of the default filenames (eg 'id_rsa', 'id_dsa', or 'identity'). This seems backward. I have a mapping from hostname to IdentityFile specified in ~/.ssh/config as shown above. Shouldn't ssh-add be able to use that
I just installed Gnome Shell in Ubuntu 11.04 through UGR Linux and everything works fine! The only problem is that I cannot run make and make install. I get the following errors:
Code:
alexandros@Autobot:~/gnome-shell/source/gnome-shell-extensions$ make && make install
Making all in extensions
make[1]: Entering directory `/home/alexandros/gnome-shell/source/gnome-shell-extensions/extensions'[code]........
I ran across this the other day and was instantly amazed.He says he uses a custom Vim colorscheme (easy) and dwm with tmux. I've downloaded tmux and I'm having some issues with it (my CTRL-b hotkey wont work), but I'm confused at how to start designing something similar to what he has done.My idea is to get my terminal to look like this, then remove KDE from my laptop so that all my computer is is this awesome thing.
How should I go about starting modeling something like this? In the picture, what does tmux handle and what does dwm handle? Speaking from someone who has never used any of them.
I need VLC to start in fullscreen mode (easily done) but not allow the users to open new files or anything. Seeing as this is for a Kiosk I need to lockdown the system behind the application. After the video is done, VLC should simply quit and exit. A user could be able to prematurely kill VLC (Alt+F4) which is also fine. Would I need a script calling VLC to add extra features instead of calling it right from my application?
View 1 Replies View RelatedI have a server that delivers media via HTTP (or FTP). If I click on a link, it downloads to /tmp and then plays in vlc, but what I want is for it to run vlc and give it the URL so that it will play it as a stream. I am generating the HTML and I'm using thttpd for the server. If I do it manually (Copy Link Location, paste into vlc) it works fine, but I'd like click-and-play. I've Googled for hours and can't even see the topic addressed. This is possible, right? (Lucid-64, XFCE, Firefox 4.0b11, thttpd, vlc 1.0.6)
View 14 Replies View RelatedDoes someone know of a tool that can be used to that will produce this result:When navigating to specific URL M-F 8 am to 5 pm any computer will receive an error message or be re-routed to a static site that something such as, "This site is only available during these hours."When navigating to that same URL during the other hours it will work as intended.The function needs to work with no intervention needed to the browsing computer or network.
View 6 Replies View Relatedfrom this multirow taskbar, extensible quicklaunch, clock day date are only important. And i want to doubleclick upper left corner of a window as alternative close. A better variant is to use the third wheel button on a mouse - to close any window just by pressing wheel inside a window (similar to Firefox close a tab, or in qip close a tab..)
View 3 Replies View RelatedI have installed Linux on separate drive.
And XP on another drive.
By mistake I deleted the Linux Drive from Disk Management.
Now the message is like this
Please Insert Bootable CD(some thing like this)
Press any key to restart.
I think that the logical conclusion of the greater self-reliance of Linux users is wanting to make one's own distro entirely. Using that Linux From Scratch distro, probably--at least if you're not a programmer. (I am guessing that if one knows the right programming languages, one doesn't even need LFS.) In an ideal world where we had the time and will for this, most or all of us would make our own distros. I'm interested, but it's much more work than I'm willing to do. Am I right?
View 14 Replies View Relatedtrying to install webSphere on it, when i open the installation file in VI it doesn't allow me to make any changes, i have given all the permissions and even logged in as root....
-rwxrwxrwx 1 root root 47122 May 16 2006 responsefile.nd.txt
downloaded Amarok and Juk.. and i'm kinda new to linux. I think i'm missing some magical components that will let mp3's play. it's very quiet right now and it's kind of unnerving.. my stereo's gone and i really don't have much music in formats that my computer will play. I ran a search and i guess my question was so basic no one else had trouble with it :/
View 5 Replies View RelatedHow make usb support?Because, when i switch usb-disc I can't understand where I can see files on it? Because the folder wasn't appeared after switching. And in /media/ all usb-folders are free.
View 2 Replies View Relatedi am new in using Linux and i installed a tacacs server using centos 5 distribution, but now my boss asked me to make a periodic backup of the log file of this tacacs+ server the easiest way that i found is to use this command : cp /var/log/tacacs.log /home/tacacs1/backup/taclog`date +%y%m%d` to copy the file in another file and then create a script to run it automatically and put it in a cron to run it every week
View 8 Replies View RelatedI am trying to make a livecd. I have found information on [URL].. I have downloaded the aufs,squashfs,livescripts from there. I am trying to compile the kernel on my own and include it.
The requirements included in the website are: Your distro must use kernel 2.6.24 or higher (in order to use sqlzma patch)
* all the following things must be compiled directly into kernel:
(these options are usually compiled so you shouldn't have problems)
- ext2 (CONFIG_EXT2_FS=y)
- tmpfs (CONFIG_TMPFS=y)
[Code]...
I am trying to make a live cd from the utilities given from [URL].I have downloaded squashfs,aufs,livescripts and also precompiled kernel.
View 4 Replies View RelatedI have problem when I add another case in linear increase cogestion avoidance algorithm in tcp.cc why can't it work out when I run it?In the tcl code I have set windowOption_ to '9' (where I put my additional change).It seems that any change I've made doesn't take effect at all.What am I suppose to do to make it work? I make change like this :
void TcpAgent:pencwnd()
{
double increment;
if (cwnd_ < ssthresh_) {
/* slow-start (exponential) */
cwnd_ += 1;
code....
how to make multiboot dvd with following
ubuntustudio-9.04
slax-6.1.0
ophcrack-xp-livecd-2.1
ophcrack-vista-livecd-2.1
gnome-2.26
kde4.3
pclinuxos-minime-kde3-2009.1.iso
i am new to this plz give exact step to make it??
is there any program that i can run under ubuntu 10.10 netbook remix and make windows XP installable from a flashdrive via a torrent i downloaded. i need to install windows back on this computer then reinstall linux and dual boot for work.
View 14 Replies View Relateda friend of mine gave me a .tar.gz file which contains a bunch of C sourcefiles and a makefile. I don't get how to use the make command to create an executable out of those files. What arguments do I have to give the make command?
View 5 Replies View RelatedI want to create a video dvd to run same on my dvd player. I used Avidemux to open my desired video and saved(k) on my desktop. Options chosen at that time were:
Video --> MPEG-2 requant
Audio --> Copy
Format--> MPEG-PS(A+V)
These two files were were saved on my desktop naming "k" and "k.idx".Now , i don't know how to use "k3b" to make my video DVD.