歪麦博客
  • 首页
  • PHP启示录
  • PHP设计模式
  • 技术
  • 关于&捐赠
  • 语言

Tag: Debian

How to expand the hard disk capacity of Debian/Ubuntu in ESXi

2025-03-06 43 Technical Debian, ESXi, Ubuntu Leave a Comment
1 Go to ESXi dashboard, expand the hard disk to expected size. Here I will resize my disk from 203G to 1100G. 2 show current disk capacity ➜ ~ df -h Filesystem Size Used Avail Use% Mounted on ... /dev/sda1 203G 161G 32G 84% / ... 3 use parted to show and resize disk. You may need to install parted if it was not…

Connect Debian VNC Virtual Desktop Remotely from MacOS

2024-10-01 93 Technical, 记录 Debian, MacOS, VNC Leave a Comment
I have a Debian server without monitor, and I wan to access it remotely from my MacOS. Following is the steps to archive this. Install and start Virtual Desktop # Install updates sudo apt update # install the Xfce desktop sudo apt install xfce4 xfce4-goodies Edit file ~/.vnc/xstartup and set content to followin…

Right way to mount Samba on Debian and Ubuntu

2024-06-12 243 Technical, 记录 Debian, Samba, Ubuntu Leave a Comment
I was trying to mount Samba with following commands: sudo apt-get update sudo apt-get install cifs-utils mkdir -p /mnt/smbshare sudo mount.cifs //192.168.0.200 /mnt/smbshare -o username=admin,password=1234 Then I create a folder myshare under the samba server and run: sudo mount.cifs //192.168.0.200/myshare /mn…

标签云

Android CentOS cURL Dart Docker flutter git Java JavaScript JQuery Json Linux MVC MySQL MySQL优化 Nginx Opencart PHP PHP-FPM PHP7 PHPStorm PHP框架 PHP调试 Python Redis scrapy Session spring boot ThinkPHP Ubuntu VirtualBox Windows WordPress Yaf教程 下载 函数 压缩 性能分析 数据库 数组 爬虫 算法 缓存 虚拟机 随机数
Theme: Maizi. Powered by WordPress.