几个信用卡在线生成网站
生成http://sieuthuthuat.com/bin/ 测活http://sieuthuthuat.com/check/ http://card-generator.com/q_free-credit-card-generator-with-cvv.htm 有空了再加
生成http://sieuthuthuat.com/bin/ 测活http://sieuthuthuat.com/check/ http://card-generator.com/q_free-credit-card-generator-with-cvv.htm 有空了再加
前几天申请了个edu邮箱,好处就是google drive无线容量和one drive的1t容量(有说5t的,不清楚)。 当时觉得aria2下载挺爽的,就买了个便宜的vps想搭建个离线下载空间,下载完后全转存到google drive上。垃圾vps一年12.5usd,用的是hifo...
最近发现个有趣的东西docker(很早以前知道这个,只是当时觉得这个麻烦,最近觉得这个好玩),发现hub.docker.com里别人上传的centos不好用sshd,所以闲着无聊打算自己弄一个上传,一下资料全抄袭自自互联网 1.先下载centos镜像 docker ...
一、安装 SQL Server 1、下载 Microsoft SQL Server Red Hat 存储库配置文件: curl -o /etc/yum.repos.d/mssql-server.repo https://packages.microsoft.com/config/rhel/7/mssql-server-2017.repo 2.安装 SQL Server: yum install -...
百度查的 用dd命令或者 truncate 命令。 dd if=/dev/zero of=file bs=1024 count=10 if 表示inputfile 输入文件 of 表示 outputfile 输出文件 bs 表示 blocksize 块大小 count 表示 bs 的数量 被复制的文件大小为 bs × count 以上命令...