分类目录归档:日志

faker 常见填充的类型

[
    // 个人信息  
    '姓名 name' => $faker->name,
    '姓 lastName' => $faker->lastName,
    '名 firstName' => $faker->firstName,
    '手机 mobile' => $faker->phoneNumber,
    '信用卡信息数组 creditCardDetails'=> $faker->creditCardDetails,

    // 地理位置  
    '纬度 latitude' =>$faker->latitude,
    '经度 longitude' =>$faker->longitude,
    '国家 country' => $faker->country,
    '国家代码 countryCode' => $faker->countryCode,
    '邮政编码:postcode'=> $faker->postcode,
    '地址 address' => $faker->address,
    '城市 city' => $faker->city,
    '省 state'=> $faker->state,
    '省简称 stateAbbr' =>$faker->stateAbbr,
    '区 area' => $faker->area,
    '街道 streetAddress' => $faker->streetAddress,
    '邮编 postcode' => $faker->postcode,

    // 公司,银行,广告语  
    '公司后缀 companySuffix'=> $faker->companySuffix,
    '公司 company'=> $faker->company,
    '银行 bank' => $faker->bank,
    '广告语 catchPhrase'=>$faker->catchPhrase,

    // 时间  
    'unixTime' => $faker->unixTime,
    'year' => $faker->year,
    'month' => $faker->month,
    'dayOfMonth'=> $faker->dayOfMonth,
    'date' =>$faker->date,
    'time' =>$faker->time,

    //互联网  
    'domainName' => $faker->domainName,
    'companyEmail' => $faker->companyEmail,
    'email' => $faker->email,
    'userName' => $faker->userName,
    'password' => $faker->password,
    'url' => $faker->url,
    'ipv4' => $faker->ipv4,
    'ipv6' => $faker->ipv6,
    'localIpv4' => $faker->localIpv4,
    'macAddress' => $faker->macAddress,
    'userAgent' => $faker->userAgent,

    // 杂项  
    '罗马数字century' => $faker->century,
    '颜色hexcolor' =>$faker->hexcolor,
    'mimeType'=>$faker->mimeType,
    '文件后缀fileExtension'=>$faker->fileExtension,
    'img' => $faker->image,
    'imgurl' => $faker->imageUrl,
    'uuid'   => $faker->uuid,
    'sha1' => $faker->sha1,
    'sha256' => $faker->sha256,
    'md5'=> $faker->md5,

    //文本内容  
    '单词 word' => $faker->word,
    '单词 words' => $faker->words ( 5, true ),
    '短标题 sentence' => $faker->sentence,
    '内容 content' => $faker->text ( 500 ) ,
    '内容 realText' => $faker->realText(100),
]

Mysql彻底卸载重装

sudo apt-get purge mysql*
sudo apt-get autoremove
sudo apt-get autoclean
sudo rm -rf /var/log/mysql
sudo rm -rf /var/log/mysql.*
sudo rm -rf /var/lib/mysql
sudo apt-get install mysql-server --fix-missing --fix-broken

laravel使用php-redis和prefix防止redis键名冲突

首先需要安装 php-redis

apt install php-redis

config/database.php 中,修改 redisclientphpredis,并在 default 中添加 prefix => env('REDIS_PREFIX', ''),

最后在 .env 中配置 REDIS_PREFIX 即可实现隔离。

但是,直接使用 redis 要比使用 php-redis 效率更高。

设置浏览器地址栏URL前面显示的图标

大小16*16,颜色不要超过16色

<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="Shortcut Icon" href="/favicon.ico"  type="image/x-icon" />
<link rel="Bookmark" href="/favicon.ico" type="image/x-icon" />

Fix E: Could not get lock /var/cache/apt/archives/lock

Problem:

The other day a reader asked me that she had troubles with this kind of error:

E: Could not get lock /var/cache/apt/archives/lock – open (11: Resource temporarily unavailable)
E: Unable to lock directory /var/cache/apt/archives/

She was trying to follow one of the tips mentioned in things to do to after installing Ubuntu 14.04 when she encountered this error. Its one of the common occurring update errors in Ubuntu and also one of the least annoying ones.

继续阅读

Fix apt-get update “the following signatures couldn’t be verified because the public key is not available”

The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4F4EA0AAE5267A6C

apt打包系统有一组可信任的密钥,用于确定是否可以对软件包进行身份验证,从而确认是否可以在系统上安装软件包。有时系统没有所需的所有密钥并遇到此问题。幸运的是,有一个快速解决方案。需要将列为缺失的每个密钥添加到apt密钥管理器,以便它可以对软件包进行身份验证。

看看上面的错误,apt告诉我们缺少以下键:4F4EA0AAE5267A6C

要添加这些密钥,请运行以下命令:

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C

vmware 安装 macos

下载懒人包

下载macOS S 10.14 懒人版安装镜像,下载后检查文件信息,如果有新版,可以自行下载最新版:
以下网盘里的文件均是我成功安装过的(由于可能被BD封,以下链接将会只在本文更新):
https://pan.baidu.com/s/1bptBH9P
下面是部分来源,可供参考(论坛打不开的找BD贴吧找找,这里不便明说):
10.11.3 http://bbs.pcbeta.com/viewthread-1670823-1-1.html
10.11.4 http://bbs.pcbeta.com/viewthread-1681877-1-1.html
10.11.5 http://bbs.pcbeta.com/viewthread-1691822-1-1.html
10.11.6 http://bbs.pcbeta.com/viewthread-1702723-1-1.html
10.12.1 http://bbs.pcbeta.com/viewthread-1724437-1-1.html
10.12.2 http://bbs.pcbeta.com/viewthread-1729052-1-1.html
10.12.3 http://bbs.pcbeta.com/viewthread-1732448-1-4.html
10.12.4 http://bbs.pcbeta.com/viewthread-1736680-1-1.html
10.12.5 http://bbs.pcbeta.com/viewthread-1741950-1-3.html
10.12.6 http://bbs.pcbeta.com/viewthread-1750558-1-1.html
10.13    http://bbs.pcbeta.com/viewthread-1760460-1-1.html
10.13.5 http://bbs.pcbeta.com/viewthread-1787663-1-1.html
10.14    http://bbs.pcbeta.com/viewthread-1795372-1-2.html

解除 vmware 的安装限制

克隆 DrDonk/unlocker 项目到本地后,关闭所有 vmware 软件,运行 sudo ./lnx-install.sh

继续阅读