Ubuntu :: Public And Templates Folders / What Are They Used For?

Oct 29, 2010

The public and templates folders are just sitting there doing nothing. What are they used for?

View 6 Replies


ADVERTISEMENT

General :: Move The Contents Of /public-back/templates Recursively With Permissions Into /public/templates?

Apr 20, 2011

ls -al ../public-back
drwxrwxr-x 4 apache apache 4096 Apr 19 03:32 templates
ls -al ../public-back/templates
drwxrwxr-x 2 apache apache 4096 Apr 19 03:33 content

[code]....

How do I move the contents of /public-back/templates recursively with permissions into /public/templates ?

View 2 Replies View Related

Fedora :: ErrorC/C++ Template File '/home/perlsyntax/.vim/c-support/templates/Templates' Does Not Exist?

Feb 14, 2011

I try to install C support and it get this errorC/C++ template file '/home/perlsyntax/.vim/c-support/templates/Templates' does not exist or is not readableI get that after i make the dir ~/.vim and ~/.vim/plugin i put c support in my ~/.vim/plugin anyone know why i get the error message for on fedora?---------- Post added at 08:06 AM ---------- Previous post was at 07:24 AM -------------------- Post added at 01:12 PM ---------- Previous post was at 08:06 AM -------------------- Post added at 09:02 PM ---------- Previous post was at 01:12 PM ----------[/COLOR]Anyone out there?

View 2 Replies View Related

Ubuntu Servers :: Set Permission For Future Public Files / Folders?

Jan 2, 2010

I just set up an VPS with ubuntu. I made a user1 and gave it ownership

Code:
chown -R user1 /home/www

This user also have been given all the root privileges (I know it is not recommended!)

The problem is that each time I make new site, and user1 wants to upload (through ftp) files to /home/www/newsite I need to redo the the above command in order to be enable user1 to upload. Not only this, I need to rework permissions (744 for folders and 644 for files), otherwise the newsite throws permission errors message.

View 2 Replies View Related

Ubuntu :: Use Openssl Public And Private Keys So Only A Host With The Public Key Could Access / Decrypt The Filesharing

Aug 2, 2011

I'm trying to write a p2p file sharing program using python's built-in libraries. Everything is going well. The only thing is that i'd like to be able to use openssl public and private keys so only a host with the public key could access/decrypt the filesharing. I've gotten these libraries (httplib, basehttpserver, ssl, os) to work using just a pem file containing both the public and private keys but no success with them seperately. Can someone point me in the right direction or offer an alternative? PS, the goal of the project is to create an anonymous, decentralized, secure file sharing program. I want to be able to upload this to sourceforge so everyone can use it, if that's any incentive

View 2 Replies View Related

General :: Mv: Cannot Stat `/public/public/clamscans/*.txt': No Such File Or Directory

Sep 24, 2010

I run the following file with the >log.log redirector and it does not capture errors.

#!/bin/bash
echo ************************BEGIN LOG******************************
date +"%m/%d/%Y %H:%M:%S $HOSTNAME"
cp -f /scripts/original/clamscans.log /scripts

[code]....

The following errors show up when I run from the file from the term window, but are not written to log.log:

tar: /public/public/clamscans/*.txt: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
mv: cannot stat `/public/public/clamscans/*.txt': No such file or directory

I know with windows you can add the 2>&1 to capture error data. Is there such a thing for Linux?

View 2 Replies View Related

Debian Configuration :: Forward Traffic From Public IP To Another Public IP?

Mar 3, 2010

How can I forward all traffic from a public IP to another public IP. Let's say I have a first debian box named box1 with eth0 = 1.1.1.1 and eth0:1 = 1.1.1.2 and I want to forward all traffic from 1.1.1.2 to "box2" located somewhere else over the internet and having for eth0 2.2.2.2 Both 1.1.1.0/24 and 3.3.3.0/24 are public IP ranges.

View 1 Replies View Related

Ubuntu :: Need Flowchart Templates For Inkscape / Dia

Aug 30, 2010

I need to draw some flowcharts. I don't have the time to create them, I just need a template where I can manipulate the boxes and edit the text without worrying about the colors and the forms. There's any place where I can get that?

btw, which one is better to create flow charts, Inkscape or Dia? Dia seems to me more intuitive and easy to use but I can't discover how to rotate objects per example, I think it's a little limited in options.

I'm looking for something simple and classic like this, with labeled arrows.

View 9 Replies View Related

Ubuntu :: LibreOffice Impress - Any Way To Add Templates

Jun 18, 2011

LibreOffice Impress has only 9 presentation templates - and I don't like a single one of them. Where can I find more and how can I add them to Impress? For example I can open my old openoffice presentation, but I don't know how to add template to Impress.

View 1 Replies View Related

Ubuntu Installation :: Kmail Templates Gone After Last Update?

Feb 1, 2010

After the update to 4.5.5 all the kmail templates was replaced with %BLANK. Which means no more quotes, signatures etc. This is for karmic-backports

Probably some post-scripts which didn't work

View 1 Replies View Related

Ubuntu :: Can't Delete Templates - Sent Folder In Evolution

Jul 29, 2010

A friend running Evolution on Ubuntu 9.10 lost her "Sent" folder. I soon discovered that she must have accidentally dragged it to "Templates", because inside that folder was another "Sent" folder containing all her sent e-mails. The main "Sent" folder was still there, but empty.

I moved all her sent e-mails back to the main "Sent" folder, and then tried to delete Templates-Sent, but Evolution just says it can't do that.

View 4 Replies View Related

Ubuntu :: Templates For Writing Cv's In Word Through Windows?

Mar 10, 2011

I know there are templates for writing cv's in word through windows.Are there any within Linux ?

View 1 Replies View Related

Ubuntu Servers :: [LDAP] Ldapscripts Not Using Given Templates?

May 29, 2011

I have configured and installed LDAP.in /etc/ldapscripts/ldapscripts.conf I have set:UTEMPLATE="/etc/ldapscripts/ldapadduser.template"File which contains:

dn: uid=<user>,<usuffix>,<suffix>
objectClass: account
objectClass: posixAccount

[code]....

View 1 Replies View Related

Ubuntu :: LibreOffice - Templates And Professional Office Pack Available?

Aug 6, 2011

Do they have all the templates and the professional office pack available like Open Office did? Or are the ones from Open Office compatible with Libre Office?

View 2 Replies View Related

Software :: Templates In Kate Editor ?

May 30, 2011

Is there a way to set up Kate to use a single template to set both the normal and printing fonts without having to go into "settings > configure kate" each time I create a new document?

In /home/tom/.kde4/share/config/kateschemarc the printing and normal are separate categories. Is there a way to change both at the same time?

Kate 3.6.0 under KDE 4.6.00 in openSUSE 11.4

View 1 Replies View Related

Fedora :: Templates Break Which Folder Is Removed Then Restored?

Mar 10, 2011

I am using Nautilus To re-create the problem:

Make a new user
Delete the "$HOME/Templates" folder
Create a "$HOME/Templates" folder

Now, no new templates will be recognized in the right-click menu.

problems: Files created in the Templates folder are not found in the menu of <Right-Click> -> New Document.

In Nautilus, Go -> Templates sends me to /home/$USER/.

Non-solutions:

Restarting the computer does not solve this. I have done about an hour of searching on the internet and I have searched through the Nautilus source code.. I an not good enough with Linux to be able to understand the Nautilus source.

View 3 Replies View Related

Programming :: C++: Compiling Multiple Source Files (with Templates Involved)?

Mar 21, 2011

Code:

anisha@linux-uitj:~/junk> ls -R
.:
include src
./include:
template0.h template0.h~ template0.h.gch

[code]....

View 11 Replies View Related

General :: In Ubuntu 9.04 - Mount The Different Folders On The Partition To Different Folders In Home?

May 12, 2010

I have a shared NTFS partition ("shared") that I use for data for both Windows and Ubuntu. How can I mount the music folder on shared to $Home/Music, and the Videos folder on shared to $Home/Videos? I want to mount the different folders on the partition to different folders in home.

View 2 Replies View Related

Ubuntu :: Hiding Folders Inside Of Shared Folders?

Mar 27, 2010

I am setting up a lubuntu nas with all of my music, movies, etc on it. I want to give my kids access to my mp3 directory, so I can move all of the kid appropiate music into the root of my mp3 dir, in the same order I have all of my music sorted. Under the Music folder, I have them sorted, in folders, by letter. So A, B, C, D, etc... Now, in those folders are the respective artists. So where there may be something approipate in the P folder (say, Paramore), there is something inapproipate (say, Pantera)Now, when the kids go to the P folder, I don't want them to even see the Pantera folder. I just want them to see the Paramore folder. I tried a test using chmod 711 and chmod 700 on a directory with a test user, and the user can't access the directory, but can still see it

View 3 Replies View Related

Ubuntu :: Linking Content Of Windows Folders To Folders

Mar 31, 2010

The Problem was I wanted to open my /home/Pictures folder and have it display the contents of the My Pictures folder in my windows partition. This way I could have ubuntu and xp using the same set of music files, picture files, etc. I was having a very hard time understanding how to get from here to there because I'm such a newbie. However I have discovered how to do it and I wanted to post it, in hopes it will make things easier for other newbies.This allows me to see every TYPE of document in /dev/sda8/Media (windows My Documents folder) without having to see any of the folders (My Music, My Pictures, etc).

View 1 Replies View Related

Ubuntu :: Add The PGP Public Key For The New Repository?

Mar 12, 2010

I'm trying to add the PGP public key for the new repository. Here are the two lines I want to add for my e-mail but don't know where to add on the new repository.[URL]... I went to to the Synaptic Manager but could not find or where to place it. Would I create a new repository?

View 9 Replies View Related

Ubuntu :: Update Public Key Isn't Available

May 4, 2010

The public key isn't available when I try to use the Update Manager; clicking the "Check" button results in a popup with the following text:

Code:
W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6E871C4A881574DE

I tried adding the public key via:

Code:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 6E871C4A881574DED

Is that the right code to enter? Because when I did that it didn't fix the problem.

View 8 Replies View Related

Ubuntu :: How To Fix 'public Key Is Not Available Error

May 5, 2010

When I do 'sudo apt-get update' I get this error now:

Code:
Hit http://ppa.launchpad.net lucid/main Packages
Hit http://ppa.launchpad.net lucid/main Packages
Fetched 116kB in 1s (70.5kB/s)
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1A0771178279047A

View 5 Replies View Related

Ubuntu :: 10.04 - Public Key Not Available For Updates

Jul 22, 2010

I'm completely new to Ubuntu, I've just installed 10.04 and this is only the second week I've had it, and I'm not sure what is going on with this. Whenever I try to check for updates I get this message: The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct.

Quote:
GPG error: [URL] feisty Release:
The following signatures couldn't be verified because the public key is not available:
NO_PUBKEY 2D6CFB44DD800CD9
Failed to fetch cdrom://Ubuntu 10.04 LTS _Lucid Lynx_ -
Release i386 (20100429)/dists/lucid/main/binary-i386/Packages.gz
Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Failed to fetch cdrom://Ubuntu 10.04 LTS _Lucid Lynx_ -
Release i386 (20100429)/dists/lucid/restricted/binary-i386/Packages.gz
Please use apt-cdrom to make this CD-ROM recognized by APT.
Apt-get update cannot be used to add new CD-ROMs Some index files failed to download, they have been ignored, or old ones used instead.

View 4 Replies View Related

Ubuntu :: GPG Error - Public Key Not Available / Get That?

Nov 27, 2010

If been getting this error: W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: [URL]... maverick Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DB141E2302FDF932. W: Failed to fetch [URL]... is this a temporary situation?

View 2 Replies View Related

Ubuntu :: GPG Error - Public Key Not Available / What To Do?

Jun 13, 2011

Is it something to worry about or can I just ignore it?
W: GPG error: [URL] maverick Release: The following signatures could not be verified because the public key is not available: NO_PUBKEY 504B59436C3321F2

View 2 Replies View Related

Security :: NAT 1-1 For Three Public IPs On Ubuntu

Mar 7, 2010

I am trying to figure out the best way to set up 1-1 NAT for three public ips to three private ips through a ubuntu gateway machine.

I am running ubuntu server 9.10 and the set up is:

Internet/ISP modem -> NIC 1 Ubuntu Gateway Machine NIC 2 -> Three PCs with Private IPs

I had a few questions on how to do this correctly and securely.

1) What packages do I need to install (aside from the basic ubuntu server installation and possibly DHCP3-Server)

2) How do I assign all three public IPs to the NIC connected to the ISP modem? All addresses will be static, will I need the DHCP3-Server package?

3) Once I have the three public IPs assigned how do I map each specific public IP to the private IP address associated with it and provide the correct loopback? I want to make sure each response from the internal machines are sent out as their specific public IP.

4) Aside from allowing all connections, how should IP tables be configured to allow web services to one internal machine, mail to another internal machine and DNS to the other internal machine?

View 14 Replies View Related

Ubuntu :: How To D/l Updates From A Public Computer

May 15, 2010

Is there a direct link to Lucid updates?How can I download the linux-headers* updates from a public computer? This terminal runs only ms s/w.

View 5 Replies View Related

Ubuntu :: SSH Public Key Permission Denied?

Sep 17, 2010

Currently I am having troubles getting my ssh key to work correctly. I have had a desktop crash which has been reformatted to use ubuntu. The key residing in id_rsa.pub has been copied over to the ssh server into the authorized keys of the given user. however When we try to login we get a "permission denied (public key, keyboard-interactive)" error. below is the debug option:

jv@ops-desktop:~/.ssh$ ssh -v jv@x.x.x.x
OpenSSH_5.3p1 Debian-3ubuntu4, OpenSSL 0.9.8k 25 Mar 2009
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *

[Code]....

View 5 Replies View Related

Ubuntu :: Debugging SSH Connection With Public Key?

Nov 9, 2010

I am trying to debug a problem where I can't connect to a remote SSH server. I do not have admin rights on the box, however I have a valid account and can login fine with a password, I just wanted to use my public key instead.

I copied over my ~/.ssh/id_rsa.pub to the remote server to ~/.ssh/authorized_keys. I tried to connect to the server but it is not allowing me to authenticate when I ask it to use public keys instead of passwords.

Code:
ryan@TehLaptop:~$ ssh -v -o PreferredAuthentications=publickey ryan@unix.xxxxxxx.xxx
OpenSSH_5.5p1 Debian-4ubuntu4, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to unix.xxxxx.xxx [xxx.xxx.xxx.xxx] port 22.

[Code].....

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved