跳至主要内容

模范老板乎?

经营公司接近二十载,经历过创业维艰的打拼,也曾经有业务快速扩张的红红火火,及至疫情后的今天,收缩规模,努力地寻找业务方向,于不景气的大环境下努力求生。

多年来令自己骄傲的事就是从来没有亏待过任何员工,不管公司或自己境况如何,从未拖欠过员工一天的薪水和奖金,宁愿自己吃亏,承诺给员工的总是不差一天、不差一分地兑现,所以很多员工都从公司day one就在,彼此之间的关系已经不像是老板和员工,更多是有了家人、朋友的感觉。

以往公司员工多的时候,往往很害怕在节假日接到各部门主管或者员工的电话,通常不会跟你说什么好消息。而在年底接到电话,不是要求加薪就是申请离职,总是会令人头疼的事。

上周周末,正陪太太逛街,忽然电话响,显示是公司一位老员工小明。怀着忐忑的心情接通了电话,脑子里已经开始做各种议案。

接通电话,小明说:“老板,在你桌上放了点东西,谢谢一年来的关照。”,不禁松了一口气。

晚上回家,特意绕回办公室去看了一眼,真别说,心里还挺感动的,甚至有点不好意思的感觉。想起自己以前打工时,虽然偶尔也会送点礼物给老板,但是被自己员工过年送礼,还真是破天荒的第一遭。



拿回家里,太太还笑话说因为小明知道老板是个穷逼,所以主动买点年货送给你。俺回说这世界上老板送礼给员工听得多了,但是员工主动送礼给老板的,你又听说过几回,这不证明俺是个好老板么?

近些年来一直反思,因为自己的疲懒,让不离不弃跟随自己多年的兄弟姐妹们不能过上理想的日子,每每想起心里甚是愧疚。从这点上看,自己不算是个好老板,甚至是一个坏老板了。

评论

此博客中的热门博文

Installing RHEL EPEL Repo on Centos 5.x or 6.x

习惯了用yum来安装东西,试了下这篇文章提到的做法workable,再做一次搬运工。 原文出处: http://www.rackspace.com/knowledge_center/article/installing-rhel-epel-repo-on-centos-5x-or-6x Authored by: Rackspace Support How to install RHEL EPEL repository on Centos 5.x or 6.x The following article will describe how to configure a CentOS 5.x-based or Centos 6.x-based system to use Fedora Epel repos and third party remi package repos. These package repositories are not officially supported by CentOS, but they provide much more current versions of popular applications like PHP or MYSQL. Install the extra repositories The first step requires downloading some RPM files that contain the additional YUM repository definitions. The instructions below point to the 64-bit versions that work with our Cloud Server instances. Centos 5.x wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm sudo rpm -Uvh remi-release-5*.rpm epel...

64位OEL 6安装Oracle RCU报“libXext.so.6: cannot open shared object file: No such file or directory”的解决方法

在64位的Oracle Enterprise Linux 6上时报“ libXext.so.6: cannot open shared object file: No such file or directory ”的错误,已经装了64位x11相关的包,可见是缺少32位的包引起的。 1.libXext.so.6错误信息如下: 无法使用位置 /home/ecm/oinstall/rcuHome/rcu/log/logdir.2011-12-26_09-54/rcu.log 初始化日志记录程序 使用以下位置初始化日志记录程序: /tmp/logdir.2011-12-26_09-54/rcu.log Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/ecm/oinstall/rcuHome/jdk/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory     at java.lang.ClassLoader$NativeLibrary.load(Native Method)     at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1806)     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1702)     at java.lang.Runtime.load0(Runtime.java:770)     at java.lang.System.load(System.java:1003)     at java.lang.ClassLoader$NativeLibrary.load(Native Method)     at java.lang.ClassLoader.loadLibrar...

How to Convert a VMware Pre-allocated Virtual Disk to a Growable Virtual Disk

受不了动辄几百G的虚机,记给自己看,只是在网络上搬运,来源在这里: http://www.virtuatopia.com/index.php/How_to_Convert_a_VMware_Pre-allocated_Virtual_Disk_to_a_Growable_Virtual_Disk 。 he vmware-vdiskmanager tool The VMware Disk Management Tool is a command line tool which is installed by default with VMware Server. The executable file is named   vmware-vdiskmanager   and is located in   \Program Files\VMware\VMware Server   on Windows hosts, and   /usr/bin   on Linux systems. The tool accepts a number of command-line arguments, a full listing of which can be obtained by running vmware-vdiskmanager with no options. vmware-vdiskmanager Virtual Disk Types The type to which a virtual disk is to be converted is specified using the -t flag, together with the target disk type. This is represented by a number as outlined in the following table: Type Identifier Description 0 Growable (single .vmdk file) 1 Growable (multiple 2GB files) 2 Pre-allocated (single file) 3 Pre...