Quantcast
Channel: linuxadmin: Expanding Linux SysAdmin knowledge
Browsing all 17759 articles
Browse latest View live
↧

file transfer

scp -r /public_html @**:/var/www/htmlwill this transfer the files in 'public_html' to '/var/www/html' on the new server or is it the wrong way around? submitted by TheShadyOneHD [link][1 comment]

View Article


CORS Support - Nginx

Hi All,Having some trouble with enabling CORS support within Nginx. If I add the following:add_header X-Served-By web10-690505; add_header Access-Control-Allow-Origin *;to the http block within the...

View Article


one web server, frequent new domains, easiest way to do SSL on all?

HelloI have a webserver that gets a new domain + corresponding site every 3-4 months.Is there any manageable way to set these up with SSL with out having to rely on a new IP address for each domain?The...

View Article

How to see what is inside linux buffer memory.

There is a linux-ftool called fincore that allows you to see inside of the cache.Is there a way to see what is inside the buffers memory?After a lot of digging, I found a cronjob that was running find...

View Article

Best helpdesk software?

Hi All,I am currently in a search of a simple helpdesk application.Tasks are quite simple:Client logins with his LDAP credentialsClient has a dropdown menu with a list of typical tasks like:make a new...

View Article


Setting Up an FTP File Server to Provide Files for Website

The web hosting server that supports the website I am administering has very limited storage (~500MB)[Server Alpha]. I would like a way to host the files on another machine [Server Beta] that has more...

View Article

Trouble with a bash script and I can't wrap my mind around it

We have a bash script that fires off nightly as part of a cron job. The script actually executes 4 scripts in sequence. The first script connects via FTPS to another server and downloads some files....

View Article

Web based console emulation tips/suggestions?

I don't have much python experience, but I managed a script/program that pulls useful information from Active Directory, and has been a very useful tool for troubleshooting various user issues for the...

View Article


File sync over WAN

Hey everyone, I'm looking to be able to sync a large amount of files (~5M) across the internet for geo-replication purposes. I'd like it to sync daily, but only changes in order to keep the traffic...

View Article


How do you keep track of programs and applications when you do a fresh...

A lot of programs in my Ubuntu install are rarely used but important. Programs which are not installed by default but I installed them after I read about them from somewhere.Some examples...

View Article

mysql failover clustering

[SOLVED]Going to try out the solution where i install HAproxy on each webserver, then a MariaDB galera cluster, and then just use localhost in my webpages when connecting to sql. Sounds like a simple...

View Article

Cheap Kiosk Computers

Hello - I am looking into replacing the current kiosk computers at the company that I work. Currently we have about 200 PC's running CentOS and managing it has become very cumbersome even using...

View Article

HAProxy remote weight config

In my job we use haproxy as a tcp/http load balancer for a number of different applications. Currently our workflow is like this:ServerA weight 100 ServerB weight 100Using hatop, set ServerA weight to...

View Article


Custom image on Wyse thin client?

So we have some older C50LE Wyse thin clients with a trimmed down SUSE Linux image on them. The rdesktop client has been having reliability issues since we upgraded their windows domain to 2012, but...

View Article

IPtables-config, connection tracking modules

Hi allHere I am jamming away with my RHCE study, and I have come across a bit of inconsistency among the various resources I am using. When configuring IPtables for the different network services, some...

View Article


ToolPakCloud 0.3 - Save script to cloud. Click and run script on multiple...

ToolPakCloud(autoandshare.appspot.com) is a free tool to manage scripts in cloud(only Google Drive at present). You can use it to create/edit a script on google drive and execute it on local/remote...

View Article

Cygwin is helping keep me sane in a Windows world

Any other Network admins use Cygwin? I have my workspace setup with emails / apps on one monitor and a full screen Cygwin terminal on the other.I have Tmux setup so I can connect to multiple...

View Article


Help needed from IT Linux admins on survey

Hi Linux guys! Hope you all are well :)If you are a Linux admin then please could you fill out this very short survey as I need it for one of my coursework. It is about IT learning and experience. I...

View Article

Which filesystem is better for lxc image file storage?

Right now I run lxcs on my VPS with ext4 as the storage filesystem. The images themselves are ext4.I want to move to either XFS or BTRFS. XFS is more proven and more stable, BTRFS has a bunch of useful...

View Article

Supervisord's stdout logging/tail interval?

I have a Python script that's running under supervisord. I'm curious if there's a way to tune how up-to-date the stdout output from supervisord is when logging or running supervisorctl tail -f...

View Article
Browsing all 17759 articles
Browse latest View live