alt+s is quich navigation search in MC (Midnight commander) to activate alt press.
control + (alt option)
alt+s is quich navigation search in MC (Midnight commander) to activate alt press.
control + (alt option)
System Preferences -> Hardware -> Keyboard -> “Use the F1-F12 keys to control software features”
Your cannot create partitions larger then 4Tb using fdisk.
Your should use parted and gpt as partition type.
Read more »
We get old project, with braindead architecture.
Database structure provides surprises regularly. Yesterday we had a problem with maximum integer value reached at one column.
‘id’ at one table was auto_increment and “INT” not UNSIGNED INT or BIG INT, so after reaching id value 2147483647 application stop working, I change type to UNSIGNED BIGINT.
Typical task:
We order server at India, for development needs. Need to setup web proxy with authentication. Use squid, Luke!
squid.conf
We had interesting issue with jira and qmail.
No mail comes to mail list group.
Not trivial email routing probles, message for mail list comes to ezmlm, but ezmlm rejects messages with tag
Precedence: bulk
I`v got an issue from our development team to dump all triggers from prod db and add them to development db.
It`s trivial, except all triggers deletion. Everyone use magic, procedures, etc.
Fastest way (a little bit hindy 🙂 🙂 but working o.k.): Upload trigger names to file, apply regexp, delete
We use LXC containers at PH hosts.
containers named like:
rolename$RoleVersion-$InstanceNumber
For example
at host sXX2
appserver1-1
db1-1
db1-2
zabbix3-1
We need to check, if zabbix agents are installed at all infrastructure. One way – user fabric, Luke, as all 80 level DevOps do, or use ssh as all 40 level DevOps do.
Sorry for a little bit 🙂 “hindi” code 🙂 no review was done 🙂
Read more »
We start chef deployment…
Chef deserve additional Huge article, but let`s start:
We currently migrate all our projects to linux, but sometimes old FreeBSD issues occure.
Today I spend a couple of time, removing hotspare disk from LSI Megaraid and adding it to FBSD as additional disk.
We need quick solution to enhance disk space for couple of weeks for migration.
It was possible to skip failover and use disk without RAID.
So, Read more 🙂
Recent Comments