Hello,
I find myself finding new apps that really usefull and had no ideea existed.
Where do you new, more under the radar linux application & tools.
What blogs are you following ?
I need one command line to run at startup. I've tested the command (it re-assosiates an Amazon IP to a Linux Server) and the command run successfully.
Just need to know the best method to execute this on server reboot? The server is RedHat and I've read a bit about /etc/init.d but still unsure.
command is:
ec2-associate-address -v -i i-xxx…
I am trying to get a simple script to run automatically at startup. A friend told me to do this but it did not work. Could someone take a look to see what it is missing?
*(Also I am brand new to linux, so this is pretty foreign to me)
Here is what I was told to do:
In terminal
sudo nano /etc/init.d/obabp.sh
Then enter this text:
…
I have number of directories under Apache webserver on linux.
I need a file - index.html in each directory. Can I keep a master index.html file in a specific location and tell apache to use this just incase there is no real index.html file in one of the sub directories ?
Iam running Linux Mint on my laptop and i have some (serious) problems with Google Chrome.Randomly Chrome becomes totally unresponsive and iam not able to do anything,except restart the system from the power button.I think it's not an issue with system load and/or RAM,because if i for example open lot of "heavy" programs everything seems…
I was wondering what are the best ways on local Windows for resuming transfer of files over ssh from remote linux?
I tried SSHSecureShellClient-3.2.9, but I cannot find it works for resuming.
I tried Putty's psftp. It also seems not having the resuming ability.
Thanks and regards!
Mac and Windows Vista have such pretty user interfaces with all the transparencies and stuff. Is there anything for Ubuntu Linux to improve the way it looks?
Message : Hello everyone!
I have ,for the last several months, used the Linux Live USB Creator which it is a very useful app to make portable OS on to flash drives. I mostly use this application to test and try out new OS's as they are released, before I decide to make a hard disk installatio on to the computer.
In many cases, the…
I'm running a python script to do some statistics and the actually memory which used is low,about 10%.And no other process cost more memory.However,when i use free -m and it shows that almost 95% memory has been used.The point is that my script should do a lot of read from files,so i wonder if there's any mechanism of Linux memory…
In command line, we have, for example, TAB, which autocomplete the commands.
In the GUI, we need just to select a text for Ubuntu to copy it. And the mouse middle button can be used to paste.
Which other "untold" secrets Ubuntu hides?
obs. I don't know which of the items I told are for any Linux or Ubuntu specific.
Hello, is it possible to easily set some users permissions on Linux? (actually my distro is Ubuntu server 9.04)
I mean:
give them a maximum amount of space for their home folder
restrincting the bandwidth that they can use
I understood the interface file in linux needs to be edited and the corresponding lines added.
I don't understand what network and broadcast are for, it seems extra versus a windows static ip configuration.
In my case my gateway is 192.168.5.1 and my machine ip is 192.168.5.101, what would be my network and broadcast address, is…
I deleted /boot/efi (while attempting to install archlinux).
There is one harddrive, 750GB, /dev/sda). The partitions are
/dev/sda1 ntfs 315MB
/dev/sda2 EFIboot 105MB <=== this got deleted
/dev/sda3 ? 135MB
/dev/sda4 ntfs 626GB <======= windows 8
/dev/sda5 ntfs
/dev/sda6 biosgrub 1MB ?
/dev/sda7 lvm 110GB…
and what to do to let it choose the right one?
This all happens inside an OpenVZ container:
The Host is Debian/Wheezy with Redhat/OpenVZ Kernel:
root@mycl2:~# uname -a
Linux mycl2 2.6.32-openvz-042stab081.5-amd64 #1 SMP Mon Sep 30 16:40:27 MSK 2013 x86_64 GNU/Linux
The container has two (virtual) network…
I add a variable in whole linux varibale in /etc/profile
export MYNAME="My Value"
how can i access this value in php source code during run via apache web server?
in $_SERVER this value doesn't exist.
just this keys appear on $_ENV:
_ENV["APACHE_RUN_DIR"] /var/run/apache2
_ENV["APACHE_PID_FILE"]…
I'd like to have a copy of a web site on my local drive. Then when I make changes to that copy, have those changes automatically updated on the site's server. Ideally I'd like to tell it to only do this for certain file types. Does anybody know of a way to do this with Linux?
I get the message
No fonts match '9x15'
when trying to run emacs and a linux box. I messed something up a while back, but I do not know how to fix this issue. Any ideas?
Is it possible to have more than one password simultaneously attached to a login account in Linux?
I'd like to be able to add a temporarily-authorized user to an account on my web server, but don't want to have to change the login afterwards.
Is this possible?
How to automatically create windows partitions(fat/ntfs) through Linux. I have all the required information for partitions to be created.
For example:
Size
Flag
Partition Type
etc.
I've got two partition images (A and B) and want to use them to create a patch that I can apply on A on another computer in order to get the new B image without flooding the network. I have the following requirements:
works on linux
can create diffs
can use diffs to patch files
can handle binary…
When I read articles on running Linux from a flash drive, many recommend that directories that see many or constant writes be mounted in ram (e.g. as tmpfs). My question is - Which directories will these typically be, and is there any way to monitor disk activity that would show which directories…
I just recently started learning different Linux commands but I still don't understand how to use the 'make' command. Please is there anyone that understands how to use 'make'?