General :: Setting Up My Ssh ?
Aug 5, 2011
Yesterday I installed Centos on my "old" pc. I followed this tutorial to setup my ssh I followed all the steps but when try to connect from my laptop to the server (with putty) it says "Network error: connection timed out".
View 3 Replies
ADVERTISEMENT
May 14, 2010
Have installed Suse 11.2. how can I change the calendar format dd/mm/yyyy and how to configure the system to sync.from an ntp?
View 1 Replies
View Related
May 4, 2010
I have a ubuntu server , can advise if I want to change the network setting ( eg. IP address , gateway address etc ) , which one is the configuration file ? for example , if I want to change eth0 setting , what file I should update ?
View 10 Replies
View Related
Jan 25, 2011
I'm trying to script the spawning of GNU/screen windows by using commands of the form screen <CMD>.
For some reason when I start GNU/screen (by hand), the shell that it starts in window 0 (/bin/bash) does not contain a $STY environment variable. Without this commands like screen vim start a nested screen session, not another window as I want.
My environment is somewhat unusual. Here's how I end up in it:
ssh robm@somehost
sudo su sharedaccount
script /dev/null
screen
The script /dev/null step exists because the TTY device allocated for the robm user cannot be accessed by the sharedaccount user. The script command allocates a new TTY that is owned by the user that invoked it, solving that problem.
If I skip the sudo and script steps, GNU/screen sets $STY just fine. In other words this works just fine:
ssh robm@somehost
screen
Presumably something about sudo and script interferes with screen
View 1 Replies
View Related
Nov 10, 2010
I work in a small research lab in my college and we work on Windows. I am planning to switch all the computers into Linux create a network.
This is a small job in the first step. I need to hook up 3 computers together such that they all communicate with a central computer (server). The users will have to log on to their accounts and run their work from the central server, be able to run applications (vlsi, CAD) stuff from the server. I (as root) should be able to take backups (using crontab I guess) and be able to create new users, administer.
Can anyone direct me to a manual or a website or a previous post that goes through these steps. I searched the forums and was lost in my effort
I only have used Linux on a standalone PC and have never networked before.
View 2 Replies
View Related
Aug 3, 2011
setting up secure ftp on linux
View 3 Replies
View Related
Oct 24, 2009
Basically the computer will have to do nothing other than run some custom software that interfaces with the vehicle's systems via a USB FDTI board and render to an 8" touch screen via OpenGL. User input will be via the said touchscreen, and audio output will eventually come into the equation. The target vehicle(s) will be extensively modified for the project, and I'm hoping the software will eventually override features such as the immobiliser, so an extremely fast boot time will be essential.
I have one of those Via C7 fully integrated mini ITX motherboards, much of the onboard hardware will be useless besides two USB ports and a SATA port, so could be completely removed from the kernel if necessary to achieve a fast boot. If some BIOS hacking is required I'd happily look at that too. I'm a recently graduated software engineer, and can comfortably use Linux (I'm using openSUSE for developing the software) but don't have a clue where to start with the OS; if I should be downloading and modifying an existing distro or trying to build one from scratch somehow?
View 4 Replies
View Related
Dec 26, 2009
I have been assigned to setup a new office.I will be responsible for administrating an office network with around 50 users, which would grow to 150 users in a year.I need suggestions about what plan I need to make before starting up with the project. I need help with Network Setup? What kind of network IP I need to setup.
Any tutorial which talks about the Simple Network Setup for 200 users.
View 5 Replies
View Related
May 23, 2010
I'm booting DSL off of a USB key on a used laptop I just got. wireless, starting with what the wireless card is, then which driver is needed, and then I think I can use ndiswrapper to install the driver and go from there. I was told to do 'lspci -knn' (not all because I'm retyping the output on my computer that has internet working)
Code:
00:00.0 Host bridge [0600]: Intel Corporation mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller hub [8086:27a0] (rev 03)
00:01.0 PCI bridge [0604]: Intel Corporation mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port [8086:27a1] (rev 03)
[Code]....
(I left out a lot, let me know if the results of any of these might help: Audio Device, USB Controller, ISA bridge, IDE interface, SMBus, VGA compatible controller, Firewire)
View 3 Replies
View Related
Apr 2, 2010
I wanted to assign ownership of my choice to my zip file while unzipping so I am using the command:
unzip yourfile.zip|awk -F": " '{print $2}' | xargs chown user.group
I also want to give 705 permissions to all directories and 777 to all files on unzipping?
View 3 Replies
View Related
Nov 16, 2010
I have CentOS installed on my laptop. I hooked up my TV via VGA and it works, just not as I'd like it to. The left side (on the tv) is cut off, like the image is justified too far left. I want it to be centered, but I also want to use a different resolution. You see, I use a netbook, and thus my laptop screen is tiny, meaning some things cant fit in the same window without scrolling. I want my TV to fix that for me.
View 1 Replies
View Related
Nov 23, 2010
how to set the tcp ip parameter while linux boots up in my board.
Currently i am giving it like : tcp ip=:::::eth0:dhcp
If i have my own static ip and its corresponding mac-id can i change it for my board when i boot up.
View 1 Replies
View Related
Jan 20, 2010
link to an up-to-date tutorial for setting up Linux with 3 monitors? Specifically, I want to set up 2 different nvidia video cards with 3 monitors. I can already do 2 monitors on 1 video card, so I am not interested in those tutorials.
View 3 Replies
View Related
Dec 29, 2010
I have installed Debian on my computer but am having trouble setting up my wireless Internet. Under my network settings there's only one connection: Ethernet. how to create a new (wireless) connection.
Another thing is that I can't seem to open .deb files. The archive manager says that it's not supported. But I can't seem to find the dselect to open those files either.
One more question: how can I enter commands through the promp(t)? I've read all over the Internet that I can enter in commands, but I haven't found where or how.
View 1 Replies
View Related
Jan 15, 2010
finishing ultimate debian fluxbox chromium mini distroand need to configure fluxbox keys like Crunchbang's conkyrc belowHow exactly do i do it without messing something up?
Code:
##############################################
# Output
##############################################
[code]....
View 1 Replies
View Related
Sep 28, 2009
my linux box in the office has an a proxy server to access the internet. i can set this on my browsers. id like to know how i give my shell (bash) the proxy server settings so i can wget,yum install perl modules, etc. on my shell terminal without problems.
i used
Code:
export http_proxy=http://<proxy-server-ip>:<port>
for example
Code:
export http_proxy=http://bsc.aut.ac.ir:8080
and also i did this for ftp. but i doesn't work.
View 6 Replies
View Related
Jun 4, 2010
I'm thinking of setting up my own sms gateway using my own linux server and regular old nokia phone, along the lines of what is described here [URL]
I was wondering if anyone out there has been down this road before, and in particular knows about approximately how many messages could be sent/received per minute? In the application I have in mind (an instantaneous online survey from an audience of hundreds) I would need to be receiving hundreds of sms texts in around a minute. I was wondering if that was pushing it in terms of the capabilities of an old phone.
View 4 Replies
View Related
Jan 24, 2010
setuid bit allows the process to execute the file with the uid of the file. But, what is the purpose of setting setuid without execute bit? The man page tells that if a file is setuid without execute flag, the permission will be displayed as 'S' (capital s) in ls command. Why should anyone set the setuid without execute flag? Does setting setuid without execute flag have any special meaning?
View 1 Replies
View Related
Mar 7, 2011
I am installing Ubuntu server 10.10 onto a machine with a 1 tb Hard drive. I have had a host of other problems installing but that is for another thread. My question here is that it takes so long to format such a big drive, and I have heard and read that LVM starts with a small partition and expands it as more room is needed. So the installer crashed and started over so this time I decided to choose 'Guided - Use entire disk and set up LVM' instead of just 'Guided - Use Entire Disk'. So it is asking me to set the size of the LVM Volume. Am I setting the size of the initial volume? or am I setting the max size the volume can expand to?
View 14 Replies
View Related
Jan 17, 2010
whats the benefit of setting up a yum repository... aside from updating and installing softwares with this can it also upgrade /update the system.
View 1 Replies
View Related
Jan 17, 2010
I have installed RDGEN which comes with VPFIT package. When I run the program it says:
"Failed to find help file"
But I ran the program from its main directory where all the files including help files exist. I think maybe the problem is because of this that THEY say:
"Some environment variables should be set before starting RDGEN".
But I do not know what does this mean and how to do that.
These are the variables:
-ATOMDIR
-RD PRSETUP
-RD PRSETUP
-RDSTART
-VPFSETUP
-VPFPLOTS
Would it be possible for you to tell me what does Setting Variable means in this case?
View 2 Replies
View Related
Jul 19, 2010
I am accessing a program through X11. My OS is Suse 10.3. However when I access this program, the menu bar title are not letter but a string of characters of "[]". I need to find a way to perform a character setting for X11 using SUSE.
View 1 Replies
View Related
May 29, 2010
I have set up freenas with 3 1tb hard drives. I have set up the SMB shares for the drives and can view each shared drive from each of the machines on my network. I can copy files from the hard drives, on the freenas but when I try to copy a file to the Freenas hard drives I get a message that I need permission to do this. I have all my shares set as anonymous how do I change the permissions so that I can save files to the drives.
View 1 Replies
View Related
Apr 29, 2011
I just built a home computer with 3TB hard drives I wanted to set up in a RAID 5 and load Ubuntu server onto it. The first thing I did was set up the drives in a RAID 5 using just the motherboard chipset software to do it, so a 'hardware' RAID basically. I installed Windows first to see if all the hardware works ok (that seemed the easiest way to verify it) and with the exception of the ethernet card (which needed a driver disk to work) everything was plug n' play and worked wonderfully. After that I booted the Windows install disk again to delete the partitions, hoping Ubuntu 10.10 server would create its own.
The problem I'm having is no matter what I've tried (deleting and recreating the RAID 5 setup, departitioning the drives), whenever I try to install Ubuntu it won't recognize the RAID as a valid disk. Ironically, it did at first, because I installed windows to verify the hardware. The ethernet card wasn't working automatically in the Ubuntu setup, (although it found the unformatted RAID drive), so I installed windows and figured out it was just the drivers that needed to be installed.
So now when I try to install Ubuntu, it finds the ethernet card perfectly and connects to the internet during the installation...but that actually stinks because it's telling me it's still accessing the drivers from the drives that I thought I formatted. Once it gets to the storage part of the installation afterwards, it can't find the RAID drive anymore. I tells me to choose a disk from the list, but the list is blank. So I can't install on it.
If I remove the RAID entirely and just keep the drives as 3 separate IDE drives, it finds every drive perfectly and can install to either one I choose. But I don't want this, I definitely need them RAIDed.
View 5 Replies
View Related
Jul 18, 2011
I have changed my background color of xterm/konsole to black (better for eye since i got to face monitor for long hour).In my vi file, there is a color setting to put all comment # with deep blue color. This make it very difficult to see if the blackground color is black color. How could i change color setting in vi or vim ? I want to change the blue color to cyan.
View 8 Replies
View Related
Oct 21, 2009
Is it possible to set a default setting for the terminal? When I open one up it is very small and I press the ctrl++ several times to get it so that I can read it?
View 2 Replies
View Related
Jun 13, 2010
I was following [URL] for the cluster setup. But things dint work out. One Doubt to ask "Do I need the services cman, ccsd and rgmanager one at a time on the both machine. I have been running it through script.
View 1 Replies
View Related
Dec 30, 2010
My fan will not run while using linux ubuntu is there software or setting
View 9 Replies
View Related
Sep 17, 2010
setting up the sound in slackware 13.1 i have tried a few things such as alsaconf but when i try alsamixer nothing comes up its showing i have no device.
View 14 Replies
View Related
Feb 7, 2010
In Ubuntu 9.10 is there a way of setting the password to only three characters.If one goes to system, Preferences, About Me, the password can be reset, but it only lets you set it to eight characters, I would prefer three or less.
View 5 Replies
View Related